Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-06 | Remove incomplete device Xr list. The device pages already reference | Deanna Phillips | |
audio(4), and the bus pages reference the devices, so there's no need for audio(4) to try to keep up. Requested by & ok jmc@ | |||
2007-12-06 | support sch5027 which has two extra fans and slightly different voltage | Theo de Raadt | |
readings; from remco@d-compu.dyndns.org | |||
2007-12-05 | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) | Theo de Raadt | |
before pcibios(4), and then.... if acpi(4) attaches, skip pcibios(4) since it messes the machines up. Fixes claudio's HP dl320 G5, and almost assuredly others. ok kettenis | |||
2007-12-05 | Add TRENDnet TEW-401PCplus CardBus adapter. | Marcus Glocker | |
Reported by Inigo Tejedor Arrondo. | |||
2007-12-02 | DIOC{GET,ADD}STATE incorrectly use a user provided pointer without using | Christopher Pascoe | |
copyin/out. Change the API so that the state is included in the ioctl argument, so the ioctl wrappers take care of copying memory as appropriate. Also change the DIOCGETSTATE API to be more useful. Instead of getting an arbitrarily "numbered" state (using numbering that can change between calls), instead search based on id and creatorid. If you want to monitor only a particular state, you can now use the bulk functions first to find the appropriate id/creatorid and then fetch it directly from then on. ok dlg@ henning@ | |||
2007-11-30 | new 4965AGN firmware: 4.44.1.20. | Damien Bergamini | |
2007-11-30 | make mailer.conf(5) more visible. | Jason McIntyre | |
2007-11-29 | Remove devices that do not exist and architectures are not supported. | Joel Sing | |
Also correct device names so they match the corresponding man pages. "that looks correct" jmc@ | |||
2007-11-29 | - for acpi(4), document /dev/apm and /dev/apmctl | Jason McIntyre | |
- for apm(4) pages, sync the description of these devices ok tedu | |||
2007-11-29 | - better integrate msleep() into this page | Jason McIntyre | |
- art says bpendsleep has been removed, so kill it ok art | |||
2007-11-29 | - sort the options list | Jason McIntyre | |
- .Ss -> .Sh, since differentiating between options and sections was sore on the eyes - reduce SEE ALSO to something more practical - assorted minor tweaks along the way | |||
2007-11-28 | <oga> art write me a manpage | Artur Grabowski | |
<art> What? Write it yourself. <oga> sudo art write me a manpage. <art> ok Document msleep(9). | |||
2007-11-28 | i prefer our ISC license. | David Gwynne | |
2007-11-28 | cpu options are gone now. | Ted Unangst | |
2007-11-28 | readjust list width after previous; | Jason McIntyre | |
2007-11-28 | Cleanup and add references to mainbus(4). | Joel Sing | |
ok jmc@ miod@ | |||
2007-11-28 | Document the SGI mainbus device. With feedback from jmc@. | Joel Sing | |
ok miod@ | |||
2007-11-28 | remove already commented out entries, of devices which we do not support; | Jason McIntyre | |
2007-11-28 | tweak previous; | Jason McIntyre | |
2007-11-28 | fix SEE ALSO; | Jason McIntyre | |
2007-11-28 | i'm always behind on the doc updates | Ted Unangst | |
2007-11-28 | Remove man pages that do not relate to OpenBSD/sgi. Spotted by jmc@. | Joel Sing | |
ok miod@ | |||
2007-11-28 | history section is totally wrong | Ted Unangst | |
2007-11-28 | provide a hint that apm might be acpi on some machines | Ted Unangst | |
2007-11-28 | add apm | Ted Unangst | |
2007-11-28 | first attempt to consolidate some of the apm/acpi documentation. | Ted Unangst | |
ok deraadt | |||
2007-11-28 | COMPAT_{23,25,35} should not be used directly | Theo de Raadt | |
2007-11-27 | sync ural entry; | Jason McIntyre | |
2007-11-27 | there are no 802.11a ural devices. | Damien Bergamini | |
2007-11-27 | On jmc@'s request add a bit that mentions that the pf(4) mssfix up is only | Claudio Jeker | |
needed on pppoe(4) and not needed with pppoe(8) because it is done by ppp(8) by default. OK jmc@ | |||
2007-11-27 | add gbe(4); | Jason McIntyre | |
2007-11-27 | tweak -r1.1; | Jason McIntyre | |
2007-11-27 | TCP_COMPAT_42 was last used in 1997. Kill it. | Theo de Raadt | |
ok millert | |||
2007-11-27 | missing rcs id | Jasper Lievisse Adriaanse | |
"feel free to do so" jsing@ | |||
2007-11-27 | Remember to add gbe.4... | Joel Sing | |
2007-11-27 | Initial support for the SGI Graphics Back End (GBE) frame buffer found in | Joel Sing | |
SGI O2 machines. We currently rely on the video hardware being initialised by the ARCS firmware and can only use the initial resolution with a colour depth of 32 bits. This driver is disabled by default. ok miod@ | |||
2007-11-27 | tweak previous; | Jason McIntyre | |
2007-11-27 | tweak the Ox warning section; | Jason McIntyre | |
2007-11-27 | Don't give bad advice. The MTU/MSS issue is not solvable by changing the MTU | Claudio Jeker | |
of any interface of the pppoe router. The best way to get a reliable network connection is to use pf(4) and the max-mss scrub option. OK henning@, mbalmer@ Yes please! sthen@ | |||
2007-11-26 | Document how the sensors degrade over time. | Marc Balmer | |
2007-11-26 | Add a new warning to gcc, -Wvariable-decl, which causes it to warn for | Miod Vallat | |
auto declarations which size are not known at compile time. This flag will eventually be added to the kernel makefiles so that we can rely on -Wstack-larger-than work. ok deraadt@ mbalmer@ otto@ marco@ | |||
2007-11-26 | another uneeded .Pp: should have stayed in bed today... | Jason McIntyre | |
2007-11-26 | damn, a .Pp i forgot to eliminate; | Jason McIntyre | |
2007-11-26 | tidy up this page; | Jason McIntyre | |
2007-11-26 | typos; ok jmc@ | Martynas Venckus | |
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@ | |||
2007-11-26 | ${MACHINE} expands too | Theo de Raadt | |
2007-11-25 | sync | Theo de Raadt | |
2007-11-25 | a few more tweaks; | Jason McIntyre | |
2007-11-25 | tweak previous; | Jason McIntyre | |
2007-11-25 | Forgot the manpages. oops. | Owain Ainsworth | |