summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
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
2004-08-03As Joakim Tjernlund rightly notes, I should have used PAGE_SIZEEric Andersen
2004-07-28Do not grovel about in the ELF header for the page size whenEric Andersen
2004-06-12Oops. Missed a spot.Eric Andersen
2004-06-06scrap the goofy time + getpid() based "randomness" and useEric Andersen
2004-05-14Joakim Tjernlund writes:Eric Andersen
2004-05-11Setup a _dl_pagesize value for use by staticly linked appsEric Andersen
2004-05-11make certain that getpagesize() returns correct the value for mipsEric Andersen
2004-05-11Purge trailing white spaceEric Andersen
2004-05-08Obligatory forgotten file...Manuel Novoa III
2004-05-08Change clock() to allow wrapping.Manuel Novoa III
2004-05-07"Fix" this so that at least things will link when threading is disabled.Manuel Novoa III
2004-04-06Fix a bug noticed by Oleg I. Vdovikin, oleg at cs dot msu dot su.Eric Andersen
2004-03-18Reduce memory used by static buffers and allocate that memory dynamiclyEric Andersen
2004-03-11Rewrite the err/warn functions as they were broken (__noreturn__ funcsManuel Novoa III
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2004-01-21Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen
2004-01-17Prevent runaway asserts, which can happen if there's a problem withManuel Novoa III
2004-01-14Add a dummy (always fails) wcsftime. This is needed for the libstdc++ localeManuel Novoa III
2004-01-04My mistake. We do need some weak pthread_* funcs. But we were previouslyManuel Novoa III