summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use pages instead of uz_maxpages, which has not been initialized yet, whenjeff2002-05-041-2/+2
* o Make _vm_object_allocate() and vm_object_allocate() callablealc2002-05-042-22/+21
* Use -ffreestanding for kernel bits unconditionally.obrien2002-05-041-2/+0
* Fix a typo.mux2002-05-042-2/+2
* Shake unused stuff out of the flags in struct buf->b_flags.phk2002-05-041-9/+11
* Remove a six year old undocumented #ifdef : NO_B_MALLOC.phk2002-05-041-12/+0
* The struct buf->b_act was not used anywere.phk2002-05-041-1/+0
* Restore the ability interrupt dumps on i386, based onfenner2002-05-043-0/+21
* Remove obsolete code (that was already #if 0'd out).dillon2002-05-041-18/+0
* When a program launched on the local console exits, the shell willmux2002-05-041-1/+2
* Use region 7 addresses for the slabs in the PV and PT zones so that wedfr2002-05-041-1/+1
* Do not call nge_tick() if we get an PHY interrupt, nge_tick() callsphk2002-05-041-3/+11
* Increase gigE negotiation timeout to 17 seconds.phk2002-05-041-5/+5
OpenPOWER on IntegriCloud