summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Recognize Adaptec ANA-5910/30/40[A] boards.mdodd2002-06-073-19/+65
* Add a new SYSINIT subsystem for KTRACE.jhb2002-06-071-0/+1
* - Add a per-thread member 'td_inktrace' to be used by ktrace to detectjhb2002-06-071-2/+4
* 'device hea' is no longer broken.mdodd2002-06-072-4/+4
* Move some code around.mdodd2002-06-074-16/+18
* Work around a bug in the Linux version of ski, that's specific tomarcel2002-06-061-0/+11
* Change the all locks list from a STAILQ to a TAILQ. This bloats structjhb2002-06-062-7/+7
* Fix a typo in my recently added comment: s/beleived/believed/semenu2002-06-061-1/+1
* s/!SIGNOTEMPY/SIGISEMPTY/davidc2002-06-061-1/+1
* Handle "dead" witnesses better in the situation of several short term locksjhb2002-06-061-13/+11
* fix typo in _SYS_SYSPROTO_H_ case: s/mlockall_args/munlockall_argsalfred2002-06-061-1/+1
* Gratuitous whitespace cleanup.des2002-06-065-88/+88
* Hook up the ahd driver.gibbs2002-06-0612-27/+37
* Remove one more multi-line string literal.gibbs2002-06-061-5/+5
* Move some sysctls from the debug tree to the vfs tree.des2002-06-061-3/+3
* Gratuitous whitespace cleanup.des2002-06-061-28/+27
* Use "bwrbg" as description when we sleep for background writing,phk2002-06-061-1/+1
* Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only)alfred2002-06-061-1/+1
* Fixed overflow in the bounds checking in dscheck(). It assumed thatbde2002-06-061-4/+4
* Const'ify variables to make it clear we're not writing to the mbuf data.archie2002-06-055-49/+53
* Fix bug where an mbuf was being written to without checking M_WRITABLE().archie2002-06-051-57/+24
* Fix bugs where mbuf data was being accessed without m_pullup().archie2002-06-051-7/+43
* Silence GCC warnings about multi-line strings.gibbs2002-06-057-48/+48
* Add some PCI-X register definitions.gibbs2002-06-051-1/+18
* Change the registration of magic spaces so it does its own memory management.phk2002-06-055-36/+43
* Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-Xgibbs2002-06-059-0/+19742
* 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
OpenPOWER on IntegriCloud