Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-15 | .Xr lcd(4) | Martin Reindl | |
2007-02-15 | forever loops may be done with for or while, it doesnt matter; | Thordur I. Bjornsson | |
so remove a line that says it matters. ok deraadt@ | |||
2007-02-15 | Added a man page for lcd(4). | Kenji Aoyama | |
ok jmc@ miod@ | |||
2007-02-15 | As noted by Daniel Gruber in PR 5377 Surecom EP-9001-g has multiple | Jonathan Gray | |
revisions, mention the relevant one. | |||
2007-02-13 | Regen | Miod Vallat | |
2007-02-13 | It's not M1394CTL and M1394DATA. It's M_1394CTL and M_1394DATA. | Michael Knudsen | |
ok brad | |||
2007-02-12 | 4.1-beta | Henning Brauer | |
2007-02-12 | add the HP ProLiant NC360T PCI Express Dual Port Gigabit NIC (tested | Reyk Floeter | |
ok), the NC340T is a quad port NIC, and the NC7170/NC7170LP are dual port NICs. | |||
2007-02-11 | Correct return value in read(2) syscall example. ok pedro | Alexander Bluhm | |
2007-02-09 | add the Intel PRO/100 S | Jasper Lievisse Adriaanse | |
ok jmc@, "go for it" henning@ | |||
2007-02-09 | document how to clear rule counters with DIOCGETRULES | Henning Brauer | |
2007-02-09 | BUFFALO -> Buffalo; | Jason McIntyre | |
2007-02-09 | Add a bunch more zyd(4) devices | Jonathan Gray | |
2007-02-08 | sort the hardware list; | Jason McIntyre | |
2007-02-08 | Add quite a few more rum(4) devices. | Jonathan Gray | |
Two from Yojiro UO in NetBSD PR 35552 | |||
2007-02-07 | Add support for MaxStream XBee ZigBee Development Kit USB interface. | Jonathan Gray | |
From Darrin Chandler | |||
2007-02-07 | sync | Todd T. Fries | |
2007-02-06 | fix some dodgy displays; | Jason McIntyre | |
2007-02-06 | typo | Marc Espie | |
2007-02-06 | discuss consistently "the Epoch"; | Jason McIntyre | |
2007-02-06 | note that SKIPDIR paths are relative to BSDSRCDIR; | Jason McIntyre | |
from Brian A. Seklecki | |||
2007-02-03 | Xr for crontab; | Jason McIntyre | |
2007-02-03 | Remove references to LK_EXCLUPGRADE, LK_REENABLE, LK_SETRECURSE and | Pedro Martelletto | |
LK_SPIN, okay miod@ | |||
2007-02-02 | Update to tzdata2007a from elsie.nci.nih.gov | Todd C. Miller | |
2007-02-02 | Remove refrence to VLAYER, its gone. | Thordur I. Bjornsson | |
Diff from Iruata Souza, thanks! ok pedro@ | |||
2007-02-02 | better example & description for mfs, parts from jmc, ok jmc simon | Henning Brauer | |
2007-02-02 | - cope with recent weekly and newsyslog.conf changes | Antoine Jacoutot | |
some review by jason@, ok mk@ | |||
2007-01-30 | correct indent; | Jason McIntyre | |
2007-01-30 | oops - no point putting stuff in SEE ALSO when we already have them | Jason McIntyre | |
in the supported devices list; | |||
2007-01-30 | Add some umsm devices found in Linux driver. | Jonathan Gray | |
"looks good" fkr@ | |||
2007-01-29 | add landisk synopsis | Martin Reindl | |
2007-01-29 | add manpages for physical and kernel virtual memory, plus onboard I/O | Martin Reindl | |
ok jmc@ | |||
2007-01-29 | add /fastboot to FILES, since these pages discuss that file; | Jason McIntyre | |
2007-01-29 | avoid ambiguous wording; from Mark Lumsden | Jason McIntyre | |
2007-01-28 | add Apple GC on the old world macs | Martin Reindl | |
2007-01-28 | Remove cross references between fstab(5) and umount(8). | Alexander Bluhm | |
ok millert jmc | |||
2007-01-27 | Enable transmit TCP/UDP checksum offload. | Kenneth R Westerback | |
From Brad, tested by Brad, biorn@ and Johan M:son Lindman. | |||
2007-01-26 | printf(9) %b is not limited to 32 bits or less... document it. | Jason Wright | |
2007-01-24 | build and install landisk man8 specific manpages | Martin Reindl | |
2007-01-22 | Hook up acpidock.4 to the build. | Michael Knudsen | |
2007-01-22 | List acpidock(4) with the other drivers. | Michael Knudsen | |
2007-01-22 | Man page for acpidock(4). | Michael Knudsen | |
Input and ok jmc | |||
2007-01-22 | Fix KAME cvsweb urls | Miod Vallat | |
2007-01-19 | add `10/100' to .Nd; from brad | Jason McIntyre | |
2007-01-18 | FULLPKGPATH is no longer read-only, and COMMENT is also subpackage dependent. | Steven Mestdagh | |
ok sturm@ bernd@ | |||
2007-01-18 | Add support for AX88772 devices with external PHY. | Jonathan Gray | |
Thanks to Marco S Hyman for sending me hardware to play with. Committed over DUB-E100 rev B1 with external IC Plus PHY. | |||
2007-01-17 | Somehow the .Xr acpi 4 fell out of the SEE ALSO section, so put it back. | Michael Knudsen | |
2007-01-17 | describe BULK_DO variable | Steven Mestdagh | |
2007-01-16 | Remove commented out references to VOP_LEASE(); | Thordur I. Bjornsson | |
ok jmc@ (who pointed this out to me) | |||
2007-01-16 | Implement multiple segment allocation for uvm_pglistalloc, which fixes | Dimitry Andric | |
most agp_generic_bind_memory failures when memory is limited and very fragmented. In effect, this should fix a lot of X startup crashes after activities that exercise memory a lot (e.g. make builds, building big ports, etc). ok mickey, miod |