| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Missed an endif | Eric Andersen | 2003-01-22 | 1 | -0/+1 |
* | Looks like sigaction on arm needs adjustment, so split this into | Eric Andersen | 2003-01-22 | 1 | -0/+92 |
* | The big thing is locale dependent collation support. | Manuel Novoa III | 2002-12-20 | 1 | -3/+60 |
* | Remove trailing comma from enum list as a nicety for older compilers. | Manuel Novoa III | 2002-12-11 | 1 | -1/+1 |
* | Ok... here's the summary: | Manuel Novoa III | 2002-11-22 | 2 | -1/+6 |
* | Implement locale-specific grouping in printf for base 10 integer conversions | Manuel Novoa III | 2002-11-03 | 1 | -0/+1 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 2 | -8/+8 |
* | It turns out that __thread is now a gcc keyword. We used __thread in | Eric Andersen | 2002-10-13 | 1 | -1/+1 |
* | Fixed 'struct ipc_perm' and 'struct msqid_ds' members to allow the Linux | "Steven J. Hill" | 2002-09-04 | 2 | -3/+3 |
* | Make bits/kernel_types.h include guard names match the include | Eric Andersen | 2002-08-26 | 1 | -1/+5 |
* | Use the kernel version of struct msqid_ds directly, since we don't | Eric Andersen | 2002-08-25 | 1 | -16/+14 |
* | Finish off the bits/kernel_stat.h cleanup for proper | Eric Andersen | 2002-08-25 | 1 | -1/+27 |
* | Make shm stuff work properly. | Eric Andersen | 2002-08-25 | 2 | -23/+22 |
* | Tweak things so that struct stat and struct stat64 (seem to) work on | Manuel Novoa III | 2002-08-24 | 1 | -7/+0 |
* | Avoid `ECANCELED' redefined on mips | Eric Andersen | 2002-08-24 | 1 | -3/+4 |
* | Break dependancy of bits/types.h on the asm/posix_types.h kernel | Eric Andersen | 2002-08-24 | 2 | -10/+18 |
* | Split out the definition of struct stat into the new arch | Eric Andersen | 2002-08-23 | 2 | -612/+60 |
* | Split out the arch dependant errno_values.h junk into arch dependant files. | Eric Andersen | 2002-08-23 | 1 | -392/+7 |
* | Rework struct stat/stat64 handling to eliminate kernel headers | Eric Andersen | 2002-08-22 | 1 | -2/+613 |
* | Rework errno handling to be kernel header free | Eric Andersen | 2002-08-22 | 2 | -12/+523 |
* | Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the way | Eric Andersen | 2002-08-21 | 1 | -1/+1 |
* | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen | 2002-08-19 | 2 | -73/+23 |
* | Directly use kernel types for uid_t, gid_t, and dev_t to avoid the | Eric Andersen | 2002-08-18 | 1 | -3/+12 |
* | whitespace | Miles Bader | 2002-08-16 | 1 | -0/+1 |
* | (errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined. | Miles Bader | 2002-08-16 | 1 | -3/+4 |
* | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen | 2002-08-16 | 1 | -1/+1 |
* | Revert commit by davidm to printf.c that initialized conv_num | Manuel Novoa III | 2002-08-12 | 1 | -9/+9 |
* | Clean up CLK_TCK situation. clock() and sysconf() now use an | Manuel Novoa III | 2002-07-15 | 2 | -2/+18 |
* | Attempt to clean up the strerror_r situation. | Manuel Novoa III | 2002-07-07 | 1 | -8/+0 |
* | Only define __uwchar_t if wide char support is enabled. | Manuel Novoa III | 2002-07-05 | 1 | -1/+1 |
* | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III | 2002-07-03 | 2 | -16/+51 |
* | Fix perror() and printf("%m") to not call strerror(), as required by the | Manuel Novoa III | 2002-06-18 | 1 | -0/+8 |
* | Kill the libc-lock headers, which we do not use and which are | Eric Andersen | 2002-06-10 | 2 | -375/+0 |
* | Add a default syscalls.h that will just error out. | Eric Andersen | 2002-05-12 | 1 | -0/+10 |
* | New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, | Manuel Novoa III | 2002-05-06 | 3 | -0/+512 |
* | Fix another O_LARGEFILE bug. Also, I forget to make floating point optional | Manuel Novoa III | 2002-03-12 | 1 | -5/+0 |
* | Oops.. had left thread support forced on. | Manuel Novoa III | 2002-03-12 | 1 | -1/+1 |
* | Fixup redefinition of NL_ARGMAX | Eric Andersen | 2002-03-12 | 2 | -3/+3 |
* | Swap in the new stdio code. | Manuel Novoa III | 2002-03-12 | 1 | -0/+494 |
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 71 | -0/+8119 |