aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed regressions in rev.1.274:Bruce Evans2000-02-152-22/+30
* Don't try to account for the partial quantum unless the process isPoul-Henning Kamp2000-02-151-4/+0
* Allow comments in interpreter specification lines as inMartin Cracauer2000-02-151-1/+1
* Add comments about 12160 options.Matt Jacob2000-02-153-12/+24
* Fix ITDEBUG macro.Matt Jacob2000-02-151-1/+1
* Correctly identify which bus of dual bus SCSI adapters some target modeMatt Jacob2000-02-151-2/+8
* Clean up some target mode debug messages. Fix (finally, I believe)Matt Jacob2000-02-151-14/+9
* If the CDB length is greater than 12 for parallel SCSI, ispscsicmd hasMatt Jacob2000-02-152-2/+10
* Clean out residual bogosity for fast posting stuff- ISP_NO_FASTPOST_SCSIMatt Jacob2000-02-151-15/+12
* fix ess end-of-buffer repeatingCameron Grant2000-02-143-18/+6
* Fix is_splxxx() warnings when not compiled with INVARIANT_SUPPORT.Peter Wemm2000-02-141-16/+14
* Avoid a panic in __getcwd(2) when combined with umount -f.Peter Wemm2000-02-141-0/+2
* Initial importDuncan Barclay2000-02-132-0/+0
* Simplifications:Gerard Roudier2000-02-132-584/+281
* Fix sign reversal in adjtime(2).Poul-Henning Kamp2000-02-132-2/+2
* Fix an uninitialised variable which affected probing on some machines.Doug Rabson2000-02-136-0/+6
* Oops, forgot this from the previous commit. Remove obsolete #ifdef ISO.Peter Wemm2000-02-131-3/+0
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-1336-637/+62
* Fix two warnings.Peter Wemm2000-02-132-2/+2
* Document the support in the kernel for hardware debug registers on theDavid E. O'Brien2000-02-122-0/+6
* Add functions which allow i/o memory to be accessed without forcing aDoug Rabson2000-02-121-0/+19
* Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,Robert Watson2000-02-123-10/+11
* The Leadtek Winfast TV2000 has one of the FM capable Tuners. Don'tPeter Wemm2000-02-121-0/+8
* Do a trivial conversion of xrpu to newbus.Peter Wemm2000-02-121-50/+62
* Add in 12160 (Ultra3) support. Redo things to use the newbus code.Matt Jacob2000-02-112-282/+392
* Turn back on fast posting- the code that turns it off (for 1020/1040) isMatt Jacob2000-02-111-5/+0
* Correct a minor typo in error message.Matt Jacob2000-02-111-1/+1
* Add in new async mbox defines for 2200- point to point stuff.Matt Jacob2000-02-111-0/+23
* Add in 12160 (Ultra3) NVRAM definitions.Matt Jacob2000-02-111-2/+76
* Add in 12160 (Ultra3) firmware. Gawd, this file is bulky.Matt Jacob2000-02-111-0/+4037
* Restructure nvram reading routine to split out to separate functionsMatt Jacob2000-02-111-362/+584
* Add 12160 (Ultra3) defines. Add config option flag for forcing point-to-pointMatt Jacob2000-02-111-5/+12
* Forgot one line: don't try to match flags when looking for a flow.Luigi Rizzo2000-02-111-0/+1
* Synced with sys/dev/syscons/syscons.c rev 1.336.KATO Takenori2000-02-111-3/+5
* Synced with sys/dev/syscons/scterm-sc.c rev 1.4.KATO Takenori2000-02-112-4/+8
* That "NO DRIVER" panic fix wasn't good enough...Søren Schmidt2000-02-111-1/+1
* When allocating resources in the following cases:Mike Smith2000-02-111-5/+5
* - Be slightly more cautious and try to make more sure the keyboardKazutaka YOKOTA2000-02-112-8/+18
* - Don't reset text colors when changing the video mode.Kazutaka YOKOTA2000-02-111-0/+2
* - Fix text cursor logic so that multiple instances of the "normal" cursorKazutaka YOKOTA2000-02-112-5/+7
* Re add rev 1.11 diffs to ip_fil.h Also discover that I did not undefineGuido van Rooij2000-02-1018-8/+29
* Prototype fix for IPsec authentication related functionsYoshinobu Inoue2000-02-104-13/+15
* Forbid include of soem inet6 header files from wrong placeYoshinobu Inoue2000-02-106-0/+20
* Fix sysctl namespace for jail: move the kern.jailcansethostname toRobert Watson2000-02-103-8/+11
* Correctly handle the conversion from virtual to physical addresses. TheNick Hibma2000-02-106-48/+77
* Move definition of fw_enable from ip_fw.c to ip_input.cLuigi Rizzo2000-02-102-1/+1
* Whoops... forgot braces in a conditionalLuigi Rizzo2000-02-101-6/+7
* Support the net.inet.ip.fw.enable variable, part ofLuigi Rizzo2000-02-102-3/+3
* Support for stateful (dynamic) ipfw rules. They are veryLuigi Rizzo2000-02-104-65/+525
* Introduce a new sysctl, kern.jailcansethostname, which determines whetherRobert Watson2000-02-102-3/+12