summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Added a version of nl_langinfo for the stub C/POSIX locale support.Manuel Novoa III2002-06-081-3/+92
* Changes so that 'regdef.h' gets included in the development environment."Steven J. Hill"2002-06-046-4/+66
* Moved to 'sys' directory."Steven J. Hill"2002-06-041-61/+0
* Doh!Eric Andersen2002-06-011-1/+1
* Patch from Robert Griebl <griebl@gmx.de> to supportEric Andersen2002-05-311-0/+63
* Rework setenv, getenv and friends per the latest glibc code, but cleanedEric Andersen2002-05-304-200/+191
* -#ifdef _POSIX_THREADSEric Andersen2002-05-301-2/+3
* Fixup totally broken locking code... No storage for the mutex,Eric Andersen2002-05-308-29/+29
* Doh! A silly typo broke select...Eric Andersen2002-05-301-2/+2
* And with this, the alpha port is not basically working.Eric Andersen2002-05-301-24/+24
* don't include the linux dir. Pointless and broken.Eric Andersen2002-05-301-1/+0
* Make these properly cope with 64bit systemsEric Andersen2002-05-302-29/+35
* Fixup some silly bugs I added earlierEric Andersen2002-05-301-40/+37
* Needed for the alpha portEric Andersen2002-05-306-1/+292
* Make syscalls.c way more generic. Now works on alpha...Eric Andersen2002-05-301-4/+173
* 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-234-0/+909
* Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp>Eric Andersen2002-05-232-5/+5
* Cleanup slightlyEric Andersen2002-05-231-8/+10
* Changes needed for MIPS with regards to the .init and .fini sections."Steven J. Hill"2002-05-201-4/+0
* Revert Erik's previous patch and fix what I believe he was trying to, whileManuel Novoa III2002-05-121-20/+28
* Add a missing #includeEric Andersen2002-05-121-0/+5
* Use the default version in include/sys insteadEric Andersen2002-05-122-70/+0
* Fixes for 64 bit archesEric Andersen2002-05-121-1/+29
* Several bugfixes for problems that showed up on alphaEric Andersen2002-05-122-8/+20
* Fix some silly bugs and type problemsEric Andersen2002-05-121-15/+14
* Small cleanups for alphaEric Andersen2002-05-121-0/+1
* Fix this one up so it worksEric Andersen2002-05-121-3/+3
* Add a default syscalls.h that will just error out.Eric Andersen2002-05-123-0/+252
* Fix the defines which I had backwardsEric Andersen2002-05-111-26/+9
* Fixup for architectures that do not supply the ipc systemEric Andersen2002-05-111-22/+24
* Majorly rework to also cope with architectures which do not useEric Andersen2002-05-111-2/+99
* Oops. Stupid typo.Eric Andersen2002-05-111-1/+1
* Adjust preprocessor logic to initialize QUAL_CHARS correctly for Erik's alphaManuel Novoa III2002-05-113-19/+42
* 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
* Protect against ctype macros.Manuel Novoa III2002-05-101-4/+6
* First pass attempt at an alpha portEric Andersen2002-05-1035-0/+3158
* 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-0618-1148/+3236
* Use __off64_t instead of off64_t.Miles Bader2002-04-251-2/+2
* Stupid libgcc.a from gcc 2.95.x uses __write in pure.oEric Andersen2002-04-251-0/+3
* Don't bother zeroing BSS, since actually we _can_ rely on the loader to do it.Miles Bader2002-04-251-10/+1
* Add support for mmap64Eric Andersen2002-04-242-1/+53
* Patch from Axel Barnitzke <barney@xkontor.com> to add basicEric Andersen2002-04-171-0/+66
* Patch from Mike McDonald to make gethostbyname_r() not fail for things likeEric Andersen2002-04-171-0/+5
* 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