summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup the function pointer comparisionsEric Andersen2002-06-201-7/+7
* Add in thread locking for tzset() and associated data. Also, fix a bug soManuel Novoa III2002-06-181-5/+42
* Fix thread locking so it worksEric Andersen2002-06-181-45/+20
* Fix locking. KillEric Andersen2002-06-181-5/+18
* Some commentaryEric Andersen2002-06-181-5/+4
* Shuffle the logic around a bitEric Andersen2002-06-171-56/+49
* Some cleanups so utmp/wtmp behaves. Fix potential use ofEric Andersen2002-06-173-90/+210
* Ah kant spel mi nameEric Andersen2002-06-171-1/+1
* Commit the new time stuff, even though I haven't made it threadsafe yet.Manuel Novoa III2002-06-1721-2203/+1879
* time() is implemented in syscalls.cEric Andersen2002-06-152-39/+1
* Added a version of nl_langinfo for the stub C/POSIX locale support.Manuel Novoa III2002-06-081-3/+92
* Fixup totally broken locking code... No storage for the mutex,Eric Andersen2002-05-308-29/+29
* Cope with systems that don't glob all these together, but useEric Andersen2002-05-303-17/+48
* Obligatory forgotten file during commit...Manuel Novoa III2002-05-231-1/+1
* Multibyte and wide char conversion functions. Some work still to do, butManuel Novoa III2002-05-232-0/+770
* Cleanup slightlyEric Andersen2002-05-231-8/+10
* Add a missing #includeEric Andersen2002-05-121-0/+5
* Fix this one up so it worksEric Andersen2002-05-121-3/+3
* Fixup for architectures that do not supply the ipc systemEric Andersen2002-05-111-22/+24
* Oops. Stupid typo.Eric Andersen2002-05-111-1/+1
* Begin the process of reworking the time functions for properEric Andersen2002-05-1115-410/+432
* Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen2002-05-1110-101/+140
* Fixup build a bit moreEric Andersen2002-05-071-2/+8
* The obligatory forgotten files...Manuel Novoa III2002-05-061-0/+1
* New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III2002-05-0611-1121/+1237
* Patch from Martin Proulx to not do ELFish things when not ELF.Eric Andersen2002-04-171-0/+2
* Patch from Martin Proulx to remove weak_aliases for non ELF compilers inEric Andersen2002-04-171-2/+2
* Revert Erik's changes... they were broken since there weren't enoughManuel Novoa III2002-04-093-21/+10
* Support ISblank properlyEric Andersen2002-04-091-0/+1
* Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ wantEric Andersen2002-04-095-15/+25
* undefine __USE_FILE_OFFSET64, since we absolutely do _NOT_ want interfacesEric Andersen2002-04-091-7/+8
* Add a fun pointer to make apps happyEric Andersen2002-04-051-1/+5
* Richard June <rjune@bravegnuworld.com> noticed that pututlineEric Andersen2002-04-031-6/+4
* Richard June <rjune@bravegnuworld.com> noticed that setutentEric Andersen2002-04-031-1/+1
* Doh! I forgot to commit this...Eric Andersen2002-04-031-3/+3
* Remove function declartions from include/features.h, createEric Andersen2002-04-012-0/+17
* Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300Eric Andersen2002-04-011-0/+3
* Add glob64.c, and add support for glob64 when large file is enabled.Eric Andersen2002-03-313-1/+71
* Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen2002-03-311-42/+64
* Patch from Steven J. Hill to disable __fsetlocking whenEric Andersen2002-03-251-0/+2
* Support getttyent and friends so ncurses will compileEric Andersen2002-03-213-1/+238
* Add strptime, and commonize some locale stringsEric Andersen2002-03-155-20/+1010
* Add missing updwtmp() and fix broken makefileEric Andersen2002-03-152-2/+14
* Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com>Eric Andersen2002-03-153-1/+139
* Fix non-elf support (in theory). Revert misguided change suggestedEric Andersen2002-03-151-28/+32
* Don't call null ctors/dtors.Eric Andersen2002-03-141-2/+5
* This should be the last piece needed to make constructors work (usingEric Andersen2002-03-141-26/+32
* Add some symbols needed for C++ to work. Temporary hack...Eric Andersen2002-03-142-2/+19
* Fix a segfault in scandir for empty directories. After looking overEric Andersen2002-03-121-65/+77
* Swap in the new stdio code.Manuel Novoa III2002-03-1210-660/+75