summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup, quote:alfred2002-05-021-32/+29
* As promised make the hack for sizeof(struct disklabel) on alpha annoying.phk2002-05-021-3/+14
* Convert devfs to nmount.mux2002-05-022-7/+7
* Convert the pseudofs framework to nmount (thus procfs and linprocfs).mux2002-05-022-8/+8
* Convert fdescfs to nmount.mux2002-05-021-6/+5
* Don't reference vop_std* since they are already implicitlyscottl2002-05-021-3/+0
* Revert rev 1.1018. rp(4) and dgb(4) are deemed MI, while the rest of theobrien2002-05-021-37/+0
* Use vop_panic() instead of our home-rolled version.phk2002-05-021-16/+6
* Use vop_panic() instead of rolling our own.phk2002-05-022-43/+19
* o Change the implementation of vm_map locking to use exclusive locksalc2002-05-021-26/+24
* Join the pissing contest: generate LINT with a single sed(1) command.des2002-05-024-4/+18
* Add missing UNLOCKsjulian2002-05-021-1/+9
* - Protect randompid and nprocs with the allproc_lock.jhb2002-05-021-101/+122
* - Reorder a few things so that when we lock the process at the end ofjhb2002-05-021-107/+118
* - Reorder execve() so that it performs blocking operations before itjhb2002-05-022-63/+74
* Hide a pointer to the malloc_type bucket at the end of the freed memory. Ifjeff2002-05-023-3/+103
* Move around the dbg code a bit so it's always under a lock. This stops ajeff2002-05-021-8/+7
* The width of segsz_t should be 64, not 32 on ia64.dfr2002-05-021-1/+1
* - Changed the size element of uma_zctor_args to be size_t instead of int.arr2002-05-022-4/+4
* - Replaced the Atm_connection storage pool with an uma_zone ofarr2002-05-023-29/+31
* malloc/free(9) no longer require Giant. Use the malloc_mtx to protect thejeff2002-05-024-10/+46
* Use shell script version (using awk and sed) of makeLINT.pl.kuriyama2002-05-023-4/+23
* In pmap_pinit0, remove duplicate initialization.marcel2002-05-021-12/+1
* PCPU(current_pmap) is initialized in pmap_bootstrap. No need tomarcel2002-05-021-1/+0
* In udf_bmap(), return the physical block number, not the logicalscottl2002-05-021-1/+5
* o Remove dead and lockmgr()-specific debugging code.alc2002-05-022-23/+0
* Remove the temporary alignment check in free().jeff2002-05-024-25/+118
* Add some NOTES on the Comtrol Rocketport and the Digiboard drivers.obrien2002-05-011-0/+37
* Save the MCA info specific to the AP as part of the AP launch.marcel2002-05-011-2/+9
* Make ia64_mca_save_state MP safe. Protect access to the info block,marcel2002-05-011-9/+57
OpenPOWER on IntegriCloud