summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits
AgeCommit message (Expand)Author
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
2003-08-08Add support for personality(), prctl(), ustat(), and ulimit()Eric Andersen
2003-08-05Patch from David Wuertele to prevent "conflicts with new declaration with CEric Andersen
2003-08-01Replace 'new' in a prototype to avoid c++ problems.Manuel Novoa III
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2003-08-01Remove the arch specific shm.h and use the fixed up commonEric Andersen
2003-06-16As noted by Peter S. MazingerEric Andersen
2003-03-11sjhill needs to buy donuts for everyoneEric Andersen
2003-03-11Compliance with MIPS ABI and MIPS kernel changes."Steven J. Hill"
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-02-27Major update for pthreads, based in large part on improvementsEric Andersen
2003-02-10We need to have the size of struct dirent equal to the size of struct dirent64Eric Andersen
2003-01-24Finish up fixing stat and setting various system types.Eric Andersen
2003-01-24Ok, people are probably going to hate me for this... This commit changes theEric Andersen
2003-01-22Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen
2003-01-22Missed an endifEric Andersen
2003-01-22Looks like sigaction on arm needs adjustment, so split this intoEric Andersen
2002-12-20The big thing is locale dependent collation support.Manuel Novoa III
2002-12-11Remove trailing comma from enum list as a nicety for older compilers.Manuel Novoa III
2002-11-22Ok... here's the summary:Manuel Novoa III
2002-11-03Implement locale-specific grouping in printf for base 10 integer conversionsManuel Novoa III
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-13It turns out that __thread is now a gcc keyword. We used __thread inEric Andersen
2002-09-04Fixed 'struct ipc_perm' and 'struct msqid_ds' members to allow the Linux"Steven J. Hill"
2002-08-26Make bits/kernel_types.h include guard names match the includeEric Andersen
2002-08-25Use the kernel version of struct msqid_ds directly, since we don'tEric Andersen
2002-08-25Finish off the bits/kernel_stat.h cleanup for properEric Andersen
2002-08-25Make shm stuff work properly.Eric Andersen
2002-08-24Tweak things so that struct stat and struct stat64 (seem to) work onManuel Novoa III
2002-08-24Avoid `ECANCELED' redefined on mipsEric Andersen
2002-08-24Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen
2002-08-23Split out the definition of struct stat into the new archEric Andersen
2002-08-23Split out the arch dependant errno_values.h junk into arch dependant files.Eric Andersen
2002-08-22Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen
2002-08-22Rework errno handling to be kernel header freeEric Andersen
2002-08-21Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the wayEric Andersen
2002-08-19Eliminate wrapping of struct stat and use the kernel versionEric Andersen
2002-08-18Directly use kernel types for uid_t, gid_t, and dev_t to avoid theEric Andersen
2002-08-16whitespaceMiles Bader
2002-08-16(errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.Miles Bader
2002-08-16Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen
2002-08-12Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III
2002-07-15Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III
2002-07-07Attempt to clean up the strerror_r situation.Manuel Novoa III
2002-07-05Only define __uwchar_t if wide char support is enabled.Manuel Novoa III
2002-07-03Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III