summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-07-31spellingPaul Janzen
1999-07-31syncTheo de Raadt
1999-07-31add isa infoDavid Leonard
1999-07-31RangeLAN2 ISADavid Leonard
1999-07-31fix printing error; marcTheo de Raadt
1999-07-31document cdev/bdev semantic changeTheo de Raadt
1999-07-30Add IEEE 802 hardware type.Federico G. Schwindt
1999-07-30acd went awayTheo de Raadt
1999-07-30acd goes awayTheo de Raadt
1999-07-30syncTheo de Raadt
1999-07-30fixTheo de Raadt
1999-07-30acd goes awayTheo de Raadt
1999-07-30byeTheo de Raadt
1999-07-30acd diesTheo de Raadt
1999-07-30no more acdTheo de Raadt
1999-07-30do not permit regular users to chflags/fchflags on chr or blk devices --Theo de Raadt
even if they happen to own them at the moment.
1999-07-30A better, but still not perfect, merge of raidctl(8)Peter Galbavy
1999-07-30acd went awayTheo de Raadt
1999-07-30pretty print manufacturer and product for unknown devicesTheo de Raadt
1999-07-30print ports as 0x%x/%d start/len instead of start-endTheo de Raadt
1999-07-30option -> options; deichert@wrench.comAaron Campbell
1999-07-30Update RAIDframe from NetBSD-current as of 1999/07/26.Peter Galbavy
Please note that you *must* follow the upgrade instructions at http://www.cs.usask.ca/staff/oster/clabel_upgrade.html before installing the new raidctl and new kernel using this code.
1999-07-30rename rl2->rln for sanityDavid Leonard
1999-07-30leave async mode before installboot is run...Theo de Raadt
1999-07-30printout flawsTheo de Raadt
1999-07-29Modified 'route flush' default behaviour to skip '-encap' (PF_KEY) flows,Hakan Olsson
as deleting these will leave the SPIs behind. 'route flush -encap' will still delete the flows. 'ipsecadm' should do this, and properly. PF_KEY/AF_KEY nitpick. Sync man page. Add ref to ipsecadm(1).
1999-07-29"sprite.h"; soren@t.dkTheo de Raadt
1999-07-29Mention which rfc the DNS/NBNS IPCP extensions come from.brian
1999-07-29missing include; goeran@cdg.chalmers.seJakob Schlyter
1999-07-29A probe that fails on an otherwise working card, removedNiklas Hallqvist
1999-07-28- Merge some changes from tcpdump 3.4Jakob Schlyter
-a flag; attempt to convert network and broadcast addresses to names Improved signal handling Miscellaneous fixes and typos OSPF MD5 authentication support - -X flag; emacs-hexl print (including ascii) - Add ECN bits to TCP and IP headers - IKE & IPsec (ESP & AH) support OK deraadt@
1999-07-28Add LLC_SNAPFRAMELEN define. indent.Federico G. Schwindt
1999-07-28Don't return a garbage mbuf pointer after storing itbrian
as an unresolved fragment.
1999-07-28do not spin; hughTheo de Raadt
1999-07-28Use new tar -T option.Marc Espie
Removes an annoying limit on PLIST lengths.
1999-07-28Add -T support, ala GNU-tar.Marc Espie
1999-07-28qualifers is a typo.Marc Espie
synch with man page, which speaks of modifiers anyway.
1999-07-28Moved the m_data/m_len shave of IP and TCP headers back to its originalcmetz
location, as attempts to do it differently have caused too many problems.
1999-07-28Fix a load of typosbrian
Use sizeof, not a hardcode value. Some of it submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
1999-07-28clarifyTheo de Raadt
1999-07-27Show how to use the new filter capabilitiesbrian
Mostly submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
1999-07-27o Overhaul filtering, adding facilities to jump over rules and tobrian
negate the sense of rules. o Remove the redundant (and undocumented) ``host'' and ``port'' words (README.changes updated). o Don't permit (and ignore) garbage instead of the protocol. Mostly submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
1999-07-27updateMichael Shalayeff
1999-07-27fgetln does not allocate memory, pax tree functions don't allocateMarc Espie
memory... but someone HAS to.
1999-07-27If we've negotiated CBCP and have also specified ``none'' as a possiblebrian
callback option, and the server sends us CBCP_NONUM, proceed directly to the network phase rather than insisting on our configured CBCP option. Mostly submitted by: kkphang <phang@dgate.po.my>
1999-07-27s/disk_pages/scsi_disk_pages/Niklas Hallqvist
1999-07-27regenMatthieu Herrb
1999-07-27add some SiS productsMatthieu Herrb
1999-07-27Be a bit more consistent with variable names.brian
1999-07-26Give groff the -S (safer mode) option. This is a paranoia mode that preventsAaron Campbell
the execution of possibly dangerous macros like open, opena, write, pos, and sy which could be abused by a malicious man page; deraadt@ ok