summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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
2006-10-11Document 'anchor "foo" quick'.Ryan Thomas McBride
2006-10-10- add the Hitachi adapterBrad Smith
- remove the BUGS section
2006-10-10state when the sensor api can be used, and that care must be taken withDavid Gwynne
sensor_task_unregister. tweaks from jmc@
2006-10-09landisk bits; ok mickeyJason McIntyre
2006-10-08Also attach to boards with the PCI Express Fibre Channel FC949E chipset.Brad Smith
"go go go" dlg@
2006-10-08fix minor typoIan Darwin
2006-10-07Mention nmeaattach(8) in the SEE ALSO section.Marc Balmer
2006-10-07remove 'flags S/SA' and 'keep state'Ryan Thomas McBride
ok nick@
2006-10-06The NETGEAR WG511 and SMC2835W are CardBus. Only v2 of the SMC is supported.Aaron Campbell
2006-10-06Soyo Aerielink works.Aaron Campbell
2006-10-06Early bits for a 32-bit SuperH toolchain, currently for little-endianMiod Vallat
systems only; more work is necessary in ld land.
2006-10-06these fixes got lost somehow;Jason McIntyre
2006-10-06missing fixes for STATEFUL INSPECTION;Jason McIntyre
2006-10-06kill trailing whitespace;Jason McIntyre
2006-10-06Document the fact that 'flags S/SA keep state' is now the implicit default,Ryan Thomas McBride
as well as 'no state' and 'flags any' options. ok jmc@
2006-10-05Update to tzdata2006m from elsie.nci.nih.govTodd C. Miller
2006-10-05I somehow messed something up when I committed the previous change, soMichael Knudsen
the acpiac entry was put in as acpiec but still talked about power state.
2006-10-05Brazilian summer time rules for 2007, from Eduardo Alvarenga, okay beck@Pedro Martelletto
2006-10-04Match reality when describing VOP_BMAP(), bad pedroPedro Martelletto
2006-10-04document /etc/firmware/bnxTheo de Raadt
2006-10-03MLINKS new acpi stuff.Michael Knudsen
2006-10-03Document acpiac, acpiec, and acpitz.Michael Knudsen
From Dmitri Alenitchev with tweaking from jmc and myself. ok jmc
2006-10-02Fully sort MLINKS.Michael Knudsen
ok jmc
2006-10-02Remove old ACPI device page builds (reorder build order alphabeticallyMichael Knudsen
while there). MLINKS+= the new acpi(4) page to the ACPI device page names. ok jmc
2006-10-02Remove old ACPI pages.Michael Knudsen
2006-10-02Merge the ACPI device man pages into acpi(4) after discussion with andMichael Knudsen
input from jmc and marco. ok jmc marco
2006-10-02Since monitor mode works now, mention it.Marcus Glocker
2006-10-01Mention DS18S20 as supported.Alexander Yurchenko
2006-09-30Better description of PF mbuf tags, from Diego CasatiPedro Martelletto
Tweaks by jmc@, okay henning@