summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Close a file descriptor leak in the code which loads file objects.msmith2000-02-171-0/+2
* Fix null-pointer dereference crash when the system is intentionallydillon2000-02-165-6/+53
* Remove a diagnostic printf.gibbs2000-02-161-3/+0
* This patch to BTX fixes several small things:jhb2000-02-162-12/+58
* Make it clear that 'options XSERVER' is for pcvt and not for syscons.yokota2000-02-166-6/+6
* Track if_i{bytes,packets,errors}.mdodd2000-02-161-0/+4
* Include the file that defines PCIM_CMD_BUSMASTEREN.mjacob2000-02-162-0/+2
* Ensure that the busmaster enable bit is set; we can't assume that allmsmith2000-02-162-2/+16
* Hide the boring ``not probed (disabled)'' messages behind `bootverbose'.joerg2000-02-151-0/+2
* o Wilko Bulte has tested our AlphaServer 1000A ("Noritake") supportgallatin2000-02-151-11/+0
* Add userconfig entries for the new atapi devices.jkh2000-02-151-0/+2
* Fixed regressions in rev.1.274:bde2000-02-152-22/+30
* Don't try to account for the partial quantum unless the process isphk2000-02-151-4/+0
* Allow comments in interpreter specification lines as incracauer2000-02-151-1/+1
* Add comments about 12160 options.mjacob2000-02-153-12/+24
* Fix ITDEBUG macro.mjacob2000-02-151-1/+1
* Correctly identify which bus of dual bus SCSI adapters some target modemjacob2000-02-151-2/+8
* Clean up some target mode debug messages. Fix (finally, I believe)mjacob2000-02-151-14/+9
* If the CDB length is greater than 12 for parallel SCSI, ispscsicmd hasmjacob2000-02-152-2/+10
* Clean out residual bogosity for fast posting stuff- ISP_NO_FASTPOST_SCSImjacob2000-02-151-15/+12
* fix ess end-of-buffer repeatingcg2000-02-143-18/+6
* Fix is_splxxx() warnings when not compiled with INVARIANT_SUPPORT.peter2000-02-141-16/+14
* Avoid a panic in __getcwd(2) when combined with umount -f.peter2000-02-141-0/+2
* Initial importdmlb2000-02-132-0/+0
* Simplifications:groudier2000-02-132-584/+281
* Fix sign reversal in adjtime(2).phk2000-02-132-2/+2
* Fix an uninitialised variable which affected probing on some machines.dfr2000-02-136-0/+6
* Oops, forgot this from the previous commit. Remove obsolete #ifdef ISO.peter2000-02-131-3/+0
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-1336-637/+62
* Fix two warnings.peter2000-02-132-2/+2
* Document the support in the kernel for hardware debug registers on theobrien2000-02-122-0/+6
* Add functions which allow i/o memory to be accessed without forcing adfr2000-02-121-0/+19
* Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,rwatson2000-02-123-10/+11
* The Leadtek Winfast TV2000 has one of the FM capable Tuners. Don'tpeter2000-02-121-0/+8
* Do a trivial conversion of xrpu to newbus.peter2000-02-121-50/+62
* Add in 12160 (Ultra3) support. Redo things to use the newbus code.mjacob2000-02-112-282/+392
* Turn back on fast posting- the code that turns it off (for 1020/1040) ismjacob2000-02-111-5/+0
* Correct a minor typo in error message.mjacob2000-02-111-1/+1
* Add in new async mbox defines for 2200- point to point stuff.mjacob2000-02-111-0/+23
* Add in 12160 (Ultra3) NVRAM definitions.mjacob2000-02-111-2/+76
* Add in 12160 (Ultra3) firmware. Gawd, this file is bulky.mjacob2000-02-111-0/+4037
* Restructure nvram reading routine to split out to separate functionsmjacob2000-02-111-362/+584
* Add 12160 (Ultra3) defines. Add config option flag for forcing point-to-pointmjacob2000-02-111-5/+12
* Forgot one line: don't try to match flags when looking for a flow.luigi2000-02-111-0/+1
* Synced with sys/dev/syscons/syscons.c rev 1.336.kato2000-02-111-3/+5
* Synced with sys/dev/syscons/scterm-sc.c rev 1.4.kato2000-02-112-4/+8
* That "NO DRIVER" panic fix wasn't good enough...sos2000-02-111-1/+1
* When allocating resources in the following cases:msmith2000-02-111-5/+5
* - Be slightly more cautious and try to make more sure the keyboardyokota2000-02-112-8/+18
* - Don't reset text colors when changing the video mode.yokota2000-02-111-0/+2
OpenPOWER on IntegriCloud