Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-30 | 64bit fixes. Some of these are a bit bogus as there were "long"s | Todd C. Miller | |
meant to be file offsets for fseek(3). However, those values could never be > an int anyay so it is not a problem. | |||
1997-06-30 | Fix an unaligned access on alpha. | Todd C. Miller | |
1997-06-30 | snprintf(3) is not non-portable (it is part of XPG4) it is just | Todd C. Miller | |
not availalble on older systems. | |||
1997-06-30 | Make "netstat -ia" line up nicely. | Todd C. Miller | |
1997-06-30 | print fs_maxfilesize; bde@freebsd | Theo de Raadt | |
1997-06-29 | Updates from NetBSD (christos@netbsd.org) | Todd C. Miller | |
* Portability fixes: __const -> const BADSIG -> SIG_ERR int flags -> u_int flags #if __STDC__ -> #ifdef __STDC__ * Don't allow CSWTCH to interfere with CSUSP on __SVR4 systems. * Return -1 if the terminal set operation resulted in dumb terminal settings. * Handle properly the case where the last line in the sourced file does not have a trailing '\n'. From Jeffrey C Honig. * editrc -> editline in editline(3) | |||
1997-06-29 | Use correct spacing on both 32bit and 64bit machines. | Todd C. Miller | |
1997-06-29 | Make fields line up nicely for 64-bit addresses. Should probably #if | Todd C. Miller | |
some things based on sizeof(long). | |||
1997-06-29 | Mostly clean -Wall + 64bit issues. | Todd C. Miller | |
1997-06-29 | Don't assume sizeof(in_addr_t) == 4 and don't coerce an in_addr_t | Todd C. Miller | |
to struct in_addr. | |||
1997-06-29 | don't include <err.h> | kstailey | |
1997-06-29 | more p's in fprintf | kstailey | |
1997-06-29 | cannot use errx for usage | Theo de Raadt | |
1997-06-29 | constrain lowwater >= highwater | Theo de Raadt | |
1997-06-29 | another des one | Niels Provos | |
1997-06-29 | <des.h> | Niels Provos | |
1997-06-29 | new location of des.h | Niels Provos | |
1997-06-29 | new location of des.h | Niels Provos | |
1997-06-29 | new location of des.h | Niels Provos | |
1997-06-29 | des_set_key_schedule -> des_set_key | Niels Provos | |
1997-06-29 | reflect changes and new position of libdes | Niels Provos | |
1997-06-29 | add libdes | Niels Provos | |
1997-06-29 | relocated header files | Niels Provos | |
1997-06-29 | relocate libdes + update to version 4.01 | Niels Provos | |
1997-06-29 | leave out some fields for ipsp not any longer used in new encap | Niels Provos | |
1997-06-29 | Reject non-numeric argument (so can't use atoi). | denny | |
1997-06-29 | another nasty long | Theo de Raadt | |
1997-06-29 | crank version | Theo de Raadt | |
1997-06-29 | partial Wall | Theo de Raadt | |
1997-06-29 | Make sleep handle fractions of a second. Why not? | denny | |
1997-06-29 | man pages from jason@logical.thought.net | Theo de Raadt | |
1997-06-29 | Wall, in part from mikel | Theo de Raadt | |
1997-06-29 | Use u_int16_t, not short in struct tftphdr. From Marc Evans <marc@destek.net>. | Todd C. Miller | |
1997-06-29 | indent | Theo de Raadt | |
1997-06-29 | surely not long! | Theo de Raadt | |
1997-06-29 | surely not a long | Theo de Raadt | |
1997-06-28 | last of the setlocale() vs locale.h oops's, I hope | grr | |
1997-06-28 | Repair breakage in 1.17. Oops. | denny | |
1997-06-28 | same missing locale.h problem as chmod | grr | |
1997-06-28 | hmmm, must have forgot to commit this with the other sparc libkvm/dump stuff | grr | |
1997-06-28 | somebody added setlocale() w/o locale.h | grr | |
1997-06-28 | fix the rnd types | Theo de Raadt | |
1997-06-28 | fix the types | Theo de Raadt | |
1997-06-28 | been discussed several times with no real objection, do it | grr | |
1997-06-28 | RTFM | grr | |
1997-06-28 | Integrate local changes | Thorsten Lockert | |
1997-06-28 | Missing files from initial import | Thorsten Lockert | |
1997-06-28 | Latest version from Cyclic Software | Thorsten Lockert | |
1997-06-28 | It was in the fucking wrapper, too! | Jason Downs | |
Texinfo updates the dir node, NOT individual packages! | |||
1997-06-28 | Don't attempt to edit a dir file that doesn't exist yet! | Jason Downs | |