summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Forgot one part of the VLAN support for the dc(4) driver.ambrisko2002-01-162-0/+4
* Fix giant handling in pwrite(2), I forgot to release it when finishingalfred2002-01-161-1/+2
* Add VLAN for the dc(4) driver (ie long frame). The patch is 2 parts.ambrisko2002-01-162-24/+52
* Add extern to avoid sloppy common style declarations.jake2002-01-161-2/+2
* Make `options NETATALK' compile after the -fno-common changes.iedowse2002-01-163-2/+6
* - Attempt to help declutter kern. sysctl by moving security out fromarr2002-01-165-17/+18
* Put write on read-only filesystem panic after we have weeded outmckusick2002-01-161-2/+2
* Change <b28> to HTT (Hyperthreading technology). If this flag is set thenpeter2002-01-162-6/+6
* fix typo, there's uap, just fdalfred2002-01-161-1/+1
* Ensure that we set all the %cr0 bits to a known state for the AP's beforepeter2002-01-166-0/+60
* Revise the nfsiod auto tuning code. Now both the upper and lower limitspeter2002-01-153-22/+87
* better namespsace of static functionsimp2002-01-151-5/+9
* o Sync the device list with OLDCARD.imp2002-01-151-51/+46
* Bump the limits for determining if we've held a spinlock too long as theyjhb2002-01-152-4/+4
* - Catch up printtrap() to KSE by using curthread and testing it againstjhb2002-01-151-5/+9
* When downgrading a filesystem from read-write to read-only, operationsmckusick2002-01-155-10/+24
* Make PCI_ALLOW_UNSUPPORTED_IO_RANGE an option until the ISA addressimp2002-01-152-0/+6
* Sync to GENERIC: add UFS_DIRHASHimp2002-01-151-0/+1
* Reinstate linux_ifname. Although the Linuxulator doesn't use itmarcel2002-01-151-0/+27
* Push down Giant in dup(2) and dup2(2), Giant is only needed whenalfred2002-01-151-16/+17
* Fix select on fifos.alfred2002-01-143-13/+41
* Fix mind-o: compare sc->sis_rev instead of 'command' when trying towpaul2002-01-141-1/+1
* Commit a know fix for hpfs to use vop_defaultop plug instead of wrongsemenu2002-01-141-13/+1
* Remove a bogus FILEDESC_UNLOCK.alfred2002-01-141-1/+0
* Make the i386 boot2 fully blocksize-agnostic, as has already beeniedowse2002-01-142-96/+92
* The vnode was not being vput()'d in the EEXIST mknod case on the nfsdillon2002-01-141-0/+2
* The datasheet for the 6710/6722 says that you must use one method toimp2002-01-141-2/+8
* Add recognition of the Omega 83C094 PCI <-> PCMCIA bridge chip set.imp2002-01-141-1/+5
* Added 'MACHINE=i386' to MKMODULESENV variable.nyan2002-01-141-0/+2
* Backout inclusion of queue.h since rev 1.38 sys/file.h now has italfred2002-01-148-24/+0
* Remove requirement for queue.h by consumers by moving its inclusionalfred2002-01-141-1/+1
* o Correct the initialization of aiolio_zone: Each entry was 16 times largeralc2002-01-141-13/+5
* use bus_space(9) rather than the memory mapped register set. This isimp2002-01-143-82/+115
* don't initialize the mutex in the temporary struct file, the soo_*alfred2002-01-141-6/+0
* Implement vfs.nfs.iodmin (minimum number of nfsiod's) andpeter2002-01-143-60/+92
* Replace ffind_* with fget calls.alfred2002-01-1422-230/+136
* Add parens around macro args.alfred2002-01-131-4/+4
* remove unused socket pointeralfred2002-01-131-1/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-1318-30/+49
* o Call the functions registered with at_exec() from exec_new_vmspace()alc2002-01-131-4/+7
* Make call_desc[] extern since it's also defined in layer4/i4b_l4mgmt.cgj2002-01-131-1/+2
* Remove unused variable.alfred2002-01-131-1/+0
* Comment fdrop and fdrop_locked functions.alfred2002-01-131-0/+9
* Implement ffind_hold using ffind_lock.alfred2002-01-131-11/+3
* Some of the KSE stuff was accidentally reverted by file locking,alfred2002-01-131-5/+5
* Remove file locking debug cruft.alfred2002-01-132-28/+0
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-1349-541/+1624
* It is required by VOP_CREATE, VOP_MKNOD, VOP_SYMLINK and VOP_MKDIRiedowse2002-01-131-3/+9
* Add support for newer integrated SiS 900 controllers on the 635 and 735wpaul2002-01-122-5/+54
* When going to sleep, we must save our SPL so that it does not getmckusick2002-01-121-38/+76
OpenPOWER on IntegriCloud