summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
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
2004-01-02Peter S. Mazinger writes:Eric Andersen
2003-12-27Handle the app_fini stuff in exit without requiring atexit().Manuel Novoa III
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-12-14Fix some dst issues in _time_mktime().Manuel Novoa III
2003-12-14Fix a couple of 'declaration after statement' errors.Manuel Novoa III
2003-12-04Building of iconv.o was accidently always disabled.Manuel Novoa III
2003-11-20Always include locale.h, which was included by libintl.h only whenManuel Novoa III
2003-11-16I forgot to update the thread locking in the last dst fix.Manuel Novoa III
2003-11-08For now, disable the iconv utilityEric Andersen
2003-11-08Fix up several errors related to filename length and errno thatEric Andersen
2003-11-07Add clock_gettime() submitted by Justus Pendleton <uc@ryoohki.net>.Manuel Novoa III
2003-11-02Hopefully fix the struct tm extension problem once and for all.Manuel Novoa III
2003-10-31Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen