Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-21 | As promised a manpage for blinkenlights. | Gordon Willem Klok | |
ok jmc | |||
2007-04-20 | kill trailing whitespace; | Jason McIntyre | |
2007-04-20 | add sha256 in a few places, and update distinfo description a bit. | Steven Mestdagh | |
reminded by Stuart Henderson ok jasper@ | |||
2007-04-20 | list tht and nx as wired nics. | David Gwynne | |
2007-04-19 | document that tht likes firmware. | David Gwynne | |
2007-04-18 | make .Sh TERMINOLOGY part of the main text body; ok marco | Jason McIntyre | |
2007-04-18 | various tweaks; | Jason McIntyre | |
2007-04-17 | 2 typos | Marco Peereboom | |
2007-04-17 | Add much more language and provide a real life example on how to use this. | Marco Peereboom | |
2007-04-17 | Add 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-17 | some markup from Dmitri Alenitchev, tweaked by myself; | Jason McIntyre | |
2007-04-17 | - do not talk about cards no longer being made in the past tense | Jason McIntyre | |
- remove URLs, half of which were dead anyway - add powercrypt 5x fixes documentation/5451, from Tobias Stoeckmann help/ok naddy | |||
2007-04-16 | correct an invalid .Dd; | Jason McIntyre | |
2007-04-16 | some updates to reflect xenocara; | Jason McIntyre | |
help/ok todd matthieu | |||
2007-04-16 | link http://www.tehutinetworks.net | Reyk Floeter | |
2007-04-16 | Add a manpage for the upcoming nx(4) driver and the nxb(4) boards. | Reyk Floeter | |
2007-04-16 | manpage for the tehuti network cards. | David Gwynne | |
2007-04-14 | fs_vfstype may be "vnd" now; ok grunk | Jason McIntyre | |
2007-04-14 | set timeout source-track -> set timeout src.track; from Jason Testart | Jason McIntyre | |
and a missing full stop... | |||
2007-04-13 | mountd(8) should be running on the server for diskless setups; | Jason McIntyre | |
from Mattieu Baptiste | |||
2007-04-13 | Update 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-13 | there is no /usr/src/lkm, apparently; | Jason McIntyre | |
2007-04-13 | Paul de Weerd donated some Tenda wireless devices. The TWL541C and TWL542P | Claudio Jeker | |
are supported by malo(4). | |||
2007-04-12 | Remove traces of LK_UPGRADE and LK_FORCEUPGRADE in the error descriptions. | Miod Vallat | |
Spotted by jmc@ | |||
2007-04-12 | m_prepend() should never be called directly. So tell people to use | Claudio Jeker | |
M_PREPEND() instead. Whit help by jmc@ | |||
2007-04-12 | add in channel frequency info from old wicontrol(8) page; | Jason McIntyre | |
diff from Thoren McDole, cleaned up by myself; | |||
2007-04-11 | Remove the simplelock argument from vrecycle(); | Thordur I. Bjornsson | |
ok pedro@, sturm@ | |||
2007-04-11 | lockmgr keeps losing code, call 911! | Miod Vallat | |
ok pedro@ art@ | |||
2007-04-11 | - fix HISTORY; from jung | Jason McIntyre | |
- sort SEE ALSO | |||
2007-04-11 | pci attaches to ht on macppc | David Gwynne | |
2007-04-11 | pci can attach to pyro on sparc64 | David Gwynne | |
2007-04-10 | Document RW_DOWNGRADE. | Artur Grabowski | |
miod noticed that I forgot to commit it. | |||
2007-04-10 | .Xr pmc | Mark Kettenis | |
2007-04-10 | pmc(4) | Mark Kettenis | |
2007-04-10 | .Xr bbc(4) | Mark Kettenis | |
2007-04-10 | bbc(4) | Mark Kettenis | |
2007-04-10 | Add a small hint that Neterion is formerly known as S2io. | Reyk Floeter | |
2007-04-10 | pascoe wrote a lot of these drivers. | David Gwynne | |
2007-04-09 | further refine the string for NETGEAR WG511, after some prodding | Jason McIntyre | |
from espie; ok espie mglocker | |||
2007-04-08 | revert previous, since it made the hardware list too long (in terms of | Jason McIntyre | |
screen width). instead change the descriptive string to a shorter term to avoid the problem. ok mglocker | |||
2007-04-08 | since both daily(8) and afterboot(8) contain instructions for | Jason McIntyre | |
/altroot daily backup, remove the (obviously) duplicated text from this page and point instead to daily(8); from jared r r spiegel | |||
2007-04-08 | Sync with i386.html; The NETGEAR WG511 made in China is a SoftMAC one | Marcus Glocker | |
and therefore not supported yet. | |||
2007-04-07 | document STARTDIR | Marc Espie | |
2007-04-05 | Mention ebus@mainbus attachment. | Miod Vallat | |
2007-04-05 | no more bcw | Theo de Raadt | |
2007-04-05 | Remove bcw(4) man page. | Marcus Glocker | |
2007-04-05 | After been attacked by Michael Buesch <mb@bu3sch.de> because we initially | Marcus Glocker | |
were using some of their routines in the bcw driver, I decided to stop working on it. To avoid any further license chit chat I plain drop the driver. | |||
2007-04-03 | add more supported models. | Xavier Santolaria | |
2007-04-03 | Document CHECK_LIB_DEPENDS. | Marc Espie | |
Based on an idea by bernd and nikolai. | |||
2007-04-03 | i have a bad habit of not documenting extra interfaces i add... | David Gwynne | |
i added an ioctl to get product information from disks. the sd driver supports it, so say so. |