summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund2005-04-242-28/+29
* When I broke up the stdio code, the "support pre C99 compilers" va_copy compatManuel Novoa III2005-02-141-0/+27
* no more cvsMike Frysinger2005-02-121-1/+0
* struct ipc_perm, as used by shmctl() when soing shared memory stuff,Eric Andersen2004-11-021-1/+1
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-212-80/+0
* Fixup PAGE_SIZE problemsEric Andersen2004-08-131-0/+28
* Cleanup some dead wood in the header filesEric Andersen2004-07-302-1277/+0
* Add define for SHM_HUGETLBEric Andersen2004-05-131-0/+1
* Patch from Yoshinori Sato <ysato@users.sourceforge.jp>.Manuel Novoa III2004-05-071-0/+4
* Fix a couple of issues in configurations I hadn't tested.Manuel Novoa III2004-05-071-23/+7
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-201-3/+3
* Fix typo.Manuel Novoa III2004-04-141-1/+1
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-113-391/+441
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-161-3/+3
* Minor fix from upstream glibc.Manuel Novoa III2004-01-021-4/+8
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-272-3/+42
* 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