| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctl | Joakim Tjernlund | 2005-04-24 | 2 | -28/+29 |
* | When I broke up the stdio code, the "support pre C99 compilers" va_copy compat | Manuel Novoa III | 2005-02-14 | 1 | -0/+27 |
* | no more cvs | Mike Frysinger | 2005-02-12 | 1 | -1/+0 |
* | struct ipc_perm, as used by shmctl() when soing shared memory stuff, | Eric Andersen | 2004-11-02 | 1 | -1/+1 |
* | Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a | Eric Andersen | 2004-08-21 | 2 | -80/+0 |
* | Fixup PAGE_SIZE problems | Eric Andersen | 2004-08-13 | 1 | -0/+28 |
* | Cleanup some dead wood in the header files | Eric Andersen | 2004-07-30 | 2 | -1277/+0 |
* | Add define for SHM_HUGETLB | Eric Andersen | 2004-05-13 | 1 | -0/+1 |
* | Patch from Yoshinori Sato <ysato@users.sourceforge.jp>. | Manuel Novoa III | 2004-05-07 | 1 | -0/+4 |
* | Fix a couple of issues in configurations I hadn't tested. | Manuel Novoa III | 2004-05-07 | 1 | -23/+7 |
* | Cope with gcc 3.4's more aggressive persuit of attribute unused | Eric Andersen | 2004-04-20 | 1 | -3/+3 |
* | Fix typo. | Manuel Novoa III | 2004-04-14 | 1 | -1/+1 |
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 3 | -391/+441 |
* | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen | 2004-01-16 | 1 | -3/+3 |
* | Minor fix from upstream glibc. | Manuel Novoa III | 2004-01-02 | 1 | -4/+8 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 2 | -3/+42 |
* | Fix for the last "fix". | Manuel Novoa III | 2003-11-11 | 1 | -0/+2 |
* | Protect some header inclusions. | Manuel Novoa III | 2003-11-11 | 1 | -0/+2 |
* | Add a utility macro. | Manuel Novoa III | 2003-11-06 | 1 | -0/+4 |
* | Remove erroneous trailing semicolon. | Manuel Novoa III | 2003-11-05 | 1 | -1/+1 |
* | This should enabled building of uClibc locale support when using uClibc itself. | Manuel Novoa III | 2003-09-16 | 1 | -4/+7 |
* | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | 2003-09-08 | 2 | -107/+333 |
* | Create a typedef for the ctype bitmask table entries. | Manuel Novoa III | 2003-08-28 | 2 | -1/+16 |
* | Fix a few bugs in the new extended locale functions. | Manuel Novoa III | 2003-08-24 | 1 | -4/+7 |
* | Use the common version for bits/sem.h. Fixup the types to | Eric Andersen | 2003-08-14 | 1 | -2/+2 |
* | Add support for personality(), prctl(), ustat(), and ulimit() | Eric Andersen | 2003-08-08 | 1 | -3/+7 |
* | Patch from David Wuertele to prevent "conflicts with new declaration with C | Eric Andersen | 2003-08-05 | 1 | -0/+4 |
* | Replace 'new' in a prototype to avoid c++ problems. | Manuel Novoa III | 2003-08-01 | 1 | -1/+1 |
* | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 2003-08-01 | 7 | -67/+425 |
* | Remove the arch specific shm.h and use the fixed up common | Eric Andersen | 2003-08-01 | 1 | -39/+34 |
* | As noted by Peter S. Mazinger | Eric Andersen | 2003-06-16 | 1 | -227/+0 |
* | sjhill needs to buy donuts for everyone | Eric Andersen | 2003-03-11 | 1 | -1/+0 |
* | Compliance with MIPS ABI and MIPS kernel changes. | "Steven J. Hill" | 2003-03-11 | 1 | -9/+2 |
* | Initial effort at adding profiling support. | Eric Andersen | 2003-03-03 | 5 | -0/+196 |
* | Major update for pthreads, based in large part on improvements | Eric Andersen | 2003-02-27 | 2 | -10/+9 |
* | We need to have the size of struct dirent equal to the size of struct dirent64 | Eric Andersen | 2003-02-10 | 1 | -7/+1 |
* | Finish up fixing stat and setting various system types. | Eric Andersen | 2003-01-24 | 2 | -11/+10 |
* | Ok, people are probably going to hate me for this... This commit changes the | Eric Andersen | 2003-01-24 | 2 | -36/+72 |
* | Update sigaction syscall names to act more like glibc. Fix the x86 sigaction | Eric Andersen | 2003-01-22 | 1 | -4/+4 |
* | 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 |