summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach kmem_malloc about M_ZERO.jeff2002-06-191-4/+10
* Correct spelling of 'supplied'.robert2002-06-191-1/+1
* Change spelling of `u_char' to `unsigned char' to avoid requiringmike2002-06-191-1/+1
* Add better mediaopt support for ibss and friends.imp2002-06-193-39/+171
* MFi386: revisions from 1.342 to 1.344nyan2002-06-191-0/+2
* Backout previous change and merge from sys/dev/sio/sio.c revision 1.375.nyan2002-06-192-12/+46
* Merged from sys/isa/fd.c revision 1.233.nyan2002-06-192-86/+58
* Use si_iosize_max to tell the upper layers not to use moresos2002-06-192-44/+18
* Add yet another (older) Promise chipsos2002-06-192-5/+10
* In rev 1.72 a situation related to write/mmap was fixed which could resultdillon2002-06-191-7/+11
* Remove the compat bits for the mis-aligned struct disklabel on alpha,phk2002-06-194-64/+0
* Squish the "could sleep with process lock" messages caused by callingalfred2002-06-194-19/+52
* o Replace GIANT_REQUIRED in vm_object_coalesce() by the acquisition andalc2002-06-192-8/+10
* fix whitespace botch in previous commit.billf2002-06-191-1/+1
* Removed unneeded files.pdeuskar2002-06-184-5322/+0
* setsugid() touches p->p_flag so assert that the proc is locked.alfred2002-06-181-0/+2
* A node that creates a device entry in /dev (yay devfs)julian2002-06-184-0/+689
* Make the speed used by gdb over serial settable in the kernel configuration.n_hibma2002-06-188-55/+108
* o Remove LK_CANRECURSE from the vm_map lock.alc2002-06-181-2/+2
* Remove so*_locked(), which were backed out by mistake.tanimura2002-06-189-128/+38
* Add support for Comtrol RocketPort 550 PCi models: 4 RJ45, 4 Quadcable,obrien2002-06-181-0/+87
* Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box).obrien2002-06-182-1/+29
OpenPOWER on IntegriCloud