summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Warning fix.mux2002-06-221-3/+3
* OLDCARD version of GENERIC.imp2002-06-221-0/+243
* o Reduce the scope of Giant in vm_mmap() to just the code that manipulatesalc2002-06-221-4/+2
* Fix a bug in vfs_bio_clrbuf(). The single-page-clrbuf optimization wasdillon2002-06-221-5/+10
* o Replace mtx_assert(&Giant, MA_OWNED) in dev_pager_alloc()alc2002-06-221-11/+17
* Use rm -f in the clean target, as seems to be common practice, and also avoidsjmallett2002-06-222-2/+2
* o Remove the initialization of unused fields in the structmux2002-06-223-50/+11
* o In vm_map_insert(), replace GIANT_REQUIRED by the acquisition andalc2002-06-221-5/+6
* Make this compile on Alpha.n_hibma2002-06-221-2/+2
* Clock frequencies reported by sysctl should be unsigned values. Discoveredmp2002-06-225-10/+10
* Remove (almost all) global variables that were used to holdluigi2002-06-2212-474/+532
* Define an mbuf type, MT_TAG, used for volatile annotationsluigi2002-06-221-2/+3
* Always drop the p_args reference we held for copyout, even if we're aboutmini2002-06-221-3/+2
* o Replace GIANT_REQUIRED in swap_pager_alloc() by the acquisition andalc2002-06-221-3/+4
* o Remove GIANT_REQUIRED from phys_pager_alloc(). If handle isn't NULL,alc2002-06-221-3/+8
* o Replace GIANT_REQUIRED in vnode_pager_alloc() by the acquisition andalc2002-06-221-6/+5
* o Remove GIANT_REQUIRED from vslock().alc2002-06-221-1/+10
* Fix logic which resulted in missing a call to INP_UNLOCK().hsu2002-06-211-5/+2
* TCP notify functions can change the pcb list.hsu2002-06-212-4/+4
* Enable cd9660 support by default.jake2002-06-211-1/+1
* Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 orjake2002-06-211-0/+2
* Remove CAPABILITIES from NOTESrwatson2002-06-211-2/+0
* Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.cphk2002-06-215-11/+8
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-2146-1243/+2797
* o Remove GIANT_REQUIRED from vm_map_stack().alc2002-06-211-2/+0
* Update for libpcap 0.7.1fenner2002-06-211-14/+46
* o Remove GIANT_REQUIRED from vm_pager_allocate() and vm_pager_deallocate().alc2002-06-211-3/+0
* Add some #define's for mbuf annotations.luigi2002-06-201-0/+48
* {f,s}usword -> {f,s}uword16. Implement {f,s}uword32.jake2002-06-202-46/+94
* Change the way we internally store the mount options tomux2002-06-204-134/+83
* Implement SO_NOSIGPIPE option for sockets. This allows one to request thatalfred2002-06-204-2/+7
* o Remove an incorrect cast from obreak(). This cast would,alc2002-06-201-5/+5
* Don't leak resources if fdcheckstd() fails during exec.alfred2002-06-201-5/+10
* Display the mutex name in the ^T status line if the selected threadiedowse2002-06-201-2/+3
* Quick fix for the type of the bitmap in sigset_t. It was an array ofbde2002-06-201-3/+3
* Update an 'XXX what is this?' type comment about suswintr and fuswintr.peter2002-06-203-6/+6
* Use suword16/fuword16 instead of susword/fusword - this has two differentpeter2002-06-205-23/+23
* Deorbit suibyte(). It was only used for split address space systemspeter2002-06-2011-72/+15
* Remove UIO_USERISPACE - we do not support any split instruction/datapeter2002-06-202-7/+0
* ia32 %edx return comes from td_retval[1], not td_retval[0]peter2002-06-201-1/+1
* Use suword32/64 and fuword32/64 like elsewhere instead of inventingpeter2002-06-204-32/+37
* Add boot_serial and boot_multicons variables to set RB_SERIAL andpeter2002-06-208-0/+16
* panic rather than fault and explode if we fail to contigmalloc a kernelpeter2002-06-201-0/+3
* Use the canonical pmap_{new,dispose,swapin,swapout}_proc() functions,peter2002-06-201-16/+110
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-207-8/+7
* o Acquire and release the vm_map lock instead of Giant in obreak().alc2002-06-201-11/+7
* Solve the 'unregistered netisr 18' information notice with a sledgehammer.peter2002-06-201-4/+7
* - Move the computation of pflags out of the page allocation loop injeff2002-06-191-17/+21
* - Remove the lock(9) protecting the kernel linker system.arr2002-06-191-14/+46
* - Remove bogus use of kmem_alloc that was inherited from the old zonejeff2002-06-192-17/+18
OpenPOWER on IntegriCloud