Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-08 | all of a sudden, /usr/share/altq disappeared! | Jason McIntyre | |
ok henning@ | |||
2003-11-08 | remove entries for FreeBSD drivers; | Jason McIntyre | |
ok miod@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-11-08 | The very beginning of a pegasos-specific section 8. | Miod Vallat | |
2003-11-08 | Section 4 changes and additions for Pegasos. | Miod Vallat | |
2003-11-08 | Sync hardware list with GENERIC. | Miod Vallat | |
2003-11-08 | Do not keep a list of midi attachments per architecture - this only | Miod Vallat | |
makes the page more confusing, and conforms to the existing practice for MI interfaces. | |||
2003-11-08 | remove two words that were never visible anyway, due to too many args | Jason McIntyre | |
passed to macro; | |||
2003-11-08 | - ommited -> omitted | Jason McIntyre | |
- kill some whitespace at EOL - remove unnecessary args to .Nm | |||
2003-11-08 | Add 'no-sync' state option to prevent state transition messages for states | Ryan Thomas McBride | |
created by this rule from appearing on the pfsync(4) interface. e.g. pass in proto tcp to self flags S/SA keep state (no-sync) ok cedric@ henning@ dhartmei@ | |||
2003-11-07 | Add some missing mentions of 'synproxy state' | Ryan Thomas McBride | |
ok jmc@ | |||
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre | |
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@ | |||
2003-11-07 | - slight cleanup | Jason McIntyre | |
- document some of the stuff in core.h - corrections from miod@ and myself; | |||
2003-11-07 | document line length and group membership limits; | Jason McIntyre | |
kill a stray .Pp; help and ok millert@ | |||
2003-11-06 | document that label macros can now be used in tags as well | Henning Brauer | |
with help from and ok jmc@ | |||
2003-11-06 | named.boot no longer necessary; | Jason McIntyre | |
from George Pontis (PR 3555); ok jakob@ | |||
2003-11-05 | correct errors in code examples; from Dries Schellekens; | Jason McIntyre | |
ok niels@ | |||
2003-11-03 | spelling | David Krause | |
2003-11-02 | Document kthread_create() return value. | Alexander Yurchenko | |
ok mickey@ jmc@ | |||
2003-10-30 | - sync with header | Jason McIntyre | |
- remove a bunch of useless .Pp's - a little grammar | |||
2003-10-30 | double word, from Tom Cosgrove; | Jason McIntyre | |
2003-10-30 | double word, from Tom Cosgrove; | Jason McIntyre | |
2003-10-30 | oops, one more double word typo from Bruno Rohee; | Jason McIntyre | |
2003-10-30 | double words; | Jason McIntyre | |
from Bruno Rohee | |||
2003-10-30 | Remove double word; Ross L Richardson | Todd C. Miller | |
2003-10-28 | indent tests for readability. | Marc Espie | |
actually declare a _SUBDIRUSE target. (this allows one to just include bsd.obj.mk if bsd.subdir.mk is not actually needed, or to include bsd.obj.mk and bsd.subdir.mk in any order) okay millert@ | |||
2003-10-28 | oops - lines in these files are indeed restricted to 1024 chars, as | Jason McIntyre | |
spotted by fgsch@; and it is indeed BUFSIZ, not BUFSIZE, as spotted by Jared Yanovich; | |||
2003-10-27 | typo from T.M. Sommers, via FreeBSD; | Jason McIntyre | |
ok drahn@ | |||
2003-10-26 | remove obsolete sections about limit of line length; | Jason McIntyre | |
thanks Eric Jackson for helping me fix this. | |||
2003-10-26 | typos from Jared Yanovich; | Jason McIntyre | |
2003-10-26 | typos from Jared Yanovich; | Jason McIntyre | |
2003-10-25 | fix possessive; from Jared Yanovich; | Jason McIntyre | |
2003-10-25 | bzcat2 -> bzcat; from Jared Yanovich; | Jason McIntyre | |
2003-10-25 | add list of games available; update FILES; | Jason McIntyre | |
ok deraadt@ | |||
2003-10-24 | consistently use $ext_if / $int_if in the examples | Henning Brauer | |
from jared r r spiegel <jrrs@ice-nine.org> ok canacar@ jmc@ | |||
2003-10-24 | .Nm /etc/rc.shutdown -> .Nm rc.shutdown, in line with the rest of the | Jason McIntyre | |
rc* pages; suggested by Jared Yanovich, though I did not include his FILES addition; | |||
2003-10-23 | .Xr compress 3; | Jason McIntyre | |
2003-10-23 | typos from Jared Yanovich; | Jason McIntyre | |
2003-10-23 | typos from Jared Yanovich, plus a few more independant -> independent; | Jason McIntyre | |
2003-10-22 | rearrange .Nd to make it expand properly; | Jason McIntyre | |
2003-10-22 | bad .Tn; | Jason McIntyre | |
2003-10-22 | Add locking and write filtering to bpf descriptors. | Can Erkin Acar | |
Locking prevents dangerous ioctls such as changing the interface and sending signals to be executed by an unprivileged process. A filter can also be applied to packets injected through a bpf descriptor. These features allow programs using bpf descriptors to safely drop/seperate privileges. ok frantzen@ henning@ mcbride@ | |||
2003-10-22 | Document how to break into ddb on serial console. | Ryan Thomas McBride | |
ok mickey@ henning@ deraadt@ | |||
2003-10-20 | more airports from STeve Andre; | Jason McIntyre | |
2003-10-19 | typos from Steve Andre <andres@msu.edu> | David Krause | |
2003-10-18 | tweaks; | Jason McIntyre | |
ok mcbride@ | |||
2003-10-18 | CARP documentation cleanups, mostly from jmc@ | Ryan Thomas McBride | |
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride | |
Allows multiple hosts to share an IP address, providing high availability and load balancing. Based on code by mickey@, with additional help from markus@ and Marco_Pfatschbacher@genua.de ok deraadt@ | |||
2003-10-17 | some airports from NetBSD; | Jason McIntyre | |
2003-10-16 | VT8231 is supported by viaenv(4) | Alexander Yurchenko | |