summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Allow specification of a geometry for vnode backed devices as well asphk2004-01-121-0/+4
* Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.sos2004-01-124-9/+9
* #include sema.h is now required.sos2004-01-121-0/+1
* Clean up the probe message and sort the function table according tonjl2004-01-122-6/+6
* Merge in some changes submitted by Brian Feldman. Among other things,wpaul2004-01-127-225/+547
* MFi386: revision 1.1114.nyan2004-01-121-2/+2
* Correct for proper vn_fullpath() failure mode: "== -1" -> "!= 0"rwatson2004-01-121-1/+1
* Specify the right location of the generated header.obrien2004-01-121-1/+1
* Don't try to unlock the directory vnode in null_lookup() if the lock istruckman2004-01-111-1/+1
* Overhaul of the timeout/reinit framework. This should clear up mostsos2004-01-1115-220/+358
* Update list of device drivers that support polling.ale2004-01-111-2/+2
* Back out 1.160, which was committed by mistake.des2004-01-111-1/+0
* Back out 1.166, which was committed by mistake.des2004-01-111-4/+0
* Mechanical whitespace cleanup + other minor style nits.des2004-01-111-19/+24
* Mechanical whitespace cleanup.des2004-01-111-27/+27
* Mechanical whitespace cleanup; parenthesize return values; other minordes2004-01-112-60/+72
* Mechanical whitespace cleanup; parenthesize return values; other minordes2004-01-111-56/+59
* Mechanical whitespace cleanup + minor style nits.des2004-01-112-1/+7
* Mechanical whitespace cleanup.des2004-01-111-10/+10
* Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,njl2004-01-112-0/+970
* Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,njl2004-01-113-0/+14
* Sync type of linkspeed with firewire.c.simokawa2004-01-111-1/+1
* Stay in sync with src/COPYRIGHT and src/sys/sys/copyright.h,ru2004-01-111-2/+2
* Add Audigy support.obrien2004-01-112-95/+532
* Print the correct pointer in a KASSERT.phk2004-01-111-1/+1
* MFi386: revision 1.583.nyan2004-01-112-0/+6
* The ida module is not needed for pc98.nyan2004-01-111-1/+1
* ida(4) module. PCI only for now.mdodd2004-01-112-0/+10
* Remove long dead code, specifically, code related to munmapfd().alc2004-01-113-28/+0
* Add support for subtractive decoding bridges. These bridges pass allimp2004-01-112-159/+128
* Release audit device major number reservation. The new auditrwatson2004-01-111-1/+0
* This commit was generated by cvs2svn to compensate for changes in r124361,obrien2004-01-111-10/+19
|\
| * Vendor import emu10k1.h from version 1.0.1 of the ALSA driver.obrien2004-01-111-10/+19
* | Include "opt_cpu.h" and related #ifdef's for SSE so that pagezero()alc2004-01-111-0/+8
* | When not creating a core dump due to resource limits specifyingrwatson2004-01-111-1/+1
* | Remove EMUDEBUG [un]def. This should be done in the Makefile.obrien2004-01-111-1/+0
* | MF-p4/diff reduction:imp2004-01-111-1/+0
* | - Unmanage pages allocated by contigmalloc1(). (There is no point inalc2004-01-101-6/+2
* | s/Muliple/Multipleschweikh2004-01-102-96/+92
* | More unparenthesized return values.des2004-01-101-1/+1
* | Properly fix the FreeBSD copyright.ru2004-01-101-3/+3
* | s/FreeBSD Inc./The FreeBSD Foundation/gru2004-01-101-4/+4
* | Style: parenthesize return values.des2004-01-101-3/+3
* | try rtinit() only when the route is not installed.ume2004-01-101-2/+5
* | Check that sa_len is the appropriate value in tcp_usr_bind(),truckman2004-01-101-0/+8
* | Add a somewhat redundant check on the len arguement to getsockaddr() totruckman2004-01-101-0/+2
* | Don't execute the code in in6_ifdetach() that removes the link-localtruckman2004-01-101-7/+9
* | in set{peer, sock}addr, do not convert the unspecifiedume2004-01-101-2/+2
* | Restore closing of SMB find handle in smbfs_close().tjr2004-01-101-1/+8
* | Remove the HACK section it breaks the older firmware and doesn't totallyambrisko2004-01-101-21/+0
OpenPOWER on IntegriCloud