summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-08-07syncTheo de Raadt
1999-08-06Fix an uninitialized variable bug. Remove statics.Niklas Hallqvist
1999-08-06syncTheo de Raadt
1999-08-06M1489Theo de Raadt
1999-08-06new install media. floppyXX.fs is the regular one. floppyBXX.fs contains noTheo de Raadt
none of the scsi drivers on the first floppy, but others (to be detailed elsewhere). bsd.rd is still the one from floppyXX.fs. finally, cdromXX.fs is a 2.88MB install, which contains a superset of all these.. to be placed on the CD.
1999-08-06CDROM 2.88MB RAMDISK imageTheo de Raadt
1999-08-06RAMDISKB; only isp scsi driver so farTheo de Raadt
1999-08-062.88 floppiesTheo de Raadt
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-08-06EEPROM_PNP was wrongTheo de Raadt
1999-08-06document realityJason Wright
1999-08-06back out all recent changes, which continue to be a source for nasty bugsTheo de Raadt
1999-08-06WallTheo de Raadt
1999-08-06If the clock is put back, ensure that we don't end up dividing bybrian
zero when calculating our throughput
1999-08-06reformat and simplify a littleJason Wright
1999-08-06take advantage of new interrupt handler #ifdef AUDIO_C_HANDLERJason Wright
1999-08-06revamp interrupt handler to allow for return values:Jason Wright
<0 - interrupt might have been handled 0 - interrupt not handled >0 - interrupt definately handled
1999-08-06tsk tsk tskTheo de Raadt
1999-08-05remove some debugging stuffJason Wright
1999-08-05Merge with EOM 1.2Niklas Hallqvist
author: niklas EOM RCS Id author: niklas New regression test of exchanges, with timed events =============================================================================
1999-08-05Merge with EOM 1.93Niklas Hallqvist
author: niklas Fix no ID in QM, when acting as responder, bug author: niklas Fix bad size computation in last commit author: niklas Make ID-less QM really work. Forgot to allocate space for the fake ID payloads.
1999-08-05TO-DO: Merge with EOM 1.43Niklas Hallqvist
BUGS: Merge with EOM 1.32 author: niklas Up-to-date
1999-08-05Merge with EOM 1.5Niklas Hallqvist
author: niklas typo
1999-08-05regress/exchange/README: Merge with EOM 1.1Niklas Hallqvist
regress/exchange/mm-1-setup.sh: Merge with EOM 1.1 regress/exchange/mm-i-1.t: Merge with EOM 1.1 regress/exchange/mm-r-1.t: Merge with EOM 1.1 author: niklas New regression test of exchanges, with timed events =============================================================================
1999-08-05Merge with EOM 1.38Niklas Hallqvist
author: niklas Fix no ID in QM, when acting as responder, bug
1999-08-05Merge with EOM 1.4Niklas Hallqvist
author: niklas Moving the PRIVKEY tag into the X509-certificates section, renaming it to Private-key. Also rename the keynote policy file. author: niklas From Niels Provos, edited by me: certificate support using SSLeay
1999-08-05DESIGN-NOTES: Merge with EOM 1.47Niklas Hallqvist
conf.c: Merge with EOM 1.19 conf.h: Merge with EOM 1.10 ui.c: Merge with EOM 1.34 author: niklas Dynamic updates of the configuration database is now possible, either through ui, or through the new conf_* API described in DESIGN-NOTES
1999-08-05Merge with EOM 1.36Niklas Hallqvist
author: niklas regrand is in util.h now. Use new conf_reinit API at SIGHUP time. Fix timeout handling in deteerministic mode.
1999-08-05Merge with EOM 1.6Niklas Hallqvist
author: niklas Fix isakmpd path
1999-08-05regress/rsakeygen/Makefile: Merge with EOM 1.5Niklas Hallqvist
sysdep/openbsd/sysdep.c: Merge with EOM 1.8 cookie.c: Merge with EOM 1.21 util.c: Merge with EOM 1.15 util.h: Merge with EOM 1.7 author: niklas Move regrand var to util.c, and get the decl from util.h, do not update the cookie secret if in deterministic mode.
1999-08-05... and Theo still insists people like manpages to be installedNiklas Hallqvist
1999-08-05Add 'ipsecadm flush' to do what 'route flush -encap' doesn't manage.Hakan Olsson
Sync manpage and fix a couple of typos.
1999-08-05Add SADB_FLUSH logic (tdb flushing).Hakan Olsson
1999-08-05Add tdb_walk. tdb_delete() should clean up routes when deleting flows.Hakan Olsson
1999-08-05One more manpage, and Theo insists people like manpages to be installedNiklas Hallqvist
1999-08-05Some hardware I have brought support for recentlyNiklas Hallqvist
1999-08-05Some people like man pages tooNiklas Hallqvist
1999-08-05Updated brooktree driver from Roger HardimanNiklas Hallqvist
1999-08-05syncTheo de Raadt
1999-08-05simplify dmesg reportingTheo de Raadt
1999-08-05ifdef/endif enclose debugging codeJason Wright
1999-08-05more shaving...Jason Wright
1999-08-05Use config_defer when a silicon bug hitsNiklas Hallqvist
1999-08-05From NetBSD; config_defer to defer configuration of a device until after allNiklas Hallqvist
other siblings.
1999-08-05syncTheo de Raadt
1999-08-05shrinkTheo de Raadt
1999-08-05o Obsolete the undocumented ``set weight'' command.brian
o If we're using RADIUS and the RADIUS mtu is less than our peers mru/mrru, reduce our mtu to this value for NetBSD too. o Make struct throughput's sample period dynamic and tweak the ppp version number to reflect the extra stuff being passed through the local domain socket as a result (MP mode). o Measure the current throughput based on the number of samples actually taken rather than on the full sample period. o Keep the throughput statisics persistent while being passed to another ppp invocation through the local domain socket. o When showing throughput statistics after the timer has stopped, use the stopped time for overall calculations, not the current time. Also show the stopped time and how long the current throughput has been sampled for. o Use time() consistently in throughput.c o Tighten up the ``show bundle'' output. o Introduce the ``set bandwidth'' command. o Rewrite the ``set autoload'' command. It now takes three arguments and works based on a rolling bundle throughput average compared against the theoretical bundle bandwidth over a given period (read: it's now functional).
1999-08-05o Use 10 X's in examples (noted by Theo)Todd C. Miller
o Add another example using the pretty brace block form
1999-08-05typo; -eq not -neTodd C. Miller
1999-08-05Use 10 X's for sheeer, raving, paranoiaTodd C. Miller