Mike Frysinger
|
55aaeb5746
check to see if __USE_FILE_OFFSET64 is defined rather than if it evaluates to true
|
18 年之前 |
Mike Frysinger
|
a8252d8ff7
make error output a little more helpful
|
18 年之前 |
Mike Frysinger
|
0633d640b5
fixup warnings
|
18 年之前 |
Mike Frysinger
|
ddea243aab
fix test to work even if CPPFLAGS contains -DNDEBUG
|
18 年之前 |
Mike Frysinger
|
8c66250574
sync some fixes from glibc
|
18 年之前 |
Mike Frysinger
|
c65ae7e02e
missed an underscore in previous commit
|
18 年之前 |
Mike Frysinger
|
d50a7288dd
Bernhard Fischer writes: add undef/nonnull warnings to EXTRA_WARNINGS
|
18 年之前 |
Mike Frysinger
|
127716a5ee
Bernhard Fischer writes: note how uClibc chooses to handle __resolved==NULL
|
18 年之前 |
Mike Frysinger
|
36c53e8e4f
sync with glibc as pointed out by Bernhard Fischer
|
18 年之前 |
Bernhard Reutner-Fischer
|
7dbe3ba1b7
- commentary typo fix
|
18 年之前 |
Mike Frysinger
|
7dd268d273
fix from Bernd Schmidt to make sure _dl_debug_state isnt optimized away and does not generate relocs
|
18 年之前 |
Mike Frysinger
|
1a3a1e4343
as pointed out by Jocke, use "2" for actual error messages and _dl_debug_file for debug messages
|
18 年之前 |
Mike Frysinger
|
5d74c674fd
initial waitid() implementation
|
18 年之前 |
Mike Frysinger
|
12fc619bb7
need string.h for memset()
|
18 年之前 |
Mike Frysinger
|
fe8959ea17
note 0.9.28.1 release
|
18 年之前 |
Mike Frysinger
|
6d34762b52
its a new year
|
18 年之前 |
Mike Frysinger
|
954bc85a12
make sure we clear out the buffer so that random garbage on the stack doesnt screw us up
|
18 年之前 |
Mike Frysinger
|
0c6f9e780d
Paul Brook writes:
|
18 年之前 |
Mike Frysinger
|
f53229ed4e
fix typo as pointed out by Tony Wu and cleanup source
|
18 年之前 |
Mike Frysinger
|
297503eec5
dont rely on random stack state to trigger this issue; force the default stat structs to alternative bit masks
|
18 年之前 |
Mike Frysinger
|
a18779f6fc
new test taken from stat issue with new tar
|
18 年之前 |
Mike Frysinger
|
3c4bcdcf5a
use .bz2 rather than .gz
|
18 年之前 |
Mike Frysinger
|
10ff1200e1
fix from blackfin repo: Jie Zhang writes: update __kernel_ipc_pid_t, __kernel_uid_t and __kernel_gid_t types to match actual kernel types
|
18 年之前 |
Mike Frysinger
|
f57dbfbd37
fix from blackfin repo: Jie Zhang writes: Passing NULL as the second argument to utimes () if the second argument to utime () is NULL as the kernel will take care of getting/setting current time
|
18 年之前 |
Bernhard Reutner-Fischer
|
17963cfdfa
- fix format of comment
|
18 年之前 |
Mike Frysinger
|
9a859801dd
dont actually have to worry about local changes as svn export takes care of that
|
18 年之前 |
Joakim Tjernlund
|
7a9cec961b
Fix libdl bug reported by Cedric Hombourger in
|
18 年之前 |
Mike Frysinger
|
4a38f88b2c
fix from Bryan Wu: return NULL upon error, not the NULL string
|
18 年之前 |
Peter Kjellerstedt
|
502f1bc19f
Recognize _SC_MONOTONIC_CLOCK in sysconf() even if __NR_clock_getres
|
18 年之前 |
Bernhard Reutner-Fischer
|
294c41548a
- repair misplaced #endif that got introduced in r17410. Fixes compilation.
|
18 年之前 |