Age | Commit message (Expand) | Author |
1996-12-19 | avoid oflows, thanks also to todd | Theo de Raadt |
1996-12-17 | strncpy that strerror, found by oliver@secnet.com | Theo de Raadt |
1996-12-14 | Clean up lint and compile warnings | Thorsten Lockert |
1996-12-13 | correct function declaration and return | michaels |
1996-12-13 | make UIO_MAXIOV note more prominent | michaels |
1996-12-12 | Update {hton,ntoh}[ls] argument and return types to match changes in | Thorsten Lockert |
1996-12-11 | Fix typo | Thorsten Lockert |
1996-12-11 | robin is pedantic about the spelling of behavior | Theo de Raadt |
1996-12-11 | clarify how timeout behaves | Theo de Raadt |
1996-12-11 | generate reboot.o like other system calls | Theo de Raadt |
1996-12-10 | effect, danny@panda.hilink.com.au | Theo de Raadt |
1996-12-10 | "the the" purge | Theo de Raadt |
1996-12-10 | avoid close(-1) cases | Theo de Raadt |
1996-12-10 | use MAXHOSTNAMELEN | Theo de Raadt |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs |
1996-12-05 | 4.4lite2, safely uses malloc, with freebsd fixes too | Theo de Raadt |
1996-12-04 | change open of /dev/tty to "r+" rather than "w+". if /dev/tty is | chuck |
1996-12-04 | fix big endian; Encode/Decode | Theo de Raadt |
1996-12-04 | formatting error | Theo de Raadt |
1996-12-03 | never bitch about first failure | Theo de Raadt |
1996-12-03 | s/host/domain/ | Theo de Raadt |
1996-11-29 | use types.h rather than machine/endian.h. Latest htonl changes need that | imp |
1996-11-27 | Fix file descriptor leak on error. Noticed by bitblt. | Todd C. Miller |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist |
1996-11-24 | 64-bit cleanup + pedantic -W flags | Niklas Hallqvist |
1996-11-24 | more 64bit fixes | Niklas Hallqvist |
1996-11-23 | 64 bit clean | Niklas Hallqvist |
1996-11-22 | removed plus sign from start of line | kstailey |
1996-11-19 | Formatting error spotted by Theo | Todd C. Miller |
1996-11-14 | sys/types.h will serve us better than machine/endian.h. | etheisen |
1996-11-14 | Missed one cast. | etheisen |
1996-11-14 | memcpy needs string.h. | etheisen |
1996-11-14 | memcpy needs string.h. | etheisen |
1996-11-14 | More Alpha casts. | etheisen |
1996-11-14 | Cast better for the alpha. | etheisen |
1996-11-14 | memcpy needs proto from string.h. | etheisen |
1996-11-14 | Include <machine/types.h> for now. | etheisen |
1996-11-13 | Bad include directive. | etheisen |
1996-11-13 | Merge to NetBSD, added RCSids | Niklas Hallqvist |
1996-11-13 | Sync to NetBSD + fixup RCS IDs | Niklas Hallqvist |
1996-11-13 | Move RCSid up | Niklas Hallqvist |
1996-11-13 | Sync with kernel, from NetBSD | Niklas Hallqvist |
1996-11-13 | va_list is *not* void* all over... | Niklas Hallqvist |
1996-11-02 | missing , | Theo de Raadt |
1996-11-02 | Fix occurrence of toupper -> tolower in "SEE ALSO" section. | Todd C. Miller |
1996-11-01 | explain better how to make exportable bins | Theo de Raadt |
1996-10-30 | iUpdate to pass FIPS 151-2 tests | Thorsten Lockert |
1996-10-29 | typo. | michaels |
1996-10-29 | typo | Theo de Raadt |
1996-10-29 | POSIX compliance. | Todd C. Miller |