summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This include file has no business being here.mdodd2001-03-151-2/+0
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-1517-172/+333
* remove bogus check -- for kernel threads we fork off of proc0, not curprocgallatin2001-03-153-6/+0
* Don't set the gateway address if the netmask is zero or we're onps2001-03-141-1/+5
* Use better descriptions (ones invovling words from the English languagejhb2001-03-141-2/+2
* Add some performance features to the fxp driver. If the chip is notjlemon2001-03-143-28/+74
* o In my merge, missed the one-line patch to ufs_vnops.c that removedrwatson2001-03-141-1/+0
* Improve comments about the sound drivers.dcs2001-03-141-4/+4
* Minor cleanup to the previous commit:sos2001-03-144-15/+20
* Add support for the IOMEGA Clik!sos2001-03-141-0/+16
* Refine the detach/attach code.sos2001-03-1412-198/+349
* - Do not touch the Giant.tanimura2001-03-147-189/+2
* Fix a lock reversal problem in the VM subsystem related to threadeddillon2001-03-143-0/+10
* Temporarily remove the vm_map_simplify() call from vm_map_insert(). Thedillon2001-03-141-0/+7
* o Implement "options FFS_EXTATTR_AUTOSTART", which depends onrwatson2001-03-145-5/+311
* Clean up usage- ct_reserved is really ct_syshandle now.mjacob2001-03-141-13/+13
* First cut of target mode swizzling for non-little endian machines.mjacob2001-03-141-116/+150
* Mote that how the pad bytes can be divided in half and used by eithermjacob2001-03-141-4/+8
* In order to save ourselves grief with the SUNPRO compiler undermjacob2001-03-143-176/+80
* In xpt_set_transfer_settings(), force async if either the period or theken2001-03-131-10/+12
* fix a panic triggerable by anyone with read/write access to the audiocg2001-03-133-1/+11
* RFC768 (UDP) requires that "if the computed checksum is zero, itru2001-03-131-3/+5
* - Sync up with stable by adding in the Netgraph and Sound module sections,jhb2001-03-131-1/+56
* Count and show incoming UDP datagrams with no checksum.ru2001-03-131-1/+2
* Multiply empty lines pasted as single line, fix itache2001-03-131-2/+2
* Fix a race condition in the transmit path caused by the controllerphk2001-03-131-54/+94
* Dont call device close and ioctl functions if device has disappeared.sos2001-03-131-2/+5
* Commit some tweaks I have had laying around my tree for over a year now.peter2001-03-132-12/+14
* By convention, the moduledata is static unless there is a reason for itpeter2001-03-131-1/+1
* Don't allow userland to use the RFHIGHPID flag. Its only purpose is todes2001-03-131-1/+1
* Correctly cleanup in case of failure to bind a pcb.phk2001-03-121-7/+10
* Move the fxp driver so it is under the miibus section.jlemon2001-03-124-6/+6
* Adjust the fxp module to use the correct directory path, and add ajlemon2001-03-121-2/+3
* Fix a whitespace bogon.jlemon2001-03-121-1/+1
* Make the miibus'ified the new fxp driver for -current.jlemon2001-03-121-1/+2
* Convert the fxp driver to miibus, which involves ripping out the PHYjlemon2001-03-123-757/+589
* Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernelkris2001-03-125-5/+20
* change the default mode from adhoc to bss (infrastructure)assar2001-03-121-1/+1
* change default from adhoc mode to BSS (infrastructure)assar2001-03-121-1/+1
* Eliminate global node types and instead use an operations vector forjlemon2001-03-126-687/+564
* Unbreak LINT.jlemon2001-03-121-5/+17
* Add Intel 82553, 82555 PHY driver.jlemon2001-03-121-1/+1
* Add the Intel PHY driver.jlemon2001-03-121-0/+1
* Add drivers for Intel 82553 and 82555 PHYs.jlemon2001-03-122-0/+340
* Regenerate.jlemon2001-03-121-1/+8
* Add some definitions for Intel 82553 PHYsjlemon2001-03-121-0/+5
* Don't require that mouse cursor must be visible before mouse paste.ache2001-03-122-15/+7
* Update default keyboard (PREV, PASTE)ache2001-03-121-2/+2
* - Call fork1() directly instead of calling rfork() so that it doesn't maskjhb2001-03-111-9/+5
* Implement keyboard pasteache2001-03-114-5/+18
OpenPOWER on IntegriCloud