Age | Commit message (Expand) | Author |
2007-02-12 | Remove #APP/#NO_APP since -std=gnu99 will make | Joakim Tjernlund |
2007-02-11 | Atsushi Nemoto writes: | Mike Frysinger |
2007-02-10 | we dont actually need asm/page.h | Mike Frysinger |
2007-02-09 | Kay McCormick reports: when evp is NULL, it is reset too late and so can caus... | Mike Frysinger |
2007-02-09 | run through Lindent | Mike Frysinger |
2007-02-09 | Atsushi Nemoto writes: Add st_[amc]timensec to N32/N64 version of stat, add s... | Mike Frysinger |
2007-02-08 | enable -std=gnu99 by default now | Mike Frysinger |
2007-02-08 | use __FDPIC__ from the compiler rather than setting our own | Mike Frysinger |
2007-02-08 | revert 17821, wait for better test cases | Eric Andersen |
2007-02-08 | do not use ghbn_buf after it goes out of scope | Eric Andersen |
2007-02-08 | import a slightly modified realpath() test case from glibc | Mike Frysinger |
2007-02-08 | Miguel Angel Alvarez writes: | Eric Andersen |
2007-02-08 | handle file_name==NULL and file_name=="" as required by POSIX | Mike Frysinger |
2007-02-08 | revert previous change; reading POSIX spec some more says we need to set errn... | Mike Frysinger |
2007-02-08 | we crash if the first argument to realpath() is non-null as well so lets mark... | Mike Frysinger |
2007-02-08 | Paul Brook writes: | Mike Frysinger |
2007-02-08 | pull in features.h so we have access to config defines | Mike Frysinger |
2007-02-07 | sh crti.S needs features.h to resolve __HAVE_SHARED__, trivial patch | Paul Mundt |
2007-02-05 | no need to duplicate WCHAR check | Mike Frysinger |
2007-02-05 | - silence warning about using an undefined token | Bernhard Reutner-Fischer |
2007-02-05 | - silence warning about using an undefined token | Bernhard Reutner-Fischer |
2007-02-05 | new cheesy test by Denis Vlasenko to trigger fclose loop | Mike Frysinger |
2007-02-04 | Add support for PowerPC e500, libc part only. | Joakim Tjernlund |
2007-02-04 | fixup includes so we compile again | Mike Frysinger |
2007-02-04 | the sun rpc code has too many alias violations to worry over now; just disabl... | Mike Frysinger |
2007-02-04 | fix compiling and touchup style | Mike Frysinger |
2007-02-04 | sync some stuff from glibc to fix test build failure | Mike Frysinger |
2007-02-02 | Make sure struct stat is identical to struct stat64 if | Peter Kjellerstedt |
2007-02-02 | use sane line breaks | Eric Andersen |
2007-02-02 | replace bits/syscalls.h with a comment ... an empty file makes people think t... | Mike Frysinger |
2007-02-02 | Ronald Maeder writes: | Eric Andersen |
2007-02-02 | use the correct lock for access to __nameserver[] | Eric Andersen |
2007-02-02 | fix lock naming | Eric Andersen |
2007-02-02 | Ronald Maeder writes: | Eric Andersen |
2007-02-02 | fix obvious bug in ipv4/ipv6 resolving. When not using AF_INET, | Eric Andersen |
2007-02-01 | drive home the point people should not be using _syscall#() macros | Mike Frysinger |
2007-02-01 | document future need for larger time values | Mike Frysinger |
2007-01-30 | - should look if LFS is enabled as suggested by pkj in #1131. This generates ... | Bernhard Reutner-Fischer |
2007-01-29 | - fix compilation of GNU glob with !LFS | Bernhard Reutner-Fischer |
2007-01-29 | Richard Sandiford writes: | Mike Frysinger |
2007-01-29 | - s/if USE___THREAD/if defined USE___THREAD && USE___THREAD/g | Bernhard Reutner-Fischer |
2007-01-29 | - see if defined foo before trying to look at the value of foo (that should b... | Bernhard Reutner-Fischer |
2007-01-29 | - sync with glibc (and provide a check for icc). | Bernhard Reutner-Fischer |
2007-01-29 | pull in unistd.h for syscall() prototype | Mike Frysinger |
2007-01-29 | use ifdef rather than if for stack direction | Mike Frysinger |
2007-01-29 | fix from Atsushi Nemoto for displaying of 64bit types | Mike Frysinger |
2007-01-29 | fix from Roman Kononov for reading in of 64bit types | Mike Frysinger |
2007-01-29 | make sure reading 64bit types works | Mike Frysinger |
2007-01-29 | make sure 64bit output is correct | Mike Frysinger |
2007-01-29 | since these functions get exported, namespace the arguments | Mike Frysinger |