summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2001-09-11Keep the strings fully quoted.Dale Rahn
2001-09-11repair getgrgid_r() and getgrnam_r() as the standart says; from d@Peter Valchev
2001-09-10Use the LBL isnan() and isinf() on all platforms with ieee floating point.Todd C. Miller
2001-09-10Use the LBL frexp() on all platforms with ieee floating point.Todd C. Miller
2001-09-10Use ${LIBCSRCDIR} not ${.CURDIR} for relative path (allows libc_r to build)Jason Wright
2001-09-07Adapt to our sigcontext and fix the obvious bugs.Artur Grabowski
2001-09-07Remove bogus warning and correct the operator enumeration for timercmpNiklas Hallqvist
2001-09-07K&R promotion is not the whole story. Make things explicit.Marc Espie
2001-09-06Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldMike Pechkin
2001-09-06It is silly to reference the Tahoe architecture.Todd C. Miller
2001-09-05explicit alignment, just like on alpha.Artur Grabowski
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-05make debug libs build againMichael Shalayeff
2001-09-05avoid first person in manual pagesTheo de Raadt
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-09-04put changes back, this time ALL the files.Federico G. Schwindt
2001-09-04clarify fd_set size definitionTheo de Raadt
2001-09-02gcc hangs when compiling sha1 on sparc64, workaround.Artur Grabowski
2001-08-30Back out fgsch@'s tree breaking commits.Todd T. Fries
2001-08-30fix some const warningsFederico G. Schwindt
2001-08-29Last pieces needed to build libc on sparc64.Artur Grabowski
2001-08-29Bunch of necessary files from NetBSD.Artur Grabowski
2001-08-29more files from sparc.Artur Grabowski
2001-08-29bunch of files from sparc.Artur Grabowski
2001-08-29except ffs and strlen we use the generic functions (for now).Artur Grabowski
2001-08-29ffs from sparc and strlen from NetBSD.Artur Grabowski
2001-08-29syscall(), trivialArtur Grabowski
2001-08-29signal stuff from sparc, cleaned up.Artur Grabowski
2001-08-29setlogin from NetBSDArtur Grabowski
2001-08-29sbrk from NetBSDArtur Grabowski
2001-08-28fork from sparc. cleaned up.Artur Grabowski
2001-08-28exect from sparc.Artur Grabowski
2001-08-28Add SYSENTRY as on sparc. We'll need it later.Artur Grabowski
2001-08-28cerror. based on the same file from sparc, with cleanups.Artur Grabowski
2001-08-28brk from NetBSDArtur Grabowski
2001-08-28Duh. remove dumb debugging before commit next time.Artur Grabowski
2001-08-28Ovfork from sparc, cleaned up.Artur Grabowski
2001-08-28abs from NetBSDArtur Grabowski
2001-08-28{hton,ntoh}{s,l} from NetBSD.Artur Grabowski
2001-08-28SYS.h from NetBSD. Not fixed yet for libc_r.Artur Grabowski
2001-08-27Zero out entire FTS after allocating it instead of just zeroing outTodd C. Miller
2001-08-25Typo - PR 2032Hugh Graham
2001-08-25Fix the __infinity constant on powerpc.Dale Rahn
2001-08-25Sync with sysctl(8): net.inet.tcp.slowhz is not changeable; bk@rt.fm. Wow,Aaron Campbell
2001-08-23Fix the syscall wrappers name generation in, so that libc_r gets theMiod Vallat
2001-08-23Kill very odd use of __CONCAT: completely unneeded, obfuscated, andMarc Espie
2001-08-23Add missing commas after auth_getitem and auth_setitem in NAME section.Todd C. Miller
2001-08-23Add another EPERM condition to ERRORS: if a hard link is attempted for a fileAaron Campbell
2001-08-23typo fix from NetBSD (groo@netbsd.org)Paul Janzen
2001-08-22"This section" and variants ==> 'The manual pages in section x'Heikki Korpela