summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-09Kay McCormick reports: when evp is NULL, it is reset too late and so can caus...Mike Frysinger
2007-02-09run through LindentMike Frysinger
2007-02-09Atsushi Nemoto writes: Add st_[amc]timensec to N32/N64 version of stat, add s...Mike Frysinger
2007-02-08enable -std=gnu99 by default nowMike Frysinger
2007-02-08use __FDPIC__ from the compiler rather than setting our ownMike Frysinger
2007-02-08revert 17821, wait for better test casesEric Andersen
2007-02-08do not use ghbn_buf after it goes out of scopeEric Andersen
2007-02-08import a slightly modified realpath() test case from glibcMike Frysinger
2007-02-08Miguel Angel Alvarez writes:Eric Andersen
2007-02-08handle file_name==NULL and file_name=="" as required by POSIXMike Frysinger
2007-02-08revert previous change; reading POSIX spec some more says we need to set errn...Mike Frysinger
2007-02-08we crash if the first argument to realpath() is non-null as well so lets mark...Mike Frysinger
2007-02-08Paul Brook writes:Mike Frysinger
2007-02-08pull in features.h so we have access to config definesMike Frysinger
2007-02-07sh crti.S needs features.h to resolve __HAVE_SHARED__, trivial patchPaul Mundt
2007-02-05no need to duplicate WCHAR checkMike Frysinger
2007-02-05- silence warning about using an undefined tokenBernhard Reutner-Fischer
2007-02-05- silence warning about using an undefined tokenBernhard Reutner-Fischer
2007-02-05new cheesy test by Denis Vlasenko to trigger fclose loopMike Frysinger
2007-02-04Add support for PowerPC e500, libc part only.Joakim Tjernlund
2007-02-04fixup includes so we compile againMike Frysinger
2007-02-04the sun rpc code has too many alias violations to worry over now; just disabl...Mike Frysinger
2007-02-04fix compiling and touchup styleMike Frysinger
2007-02-04sync some stuff from glibc to fix test build failureMike Frysinger
2007-02-02Make sure struct stat is identical to struct stat64 ifPeter Kjellerstedt
2007-02-02use sane line breaksEric Andersen
2007-02-02replace bits/syscalls.h with a comment ... an empty file makes people think t...Mike Frysinger
2007-02-02Ronald Maeder writes:Eric Andersen
2007-02-02use the correct lock for access to __nameserver[]Eric Andersen
2007-02-02fix lock namingEric Andersen
2007-02-02Ronald Maeder writes:Eric Andersen
2007-02-02fix obvious bug in ipv4/ipv6 resolving. When not using AF_INET,Eric Andersen
2007-02-01drive home the point people should not be using _syscall#() macrosMike Frysinger
2007-02-01document future need for larger time valuesMike 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 !LFSBernhard Reutner-Fischer
2007-01-29Richard Sandiford writes:Mike Frysinger
2007-01-29- s/if USE___THREAD/if defined USE___THREAD && USE___THREAD/gBernhard 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-29pull in unistd.h for syscall() prototypeMike Frysinger
2007-01-29use ifdef rather than if for stack directionMike Frysinger
2007-01-29fix from Atsushi Nemoto for displaying of 64bit typesMike Frysinger
2007-01-29fix from Roman Kononov for reading in of 64bit typesMike Frysinger
2007-01-29make sure reading 64bit types worksMike Frysinger
2007-01-29make sure 64bit output is correctMike Frysinger
2007-01-29since these functions get exported, namespace the argumentsMike Frysinger
2007-01-29mark local function staticMike Frysinger
2007-01-29fixup shadowed warningsMike Frysinger
2007-01-29mark some funcs as noreturnMike Frysinger