Ned Ludd
|
d503d1d6c6
- Added support for 13 new syscalls to allow more things to compile when using uClibc. mincore() and the ones for Extended Attributes setxattr(), lsetxattr(), fsetxattr(), getxattr(), lgetxattr(), fgetxattr(), listxattr(), llistxattr(), flistxattr(), removexattr(), lremovexattr(), fremovexattr() which are optional.
|
21 年之前 |
Eric Andersen
|
1c8d7ee9cb
On Thu Dec 16, 2004 at 03:49:31PM +0100, Johan Adolfsson wrote:
|
21 年之前 |
Eric Andersen
|
ece14c1a67
Remove whitespace
|
21 年之前 |
Eric Andersen
|
a80a5b718f
Patch from Paul Brook:
|
21 年之前 |
Eric Andersen
|
537a1b30e6
We can't strip libpthread or libthread_db can't help gdb debug ptheads
|
21 年之前 |
Eric Andersen
|
98521f61f3
That last patch had some garbage in it... PIC != PIE
|
21 年之前 |
Eric Andersen
|
a56073a28b
Partial commit of a patch from Alexandre Oliva:
|
21 年之前 |
Eric Andersen
|
fb6f30cabd
Remove some accumulated ugly junk
|
21 年之前 |
Eric Andersen
|
2a6fe90aba
Don't use PAGE_SIZE, instead just a local BUFFER_SIZE define
|
21 年之前 |
Eric Andersen
|
e156b0234a
libpthread can use the normal LDFLAGS (including -s to strip it), but
|
21 年之前 |
Eric Andersen
|
f463aa5cf8
Kill off ancient unused cruft
|
21 年之前 |
Eric Andersen
|
3437935102
Use PAGE_SIZE, not 4096
|
21 年之前 |
Eric Andersen
|
6da8f8dc03
Add missing definition for O_DIRECT
|
21 年之前 |
Ned Ludd
|
b34ae62d9a
update : $
|
21 年之前 |
Joakim Tjernlund
|
67e184efcf
Make __builtin_return_address() return NULL at top of
|
21 年之前 |
Joakim Tjernlund
|
a5ebab1766
Add BIND NOW support to MIPS.
|
21 年之前 |
Eric Andersen
|
9699ba8910
Fix grammar
|
21 年之前 |
Mike Frysinger
|
56a4f3265f
move getent to extra/scripts/ out of docs/
|
21 年之前 |
Mike Frysinger
|
c74b1ccbd8
misc touchups
|
21 年之前 |
Mike Frysinger
|
37c4e78b3f
fix a few typos and clean up the spacing (no tabs)
|
21 年之前 |
Ned Ludd
|
3cd353a99e
misc cleanups of __stack_smash_handler() function when ssp support is enabled. syslog() support should now work both inside and outside of chroots. erandom code left in but remains #ifdef out by default. May remove erandom completely in the future for uClibc unless the LFS guys and gals want to keep it.
|
21 年之前 |
Ned Ludd
|
1aea77e162
misc cleanups of __stack_smash_handler() function when ssp support is enabled. syslog() support should now work both inside and outside of chroots. erandom code left in but remains #ifdef out by default. May remove erandom completely in the future for uClibc unless the LFS guys and gals want to keep it.
|
21 年之前 |
Joakim Tjernlund
|
0038f6a229
Add RTLD_LOCAL support for dlopened libs. Reported by
|
21 年之前 |
Ned Ludd
|
0657ab0d0b
initial commit of uclibc equiv of glibc getent
|
21 年之前 |
Eric Andersen
|
76dfc7ce8c
Some requested additional malloc entry points
|
21 年之前 |
Eric Andersen
|
909aec10fe
A patch included in glibc 2.3.2's libthread_db that helps remote
|
21 年之前 |
Eric Andersen
|
139ea40709
struct ipc_perm, as used by shmctl() when soing shared memory stuff,
|
21 年之前 |
Joakim Tjernlund
|
dc0f822bfe
- Remove dynamic_size from struct elf_resolve.
|
21 年之前 |
Manuel Novoa III
|
f8f7b10221
Revert Peter's __lib_gettimeofday patch. There's the minor issue of
|
21 年之前 |
Peter Kjellerstedt
|
3792188496
Synchronized with glibc (2.3.2).
|
21 年之前 |