| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | A couple of TODO items | Eric Andersen | 2001-11-10 | 1 | -0/+4 |
* | Limited Debian architectures to the ones we can actually build. | David Schleef | 2001-11-10 | 8 | -40/+147 |
* | Added winsize structure from before glibc-2.2.4 update | David Schleef | 2001-11-10 | 1 | -0/+7 |
* | Added .cvsignore | David Schleef | 2001-11-10 | 2 | -0/+6 |
* | _mmap.o should be added to libc.a, not crt0.o | David Schleef | 2001-11-10 | 1 | -2/+2 |
* | Add missing <errno.h> | David Schleef | 2001-11-10 | 1 | -0/+1 |
* | Patch from Jari Korva <jpkorva@iki.fi> | Eric Andersen | 2001-11-07 | 1 | -44/+300 |
* | Add statfs64 | Eric Andersen | 2001-11-07 | 2 | -1/+56 |
* | Patch from Jari Korva <jari.korva@vtt.fi> to fix a memory leak | Eric Andersen | 2001-11-05 | 1 | -0/+1 |
* | Disable fast search by default (doesn't work on coda for example) | Eric Andersen | 2001-11-05 | 1 | -0/+11 |
* | Oops. Forgot this one.... | Eric Andersen | 2001-10-17 | 1 | -0/+7 |
* | These are now obsolete | Eric Andersen | 2001-10-17 | 2 | -74/+0 |
* | Fix up sig handling so it is more in sync with glibc behavior | Eric Andersen | 2001-10-17 | 15 | -87/+410 |
* | Bring these into line with glibc 2.2.4 | Eric Andersen | 2001-10-17 | 2 | -121/+117 |
* | This header file was broken, breaking signal handling on ARM. | Eric Andersen | 2001-10-17 | 1 | -10/+66 |
* | In theory, this adds readdir64 and friends. Dunno if they | Eric Andersen | 2001-10-17 | 6 | -3/+176 |
* | This commit makes large file support actually work (when enabled in | Eric Andersen | 2001-10-17 | 8 | -18/+287 |
* | Fix comment | Eric Andersen | 2001-10-16 | 1 | -1/+1 |
* | Geez, I really screwed that one up. Lets try that one again... | Eric Andersen | 2001-10-16 | 1 | -13/+1 |
* | Oops. I merged things backwards. Lets try that again... | Eric Andersen | 2001-10-16 | 1 | -14/+2 |
* | Revert global old mmap usage, and do it per arch | Eric Andersen | 2001-10-16 | 5 | -13/+24 |
* | Disable posix threads support | David Schleef | 2001-10-15 | 1 | -2/+4 |
* | depend on kernel-headers, not kernel-headers-2.4 | David Schleef | 2001-10-15 | 2 | -2/+2 |
* | Merged patch from pre-glibc-2.2.4 files | David Schleef | 2001-10-15 | 10 | -48/+62 |
* | include/bits from glibc-2.2.4-1 | David Schleef | 2001-10-15 | 69 | -722/+4256 |
* | Turn off program_invocation_name and friend | Eric Andersen | 2001-10-15 | 1 | -0/+2 |
* | Erwin Authried <eauth@softsys.co.at> noticed that _XOPEN_SOURCE is | Eric Andersen | 2001-10-14 | 1 | -1/+2 |
* | Beef up the fork test, checking for proper SIGCHLD behavior | Eric Andersen | 2001-10-12 | 1 | -13/+45 |
* | A small patch from Erwin Authried <eauth@softsys.co.at> | Eric Andersen | 2001-10-12 | 3 | -5/+6 |
* | Fix problem with version naming | David Schleef | 2001-10-11 | 2 | -2/+2 |
* | Little script to create a properly-named snapshot for Debian packaging | David Schleef | 2001-10-11 | 1 | -0/+20 |
* | Fixes for finding appropriate kernel headers, changelog entry | David Schleef | 2001-10-11 | 4 | -4/+9 |
* | Add missing values.h | Eric Andersen | 2001-10-11 | 1 | -0/+69 |
* | Add strndup, written by Stefan Soucek <ssoucek@coactive.com> | Eric Andersen | 2001-10-11 | 3 | -4/+21 |
* | Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850. | Eric Andersen | 2001-10-11 | 81 | -13/+8181 |
* | Minor update | Eric Andersen | 2001-10-05 | 1 | -2/+2 |
* | Wohoo! David McCullough found the bug! His comments follow: | Eric Andersen | 2001-10-05 | 1 | -12/+20 |
* | Yet more minor cleanups | Eric Andersen | 2001-10-04 | 3 | -9/+16 |
* | Patch from David McCullough <davidm@lineo.com>: | Eric Andersen | 2001-10-04 | 4 | -150/+38 |
* | With all the headerfile changes, some functions didn't get there arg types | David McCullough | 2001-10-04 | 2 | -2/+2 |
* | Minor cleanups | Eric Andersen | 2001-10-03 | 3 | -0/+3 |
* | Silly little changes | Eric Andersen | 2001-10-03 | 3 | -5/+9 |
* | Cleanup brk/sbrk | Eric Andersen | 2001-10-03 | 4 | -83/+77 |
* | termcap.h is supposed to be part of ncurses, and has no place in the C | Eric Andersen | 2001-10-02 | 1 | -75/+0 |
* | Add in some math lib tests | Eric Andersen | 2001-10-02 | 15 | -0/+9839 |
* | Turn off optimization when debugging | Eric Andersen | 2001-10-02 | 1 | -4/+4 |
* | Fix nasty behavior difference from glibc -- also fixes getline() | Eric Andersen | 2001-09-30 | 1 | -3/+2 |
* | Minor cleanup | Eric Andersen | 2001-09-29 | 2 | -2/+3 |
* | Fix prototype | Eric Andersen | 2001-09-29 | 1 | -2/+2 |
* | Fix a stupid typo... | Eric Andersen | 2001-09-29 | 1 | -1/+1 |