summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits
Commit message (Expand)AuthorAgeFilesLines
* Fix for the last "fix".Manuel Novoa III2003-11-111-0/+2
* Protect some header inclusions.Manuel Novoa III2003-11-111-0/+2
* Add a utility macro.Manuel Novoa III2003-11-061-0/+4
* Remove erroneous trailing semicolon.Manuel Novoa III2003-11-051-1/+1
* This should enabled building of uClibc locale support when using uClibc itself.Manuel Novoa III2003-09-161-4/+7
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-082-107/+333
* Create a typedef for the ctype bitmask table entries.Manuel Novoa III2003-08-282-1/+16
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-241-4/+7
* Use the common version for bits/sem.h. Fixup the types toEric Andersen2003-08-141-2/+2
* Add support for personality(), prctl(), ustat(), and ulimit()Eric Andersen2003-08-081-3/+7
* Patch from David Wuertele to prevent "conflicts with new declaration with CEric Andersen2003-08-051-0/+4
* Replace 'new' in a prototype to avoid c++ problems.Manuel Novoa III2003-08-011-1/+1
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-017-67/+425
* Remove the arch specific shm.h and use the fixed up commonEric Andersen2003-08-011-39/+34
* As noted by Peter S. MazingerEric Andersen2003-06-161-227/+0
* sjhill needs to buy donuts for everyoneEric Andersen2003-03-111-1/+0
* Compliance with MIPS ABI and MIPS kernel changes."Steven J. Hill"2003-03-111-9/+2
* Initial effort at adding profiling support.Eric Andersen2003-03-035-0/+196
* Major update for pthreads, based in large part on improvementsEric Andersen2003-02-272-10/+9
* We need to have the size of struct dirent equal to the size of struct dirent64Eric Andersen2003-02-101-7/+1
* Finish up fixing stat and setting various system types.Eric Andersen2003-01-242-11/+10
* Ok, people are probably going to hate me for this... This commit changes theEric Andersen2003-01-242-36/+72
* Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen2003-01-221-4/+4
* Missed an endifEric Andersen2003-01-221-0/+1
* Looks like sigaction on arm needs adjustment, so split this intoEric Andersen2003-01-221-0/+92
* The big thing is locale dependent collation support.Manuel Novoa III2002-12-201-3/+60
* Remove trailing comma from enum list as a nicety for older compilers.Manuel Novoa III2002-12-111-1/+1
* Ok... here's the summary:Manuel Novoa III2002-11-222-1/+6
* Implement locale-specific grouping in printf for base 10 integer conversionsManuel Novoa III2002-11-031-0/+1
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-312-8/+8
* It turns out that __thread is now a gcc keyword. We used __thread inEric Andersen2002-10-131-1/+1
* Fixed 'struct ipc_perm' and 'struct msqid_ds' members to allow the Linux"Steven J. Hill"2002-09-042-3/+3
* Make bits/kernel_types.h include guard names match the includeEric Andersen2002-08-261-1/+5
* Use the kernel version of struct msqid_ds directly, since we don'tEric Andersen2002-08-251-16/+14
* Finish off the bits/kernel_stat.h cleanup for properEric Andersen2002-08-251-1/+27
* Make shm stuff work properly.Eric Andersen2002-08-252-23/+22
* Tweak things so that struct stat and struct stat64 (seem to) work onManuel Novoa III2002-08-241-7/+0
* Avoid `ECANCELED' redefined on mipsEric Andersen2002-08-241-3/+4
* Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen2002-08-242-10/+18
* Split out the definition of struct stat into the new archEric Andersen2002-08-232-612/+60
* Split out the arch dependant errno_values.h junk into arch dependant files.Eric Andersen2002-08-231-392/+7
* Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen2002-08-221-2/+613
* Rework errno handling to be kernel header freeEric Andersen2002-08-222-12/+523
* Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the wayEric Andersen2002-08-211-1/+1
* Eliminate wrapping of struct stat and use the kernel versionEric Andersen2002-08-192-73/+23
* Directly use kernel types for uid_t, gid_t, and dev_t to avoid theEric Andersen2002-08-181-3/+12
* whitespaceMiles Bader2002-08-161-0/+1
* (errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.Miles Bader2002-08-161-3/+4
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-161-1/+1
* Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III2002-08-121-9/+9