Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-27 | Reflect recent changes in udcf(4). | Marc Balmer | |
2006-10-27 | Add ioapic(4). | Mark Kettenis | |
ok jmc@ | |||
2006-10-26 | more Nd tidy up for usb devices; | Jason McIntyre | |
2006-10-26 | no need to list all devices in SEE ALSO; usb(4) does that already | Jason McIntyre | |
2006-10-26 | oops, uvisor was hiding here all the time; i've moved it up into | Jason McIntyre | |
the serial/parallel section, since it attaches at ucom; | |||
2006-10-26 | poor, neglected, uvisor... | Jason McIntyre | |
2006-10-26 | improve wording; | Jason McIntyre | |
2006-10-26 | tidy up the .Nd for some usb devices; | Jason McIntyre | |
2006-10-26 | no need to cause every reference to pf to be an Xr; on the other | Jason McIntyre | |
hand, referencing `PF' is not so helpful either; mutated from a diff from okan demirmen; | |||
2006-10-26 | tweak; | Jason McIntyre | |
2006-10-26 | tweaks; ok henning | Jason McIntyre | |
2006-10-26 | eep! unbreak. | Ryan Thomas McBride | |
2006-10-26 | Document hostid. | Ryan Thomas McBride | |
pointed out by Pierre-Yves Ritschard. | |||
2006-10-26 | Driver for the AMD Geode LX series processor security block. | Tom Cosgrove | |
Currently just uses the RNG; AES support to be added later. ok deraadt@ | |||
2006-10-26 | add moscom, reminded by deraadt | Jonathan Gray | |
2006-10-26 | Driver for MosChip MCS7703 based USB Serial devices. | Jonathan Gray | |
Support for hardware flow control not yet implemented. | |||
2006-10-25 | note that multiple instances can be created, | Jason McIntyre | |
and adapt the example to show how... ok henning | |||
2006-10-25 | document how ot send logs to alternate pflog interfaces | Henning Brauer | |
2006-10-25 | another hiding AF_NS leftover, spotted by jmc | Henning Brauer | |
2006-10-25 | commit correctly generated version. | Dale Rahn | |
2006-10-25 | sync (ok, so landisk isn't completely linked into the build yet...) | Dale Rahn | |
2006-10-23 | add a DIAGNOSTICS section. | Damien Bergamini | |
2006-10-23 | no need to use "keep state" and "flags S/SA" in pf rules, | Jason McIntyre | |
now that it is the default; ok henning mcbride camield (ftp-proxy bits) deraadt | |||
2006-10-23 | remove trailing space; | Jason McIntyre | |
2006-10-23 | remove trailing space; | Jason McIntyre | |
2006-10-22 | 'keep state' is now the default. | Ryan Thomas McBride | |
ok jmc | |||
2006-10-22 | Move the stateful content up to the FILTERING section and flesh it out | Ryan Thomas McBride | |
somewhat to reflect the default 'keep state' behaviour of pf.conf. prodding by theo, ok jmc@ | |||
2006-10-22 | replace rssadapt(9) with amrr for automatic rate control. | Damien Bergamini | |
as a side-effect, this should fix all the "bogus xmit rate" panics users have been complaining about for some time when operating in HostAP mode. | |||
2006-10-22 | Add the Edimax EW-7318USG card to the list of supported devices. | Damien Bergamini | |
Reported to work by Pawel Krawczyk. | |||
2006-10-22 | sync the zyd entry; | Jason McIntyre | |
2006-10-21 | remove IBSS and add monitor mode to the list of supported | Damien Bergamini | |
operating modes. | |||
2006-10-21 | huge diff to bring zyd(4) into a working state. | Damien Bergamini | |
should work with ZD1211 (not ZD1211B!) adapters with either a RFMD or AL2230 radio chip. does not support IBSS or HostAP modes yet. committed over a Billion 3011G (ZD1211/AL2230). "commit it!" deraadt@ | |||
2006-10-21 | acx(4) and pgt(4) don't use rssadapt(9) for automatic rate control. | Damien Bergamini | |
acx(4) uses AMRR and automatic rate control is handled by the firmware for pgt(4). | |||
2006-10-19 | Support later versions of the ASUS WL-167g which have switched | Jonathan Gray | |
from ural to rum. From Jason Crawford <jasonrcrawford@gmail.com> | |||
2006-10-19 | note that all rules using enc0 should specify: keep state (if-bound) | Jason McIntyre | |
2006-10-18 | comes with lxtphy(4) | Martin Reindl | |
2006-10-16 | Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ | Pedro Martelletto | |
2006-10-15 | initial man page for malo.4 | Theo de Raadt | |
2006-10-13 | tweaks; | Jason McIntyre | |
2006-10-12 | I forgot to add mc.4 and mesh.4 to the Makefile. | Gordon Willem Klok | |
Spotted by and ok deraadt. | |||
2006-10-12 | Add manpages for mace and mesh, document them in macobio.4. | Gordon Willem Klok | |
ok jmc | |||
2006-10-12 | One more tweat in authors. | Marco Peereboom | |
2006-10-12 | Add language for events. | Marco Peereboom | |
2006-10-12 | Cleanup and additional verbiage in BUGS to delinate batteries that misbehave. | Marco Peereboom | |
2006-10-12 | - give smm/18.net a title | Jason McIntyre | |
- mark up `>' | |||
2006-10-11 | Remove unused variable and simplify m_copym0(). Diff from bret.lambert at ↵ | Marco Pfatschbacher | |
gmail.com. Kill another unused variable in m_devget(). Pointed out by mcbride. Rename all offset variables from off0 to off. OK markus@, deraadt@ | |||
2006-10-11 | tweaks; | Jason McIntyre | |
2006-10-11 | fix mark up mistake; | Jason McIntyre | |
2006-10-11 | Reflect recent changes in the driver. | Marc Balmer | |
2006-10-11 | document IP_RECVTTL and IP_MINTTL | Henning Brauer | |