summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyphk2002-05-0417-376/+129
* Make sure we don't index the pm_rid array out of bounds inmarcel2002-05-041-0/+10
* style(9): 'if' and 'while' need a space after them.alfred2002-05-041-3/+3
* Include systm.h so panic(9) is defined when doing DEBUG_ALL_VFS_LOCKS.jeff2002-05-041-0/+1
* Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles.jeff2002-05-044-0/+4
* include systm.h in vnode_if.c so that panic is defined when we're doingjeff2002-05-041-0/+1
* o Remove GIANT_REQUIRED from vm_map_lookup_entry() andalc2002-05-042-7/+3
* HPFS picks up the vop_stdgetpages and vop_stdputpages member functionsphk2002-05-031-2/+0
* Typo fix: detects -> detect.jmallett2002-05-036-6/+6
* Fix a memory-leak when configuring a vnode backed md(4) device fails.phk2002-05-031-13/+16
* s/pfs_badop/vop_eopnotsupp/des2002-05-031-17/+9
* Initialize time_second to 1 instead of zero to pacify slightly bogus arp code.phk2002-05-032-7/+5
* Don't grab the lock until somewhat later in attach to avoid a lockphk2002-05-032-12/+14
* Name ufs_vop_[gs]etextattr() consistently with the rest of our VOPs andphk2002-05-034-16/+16
* As malloc(9) and free(9) are now Giant-free, remove the Giant locktanimura2002-05-034-26/+7
* The first argument of pgsigio() is now struct sigio **.tanimura2002-05-031-1/+1
* Fix the lock order reversal between the sigio lock and a process/pgrp lock intanimura2002-05-033-2/+10
* Adjust KINFO_PROC_SIZE due to segsz_t being changed from a 32-bit tomarcel2002-05-031-4/+1
* bzero out the sync command buffer when sending commands. This was causingscottl2002-05-032-5/+13
* MFNetBSD:joe2002-05-021-1/+4
* Retire makeobjops.pl - replaced by ../tools/makeobjops.awk.peter2002-05-021-473/+0
* Make em driver compilable on IA64/alpha.pdeuskar2002-05-021-4/+4
* Retire makeLINT.plpeter2002-05-021-23/+0
* Makefile uses genwakecode.sh now.peter2002-05-021-22/+0
OpenPOWER on IntegriCloud