Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-04 | Added comments about changing HZ to custom values on sparc. Only supported | johns | |
for sun4c and sun4m machines. sun4 will only run at the default HZ=100. Added commented out option for HZ=1000 along with info for GENERIC, SUN4C, and SUN4M configs. Added note to SUN4 config warning that HZ is ignored. | |||
1998-03-04 | Added more specific info about the "new" command mode of the OpenBOOT roms. | johns | |
Previous documentst didn't mention that the old sun4 machines don't have a "new" command mode. Also updated various other items.. | |||
1998-03-04 | update | johns | |
1998-03-04 | update | johns | |
1998-03-04 | misc updates, cleanup, etc. | johns | |
1998-03-04 | compliance with draft-simpson-photuris-18.txt, better packet structure | Niels Provos | |
checking, better support for new esp and ah, documentation ... | |||
1998-03-04 | Adapt comments to reality | Niklas Hallqvist | |
1998-03-04 | use mkstemp() correctly, i think | Theo de Raadt | |
1998-03-04 | nicer print | Jason Downs | |
1998-03-04 | typo | Niklas Hallqvist | |
1998-03-04 | fix cmp of g++ include files | Todd C. Miller | |
1998-03-04 | uninitialized case; bde | Theo de Raadt | |
1998-03-04 | Typos... | Angelos D. Keromytis | |
1998-03-04 | Make it a little bit cleaner, and make sure temp files get deleted. | Angelos D. Keromytis | |
Thanks Theo. | |||
1998-03-04 | tmpnam() -> mkstemp() | Angelos D. Keromytis | |
1998-03-04 | Remove window of ^C "opportunity" -- could leave junk files in /tmp | Angelos D. Keromytis | |
1998-03-04 | mktemp() -> mkstemp() | Angelos D. Keromytis | |
1998-03-04 | Fix mktemp()->mkstemp()... | Angelos D. Keromytis | |
1998-03-04 | #if 0 | Theo de Raadt | |
1998-03-03 | Add -Wno-main for GCC 2.8 | Niklas Hallqvist | |
1998-03-03 | libg++ 2.8.0 from FSF + changes to build in an OpenBSD environment | Todd C. Miller | |
1998-03-03 | GCC 2.8.0 merge | Niklas Hallqvist | |
1998-03-03 | GCC 2.8 -Wall (missed one) | ryker | |
1998-03-03 | Dive into libg++ and gcc on includes | Niklas Hallqvist | |
1998-03-03 | libg++ 2.8.0 from FSF + changes to build in an OpenBSD environment | Todd C. Miller | |
1998-03-03 | Files from libg++ 2.8.0 that cvs erroneously placed in the trunk. | Todd C. Miller | |
1998-03-03 | libg++ 2.8.0 baseline import | Todd C. Miller | |
1998-03-03 | libg++ 2.8.0 baseline import | Todd C. Miller | |
1998-03-03 | libg++ 2.8.0 baseline import | Todd C. Miller | |
1998-03-03 | make ping work for large packet sizes. closing pr# 417. | Niels Provos | |
1998-03-03 | GCC 2.8 -Wall | ryker | |
1998-03-03 | rewrite construct that made GCC 2.8 do an implicit memset before libc | Niklas Hallqvist | |
is there | |||
1998-03-03 | fix attach message | Theo de Raadt | |
1998-03-03 | gcc 2.8 -Wall, noted by toddf@acm.org | Todd C. Miller | |
1998-03-03 | cleanup printfs | Theo de Raadt | |
1998-03-03 | regen | Todd T. Fries | |
1998-03-03 | Add CL-GD5480 | Todd T. Fries | |
1998-03-03 | GCC 2.8 -Wall | ryker | |
1998-03-03 | Correct -x and -p flags to be more like traditional tar and make | Todd C. Miller | |
the man page reflect reality. The -p flag only preserves the file mode (irrespective of umask) if possible. The -x flag tries to set user/group, mtime, and mode. | |||
1998-03-03 | GCC 2.8 -Wall | ryker | |
1998-03-03 | GCC 2.8 -Wall | ryker | |
1998-03-03 | Document -safe option and update usage message. | Angelos D. Keromytis | |
1998-03-03 | sigset_t; jraynard | Theo de Raadt | |
1998-03-02 | We don't need two math.h headers incvs server: nothing known about | Todd C. Miller | |
`math.h'. The one in libm is more up to date but the one in the include dir is what gets installed. | |||
1998-03-02 | protect internal "struct excpption" from conflicting one in gcc. | Todd C. Miller | |
1998-03-02 | double the number of rounds (crank log(round) by one) to take improved | Niels Provos | |
blowfish performance into account. | |||
1998-03-02 | "Whoops" last commit contained stuff not meant to be committed | Niklas Hallqvist | |
1998-03-02 | Move some pmap_* protos out of PMAP_EXCLUDE_DECLS as sparc does not need/want | Niklas Hallqvist | |
them virtualized | |||
1998-03-02 | improve blowfish performance. | Niels Provos | |
1998-03-02 | document that on a pmax you have to set tape drives to scsi id 5 or 6 | Thomas Graichen | |
(inspired by number 6 - no6@dhp.com) |