| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some noise | Eric Andersen | 2002-08-07 | 1 | -13/+0 |
* | A couple of little cleanups I forgot to check in. | Manuel Novoa III | 2002-08-03 | 1 | -1/+1 |
* | When DODEBUG and HAS_WCHAR were enabled and HAS_LOCALE was disabled, | Eric Andersen | 2002-08-03 | 1 | -2/+6 |
* | Do not assume NULL termination on the ut_id field. Thanks | Eric Andersen | 2002-07-16 | 1 | -1/+1 |
* | Clean up CLK_TCK situation. clock() and sysconf() now use an | Manuel Novoa III | 2002-07-15 | 1 | -13/+18 |
* | Tobias Anderberg <tobias.anderberg@axis.com> noticed that | Eric Andersen | 2002-07-10 | 1 | -1/+1 |
* | Add copyright message and remove dead code. | Manuel Novoa III | 2002-07-05 | 1 | -157/+28 |
* | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III | 2002-07-03 | 7 | -40/+756 |
* | Oops. missed a spot | Eric Andersen | 2002-07-02 | 1 | -0/+1 |
* | openlog could deadlock when called from vsyslog, so | Eric Andersen | 2002-07-02 | 1 | -1/+1 |
* | Cleanup the function pointer comparisions | Eric Andersen | 2002-06-20 | 1 | -7/+7 |
* | Add in thread locking for tzset() and associated data. Also, fix a bug so | Manuel Novoa III | 2002-06-18 | 1 | -5/+42 |
* | Fix thread locking so it works | Eric Andersen | 2002-06-18 | 1 | -45/+20 |
* | Fix locking. Kill | Eric Andersen | 2002-06-18 | 1 | -5/+18 |
* | Some commentary | Eric Andersen | 2002-06-18 | 1 | -5/+4 |
* | Shuffle the logic around a bit | Eric Andersen | 2002-06-17 | 1 | -56/+49 |
* | Some cleanups so utmp/wtmp behaves. Fix potential use of | Eric Andersen | 2002-06-17 | 3 | -90/+210 |
* | Ah kant spel mi name | Eric Andersen | 2002-06-17 | 1 | -1/+1 |
* | Commit the new time stuff, even though I haven't made it threadsafe yet. | Manuel Novoa III | 2002-06-17 | 21 | -2203/+1879 |
* | time() is implemented in syscalls.c | Eric Andersen | 2002-06-15 | 2 | -39/+1 |
* | Added a version of nl_langinfo for the stub C/POSIX locale support. | Manuel Novoa III | 2002-06-08 | 1 | -3/+92 |
* | Fixup totally broken locking code... No storage for the mutex, | Eric Andersen | 2002-05-30 | 8 | -29/+29 |
* | Cope with systems that don't glob all these together, but use | Eric Andersen | 2002-05-30 | 3 | -17/+48 |
* | Obligatory forgotten file during commit... | Manuel Novoa III | 2002-05-23 | 1 | -1/+1 |
* | Multibyte and wide char conversion functions. Some work still to do, but | Manuel Novoa III | 2002-05-23 | 2 | -0/+770 |
* | Cleanup slightly | Eric Andersen | 2002-05-23 | 1 | -8/+10 |
* | Add a missing #include | Eric Andersen | 2002-05-12 | 1 | -0/+5 |
* | Fix this one up so it works | Eric Andersen | 2002-05-12 | 1 | -3/+3 |
* | Fixup for architectures that do not supply the ipc system | Eric Andersen | 2002-05-11 | 1 | -22/+24 |
* | Oops. Stupid typo. | Eric Andersen | 2002-05-11 | 1 | -1/+1 |
* | Begin the process of reworking the time functions for proper | Eric Andersen | 2002-05-11 | 15 | -410/+432 |
* | Implement readdir_r. Audit for proper thread safety and locking. | Eric Andersen | 2002-05-11 | 10 | -101/+140 |
* | Fixup build a bit more | Eric Andersen | 2002-05-07 | 1 | -2/+8 |
* | The obligatory forgotten files... | Manuel Novoa III | 2002-05-06 | 1 | -0/+1 |
* | New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, | Manuel Novoa III | 2002-05-06 | 11 | -1121/+1237 |
* | Patch from Martin Proulx to not do ELFish things when not ELF. | Eric Andersen | 2002-04-17 | 1 | -0/+2 |
* | Patch from Martin Proulx to remove weak_aliases for non ELF compilers in | Eric Andersen | 2002-04-17 | 1 | -2/+2 |
* | Revert Erik's changes... they were broken since there weren't enough | Manuel Novoa III | 2002-04-09 | 3 | -21/+10 |
* | Support ISblank properly | Eric Andersen | 2002-04-09 | 1 | -0/+1 |
* | Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ want | Eric Andersen | 2002-04-09 | 5 | -15/+25 |
* | undefine __USE_FILE_OFFSET64, since we absolutely do _NOT_ want interfaces | Eric Andersen | 2002-04-09 | 1 | -7/+8 |
* | Add a fun pointer to make apps happy | Eric Andersen | 2002-04-05 | 1 | -1/+5 |
* | Richard June <rjune@bravegnuworld.com> noticed that pututline | Eric Andersen | 2002-04-03 | 1 | -6/+4 |
* | Richard June <rjune@bravegnuworld.com> noticed that setutent | Eric Andersen | 2002-04-03 | 1 | -1/+1 |
* | Doh! I forgot to commit this... | Eric Andersen | 2002-04-03 | 1 | -3/+3 |
* | Remove function declartions from include/features.h, create | Eric Andersen | 2002-04-01 | 2 | -0/+17 |
* | Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300 | Eric Andersen | 2002-04-01 | 1 | -0/+3 |
* | Add glob64.c, and add support for glob64 when large file is enabled. | Eric Andersen | 2002-03-31 | 3 | -1/+71 |
* | Rework __gen_tempname() to better match glibc, and add mkstemp64(), | Eric Andersen | 2002-03-31 | 1 | -42/+64 |
* | Patch from Steven J. Hill to disable __fsetlocking when | Eric Andersen | 2002-03-25 | 1 | -0/+2 |