summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - In creator_configure() when probed for the high-level console returnmarius2005-06-044-44/+46
* Now that all affected drivers have been changed remove the helpersmarius2005-06-041-34/+3
* Account for ebus(4) defaulting to SYS_RES_MEMORY for memory resourcesmarius2005-06-044-15/+15
* - Take advantage of ebus(4) having switched to SYS_RES_MEMORY for memorymarius2005-06-041-42/+31
* Eliminate the original method of requesting notification of aio_read(2) andalc2005-06-041-58/+14
* Better explain, then actually implement the IPFW ALTQ-rule first-matchgreen2005-06-041-0/+3
* Move MAINTAINER documentation to MAINTAINERSimp2005-06-041-2/+0
* Add the proper logic so that we don't try to do SSE stuff unless itsdfr2005-06-041-0/+11
* Release n_hibma's maintainership due to his ENOTIME.schweikh2005-06-0411-32/+11
* - It's 2005 already, I've been working on this for three years.jeff2005-06-041-1/+1
* - Don't SLOT_USE() in the preempt case, sched_add() has already taken thejeff2005-06-041-72/+37
* Changes to tcp_sack_option() thatps2005-06-042-91/+118
* Fix module build.glebius2005-06-041-1/+1
* Wrap copyin/copyout for kevent so the 32bit wrapper does not haveps2005-06-034-96/+125
* In newbus land, ivars can only be accessed for direct child, or whenimp2005-06-031-1/+1
* Bring in bits I forgot while importing write back support for arm9.cognet2005-06-031-11/+13
* Mask off the bar's value after the probe test write before testingimp2005-06-031-2/+2
* Use predefined __offsetof__ builtin function when compiling C++ sources.kan2005-06-031-0/+7
* Update to reflect takawata-san's changes to MAINTAINERSimp2005-06-031-2/+0
* Fix standalone module build.ru2005-06-031-0/+6
* Remove a useless printf.cognet2005-06-031-1/+0
* Remove myself as maintainer of the OSF/1 compat code. I haven't hadgallatin2005-06-031-2/+0
* MPPC node is not thread safe.glebius2005-06-031-0/+3
* Synchronize access to the per process aiocb lists in many of the functions.alc2005-06-031-2/+19
* Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well.mlaier2005-06-032-0/+9
* Correct typo in a comment describing vshiftl().hmp2005-06-021-1/+1
* In aio_waitcomplete() correct two cases of using an aiocb after freeing it.alc2005-06-021-2/+4
* restore led state on resumesam2005-06-021-0/+4
* Honouring current authmode setting. With this patch, my wi card can nowavatar2005-06-021-1/+3
* Use IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the interfaceiedowse2005-06-022-18/+34
* Giant is no longer required in kern_setrlimit(); remove its acquisition andalc2005-06-011-2/+0
* Allow the VESA code to handle devices that don't claim to be VGA devices.jhb2005-06-011-2/+0
* Temperarly disable building in the bzip2 support by default so we can fitobrien2005-06-011-1/+1
* Typo.jhb2005-06-011-1/+1
* When aborting tcp_attach() due to a problem allocating or attaching therwatson2005-06-011-0/+2
* Assert tcbinfo lock, inpcb lock in tcp_disconnect().rwatson2005-06-011-1/+8
* Assert tcbinfo lock in tcp_drop() due to its call of tcp_close()rwatson2005-06-012-0/+12
* Assert that tcbinfo is locked in tcp_input() before calling intorwatson2005-06-012-2/+18
* Assert the tcbinfo lock whenever tcp_close() is to be called byrwatson2005-06-012-0/+22
* Assert tcbinfo lock in tcp_attach(), as it is required; the callerrwatson2005-06-011-0/+2
* Commit correct version of previous commit (in_pcb.c:1.164). Use therwatson2005-06-011-2/+2
* Assert pcbinfo lock in in_pcbdisconnect() and in_pcbdetach(), as therwatson2005-06-011-0/+3
* Slight white space tweak.rwatson2005-06-011-0/+1
* Lock udbinfo and inp before calling in6_pcbdetach() from udp6_abort().rwatson2005-06-011-1/+6
* De-spl UDP.rwatson2005-06-011-31/+5
* Add a text description for the Intel IOP302/303 processors. Be slightlyscottl2005-06-013-2/+7
* Printing a warning once when trying to bring up interface before firmware load.avatar2005-06-012-0/+4
* Don't enable I/O or memory mode in a device's command register if the BARjhb2005-05-311-7/+7
* Add a missing const to alpha_setcurrdev() to quiet a warning.jhb2005-05-312-2/+2
* Change the type the buf arg to the strategy routines from void * to char *jhb2005-05-311-4/+4
OpenPOWER on IntegriCloud