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