Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-20 | enlist mpi(4) and softraid(4) in bio(4) && Xr bio(4); ok marco | Constantine A. Murenin | |
2009-07-19 | take out a few .Ar macros from the examples. | Igor Sobrado | |
pointed out by jmc@ | |||
2009-07-18 | use a better layout to improve readability. | Igor Sobrado | |
ok henning@ | |||
2009-07-17 | Edimax EW-7711UTn works ;) | Jason McIntyre | |
2009-07-14 | mention display.brightness explicitly; | Jason McIntyre | |
ok pirofti | |||
2009-07-14 | after some discussion with others, use an en-dash (\(en) instead of | Jason McIntyre | |
a minus sign (-\) for Nd; issue spotted by Kristaps D??onsons | |||
2009-07-13 | clarify the last entry in BUGS somewhat, since not all mp machines | Jason McIntyre | |
will have more than one temperature sensor; ok tedu | |||
2009-07-12 | Update the screen entries to bring them into line with ncurses 5.7. | Nicholas Marriott | |
ok millert sthen | |||
2009-07-10 | List additional re(4) devices supporting IPv6 TCP/UDP checksum offload. | Stuart Henderson | |
From Brad. | |||
2009-07-10 | support onsemi's cat34ts02 and cat6095; ok deraadt | Constantine A. Murenin | |
2009-07-09 | promote correct style for error checking | Eric Faurot | |
ok tedu@ deraadt@ krw@ | |||
2009-07-05 | radeonfb(4), an accelerated framebuffer for Sun XVR-100 boards (which have an | Mark Kettenis | |
ATI Radeon 7000 chip on them). While there, make gfxp(4) depend on rasops32 just in case somebody removes other framebuffers that pull this in from their kernel config. ok deraadt@, miod@ | |||
2009-07-03 | document support for the bcm5709 and bcm5716, and the new firmware files | David Gwynne | |
the driver uses. add some more dell boxes i know of that use bnx. "go for it" deraadt@ | |||
2009-07-02 | missing final `d' in `prepended' | Jacob Meuser | |
ok deraadt@ | |||
2009-06-29 | a few more tweaks for previous; | Jason McIntyre | |
2009-06-29 | Update to tzdata2009j from elsie.nci.nih.gov | Todd C. Miller | |
2009-06-29 | enable new files in Makefile | Theo de Raadt | |
2009-06-29 | Add documentation for acpivideo(4), acpivout(4), acpipwrres(4). | Paul Irofti | |
Better wording from miod@, thanks! Also feedback from sthen@, nicm@, jmc@. ``Please get it in soon'' for work in tree deraadt@. | |||
2009-06-27 | sync description of struct audio_prinfo; | Jason McIntyre | |
reported by frederic, documentation/6179 | |||
2009-06-26 | add the VIA VX855 chipset | Kevin Lo | |
ok deraadt@ | |||
2009-06-24 | Add support for the SMBus controller for the Broadcom HT-1100 chipset | Theo de Raadt | |
to piixpm(4). from brad | |||
2009-06-24 | for the isp(4) driver, invert the meaning of the options which pull | Theo de Raadt | |
firmwares into the smaller (and larger) media ok krw | |||
2009-06-23 | tweak previous; | Jason McIntyre | |
2009-06-23 | Add 82574L to the list of supported MACs. | Claudio Jeker | |
2009-06-20 | 4.6-BETA | Miod Vallat | |
2009-06-20 | Remove incomplete list of specific PHY models that might be associated | Stuart Henderson | |
with this driver from DESCRIPTION (SYNOPSIS has a better list already), replacing with a list of supported NICs. From Brad. | |||
2009-06-18 | Remove support for cancelled NVIDIA MCP7B and add initial support for | Jonathan Gray | |
MCP89. From Brad based on information from Peer Chen @ NVIDIA via Linux. | |||
2009-06-17 | Document raid 4 & 5 | Marco Peereboom | |
2009-06-17 | Document the 'defer' ifconfig flag. From me with a few tweaks by dlg@. | Stuart Henderson | |
reads ok to jmc@. | |||
2009-06-16 | Typo: Use settings -> User settings. | Stuart Henderson | |
2009-06-12 | document that RECURSIVE_FETCH_LIST is set to No by default. | Stuart Henderson | |
ok sturm, ajacoutot, espie. | |||
2009-06-12 | Document new WRKOBJDIR default value. | Landry Breuil | |
2009-06-11 | Finish documenting the gconf2 module. | Antoine Jacoutot | |
2009-06-11 | add the VIA CX800 south bridge. | Kevin Lo | |
tested on the eNOTE VED8900. ok deraadt@ | |||
2009-06-08 | improve the description of fs_freq; | Jason McIntyre | |
prompted by a fix from Warner Losh, freebsd -r193625, but i chose a different fix; help/ok otto | |||
2009-06-08 | Document new behaviour of the gconf2 MODULE. | Antoine Jacoutot | |
ok kili@ cvs: ---------------------------------------------------------------------- | |||
2009-06-08 | Update to tzdata2009i from elsie.nci.nih.gov | Todd C. Miller | |
2009-06-07 | updates for 8187b; | Jason McIntyre | |
2009-06-07 | Document the gconf2 module. | Antoine Jacoutot | |
2009-06-06 | add LCD-4300U | Yojiro Uo | |
2009-06-06 | - supports rtl8187b | Martynas Venckus | |
- list some more devices | |||
2009-06-06 | Document some of the newer Intel cards that are now supported. Also add | Claudio Jeker | |
two supermicro ones that should work (actually I developped it on the first supermicro one). | |||
2009-06-06 | more chipsets that support IPv6 receive TCP/UDP checksum offload; from Brad | Christian Weisgerber | |
2009-06-05 | simplify the "family" text; ok pyr deraadt | Jason McIntyre | |
2009-06-05 | zap trailing whitespace; | Jason McIntyre | |
2009-06-05 | enable IPv6 receive TCP/UDP checksum offload; from Brad | Christian Weisgerber | |
2009-06-05 | Document SO_RDOMAIN | Claudio Jeker | |
2009-06-04 | Add a resolv.conf option to specify the order in which getaddrinfo | Pierre-Yves Ritschard | |
PF_UNSPEC queries are made. While there change the default from inet6 first then inet4 to inet4 first then inet6, this prevents the many people with IPv4 only connectivity from constantly trying to contact IPv6 addresses, and also unbreaks many ports who don't use getaddrinfo right. (forgot the manpage bit). | |||
2009-06-04 | tweak previous; | Jason McIntyre | |
2009-06-04 | xfs -> nnpfs; | Jason McIntyre | |