Age | Commit message (Expand) | Author |
2003-09-08 | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III |
2003-08-28 | Create a typedef for the ctype bitmask table entries. | Manuel Novoa III |
2003-08-24 | Fix a few bugs in the new extended locale functions. | Manuel Novoa III |
2003-08-14 | Use the common version for bits/sem.h. Fixup the types to | Eric Andersen |
2003-08-08 | Add support for personality(), prctl(), ustat(), and ulimit() | Eric Andersen |
2003-08-05 | Patch from David Wuertele to prevent "conflicts with new declaration with C | Eric Andersen |
2003-08-01 | Replace 'new' in a prototype to avoid c++ problems. | Manuel Novoa III |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |
2003-08-01 | Remove the arch specific shm.h and use the fixed up common | Eric Andersen |
2003-06-16 | As noted by Peter S. Mazinger | Eric Andersen |
2003-03-11 | sjhill needs to buy donuts for everyone | Eric Andersen |
2003-03-11 | Compliance with MIPS ABI and MIPS kernel changes. | "Steven J. Hill" |
2003-03-03 | Initial effort at adding profiling support. | Eric Andersen |
2003-02-27 | Major update for pthreads, based in large part on improvements | Eric Andersen |
2003-02-10 | We need to have the size of struct dirent equal to the size of struct dirent64 | Eric Andersen |
2003-01-24 | Finish up fixing stat and setting various system types. | Eric Andersen |
2003-01-24 | Ok, people are probably going to hate me for this... This commit changes the | Eric Andersen |
2003-01-22 | Update sigaction syscall names to act more like glibc. Fix the x86 sigaction | Eric Andersen |
2003-01-22 | Missed an endif | Eric Andersen |
2003-01-22 | Looks like sigaction on arm needs adjustment, so split this into | Eric Andersen |
2002-12-20 | The big thing is locale dependent collation support. | Manuel Novoa III |
2002-12-11 | Remove trailing comma from enum list as a nicety for older compilers. | Manuel Novoa III |
2002-11-22 | Ok... here's the summary: | Manuel Novoa III |
2002-11-03 | Implement locale-specific grouping in printf for base 10 integer conversions | Manuel Novoa III |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-10-13 | It turns out that __thread is now a gcc keyword. We used __thread in | Eric Andersen |
2002-09-04 | Fixed 'struct ipc_perm' and 'struct msqid_ds' members to allow the Linux | "Steven J. Hill" |
2002-08-26 | Make bits/kernel_types.h include guard names match the include | Eric Andersen |
2002-08-25 | Use the kernel version of struct msqid_ds directly, since we don't | Eric Andersen |
2002-08-25 | Finish off the bits/kernel_stat.h cleanup for proper | Eric Andersen |
2002-08-25 | Make shm stuff work properly. | Eric Andersen |
2002-08-24 | Tweak things so that struct stat and struct stat64 (seem to) work on | Manuel Novoa III |
2002-08-24 | Avoid `ECANCELED' redefined on mips | Eric Andersen |
2002-08-24 | Break dependancy of bits/types.h on the asm/posix_types.h kernel | Eric Andersen |
2002-08-23 | Split out the definition of struct stat into the new arch | Eric Andersen |
2002-08-23 | Split out the arch dependant errno_values.h junk into arch dependant files. | Eric Andersen |
2002-08-22 | Rework struct stat/stat64 handling to eliminate kernel headers | Eric Andersen |
2002-08-22 | Rework errno handling to be kernel header free | Eric Andersen |
2002-08-21 | Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the way | Eric Andersen |
2002-08-19 | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen |
2002-08-18 | Directly use kernel types for uid_t, gid_t, and dev_t to avoid the | Eric Andersen |
2002-08-16 | whitespace | Miles Bader |
2002-08-16 | (errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined. | Miles Bader |
2002-08-16 | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen |
2002-08-12 | Revert commit by davidm to printf.c that initialized conv_num | Manuel Novoa III |
2002-07-15 | Clean up CLK_TCK situation. clock() and sysconf() now use an | Manuel Novoa III |
2002-07-07 | Attempt to clean up the strerror_r situation. | Manuel Novoa III |
2002-07-05 | Only define __uwchar_t if wide char support is enabled. | Manuel Novoa III |
2002-07-03 | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III |
2002-06-18 | Fix perror() and printf("%m") to not call strerror(), as required by the | Manuel Novoa III |