summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-03-04Added comments about changing HZ to custom values on sparc. Only supportedjohns
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-04Added 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-04updatejohns
1998-03-04updatejohns
1998-03-04misc updates, cleanup, etc.johns
1998-03-04compliance with draft-simpson-photuris-18.txt, better packet structureNiels Provos
checking, better support for new esp and ah, documentation ...
1998-03-04Adapt comments to realityNiklas Hallqvist
1998-03-04use mkstemp() correctly, i thinkTheo de Raadt
1998-03-04nicer printJason Downs
1998-03-04typoNiklas Hallqvist
1998-03-04fix cmp of g++ include filesTodd C. Miller
1998-03-04uninitialized case; bdeTheo de Raadt
1998-03-04Typos...Angelos D. Keromytis
1998-03-04Make it a little bit cleaner, and make sure temp files get deleted.Angelos D. Keromytis
Thanks Theo.
1998-03-04tmpnam() -> mkstemp()Angelos D. Keromytis
1998-03-04Remove window of ^C "opportunity" -- could leave junk files in /tmpAngelos D. Keromytis
1998-03-04mktemp() -> mkstemp()Angelos D. Keromytis
1998-03-04Fix mktemp()->mkstemp()...Angelos D. Keromytis
1998-03-04#if 0Theo de Raadt
1998-03-03Add -Wno-main for GCC 2.8Niklas Hallqvist
1998-03-03libg++ 2.8.0 from FSF + changes to build in an OpenBSD environmentTodd C. Miller
1998-03-03GCC 2.8.0 mergeNiklas Hallqvist
1998-03-03GCC 2.8 -Wall (missed one)ryker
1998-03-03Dive into libg++ and gcc on includesNiklas Hallqvist
1998-03-03libg++ 2.8.0 from FSF + changes to build in an OpenBSD environmentTodd C. Miller
1998-03-03Files from libg++ 2.8.0 that cvs erroneously placed in the trunk.Todd C. Miller
1998-03-03libg++ 2.8.0 baseline importTodd C. Miller
1998-03-03libg++ 2.8.0 baseline importTodd C. Miller
1998-03-03libg++ 2.8.0 baseline importTodd C. Miller
1998-03-03make ping work for large packet sizes. closing pr# 417.Niels Provos
1998-03-03GCC 2.8 -Wallryker
1998-03-03rewrite construct that made GCC 2.8 do an implicit memset before libcNiklas Hallqvist
is there
1998-03-03fix attach messageTheo de Raadt
1998-03-03gcc 2.8 -Wall, noted by toddf@acm.orgTodd C. Miller
1998-03-03cleanup printfsTheo de Raadt
1998-03-03regenTodd T. Fries
1998-03-03Add CL-GD5480Todd T. Fries
1998-03-03GCC 2.8 -Wallryker
1998-03-03Correct -x and -p flags to be more like traditional tar and makeTodd 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-03GCC 2.8 -Wallryker
1998-03-03GCC 2.8 -Wallryker
1998-03-03Document -safe option and update usage message.Angelos D. Keromytis
1998-03-03sigset_t; jraynardTheo de Raadt
1998-03-02We don't need two math.h headers incvs server: nothing known aboutTodd 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-02protect internal "struct excpption" from conflicting one in gcc.Todd C. Miller
1998-03-02double the number of rounds (crank log(round) by one) to take improvedNiels Provos
blowfish performance into account.
1998-03-02"Whoops" last commit contained stuff not meant to be committedNiklas Hallqvist
1998-03-02Move some pmap_* protos out of PMAP_EXCLUDE_DECLS as sparc does not need/wantNiklas Hallqvist
them virtualized
1998-03-02improve blowfish performance.Niels Provos
1998-03-02document that on a pmax you have to set tape drives to scsi id 5 or 6Thomas Graichen
(inspired by number 6 - no6@dhp.com)