Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-31 | spelling | Paul Janzen | |
1999-07-31 | sync | Theo de Raadt | |
1999-07-31 | add isa info | David Leonard | |
1999-07-31 | RangeLAN2 ISA | David Leonard | |
1999-07-31 | fix printing error; marc | Theo de Raadt | |
1999-07-31 | document cdev/bdev semantic change | Theo de Raadt | |
1999-07-30 | Add IEEE 802 hardware type. | Federico G. Schwindt | |
1999-07-30 | acd went away | Theo de Raadt | |
1999-07-30 | acd goes away | Theo de Raadt | |
1999-07-30 | sync | Theo de Raadt | |
1999-07-30 | fix | Theo de Raadt | |
1999-07-30 | acd goes away | Theo de Raadt | |
1999-07-30 | bye | Theo de Raadt | |
1999-07-30 | acd dies | Theo de Raadt | |
1999-07-30 | no more acd | Theo de Raadt | |
1999-07-30 | do 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-30 | A better, but still not perfect, merge of raidctl(8) | Peter Galbavy | |
1999-07-30 | acd went away | Theo de Raadt | |
1999-07-30 | pretty print manufacturer and product for unknown devices | Theo de Raadt | |
1999-07-30 | print ports as 0x%x/%d start/len instead of start-end | Theo de Raadt | |
1999-07-30 | option -> options; deichert@wrench.com | Aaron Campbell | |
1999-07-30 | Update 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-30 | rename rl2->rln for sanity | David Leonard | |
1999-07-30 | leave async mode before installboot is run... | Theo de Raadt | |
1999-07-30 | printout flaws | Theo de Raadt | |
1999-07-29 | Modified '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.dk | Theo de Raadt | |
1999-07-29 | Mention which rfc the DNS/NBNS IPCP extensions come from. | brian | |
1999-07-29 | missing include; goeran@cdg.chalmers.se | Jakob Schlyter | |
1999-07-29 | A probe that fails on an otherwise working card, removed | Niklas Hallqvist | |
1999-07-28 | - Merge some changes from tcpdump 3.4 | Jakob 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-28 | Add LLC_SNAPFRAMELEN define. indent. | Federico G. Schwindt | |
1999-07-28 | Don't return a garbage mbuf pointer after storing it | brian | |
as an unresolved fragment. | |||
1999-07-28 | do not spin; hugh | Theo de Raadt | |
1999-07-28 | Use new tar -T option. | Marc Espie | |
Removes an annoying limit on PLIST lengths. | |||
1999-07-28 | Add -T support, ala GNU-tar. | Marc Espie | |
1999-07-28 | qualifers is a typo. | Marc Espie | |
synch with man page, which speaks of modifiers anyway. | |||
1999-07-28 | Moved the m_data/m_len shave of IP and TCP headers back to its original | cmetz | |
location, as attempts to do it differently have caused too many problems. | |||
1999-07-28 | Fix a load of typos | brian | |
Use sizeof, not a hardcode value. Some of it submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au> | |||
1999-07-28 | clarify | Theo de Raadt | |
1999-07-27 | Show how to use the new filter capabilities | brian | |
Mostly submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au> | |||
1999-07-27 | o Overhaul filtering, adding facilities to jump over rules and to | brian | |
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-27 | update | Michael Shalayeff | |
1999-07-27 | fgetln does not allocate memory, pax tree functions don't allocate | Marc Espie | |
memory... but someone HAS to. | |||
1999-07-27 | If we've negotiated CBCP and have also specified ``none'' as a possible | brian | |
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-27 | s/disk_pages/scsi_disk_pages/ | Niklas Hallqvist | |
1999-07-27 | regen | Matthieu Herrb | |
1999-07-27 | add some SiS products | Matthieu Herrb | |
1999-07-27 | Be a bit more consistent with variable names. | brian | |
1999-07-26 | Give groff the -S (safer mode) option. This is a paranoia mode that prevents | Aaron 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 |