summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-11-15remove removed dirs from SUBDIRNiklas Hallqvist
1998-11-15Not clear if we want thisNiklas Hallqvist
1998-11-15update src listNiklas Hallqvist
1998-11-15cripple until laterNiklas Hallqvist
1998-11-15Not clean enough yetNiklas Hallqvist
1998-11-15openBSD RCS IDsNiklas Hallqvist
1998-11-15Make up-to-date wrt to licensingNiklas Hallqvist
1998-11-15Reflect realityNiklas Hallqvist
1998-11-15put userdir back; "disabled" keyword is to be used insteadTheo de Raadt
1998-11-15ISAKMP on UDP port 500Niklas Hallqvist
1998-11-15Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for theNiklas Hallqvist
OpenBSD IPSEC stack by me, Niklas Hallqvist and Niels Provos, funded by Ericsson Radio Systems. It is not yet complete or usable in a real scenario but the missing pieces will soon be there. The early commit is for people who wants early access and who are not afraid of looking at source. isakmpd interops with Cisco, Timestep, SSH & Pluto (Linux FreeS/WAN) so far, so it is not that incomplete. It is really mostly configuration that is lacking.
1998-11-14oopsTheo de Raadt
1998-11-14move ipsec tools into .Theo de Raadt
1998-11-14put bootpd.dump in /var/run, not /tmp, to avoid /tmp raceTodd C. Miller
1998-11-14add xref to deroff, fix deroff so apropos will work.Marc Espie
1998-11-13update to sudo 1.5.6p6Todd C. Miller
1998-11-13Recompute ip header length after packet has been reassembled, and alsoNiels Provos
use the actual header length for m_pullup, pointed out by jdb@es2.net and guido@freebsd.org.
1998-11-13more quiet during autoconfJason Wright
1998-11-13syncTheo de Raadt
1998-11-13When vclean calls VOP_LOCK (dead_lock in this case) it has already setArtur Grabowski
the VXLOCK flag. Calling chkvnlock in that case causes a deadlock. XXX note that only vclean passes LK_DRAIN to VOP_LOCK and don't call chkvnlock XXX in that case.
1998-11-13put p option in getopt(); garath@code.ridgefield.orgTheo de Raadt
1998-11-12syncTheo de Raadt
1998-11-12fix commentTheo de Raadt
1998-11-12syncTheo de Raadt
1998-11-12more cards lacking PNPxxx compatidTheo de Raadt
1998-11-12syncTheo de Raadt
1998-11-12more joy portsTheo de Raadt
1998-11-12syncTheo de Raadt
1998-11-12new supra modem; s/ed/we/Theo de Raadt
1998-11-12make dirs in /usr/share/sendmail owned by group wheel to match mtreeTodd C. Miller
1998-11-12clarifyTheo de Raadt
1998-11-12crank BPF_BUFSIZE so that fddi frames fitTheo de Raadt
1998-11-12syncTheo de Raadt
1998-11-12OvisLink LE-8019R pnp ne cardTheo de Raadt
1998-11-12More soft updates fixes from Kirk McKusick.Constantine Sapuntzakis
1998-11-12Integrate latest soft updates patches for McKusick.Constantine Sapuntzakis
Integrate cleaner ffs mount code from FreeBSD. Most notably, this mount code prevents you from mounting an unclean file system read-write.
1998-11-11Merge with FreeBSD:Jason Wright
o Fix syntax errors inside #ifdef FORCE_AUTONEG_TFOUR. o jack up the TX reclaim threshold for 3c90xB adapters
1998-11-11remove redundant .Pp macrosAaron Campbell
1998-11-11note addition of rtl81[23]9 driverJason Wright
1998-11-11misc repairAaron Campbell
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesAaron Campbell
1998-11-11doc's for the phys and the mii layer from NetBSDJason Wright
1998-11-11man page for rtl8129/8139Jason Wright
1998-11-11add driver for rtl8129/8139 cardsJason Wright
1998-11-11Driver for rtl8139 based nic's ported from FreeBSDJason Wright
1998-11-11more phys (commented out)Jason Wright
1998-11-11add new phys (commented out)Jason Wright
1998-11-11Merge with NetBSD:Jason Wright
o additional phy drivers (seeq, ics, level1) o "unknown phy" driver for unsupported phys o collected common code into mii_physubr o exphy isn't the only phy that doesn't have valid id registers
1998-11-11define OpenBSD2_4 and date properlyTheo de Raadt
1998-11-11oops, this is 2.4 not 2.3Todd C. Miller