summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fix text cursor logic so that multiple instances of the "normal" cursoryokota2000-02-112-5/+7
* Re add rev 1.11 diffs to ip_fil.h Also discover that I did not undefineguido2000-02-1036-16/+58
* Prototype fix for IPsec authentication related functionsshin2000-02-104-13/+15
* Forbid include of soem inet6 header files from wrong placeshin2000-02-106-0/+20
* Fix sysctl namespace for jail: move the kern.jailcansethostname torwatson2000-02-103-8/+11
* Correctly handle the conversion from virtual to physical addresses. Then_hibma2000-02-106-48/+77
* Move definition of fw_enable from ip_fw.c to ip_input.cluigi2000-02-102-1/+1
* Whoops... forgot braces in a conditionalluigi2000-02-101-6/+7
* Support the net.inet.ip.fw.enable variable, part ofluigi2000-02-102-3/+3
* Support for stateful (dynamic) ipfw rules. They are veryluigi2000-02-104-65/+525
* Introduce a new sysctl, kern.jailcansethostname, which determines whetherrwatson2000-02-102-3/+12
* kbdcontrol isn't in everyones path(read: non-root people), so specifybillf2000-02-103-5/+5
* Update the Tigon driver to use the 12.3.18 firmware release from Alteon.wpaul2000-02-106-7208/+7476
* Kill the "unpause_always" argument to unpause_sequencer(). The reasonsgibbs2000-02-094-178/+338
* Fix parity error detection logic for aic7880 and aic7895 chips duringgibbs2000-02-091-8/+22
* Bring over ipfilter v3_3_8 kernel sources, including merging theguido2000-02-0940-186/+216
* Allow allows peer pci buses which are directly connected to the RCC host pcigallatin2000-02-096-42/+132
* Support the new ata(4) syntax, while providing backward compatibility for wd(4).ru2000-02-092-20/+26
* Remove the old copy of this file. It is now active in its new location.mdodd2000-02-091-186/+0
* Complete the repo-copy of ida_pci.c to sys/dev/ida/mdodd2000-02-091-1/+1
* Correct an oversight in jail() that allowed processes in jail to accessrwatson2000-02-091-1/+8
* Avoid kernel panic when tcp rfc1323 and rfc1644 options are enabledshin2000-02-091-4/+13
* Fix system hang when printer locks on missing papernsouch2000-02-081-2/+2
* Also allow non-rot processes to setproctitle()phk2000-02-081-2/+2
* Probe cosmetics.sos2000-02-082-3/+3
* The bde script has a bug, I used a patch from it verbatim, bad idea....sos2000-02-081-2/+2
* Update bridging code to the one already in -stable (this wasluigi2000-02-082-189/+370
* Do refcounting of open devices (more) correctly.sos2000-02-0710-21/+51
* Dont panic if no sub-driver is found.sos2000-02-071-1/+1
* Unbreak addump, now dumping works again.sos2000-02-071-0/+1
* Add PCI Id's for i810 chipsets.n_hibma2000-02-079-3/+118
OpenPOWER on IntegriCloud