summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits
Commit message (Expand)AuthorAgeFilesLines
* define MREMAP_FIXEDMike Frysinger2005-11-271-1/+11
* sync with glibc to get 64bit fixesMike Frysinger2005-11-232-2/+35
* move alpha/hppa into their own arch subdir where they should beMike Frysinger2005-11-181-30/+1
* add support for ia64Mike Frysinger2005-11-181-0/+12
* Hide more of stdio,getdents, use internal __raisePeter S. Mazinger2005-11-151-1/+3
* as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wo...Mike Frysinger2005-11-151-0/+2
* sync getopt headers with glibcMike Frysinger2005-11-151-11/+26
* make people provide these headers when portingMike Frysinger2005-11-122-64/+4
* sync with glibcMike Frysinger2005-11-0915-168/+241
* fix __intptr_t for 64bit archesMike Frysinger2005-11-091-1/+1
* booooring license updatesMike Frysinger2005-11-0910-60/+94
* 'pthread.h' is not the only file that needs to be symlinked. When NPTL gets m..."Steven J. Hill"2005-09-211-142/+0
* merge some updates from glibc to fix 32/64 bit supportMike Frysinger2005-09-211-8/+25
* s/__kernel_time_t/__time_tJoakim Tjernlund2005-07-281-2/+2
* A while back, the sysvipc code was changed to use IPC_64 in the calls.Manuel Novoa III2005-07-281-9/+10
* add support for nanosecondsMike Frysinger2005-07-171-7/+9
* sync whitespace with glibcMike Frysinger2005-06-171-8/+8
* Finish up reverting NPTLEric Andersen2005-05-203-6/+382
* Get rid of crud."Steven J. Hill"2005-05-151-234/+0
* There were two versions of 'pthreadtypes.h' originally in uClibc. Also,"Steven J. Hill"2005-05-141-142/+0
* Sync uClibc 'sigthread.h' with the latest version from glibc."Steven J. Hill"2005-05-141-6/+6
* Added new 'bits/atomic.h' for most of the architectures and the top-level 'in..."Steven J. Hill"2005-05-121-0/+43
* Hopefully fix the problem reported by Peter Mazinger,Joakim Tjernlund2005-05-071-32/+41
* Updated to match glibc 2.3.4 (adds missing CLOCK_MONOTONIC).Peter Kjellerstedt2005-04-281-4/+6
* 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