summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2002-10-15Fix typo introduce in last commitTodd C. Miller
2002-10-15cast NULL varargs sentinel to char * so it is 64 bit on alpha & sparc64Todd C. Miller
2002-10-15Document the fact that calling auth_setitem() with a NULL valueTodd C. Miller
2002-10-15If auth_setitem() is called with the current value (ie: the pointerTodd C. Miller
2002-10-15Note that when calling auth_verify() with a style and/or username,Todd C. Miller
2002-10-15Cast NULL sentinel in auth_call() to a pointerTodd C. Miller
2002-10-13Move the clearing of as->state in auth_challenge() to after the sanityTodd C. Miller
2002-10-09Use strtoll() and strtoull() instead of strtoq() and strtouq() nowTodd C. Miller
2002-10-07.Xr ipcs 1Henning Brauer
2002-10-07name space pollution; after art@Michael Shalayeff
2002-10-07kick, kick. Fix these files which did not come from NetBSD, but theDale Rahn
2002-10-07clean up ifdefs for PIC, resulting code unchanged.Dale Rahn
2002-10-07s/curbrk/__curbrk/ as suggested by art, a few _ASM_LABEL added as appropriate.Dale Rahn
2002-10-07Simpler, smaller, more efficient and equivalent.Dale Rahn
2002-10-07cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL()Dale Rahn
2002-10-06curbrk -> __curbrk on sparc to avoid name space pollution.Artur Grabowski
2002-10-06Rename curbrk to __curbrk on i386 to avoid namespace pollution.Artur Grabowski
2002-10-06Rename curbrk to __curbrk on alpha to avoid namespace pollution.Artur Grabowski
2002-10-06Rename cerror to __cerror on i386 to avoid namespace pollution.Artur Grabowski
2002-10-06Rename cerror to __cerror on alpha to avoid namespace pollution.Artur Grabowski
2002-09-25missing arg; peterw@ifost.org.auTheo de Raadt
2002-09-19Document FD_CLOEXEC; from FreeBSD (Peter Jeremy)Todd C. Miller
2002-09-18fix Xr refs; frisco@blackant.netTheo de Raadt
2002-09-18Fix license and conformance with man page.Steve Murphree
2002-09-17uncommit, since it breaks macppc libc. millert and miod have now said theyTheo de Raadt
2002-09-17move __syscall prototype into unistd.h (like everybody else) and avoid privat...Michael Shalayeff
2002-09-17mickey, did you not look at the output?Theo de Raadt
2002-09-17typoJun-ichiro itojun Hagino
2002-09-17correct possible buffer overrun in setlocale(x, y) where y is supplied fromJun-ichiro itojun Hagino
2002-09-14Move __cleanup into mprotect'ed page to prevent unintentional modificationsDaniel Hartmeier
2002-09-11bye bye.Federico G. Schwindt
2002-09-10remove extra output of \n in clnt_perror()Theo de Raadt
2002-09-10better, faster scooter; fix cerror in mi somedayMichael Shalayeff
2002-09-10mi versions are good enoughMichael Shalayeff
2002-09-07ansi pedantic. ok deraadt@Jakob Schlyter
2002-09-06missing include, ok theoHenning Brauer
2002-09-06use socklen_t where needed; henning pvalchev okTheo de Raadt
2002-09-04spellingTheo de Raadt
2002-08-30re-enable function pointer table protection, this time make sure thatDaniel Hartmeier
2002-08-29clean; gwyllion@ace.ulyssis.orgTheo de Raadt
2002-08-28Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value.Jun-ichiro itojun Hagino
2002-08-27sync from libkern (where the major fix was done or the kernel piece of this)Michael Shalayeff
2002-08-27allocate 64K recieve buffer for DNS responses.Jun-ichiro itojun Hagino
2002-08-23deal with negative return value from snprintf.Jun-ichiro itojun Hagino
2002-08-22do not lose errnoTheo de Raadt
2002-08-22tweakTheo de Raadt
2002-08-22drop AAAA reply with IPv4 mapped address. sync w/kameJun-ichiro itojun Hagino
2002-08-19Suggest better types in examples; from NetBSDMiod Vallat
2002-08-19snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255),Jun-ichiro itojun Hagino
2002-08-13forgot to fix this while was fixing copy_on_fault shitzMichael Shalayeff