summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2006-10-27Reflect recent changes in udcf(4).Marc Balmer
2006-10-27Add ioapic(4).Mark Kettenis
ok jmc@
2006-10-26more Nd tidy up for usb devices;Jason McIntyre
2006-10-26no need to list all devices in SEE ALSO; usb(4) does that alreadyJason McIntyre
2006-10-26oops, uvisor was hiding here all the time; i've moved it up intoJason McIntyre
the serial/parallel section, since it attaches at ucom;
2006-10-26poor, neglected, uvisor...Jason McIntyre
2006-10-26improve wording;Jason McIntyre
2006-10-26tidy up the .Nd for some usb devices;Jason McIntyre
2006-10-26no need to cause every reference to pf to be an Xr; on the otherJason McIntyre
hand, referencing `PF' is not so helpful either; mutated from a diff from okan demirmen;
2006-10-26tweak;Jason McIntyre
2006-10-26tweaks; ok henningJason McIntyre
2006-10-26eep! unbreak.Ryan Thomas McBride
2006-10-26Document hostid.Ryan Thomas McBride
pointed out by Pierre-Yves Ritschard.
2006-10-26Driver 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-26add moscom, reminded by deraadtJonathan Gray
2006-10-26Driver for MosChip MCS7703 based USB Serial devices.Jonathan Gray
Support for hardware flow control not yet implemented.
2006-10-25note that multiple instances can be created,Jason McIntyre
and adapt the example to show how... ok henning
2006-10-25document how ot send logs to alternate pflog interfacesHenning Brauer
2006-10-25another hiding AF_NS leftover, spotted by jmcHenning Brauer
2006-10-25commit correctly generated version.Dale Rahn
2006-10-25sync (ok, so landisk isn't completely linked into the build yet...)Dale Rahn
2006-10-23add a DIAGNOSTICS section.Damien Bergamini
2006-10-23no 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-23remove trailing space;Jason McIntyre
2006-10-23remove trailing space;Jason McIntyre
2006-10-22'keep state' is now the default.Ryan Thomas McBride
ok jmc
2006-10-22Move the stateful content up to the FILTERING section and flesh it outRyan Thomas McBride
somewhat to reflect the default 'keep state' behaviour of pf.conf. prodding by theo, ok jmc@
2006-10-22replace 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-22Add the Edimax EW-7318USG card to the list of supported devices.Damien Bergamini
Reported to work by Pawel Krawczyk.
2006-10-22sync the zyd entry;Jason McIntyre
2006-10-21remove IBSS and add monitor mode to the list of supportedDamien Bergamini
operating modes.
2006-10-21huge 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-21acx(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-19Support later versions of the ASUS WL-167g which have switchedJonathan Gray
from ural to rum. From Jason Crawford <jasonrcrawford@gmail.com>
2006-10-19note that all rules using enc0 should specify: keep state (if-bound)Jason McIntyre
2006-10-18comes with lxtphy(4)Martin Reindl
2006-10-16Use daddr64_t for logical blocks, okay krw@ thib@ mickey@Pedro Martelletto
2006-10-15initial man page for malo.4Theo de Raadt
2006-10-13tweaks;Jason McIntyre
2006-10-12I forgot to add mc.4 and mesh.4 to the Makefile.Gordon Willem Klok
Spotted by and ok deraadt.
2006-10-12Add manpages for mace and mesh, document them in macobio.4.Gordon Willem Klok
ok jmc
2006-10-12One more tweat in authors.Marco Peereboom
2006-10-12Add language for events.Marco Peereboom
2006-10-12Cleanup and additional verbiage in BUGS to delinate batteries that misbehave.Marco Peereboom
2006-10-12- give smm/18.net a titleJason McIntyre
- mark up `>'
2006-10-11Remove 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-11tweaks;Jason McIntyre
2006-10-11fix mark up mistake;Jason McIntyre
2006-10-11Reflect recent changes in the driver.Marc Balmer
2006-10-11document IP_RECVTTL and IP_MINTTLHenning Brauer