summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-08-30fix some const warnings.Federico G. Schwindt
2001-08-30fix some const warningsFederico G. Schwindt
2001-08-29More sync with FreeBSD.Federico G. Schwindt
2001-08-29build crt0, crtbegin and friends.Artur Grabowski
2001-08-29crt0. Almost like on alpha, except that sparc64 needs an assembler stubArtur Grabowski
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-28sparc64 bits. Not tested yet.Artur Grabowski
2001-08-28The sparc workaround is needed for sparc64 too.Artur Grabowski
2001-08-27Zero out entire FTS after allocating it instead of just zeroing outTodd C. Miller
2001-08-26Change the second arg to pw_mkdb() from a boolean flag to a set ofTodd C. Miller
2001-08-26More syncing with FreeBSD, preparing for a commit.Federico G. Schwindt
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-24Make _PATH_DEF an ANSI C compatible preprocessor token.Heikki Korpela
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
2001-08-21Start syncing with FreeBSD:Federico G. Schwindt
2001-08-20spellingPeter Valchev
2001-08-20Powered by @mantoya.Mike Pechkin
2001-08-20cope with sa_len < sizeof(struct sockaddr).Jun-ichiro itojun Hagino
2001-08-20cope with negative return value from snprintf.Jun-ichiro itojun Hagino
2001-08-20use snprintf, not sprintf. sync with kameJun-ichiro itojun Hagino
2001-08-19remove unused bits and pieces.Brad Smith
2001-08-19make obj in hppa alwaysMichael Shalayeff
2001-08-19either way this is what i'm using nowMichael Shalayeff
2001-08-19enable pthread_main_np(3)Peter Valchev