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