Bernhard Reutner-Fischer
|
85ae389a56
- workaround oddity with position of function attributes
|
hace 15 años |
Denis Vlasenko
|
fbb32ad9b6
on Bernd's request, remove commented-out code snippets
|
hace 16 años |
Denis Vlasenko
|
513720b73b
remove checks for "impossible" errors,
|
hace 16 años |
Denis Vlasenko
|
0e4d4dd891
optimize signal mask ops. comment out "impossible" errors
|
hace 16 años |
Denis Vlasenko
|
7357e8836f
shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by gcc?
|
hace 16 años |
Denis Vlasenko
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
hace 16 años |
Denis Vlasenko
|
b133fe1cac
next portion of libc_hidden_proto removal
|
hace 16 años |
Bernhard Reutner-Fischer
|
ba203ef191
- add __hot and __cold annotations
|
hace 16 años |
Bernhard Reutner-Fischer
|
630de1ac9d
- honour UCLIBC_HAS_SYSLOG
|
hace 16 años |
Denis Vlasenko
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
hace 16 años |
Peter S. Mazinger
|
05e75260d6
Get rid of missing prototype warnings
|
hace 19 años |
Peter S. Mazinger
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
Peter S. Mazinger
|
26f5fc4241
Hope I have it correct now w/ native gcc4 ssp
|
hace 19 años |
Peter S. Mazinger
|
645044b837
one reloc less, uninline, should save some space
|
hace 19 años |
Mike Frysinger
|
cd662e64be
tweak __progname handling some more since some [bad] apps actually try and use it
|
hace 19 años |
Peter S. Mazinger
|
94e9dd95c2
Convert some users
|
hace 19 años |
Peter S. Mazinger
|
121d3f0fa2
Try to mimic glibc sigaction, sjhill, could you please test w/ this version?
|
hace 19 años |
Peter S. Mazinger
|
55829cec8a
Correct use of __*log
|
hace 19 años |
Peter S. Mazinger
|
c885bf5cf9
More hiding, including __mempcpy
|
hace 19 años |
Peter S. Mazinger
|
8a0b43005a
Hide mostly used functions
|
hace 19 años |
Peter S. Mazinger
|
aeed8fa791
Make use of newly introduced attribute_noreturn
|
hace 19 años |
Peter S. Mazinger
|
237277e9a8
Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to _dl_setup_stack_chk_guard, as in glibc. SSP requires now binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED in uClibc_main.c, there are more candidates in there. Move back dl_protect_relro to it's earlier place.
|
hace 19 años |
Peter S. Mazinger
|
812cc95678
Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once.
|
hace 19 años |
Peter S. Mazinger
|
d695c05562
Changed ssp.c license to LGPL and added vapier as contributor
|
hace 19 años |
Peter S. Mazinger
|
593d5a1557
New ssp code using syscalls where possible.
|
hace 19 años |
Mike Frysinger
|
471547253f
move tv def back with gettimeofday() func
|
hace 19 años |
Mike Frysinger
|
c6059e6980
touchup defines so that we can use same ssp.c in both glibc and uclibc
|
hace 19 años |
Ned Ludd
|
97f7b347cf
- keep gcc-4.x happy
|
hace 19 años |
Mike Frysinger
|
36d82c7f83
style updates
|
hace 19 años |
Ned Ludd
|
bed3e178c5
- added externs to keep gcc quiet about implicit declaration of 3 functions
|
hace 19 años |