aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GEOMify the OFW disk driver. Code taken unashamedly fromPeter Grehan2004-12-211-143/+122
* Protect the NM expansion.David E. O'Brien2004-12-211-1/+1
* Fix a mis-sort.David E. O'Brien2004-12-211-1/+1
* (fast) ethernet -> (Fast) EthernetChristian Brueffer2004-12-2114-31/+31
* Hide/remove various printfs, now that root mounting doesn't seem to explodePoul-Henning Kamp2004-12-201-9/+2
* fix a misleading sleep identifier.Poul-Henning Kamp2004-12-201-1/+1
* We can only ever get to vgonechrl() from a devfs vnode, so we do notPoul-Henning Kamp2004-12-203-4/+2
* Oops, this one isn't readyJulian Elischer2004-12-201-625/+87
* Add a couple of KASSERTS to try to diagnose a problem reported.Poul-Henning Kamp2004-12-201-1/+5
* Add a bunch of USB definitions from NetBSD.Julian Elischer2004-12-201-87/+625
* Merge in a bunch of USB device and manufacturer definitions..Julian Elischer2004-12-201-75/+97
* Use "KEYWORD: shutdown" so shutdown commands will actually be executed.Peter Edwards2004-12-201-0/+1
* If PORTNAME is set in a system Makefile then hook into the portsPaul Richards2004-12-202-0/+52
* When stopping a chrooted named, unmount the devfs filesystem fromPeter Edwards2004-12-201-0/+8
* Only use the current value if there's one IRQ. Some systems returnNate Lawson2004-12-201-8/+8
* Fix compilation for the USE_KQUEUE case.Hartmut Brandt2004-12-201-0/+4
* Only try to use the 82503 serial interface for the 82557 chipsets. TheMaxime Henrion2004-12-201-2/+2
* maxJobs is declared extern in job.h so it cannot be static in job.c.Hartmut Brandt2004-12-201-1/+1
* Sort by month/day/year/login.Ruslan Ermilov2004-12-201-6/+6
* Enable jumbo frames on Yukon variants of sk(4).Bjoern A. Zeeb2004-12-202-4/+18
* Only report a critical battery level once until it's gone non-critical.Nate Lawson2004-12-201-3/+9
* Note requirement to manually load/configure ancillary wlan modules.Sam Leffler2004-12-201-0/+9
* add ancillary wlan modules and fixup commentsSam Leffler2004-12-201-2/+16
* Remove unused variables.Pawel Jakub Dawidek2004-12-191-6/+1
* - Argument 'flags' in g_mirror_destroy_consumer() function is unsed -Pawel Jakub Dawidek2004-12-191-2/+3
* Don't panic when sigsuspend is interrupted by a cancellation.Daniel Eischen2004-12-192-4/+14
* Some major cleanups.Pawel Jakub Dawidek2004-12-191-175/+107
* Don't quit on first failure, just skip failures.Pawel Jakub Dawidek2004-12-191-6/+6
* Add myself.Mark Santcroos2004-12-191-0/+1
* Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN,Daniel Hartmeier2004-12-191-3/+5
* Move launching the worker thread from a SYSINIT to the first device'sNate Lawson2004-12-191-4/+10
* Allocate an additional white space in a username column forMaxim Konovalov2004-12-191-3/+3
* We already have ng_fec.4 manpage. And sys/modules is not a correctGleb Smirnoff2004-12-191-8/+0
* We have an informative ng_source.4 manpage, which is not installed.Gleb Smirnoff2004-12-191-0/+1
* Assert queue mutex in ng_dequeue() and ng_queue_rw().Gleb Smirnoff2004-12-191-0/+4
* Use the accepted abbreviation "kB" for kilobyte, rather than "kb" (whichColin Percival2004-12-191-7/+7
* Call umask() before opening the lock-file for a queue, to make sureGarance A Drosehn2004-12-191-1/+2
* Nuke ports-picobsd, it was thrown out a while ago.Christian Brueffer2004-12-191-1/+0
* In the ethernet-nic-regex:Christian Brueffer2004-12-191-5/+6
* Add FC929X into the list of supported devices.Maxim Sobolev2004-12-181-1/+2
* Use a generic way to back threads out of wait queues when handlingDaniel Eischen2004-12-1833-694/+823
* Update the StrongArm port to match the current code.Olivier Houchard2004-12-183-6/+15
* Make sure gcc doesn't generate something such as swp r3, r4, [r3] for __swp,Olivier Houchard2004-12-181-1/+1
* Add missing dependencies of $(OUTPUTS) on source makefiles.Ruslan Ermilov2004-12-181-1/+6
* Add support for FC929X, which apparently is just a PCI-X version of FC929.Maxim Sobolev2004-12-181-0/+7
* Change terminal state, not terminal typePoul-Henning Kamp2004-12-181-1/+1
* Synchronize reference list to the ng_xxx(4) manpages of netgraph nodesRalf S. Engelschall2004-12-181-0/+27
* If /etc/named is a symlink, try to make sure it points the right place.Poul-Henning Kamp2004-12-181-0/+4
* 1. msleep returns EWOULDBLOCK not ETIMEDOUT, use EWOULDBLOCK instead.David Xu2004-12-181-8/+6
* 1. make umtx sharable between processes, the way is two or more processesDavid Xu2004-12-189-179/+615