Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-06 | vfork w/ exit botch | Theo de Raadt | |
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 | |
missing there is no point creating a plain text file to replace it. (related to a problem jkatz had) | |||
1996-12-04 | sanitize return value. NULL on failure, always. | Jason Downs | |
1996-12-04 | fix big endian; Encode/Decode | Theo de Raadt | |
1996-12-04 | formatting error | Theo de Raadt | |
1996-12-03 | /usr/share/misc/termcap | Theo de Raadt | |
1996-12-03 | never bitch about first failure | Theo de Raadt | |
1996-12-03 | inc | Jason Downs | |
1996-12-03 | Add readlabelfs(). | Jason Downs | |
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 | |
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds | |||
1996-11-24 | Update from NetBSD. | Todd C. Miller | |
- correct two .Fn references to forkpty() - describe retval of forkpty(); it can return PID as well - add xref to fork(2) | |||
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-17 | fix | Jason Downs | |
1996-11-16 | Fix more libss stuff. | Jason Downs | |
1996-11-15 | Move libss to the main tree. | Jason Downs | |
1996-11-14 | correct LINKS usage | Michael Shalayeff | |
1996-11-14 | machine/endian.h not needed. | etheisen | |
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 with NetBSD, Add OpenBSD tags. | Niklas Hallqvist | |
1996-11-13 | Sync with NetBSD, Add OpenBSD tags. | 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-13 | Ignore empty alpha dir. | etheisen | |
1996-11-11 | Slight update. | Jason Downs | |
1996-11-11 | Move libcom_err out of Kerberos, change include location. | Jason Downs | |
1996-11-03 | Add a bunch of length/size macros and use them. | Todd C. Miller | |
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 | |