summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the 160MHz syncrate to scsi_calc_syncrate() sync period exception table.gibbs2002-06-051-6/+7
* scsi_message.h:gibbs2002-06-052-6/+43
* Allow DB_SET() to set all fields in the ddb command structure. Thisgibbs2002-06-051-5/+5
* Add device id. for fxp chip on Intel D845EPT2L boards. This seems toambrisko2002-06-051-0/+1
* Use pmap_map instead of pmap_kenter to map the message buffer. Its toojake2002-06-051-3/+3
* Don't treat statistics counter wrap-overs as errors.tmm2002-06-051-10/+3
* Add explicit dependency on ufsread.cphk2002-06-053-2/+4
* Remove UFS related #includes, they're read in ufsread.c now.phk2002-06-051-3/+0
* Make sparc64 share ufsread.c with i386.phk2002-06-053-130/+22
* Avoid entering IOCCC with a memcpy turned bcopy.phk2002-06-051-4/+4
* Indent this file more like style(9).phk2002-06-051-108/+108
* Preparation for UFS2 commit:phk2002-06-055-322/+191
* Remove the deprecated 4.2/4.3BSD wait union.mike2002-06-051-56/+3
* Replace thread_runnable() with thread_running() as the latter is morejhb2002-06-042-12/+10
* Optimize the adaptive mutex spin a bit. Use a simple while loop withjhb2002-06-042-2/+8
* Add a private thread_runnable() macro to make the code more readable andjhb2002-06-042-6/+10
* Bump TSB_PAGES_SHIFT to 4. Less sucks too much.jake2002-06-041-1/+1
* Add REPORT LUNS basic infrastructure.mjacob2002-06-042-20/+77
* NODEV is defined the same in _KERNEL and !_KERNEL case, so move it out fromjmallett2002-06-041-3/+1
* Add a comment describing a resource leak that occurs during a failure casejeff2002-06-031-0/+3
* Added support for 82545EM and 82546EB based adapters.pdeuskar2002-06-039-1761/+7205
* Use a per-device worker thread to avoid blocking in mdstrategy()iedowse2002-06-031-11/+36
* Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.)mdodd2002-06-036-18/+670
* Add new 'hea' driver files.mdodd2002-06-031-0/+2
* Build a 'hea_pci' driver module.mdodd2002-06-031-0/+11
* - Add 'hea'.mdodd2002-06-031-1/+2
* o Migrate vm_map_split() from vm_map.c to vm_object.c, renaming italc2002-06-023-90/+93
* ANSIfy the one remaining K&R function.des2002-06-021-4/+1
* Whitespace nits.des2002-06-021-2/+2
* Add support for 'j' flag. Simplify the size modifier code and reduce codedes2002-06-021-100/+71
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-0258-58/+58
* o Style fixes to vm_map_split(), including the elimination of one variablealc2002-06-021-8/+1
* o Condition vm_object_pmap_copy_1()'s compilation on the kernelalc2002-06-021-0/+2
* bde noticed that SOMAXCONN breaks pretty badly as an option for LINT.alfred2002-06-022-3/+0
* o Remove GIANT_REQUIRED from vm_map_zfini(), vm_map_zinit(),alc2002-06-012-25/+15
* Be more strict about namespaces.mike2002-06-011-8/+11
* Backout/modify previous revision:alfred2002-06-011-0/+4
* Silence warnings, remove some empty 'default' switch cases.alfred2002-06-011-2/+0
* Declare a variable sized array within a structure using [] rather than [0]alfred2002-06-011-1/+1
* Silence preprocessor warning, No need to use CONCAT with "," and "word".alfred2002-06-012-2/+2
* Unbreak LINT by compensating for thealfred2002-06-011-4/+3
* Fix some, but not all style bugs.mike2002-06-011-23/+22
* Fix warnings.alfred2002-06-011-3/+3
* Get rid of warnings, there's no need to do preprocessor concatination ofalfred2002-06-011-2/+2
* Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flagmike2002-06-014-1/+22
* Fixed the return value of fpsetmask(). The API requires inversion of thebde2002-06-012-2/+4
* Fixed style bugs in rev.1.9.bde2002-06-012-18/+34
* o Revert a part of revision 1.66, contrary to what that commit message says,alc2002-06-012-17/+21
* Fix a couple of places where preprocessor concatination was misused andalfred2002-06-011-2/+2
* Silence warning.alfred2002-06-011-2/+2
OpenPOWER on IntegriCloud