summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits
AgeCommit message (Expand)Author
2005-12-03_uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma...Peter S. Mazinger
2005-11-27define MREMAP_FIXEDMike Frysinger
2005-11-23sync with glibc to get 64bit fixesMike Frysinger
2005-11-18move alpha/hppa into their own arch subdir where they should beMike Frysinger
2005-11-18add support for ia64Mike Frysinger
2005-11-15Hide more of stdio,getdents, use internal __raisePeter S. Mazinger
2005-11-15as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wo...Mike Frysinger
2005-11-15sync getopt headers with glibcMike Frysinger
2005-11-12make people provide these headers when portingMike Frysinger
2005-11-09sync with glibcMike Frysinger
2005-11-09fix __intptr_t for 64bit archesMike Frysinger
2005-11-09booooring license updatesMike Frysinger
2005-09-21'pthread.h' is not the only file that needs to be symlinked. When NPTL gets m..."Steven J. Hill"
2005-09-21merge some updates from glibc to fix 32/64 bit supportMike Frysinger
2005-07-28s/__kernel_time_t/__time_tJoakim Tjernlund
2005-07-28A while back, the sysvipc code was changed to use IPC_64 in the calls.Manuel Novoa III
2005-07-17add support for nanosecondsMike Frysinger
2005-06-17sync whitespace with glibcMike Frysinger
2005-05-20Finish up reverting NPTLEric Andersen
2005-05-15Get rid of crud."Steven J. Hill"
2005-05-14There were two versions of 'pthreadtypes.h' originally in uClibc. Also,"Steven J. Hill"
2005-05-14Sync uClibc 'sigthread.h' with the latest version from glibc."Steven J. Hill"
2005-05-12Added new 'bits/atomic.h' for most of the architectures and the top-level 'in..."Steven J. Hill"
2005-05-07Hopefully fix the problem reported by Peter Mazinger,Joakim Tjernlund
2005-04-28Updated to match glibc 2.3.4 (adds missing CLOCK_MONOTONIC).Peter Kjellerstedt
2005-04-24Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund
2005-02-14When I broke up the stdio code, the "support pre C99 compilers" va_copy compatManuel Novoa III
2005-02-12no more cvsMike Frysinger
2004-11-02struct ipc_perm, as used by shmctl() when soing shared memory stuff,Eric Andersen
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
2004-08-13Fixup PAGE_SIZE problemsEric Andersen
2004-07-30Cleanup some dead wood in the header filesEric Andersen
2004-05-13Add define for SHM_HUGETLBEric Andersen
2004-05-07Patch from Yoshinori Sato <ysato@users.sourceforge.jp>.Manuel Novoa III
2004-05-07Fix a couple of issues in configurations I hadn't tested.Manuel Novoa III
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-04-14Fix typo.Manuel Novoa III
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2004-01-02Minor fix from upstream glibc.Manuel Novoa III
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-11-11Fix for the last "fix".Manuel Novoa III
2003-11-11Protect some header inclusions.Manuel Novoa III
2003-11-06Add a utility macro.Manuel Novoa III
2003-11-05Remove erroneous trailing semicolon.Manuel Novoa III
2003-09-16This should enabled building of uClibc locale support when using uClibc itself.Manuel Novoa III
2003-09-08Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III
2003-08-28Create a typedef for the ctype bitmask table entries.Manuel Novoa III
2003-08-24Fix a few bugs in the new extended locale functions.Manuel Novoa III
2003-08-14Use the common version for bits/sem.h. Fixup the types toEric Andersen