summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2007-04-30document "option FFS2"; ok pedroJason McIntyre
2007-04-29Match on ATI IXP/SB600 as well.Jonathan Gray
Seen in a dmesg from alemao <skanabiz@gmail.com> ok grange@
2007-04-29Sync the viapm .Nd here as well.Jonathan Gray
Pointed out by jmc@
2007-04-29Match on VT8237A/VT8251/CX700 like the equivalent Linux driver does.Jonathan Gray
ok kettenis@
2007-04-27tweaks;Jason McIntyre
2007-04-27Document atomic_{set,clear}bits_int.Artur Grabowski
2007-04-27piixpcib bits; ok gwkJason McIntyre
2007-04-26tweaks;Jason McIntyre
2007-04-26Add a setperf mechanism for ich speedstep controlled by SMI on certainGordon Willem Klok
parings of the Intel Pentium 3 and the ich southbridges. Written by Stefan Sperling <stsp AT tsp DOT in-berlin DOT de> based on a driver in NetBSD and sys/arch/i386/pci/ichpcib.c. Tested my mpf@ among others, ok tedu
2007-04-24missing "macppc" from the .Dt line;Jason McIntyre
2007-04-24BUGS have been resolved.Gordon Willem Klok
2007-04-23the Broadcom BCM5751M Gigabit Ethernet device found on theIgor Sobrado
IBM ThinkPad T43 and T43p is supported by the bge(4) driver ok by jmc@
2007-04-23more ki2c/pi2c -> kiic/piic; spotted by jmcTheo de Raadt
2007-04-23rename drivers with numbers in them; ok gwk drahnTheo de Raadt
2007-04-23driver was renamed to xlights, not blights;Jason McIntyre
2007-04-23sync Nd for macgpio;Jason McIntyre
2007-04-23tweaks;Jason McIntyre
2007-04-23tweaks;Jason McIntyre
2007-04-23- add /usr/xobj to the file hierarchyAntoine Jacoutot
"why not" mblamer@, ok krw@ todd@
2007-04-23macgpio can also attach to itself fix the synopsis.Gordon Willem Klok
2007-04-23Forgot the Makefile.Gordon Willem Klok
2007-04-23Add prototype macgpio(4) manpage mention sysbutton(4) on it, andGordon Willem Klok
reference it from macobio(4).
2007-04-23typosGordon Willem Klok
consle->console macobio->macgpio
2007-04-23Add sysbutton manpage, alphabetize xlights. A macgpio manpage is stillGordon Willem Klok
needed.
2007-04-22rename a very long driver name to something shorter, and more clearTheo de Raadt
and while there, fix the interrupt name for vmstat -iz; ok gwk
2007-04-22repair a sentence that didn't make sense; ok jmc@Kevin Steves
2007-04-21correct XrTheo de Raadt
2007-04-21As promised a manpage for blinkenlights.Gordon Willem Klok
ok jmc
2007-04-20kill trailing whitespace;Jason McIntyre
2007-04-20add sha256 in a few places, and update distinfo description a bit.Steven Mestdagh
reminded by Stuart Henderson ok jasper@
2007-04-20list tht and nx as wired nics.David Gwynne
2007-04-19document that tht likes firmware.David Gwynne
2007-04-18make .Sh TERMINOLOGY part of the main text body; ok marcoJason McIntyre
2007-04-18various tweaks;Jason McIntyre
2007-04-172 typosMarco Peereboom
2007-04-17Add much more language and provide a real life example on how to use this.Marco Peereboom
2007-04-17Add support for setting the address of the ppp peer.Marco Pfatschbacher
Use the proper in_ifscrub() / in_ifinit() calls for address changes to generate routing messages. The correct way to set the default route now needs the -ifp option, e.g. route add default -ifp pppoe0 0.0.0.1 Since the route is set right after bringing the interface up, it still works w/out -ifp though. Changes mostly from NetBSD. Tested by Matthias Bauer and bluhm@ OK canacar@
2007-04-17some markup from Dmitri Alenitchev, tweaked by myself;Jason McIntyre
2007-04-17- do not talk about cards no longer being made in the past tenseJason McIntyre
- remove URLs, half of which were dead anyway - add powercrypt 5x fixes documentation/5451, from Tobias Stoeckmann help/ok naddy
2007-04-16correct an invalid .Dd;Jason McIntyre
2007-04-16some updates to reflect xenocara;Jason McIntyre
help/ok todd matthieu
2007-04-16link http://www.tehutinetworks.netReyk Floeter
2007-04-16Add a manpage for the upcoming nx(4) driver and the nxb(4) boards.Reyk Floeter
2007-04-16manpage for the tehuti network cards.David Gwynne
2007-04-14fs_vfstype may be "vnd" now; ok grunkJason McIntyre
2007-04-14set timeout source-track -> set timeout src.track; from Jason TestartJason McIntyre
and a missing full stop...
2007-04-13mountd(8) should be running on the server for diskless setups;Jason McIntyre
from Mattieu Baptiste
2007-04-13Update install media generation to the new semantics of the -c flag.Todd C. Miller
Also replace "newfs -O" with "newfs -O 0" now that -O takes an option.
2007-04-13there is no /usr/src/lkm, apparently;Jason McIntyre
2007-04-13Paul de Weerd donated some Tenda wireless devices. The TWL541C and TWL542PClaudio Jeker
are supported by malo(4).