summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2005-10-11Allow building uClibc w/ make-3.79.1 if SSP is disabledPeter S. Mazinger
2005-10-08User strong_alias instead of initializing __guard separatelyPeter S. Mazinger
2005-10-04Clean up pthread include mess. Some of these will be needed to support NPTL, ..."Steven J. Hill"
2005-10-03Enable attribute_relro on __guard and __stack_chk_guard now that ld.so suppor...Peter S. Mazinger
2005-10-01Change the order in which '__uClibc_init' is called. In the case of NPTL, som..."Steven J. Hill"
2005-10-01Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once.Peter S. Mazinger
2005-09-23Do not build __uClibc_main.o with ssp enabledPeter S. Mazinger
2005-09-23New ssp code using syscalls where possible.Peter S. Mazinger
2005-09-22weaks moved after the related function so gcc4 won't warnPeter S. Mazinger
2005-09-21correct some typosPeter S. Mazinger
2005-09-08punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been releasedMike Frysinger
2005-09-08Fix by Martin Schlemmer:Mike Frysinger
2005-08-29anemo writes in Bug 9: use ElfW(auxv_t) instead of Elf32_auxv_tMike Frysinger
2005-08-26Frank Mehnert writes:Mike Frysinger
2005-08-13per suggestion by psm, remove the variable DYNAMIC_LINKEREric Andersen
2005-07-28Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibcManuel Novoa III
2005-07-25Fix 2 bugs in strftime related to glibc struct tm extensions.Manuel Novoa III
2005-07-12import fix from glibc to resolve segfault reported by wmq in Bug 335Mike Frysinger
2005-07-09punt unused __pthread_return_void funcMike Frysinger
2005-06-29Add __libc_stack_end to libc.Joakim Tjernlund
2005-06-29previous commit of trimming __IPC_64 wasnt quite correct ... rework __IPC_64 ...Mike Frysinger
2005-06-29always define __IPC_64 regardless of __NR_ipcMike Frysinger
2005-06-29tweak to get rid of warning when TZ is disabledMike Frysinger
2005-06-27remove __IPC_64 in syscall() macro since real 64bit arches dont need it (and ...Mike Frysinger
2005-05-28Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT toJoakim Tjernlund
2005-05-26This commit breaks the entire world (yet again). Calculate theEric Andersen
2005-05-25Adapt startup code in x86 and PPC to almost match glibc. _init vs. __libc_csu...Joakim Tjernlund
2005-05-21Pass main function ptr from crt1 to __uClibc_start_main.Joakim Tjernlund
2005-05-10Change strptime so that it only modifies struct tm fields specified.Manuel Novoa III
2005-04-28Added support for clock_getres() and clock_settime() in addition toPeter Kjellerstedt
2005-04-24Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund
2005-04-16In Bug 116, dicksnippe writes:Mike Frysinger
2005-04-16cbachman writes Bug 195:Mike Frysinger
2005-03-20Prepare for moving ldso FINI handling into libc.Joakim Tjernlund
2005-02-12no more cvsMike Frysinger
2005-01-25merge parallel build supportMike Frysinger
2005-01-11Jean writes:Eric Andersen
2004-12-22Patch from Peter S. Mazinger:Eric Andersen
2004-10-31Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III
2004-10-27Fix up __uClibc_init() for so that we prevent starting SUIDEric Andersen
2004-10-19Peter S. Mazinger writes:Eric Andersen
2004-09-28Atsushi Nemoto writes:Joakim Tjernlund
2004-09-10Hide some x86-specific devel asserts.Manuel Novoa III
2004-08-16I will always test before I commit.Eric Andersen
2004-08-16Setup __pagesize from inside __uClibc_init(), or else when registeringEric Andersen
2004-08-16Be a bit more prominant about the fact that setuid handlingEric Andersen
2004-08-16The variable used to store pagesize is not the same as theEric Andersen
2004-08-13Fixup PAGE_SIZE problemsEric Andersen
2004-08-04dohEric Andersen
2004-08-04Add missing header file needed to define PAGE_SIZEEric Andersen