summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2002-08-26Implement missing readdir64_r.cEric Andersen
2002-08-25Make shm stuff work properly.Eric Andersen
2002-08-19Eliminate wrapping of struct stat and use the kernel versionEric Andersen
2002-08-19Add a .note section to make gdb happyEric Andersen
2002-08-19Call the pthread setup junk early if possible.Eric Andersen
2002-08-19Be prepared to call __pthread_initialize_minimalEric Andersen
2002-08-12Fix use of __pthread_once, and fix rpc usage of thread localEric Andersen
2002-08-12Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III
2002-08-08Shuffle things around a bit. Looks a little cleaner.Eric Andersen
2002-08-08Cleanup warnings and fix prototypesEric Andersen
2002-08-07Remove some noiseEric Andersen
2002-08-03A couple of little cleanups I forgot to check in.Manuel Novoa III
2002-08-03When DODEBUG and HAS_WCHAR were enabled and HAS_LOCALE was disabled,Eric Andersen
2002-07-16Do not assume NULL termination on the ut_id field. ThanksEric Andersen
2002-07-15Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III
2002-07-10Tobias Anderberg <tobias.anderberg@axis.com> noticed thatEric Andersen
2002-07-05Add copyright message and remove dead code.Manuel Novoa III
2002-07-03Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III
2002-07-02Oops. missed a spotEric Andersen
2002-07-02openlog could deadlock when called from vsyslog, soEric Andersen
2002-06-20Cleanup the function pointer comparisionsEric Andersen
2002-06-18Add in thread locking for tzset() and associated data. Also, fix a bug soManuel Novoa III
2002-06-18Fix thread locking so it worksEric Andersen
2002-06-18Fix locking. KillEric Andersen
2002-06-18Some commentaryEric Andersen
2002-06-17Shuffle the logic around a bitEric Andersen
2002-06-17Some cleanups so utmp/wtmp behaves. Fix potential use ofEric Andersen
2002-06-17Ah kant spel mi nameEric Andersen
2002-06-17Commit the new time stuff, even though I haven't made it threadsafe yet.Manuel Novoa III
2002-06-15time() is implemented in syscalls.cEric Andersen
2002-06-08Added a version of nl_langinfo for the stub C/POSIX locale support.Manuel Novoa III
2002-05-30Fixup totally broken locking code... No storage for the mutex,Eric Andersen
2002-05-30Cope with systems that don't glob all these together, but useEric Andersen
2002-05-23Obligatory forgotten file during commit...Manuel Novoa III
2002-05-23Multibyte and wide char conversion functions. Some work still to do, butManuel Novoa III
2002-05-23Cleanup slightlyEric Andersen
2002-05-12Add a missing #includeEric Andersen
2002-05-12Fix this one up so it worksEric Andersen
2002-05-11Fixup for architectures that do not supply the ipc systemEric Andersen
2002-05-11Oops. Stupid typo.Eric Andersen
2002-05-11Begin the process of reworking the time functions for properEric Andersen
2002-05-11Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen
2002-05-07Fixup build a bit moreEric Andersen
2002-05-06The obligatory forgotten files...Manuel Novoa III
2002-05-06New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III
2002-04-17Patch from Martin Proulx to not do ELFish things when not ELF.Eric Andersen
2002-04-17Patch from Martin Proulx to remove weak_aliases for non ELF compilers inEric Andersen
2002-04-09Revert Erik's changes... they were broken since there weren't enoughManuel Novoa III
2002-04-09Support ISblank properlyEric Andersen
2002-04-09Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ wantEric Andersen