Mike Frysinger
|
d9ec80053e
simplify binutils as-needed support and enable it all the time regardless of ssp
|
17 years ago |
Mike Frysinger
|
86fffacc26
setup OUTPUT_FORMAT() in linker script (helps with multilib)
|
17 years ago |
Mike Frysinger
|
62ac74d3f2
Atsushi Nemoto writes:
|
17 years ago |
Mike Frysinger
|
59868cafe2
sync with glibc
|
17 years ago |
Mike Frysinger
|
a3762dfa4a
actually update errors variable when a test fails
|
17 years ago |
Mike Frysinger
|
7a4e15c505
add strerror_r symbol alias as some autotool based packages simply use AC_CHECK_LIB() to see if a function exists rather than checking the headers
|
17 years ago |
Mike Frysinger
|
42c4166f31
drop __user hack for crappy kernel headers and document the __linux__ grease
|
17 years ago |
Mike Frysinger
|
4c8bdd2e7a
fix from Kevin Day to make sure we use strchr() rather than index()
|
17 years ago |
Denis Vlasenko
|
1007c6844b
sgetspent: add missing free/__uc_malloc calls
|
18 years ago |
Denis Vlasenko
|
88483db112
make regex_old.c, ruserpass.c use __uc_malloc,
|
18 years ago |
Denis Vlasenko
|
f5c05b8c3d
make getnetent.c, md5.c use __uc_malloc
|
18 years ago |
Denis Vlasenko
|
249c30a44a
make utent.c, getpass.c use __uc_malloc
|
18 years ago |
Denis Vlasenko
|
1569b74b9f
make pwd_grp.c use __uc_malloc
|
18 years ago |
Denis Vlasenko
|
6543304876
patch #3: make resolv.c use __uc_malloc
|
18 years ago |
Denis Vlasenko
|
1f93766a7d
convert des.c to use __uc_malloc (-70 kbytes of bss)
|
18 years ago |
Denis Vlasenko
|
dc0bc69411
introduce __uc_malloc, so that users can intercept libc internal OOM.
|
18 years ago |
Denis Vlasenko
|
519ca27d4a
Remove stray code alignment (.align 16 and .align 4 directives)
|
18 years ago |
Denis Vlasenko
|
2ea436fb13
execXp should go to next PATH dir on any error except ENOEXEC,
|
18 years ago |
Denis Vlasenko
|
434e9e3cba
include/sys/mman.h says that msync exists only on MMU.
|
18 years ago |
Denis Vlasenko
|
373fe15a8a
des.c: move 0.5k of static data on stack, they are used only temporarily
|
18 years ago |
"Steven J. Hill"
|
bc1f2a2fe6
Enable all of the remaining baud rates. All of the other architectures have them enabled, so let's go all the way. There was a quick discussion on IRC about making the max baud rate configurable. That requires a bunch of #ifdef salting throughout all of the 'termios.h' files for the pre-processor to chew on. I'm going to pass on that for now.
|
18 years ago |
"Steven J. Hill"
|
265498cfd7
Apply patch as submitted by Blue Smurfy Swirly <blauwirbel@gmail.com> for Sparc32.
|
18 years ago |
Denis Vlasenko
|
a903e9ba46
syslog.h: allow prioritynames[]/facilitynames[] to be defined const
|
18 years ago |
"Steven J. Hill"
|
1e8d3393a3
Fix broken syscall() function since the original patch did not work.
|
18 years ago |
Mike Frysinger
|
4b738bd4c1
tweak msync prototype to match header
|
18 years ago |
Bernhard Reutner-Fischer
|
a7f47450c0
- make sure to define _LIBC in libc-symbols.h before including anything
|
18 years ago |
Mike Frysinger
|
f2410a178f
as noted by psm, make sure we accumulate PICFLAG-y back into PICFLAG
|
18 years ago |
Mike Frysinger
|
dcad31e64c
pull from Blackfin repo: add -mid-shared-library for UCLIBC_FORMAT_SHARED_FLAT and -msep-data for UCLIBC_FORMAT_FLAT_SEP_DATA
|
18 years ago |
Joakim Tjernlund
|
23a4b23a9a
Carmelo AMOROSO <carmelo.amoroso@st.com> writes:
|
18 years ago |
Joakim Tjernlund
|
a35c1f1a28
Correct return value. Pointed out by psm.
|
18 years ago |