Age | Commit message (Expand) | Author |
2002-10-26 | Describe the actual operation of inet_net_pton with a few examples. | Marco S Hyman |
2002-10-24 | Use va_copy() for varargs assignemnt. va_copy() is standard with C99 | Dale Rahn |
2002-10-24 | Remove some old if 0/if 1 code, it is pointless to keep this in. | Dale Rahn |
2002-10-21 | Check for null pointer before deref in info output. Based upon | Marco S Hyman |
2002-10-21 | reversed condition checking for sig*jmp(, savemask) | Michael Shalayeff |
2002-10-21 | deal w/ longjmp(, 0) | Michael Shalayeff |
2002-10-21 | make an ieeefp regress pass; miod@ ok | Michael Shalayeff |
2002-10-16 | - don't use the function enclosure macros. | Wilbern Cobb |
2002-10-16 | Replace "if (value != NULL && value == as->FOO)" with just | Todd C. Miller |
2002-10-16 | Implement isfdtype(3) as per the POSIX.1g draft; requested by David Hill | Todd C. Miller |
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-11 | remove unused/unreferenced code. | Marco S Hyman |
2002-10-11 | scalb() in vax libm is in fact scalbn(), so change the symbol name. | Miod Vallat |
2002-10-09 | Use strtoll() and strtoull() instead of strtoq() and strtouq() now | Todd C. Miller |
2002-10-09 | install SSL_do_handshake(3) as well; markus@ ok | Federico G. Schwindt |
2002-10-07 | handle the SA_RESETHAND flag. | Marco S Hyman |
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-30 | grammar; ok deraadt@ | Jason Peel |
2002-09-26 | do not install mdc2 man pages; markus ok | Theo de Raadt |
2002-09-26 | remove MDC2; patents | Markus Friedl |
2002-09-25 | missing arg; peterw@ifost.org.au | Theo de Raadt |
2002-09-25 | remove rc5 | Markus Friedl |
2002-09-23 | pull in fix from openssl-0.9.7-stable-SNAP-20020921: | Markus Friedl |
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 | indent | Theo de Raadt |
2002-09-17 | uncommit, since it breaks macppc libc. millert and miod have now said they | Theo de Raadt |
2002-09-17 | use arc4random instead of /dev/arandom, | Markus Friedl |
2002-09-17 | Set close on exec flag for file descriptors opened by kvm_open(). | Todd C. Miller |
2002-09-17 | undo local change, HMAC_Init() already does HMAC_CTX_init if(key && md) | Markus Friedl |
2002-09-17 | move __syscall prototype into unistd.h (like everybody else) and avoid privat... | Michael Shalayeff |
2002-09-17 | use a different name for __syscall(); millert@ miod@ niklas@ ok | Michael Shalayeff |