summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add another Askey ISA modem ID.dwmalone2002-05-061-0/+1
* o Header files shouldn't depend on options: Provide prototypesalc2002-05-062-5/+0
* o Condition the compilation and use of vm_freeze_copyopts()alc2002-05-064-3/+16
* Hold the currently selected vnode's lock across the call to VOP_GETVOBJECT.jeff2002-05-061-2/+4
* o Some improvements to the page coloring of vm objects, particularly,alc2002-05-061-9/+17
* Include <sys/queue.h> so that this file provides its own namespacebde2002-05-061-0/+1
* s/sysctl -w/sysctl/jedgar2002-05-061-1/+1
* o Move vm_freeze_copyopts() from vm_map.{c.h} to vm_object.{c,h}. It's plainlyalc2002-05-064-78/+78
* Restored db_elf.c from the Attic. This will be used for a quick fix forbde2002-05-061-0/+381
* Add the lchflags(2) syscall.mux2002-05-058-7/+63
* Add an entry for the lchflags(2) syscall. It's useful to preventmux2002-05-051-0/+1
* Move a KASSERT() in open() prior to unlocking the vnode. It's not safe tojeff2002-05-052-6/+8
* o Condition the compilation of uiomoveco() and vm_uiomove()alc2002-05-054-4/+16
* Indentation and comments cleanup, no functional change.luigi2002-05-051-51/+58
* Expand the one-line function pbreassignbuf() the only place it is or couldphk2002-05-053-16/+1
* Move some UFS related stuff home where it belongs.phk2002-05-052-7/+7
* No longer attempt to power off the ACLINK during suspend - luigiorion2002-05-051-3/+0
* Add a KERNELDUMPMAGIC_CLEARED macro to unbreak savecore. Sincemux2002-05-051-0/+1
* o Add struct mca_guidmarcel2002-05-051-6/+28
* o Include md_var.hmarcel2002-05-051-10/+5
* Remove definition of struct ia64_fdesc. It's been moved to md_var.hmarcel2002-05-051-8/+0
* o Move definition of struct ia64_fdesc here to remove duplication.marcel2002-05-051-1/+11
* o Remove GIANT_REQUIRED from vm_map_lookup() and vm_map_lookup_done().alc2002-05-051-2/+2
* Return the correct error code (ENOSYS, not EINVAL) from nosys(). Gettingbde2002-05-051-1/+1
* Fixed breakage of binary compatibility of the kern.clockrate sysctl inbde2002-05-052-0/+2
* Fixed checking for VM86 mode in doreti which I broke in rev.1.30. Onlybde2002-05-051-6/+12
OpenPOWER on IntegriCloud