Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-29 | update for a few more boxens; from weissmanndude | Michael Shalayeff | |
2003-12-28 | UFS_DIRHASH | Ted Unangst | |
2003-12-27 | Replace ve(4) with le(4) here too. | Miod Vallat | |
2003-12-27 | define USE_GCC3, for later. | Marc Espie | |
okay drahn@ | |||
2003-12-27 | Mention that m is free'd if m_pulldown fails. | Ryan Thomas McBride | |
2003-12-26 | Use the ``official'' description for the MVME3xx cards, and provide jumper | Miod Vallat | |
information for the 328S and 376. Also remove the media section for ethernet drivers, which does not apply. ok+tweaks paul@ jmc@ | |||
2003-12-25 | Boy, this has grown. 600MB in 2.7 to almost 3GB today. | Marc Espie | |
2003-12-25 | typo; PR3618; Jonathan Fromer | Henning Brauer | |
2003-12-24 | Update protocol number and multicast group to match reality. | Ryan Thomas McBride | |
Pointed out by Jorge Severino (jorge at netsecure dot cl) | |||
2003-12-23 | a few commonly used phys | Michael Shalayeff | |
2003-12-23 | sort SEE ALSO; | Jason McIntyre | |
2003-12-22 | also list commonly used phys attachments (and Xrs) | Michael Shalayeff | |
2003-12-21 | Kill non-standard kernel printf %: braindead extension for good. | Miod Vallat | |
ok markus@ drahn@ | |||
2003-12-20 | some typos and wording improvements from Tom Cosgrove; | Jason McIntyre | |
2003-12-20 | update sticky: note that setting the sticky bit on files is still possible, | Jason McIntyre | |
but has no effect. Retain description of sticky files, but note that it is historical. Add small description of how current system works. Improve description of sticky directories. Remove references to ld(1). Remove no longer relevant BUG. much assistance and ok otto@ and tedu@ | |||
2003-12-18 | document `b0' and `b1' attributes; | Jason McIntyre | |
2003-12-17 | SMC 9452TX | Jason Wright | |
2003-12-17 | more cards | Jason Wright | |
2003-12-16 | Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTR | Todd C. Miller | |
is like SLIST_FOREACH but it saves a pointer to the previous element. SLIST_REMOVE_NEXT will remove the element *after* the one passed in. SLIST_FOREACH_PREVPTR is from FreeBSD; SLIST_REMOVE_NEXT was suggested by canacar@; man page additions by yours truly. OK deraadt@ (grudgingly) and man page changes OK jmc@. | |||
2003-12-16 | pfsync.4: | Jason McIntyre | |
- new sentence, new line - kill whitespace at EOL - escape a dot at EOL pflog.4: - subject verb agreement | |||
2003-12-16 | Clean up first paragraph. | Ryan Thomas McBride | |
2003-12-16 | Reorg and better english. Split network synchronisation specifics | Ryan Thomas McBride | |
into it's own section. | |||
2003-12-16 | 1st pass at documenting the new pfsync network synchronisation | Ryan Thomas McBride | |
functionality. ok deraadt@ | |||
2003-12-15 | - end sentence with full stop, not comma | Jason McIntyre | |
- kill whitespace at EOL | |||
2003-12-15 | - kill whitespace at EOL | Jason McIntyre | |
- new sentence, new line - kill blank line - missing .El - missing escape - ip -> IP - greate -> create | |||
2003-12-15 | Add support to track stateful connections by source ip. This allows us | Ryan Thomas McBride | |
to: - Ensure that clients get a consistent IP mapping with load-balanced translation/routing rules - Limit the number of simultaneous connections a client can make - Limit the number of clients which can connect through a rule ok dhartmei@ deraadt@ | |||
2003-12-14 | similar changes to the rest of the radio pages: | Jason McIntyre | |
- kill comma splices - escape dashes - s/tunning/tuning - some wording improvement | |||
2003-12-14 | capability is RADIO_CARD_TYPE, not RADIO_CAPS_CARD_TYPE; | Jason McIntyre | |
make the order more closely match the header; escape some dashes; | |||
2003-12-14 | typo from Brian Chase, plus kill a comma splice; | Jason McIntyre | |
2003-12-12 | sync with <sys/mbuf.h>, as pointed out by Dragos Ruiu; | Jason McIntyre | |
ok deraadt@ itojun@ | |||
2003-12-11 | Add -p1003.1-03 for POSIX 1003.1 2003 Edition | Todd C. Miller | |
2003-12-11 | Add id_t type as per POSIX and use it for [gs]etpriority(2). | Todd C. Miller | |
OK henning@ and deraadt@ | |||
2003-12-11 | POSIX says rlim_t should be unsigned so make it u_quad_t. Also add | Todd C. Miller | |
POSIX-mandated RLIM_SAVED_MAX and RLIM_SAVED_CUR defines. On OpenBSD these are identical to RLIM_INFINITY as allowed by POSIX. OK deraadt@ | |||
2003-12-10 | snc list of supported controllers with reality | Henning Brauer | |
2003-12-09 | new moxa puc | Theo de Raadt | |
2003-12-09 | fix weird formatting issues in SYNOPSIS; | Jason McIntyre | |
diff from Brian Poole; | |||
2003-12-08 | document DUMMY_NOPS (per Dom De Vitto on misc@); | Jason McIntyre | |
careful crafting and ok mickey@ | |||
2003-12-08 | mention ifconfig create; sync synopsis like (Op Ar count). with jmc, deraadt | Markus Friedl | |
2003-12-08 | Mbuf tag tcp and udp packets which are translated to localhost, and | Ryan Thomas McBride | |
use the the presence of this tag to reverse the match order in in{6}_pcblookup_listen(). Some daemons (such as portmap) do a double bind, binding to both * and localhost in order to differentiate local from non-local connections, and potentially granting more privilege to local ones. This change ensures that redirected connections to localhost do not appear local to such a daemon. Bulk of changes from dhartmei@, some changes markus@ ok dhartmei@ deraadt@ | |||
2003-12-05 | encourage people to add in values to rc.conf.local rather than copy | Jason McIntyre | |
rc.conf blindly, since install can now create rc.conf.local; thanks nick@ for pointing this out; | |||
2003-12-05 | Fix pasto in SLIST_REMOVE synopsis; deraadt@ OK | Todd C. Miller | |
2003-12-05 | Netgear MA311 is reported to work. | Todd C. Miller | |
2003-12-05 | It used to be a good thing not to send people to Verisign. now this | Bob Beck | |
is just wrong. Damn wrong. | |||
2003-12-02 | typo from Daniel Cavanagh; | Jason McIntyre | |
2003-11-29 | allow ':' (range including boundaries) to be used whereever '><' (range | Daniel Hartmeier | |
excluding boundaries) is legal. already supported by kernel, requires only removal of three error messages. ok henning@ | |||
2003-11-26 | The geodesc works great for SC1201 as well. ok markus@ | Kevin Lo | |
2003-11-24 | fix load anchor BNF. | Henning Brauer | |
from Joel Knight | |||
2003-11-21 | WCCPv1, not WCCPv2; from Berk D. Demir; | Jason McIntyre | |
also alter -width of a list to make it look a bit better; | |||
2003-11-18 | more literal confusion, "(" ")" vs. ( ) | Daniel Hartmeier | |
the parentheses are required when using two queue arguments, and optional when using one. | |||
2003-11-18 | un-quote "return" where it's meant to reference a bnf production | Daniel Hartmeier | |
and not a literal. |