Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-18 | Oops, forgot to add vrng.4 here. | Mark Kettenis | |
2009-01-18 | Add nfs ddb hooks, for now only to show all the outstanding nfsreq's | Thordur I. Bjornsson | |
and to print out struct nfsreq. "get it in so people can pound on it" blambert@ OK and information_s_ on the manpage from miod@ | |||
2009-01-18 | vrng.4: period -> periodic | Jason McIntyre | |
vbus.4: +vrng(4) | |||
2009-01-17 | Add support for DS1822 to owtemp(4). | Alexander Yurchenko | |
2009-01-17 | vrng(4) | Mark Kettenis | |
2009-01-17 | Mention acpi(4) can also call dopowerhooks(). Tweak verbiage a bit. | Kenneth R Westerback | |
ok jmc@ | |||
2009-01-17 | typo fix - ok jakemsr - and add a comma; | Jason McIntyre | |
2009-01-16 | deal with sample precisions that are not a power of 2. | Jacob Meuser | |
discussed with and ok ratchov; manpage tweak from naddy, thanks | |||
2009-01-16 | sync it(4) description; | Jason McIntyre | |
2009-01-16 | add IT8720F support | Oleg Safiullin | |
thanks to Vit Skibinskiy <bucker(ik)skibinski.pp.ru> | |||
2009-01-16 | +.It Xr age 4 | Jason McIntyre | |
2009-01-16 | tweak previous; | Jason McIntyre | |
2009-01-16 | add a man page for age(4) | Kevin Lo | |
2009-01-15 | no comma for last item in a NAME list; | Jason McIntyre | |
2009-01-15 | Remove the pool_cache documentation and MLINKs, tedu removed the code at h2k7. | Owain Ainsworth | |
pool_set_ctordtor() (which can emulate what pool_cache_* did) still needs documenting though. tedu@ and jmc@ seemed to agree. "Do it. I command you!" blambert@ | |||
2009-01-13 | mpbios(4) | Mark Kettenis | |
2009-01-13 | mpbios(4) | Mark Kettenis | |
2009-01-13 | +vdsk | Jason McIntyre | |
2009-01-12 | vdsk(4) | Mark Kettenis | |
2009-01-12 | macro fix; from patrick keshishian | Jason McIntyre | |
2009-01-11 | Only v1000 of the Belkin F5D5005 are sk cards, later revisions | Jonathan Gray | |
have switched to RTL8169. Reported by Shane J Pearson. | |||
2009-01-10 | sync abtn Nd; | Jason McIntyre | |
2009-01-10 | eject and volume controles are supported from now on | Robert Nagy | |
2009-01-10 | Rearrange the video modes list in a table, and mention which one use | Miod Vallat | |
composite sync. | |||
2009-01-09 | Add the zaurus autoconf bits for pxammc. | Jonathan Gray | |
ok dlg@ jmc@ | |||
2009-01-06 | SEE ALSO is sorted primarily by section number; | Jason McIntyre | |
2009-01-06 | - the asus nx1101 attaches as stge(4) | Jasper Lievisse Adriaanse | |
ok jsg@ | |||
2009-01-06 | There will never be a mpls(8) but mpls(4) will be soon here. | Michele Marchetto | |
OK claudio@ | |||
2009-01-06 | better wording for previous; | Jason McIntyre | |
2009-01-05 | - clear some confusion, the chip supports vlan tag insertion/stripping, | Jasper Lievisse Adriaanse | |
just like the driver. ok dlg@ | |||
2009-01-05 | the RT3070 MAC/BBP can be coupled with an RT3020 (1T1R), RT3021 (1T2R) or | Damien Bergamini | |
RT3022 (2T2R) single-band radio transceiver. | |||
2009-01-05 | note that 802.11n is not currently supported, as we do for other | Jason McIntyre | |
similar devices; ok damien | |||
2009-01-05 | update the description for run(4); | Jason McIntyre | |
2009-01-05 | it is better when strings passed to .Nd macros are unique. | Igor Sobrado | |
problem found by deraadt@, fix suggested by kettenis@ on icb. ok damien@, jmc@ | |||
2009-01-05 | add cbus to the device list; ok kettenis | Jason McIntyre | |
2009-01-04 | tweak previous; | Jason McIntyre | |
2009-01-04 | vnet(4) | Mark Kettenis | |
2009-01-04 | slight rewording | Mark Kettenis | |
2009-01-04 | cbus(4); this references vnet(4), which isn't there yet, but will arrive soon. | Mark Kettenis | |
2009-01-03 | oops, forgot that we need to update this file for run(4); | Jason McIntyre | |
2009-01-03 | run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices. | Damien Bergamini | |
the driver supports legacy 802.11abg modes only (no 802.11n yet.) WPA works, with hardware encryption/decryption. committed over an RT2800U (RT2870+RT2820). enabled on i386 and amd64 GENERIC only for now. thanks to Paul Lin at Ralink for letting us ship the firmware under an appropriate license. "man page looks ok" jmc@ "you should commit it" jsg@, ok deraadt@ | |||
2008-12-31 | this URL has changed; URLs are usually short-lived, it would be better | Igor Sobrado | |
not using them as references. ok jakemsr@ | |||
2008-12-31 | pmap_remove() correction; from Ariane van der Steld | Jason McIntyre | |
2008-12-30 | document that .Cd must take args, and is neither parsed nor callable; | Jason McIntyre | |
from Kristaps D??onsons | |||
2008-12-30 | add some missing .At versions; from Kristaps D??onsons | Jason McIntyre | |
2008-12-27 | Remove BUGS section; overlay artifacts are gone and scrolling uses hardware | Mark Kettenis | |
acceleration now. | |||
2008-12-27 | Add a comma to clarify a sentence. | Bret Lambert | |
"that's fine" jmc@ | |||
2008-12-24 | Add quotes around DEBUG value, otherwise config doesn't like it. | Ray Lai | |
While here, change -ggdb to -g (by kettenis). OK millert and kettenis | |||
2008-12-24 | Document video modes, and how to change them (which is tricky on the SS4, | Miod Vallat | |
for no good reason). | |||
2008-12-23 | Link the directory containing the MIB definitions for snmpd(8). | Reyk Floeter | |