summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Ficl doesn't build on sparc64.obrien2002-05-091-0/+2
* Add a hack (ported from NetBSD) to support Sun disk labels.obrien2002-05-091-0/+101
* Change the mbuf exhaustion warning message to match the messagesilby2002-05-091-1/+2
* Don't send packets out an interface unless it is IFF_UP|IFF_RUNNING.archie2002-05-091-2/+10
* Directives may not be used inside a macro argument, so don't.obrien2002-05-091-3/+3
* Partical style cleanup.obrien2002-05-091-19/+17
* Update to newer trap code from NetBSD.benno2002-05-093-887/+897
* Add an assertion that we have a current pmap set before we try and return.benno2002-05-092-2/+16
* The per-cpu curpmap is now set by pmap_activate. We don't need to do it herebenno2002-05-093-36/+6
* - Add a prototype for the setfault() function.benno2002-05-092-12/+4
* 1. Better track the executable status of mappings.benno2002-05-094-39/+170
* Rename the constants for the contents of the PVR register so as not tobenno2002-05-091-17/+17
* MFNetBSD:joe2002-05-091-1/+3
* Replace /kernel with /boot/kernel/kernel.joe2002-05-092-2/+2
* Cleanup the interface to ip_fw_chk, two of the input argumentsluigi2002-05-095-140/+142
* Remove trace_req().mini2002-05-093-22/+10
* o Correct an error made in revision 1.65: In readv(), if uap->iovcnt isalc2002-05-091-9/+6
* Comment two values I was looking at for GDB.obrien2002-05-091-2/+2
* Only saying you're launching other CPUs if there are more than one to launch.mjacob2002-05-081-1/+1
* expand_name fixes:alfred2002-05-081-38/+32
* zapnot the signed bits in atomic_cmpset_32. Previously this did not work withjeff2002-05-081-0/+1
* Remove runq_findproc. This never worked right in the first place and canjake2002-05-081-23/+0
* Remove unneeded include.jake2002-05-081-1/+0
* Make a macro for the guts of tl0_immu_miss, like dmmu_miss and prot.jake2002-05-082-102/+152
* Roll my own min() (named ISO88025_MIN() so as to not cause conflicts) sokbyanc2002-05-081-2/+4
* Detect and attach to the ICH3 SMBus controller.jhb2002-05-081-0/+4
* M_ZERO the temp buffer in expand_name() otherwise if an error occursalfred2002-05-071-1/+1
* Move ISO88025 source routing information into sockaddr_dl's sdl_datakbyanc2002-05-074-15/+22
* Re-remove kern_random.c and svr4_signal.c. Somehow dillon managed to keeppeter2002-05-072-1063/+0
* - Remove the init routine for loop -- it broke something and I don't havearr2002-05-071-11/+4
* - Use an array of init functions to be used in a for loop in ourarr2002-05-071-4/+11
* - Add atm_init_fnarr2002-05-071-0/+2
* - Add atm_sock_init()arr2002-05-073-9/+16
* - Change the atm_cm_init function to take no argument.arr2002-05-072-2/+2
* MFOpenBSD: ibss and ibss-master.imp2002-05-071-0/+4
* Minor style nitimp2002-05-071-1/+1
* Try to use spls more correctlyimp2002-05-071-7/+10
* Do not forget to increase the number of completely connected sockets intanimura2002-05-072-0/+2
* Reconnect db_elf.c to the build (now under "options DDB_NOKLDSYM"). Itbde2002-05-075-2/+22
* o Add ar.lc to the pcb.marcel2002-05-072-139/+190
* Switch from just holding the interlock to holding the standard lock throughoutjeff2002-05-071-12/+17
* Include <sys/lockmgr.h> for definitions of deprecated locking interfaces --bde2002-05-061-0/+1
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-0613-43/+56
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),joe2002-05-067-28/+27
* When checking to see if the init process calls exit1(), compare p to thejhb2002-05-061-1/+1
* Style fixes in local variable declarations.jhb2002-05-061-9/+10
* Revised MLD-related definitionsume2002-05-063-69/+94
* - Style fixes in some comments.jhb2002-05-061-9/+10
* Add support for the D-Link DFE-690TXD Cardbus card which has a RealTek 8139jhb2002-05-062-1/+9
* Add suspend/resume code mostly merged from fxp/rl driver.iwasaki2002-05-064-0/+176
OpenPOWER on IntegriCloud