summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-12-14the hardware does not allow to specify the protection mode in eachDamien Bergamini
2007-12-14Revert previous commit; something is still wrong, and I can't figure out whatMark Kettenis
2007-12-14add sysctl entry points into various network layers, in particular toTheo de Raadt
2007-12-14Remove a lot of symbols from the namespace, otherwise sys/sysctl.h andTheo de Raadt
2007-12-14Cleanup some comments.Joel Sing
2007-12-14Enable console support for SGI O2 workstations. Switch between the serialJoel Sing
2007-12-14Add console/cnattach support to mkbc(4). This allows for early attachmentJoel Sing
2007-12-14Have gbe(4) attach as the console if the graphical console is selected viaJoel Sing
2007-12-14Store the ARCBIOS ConsoleOut environment variable so that we can refer toJoel Sing
2007-12-14Allow direct access to the MACE IO memory space. This allows IO devices toJoel Sing
2007-12-13Garbage collect nfsdmap and leftover code. That structureThordur I. Bjornsson
2007-12-13Add missing license. This file is 4.4BSD-derived with WIDE changes.Todd C. Miller
2007-12-13implement sysctls to report IP, TCP, UDP, and ICMP statistics andReyk Floeter
2007-12-13Sync with the mvme188 codebase, various tweaks from the last 18 months whichMiod Vallat
2007-12-13Disable write posting, this does not work on BusSwitch revision #1. The BUGMiod Vallat
2007-12-13convert massive (expanded to 150+ lines) nfsm_v3attr macro to a functionBret Lambert
2007-12-13replace calls to ltsleep with tsleepBret Lambert
2007-12-13PNORELOCK is for msleep's mutex, not the now-gone ltsleep's interlockBret Lambert
2007-12-13use a mutex to protect workq. incidentally, this removes the additionalTed Unangst
2007-12-12Disable the built-in speaker when initializing the chip, before myMiod Vallat
2007-12-12Remove possible trailing \r from the PROM commandline arguments.Miod Vallat
2007-12-12Mask the clock interrupts until cpu_initclocks() is invoked.Miod Vallat
2007-12-12Make non-88110 kernels (aviion, luna88k) kernels compile again.Miod Vallat
2007-12-122nd two extra fans on the 5027 are encoded differently; diffTheo de Raadt
2007-12-12regenThordur I. Bjornsson
2007-12-12Garbage collect a few members of the vnodeop_desc structure,Thordur I. Bjornsson
2007-12-11Fix check for pending interrupts as some other device is causingMike Belopuhov
2007-12-11Don't store arguments and environment in the space reserved for stackgap onMark Kettenis
2007-12-11if we pxebooted, and can find the interface, put it in a "pxeboot" groupTheo de Raadt
2007-12-11reword license to change regents to authors, and remove advertising clause.Ted Unangst
2007-12-11use a mutex for protection of the uvm_km list. ok artTed Unangst
2007-12-11remove an overlooked simple_lock everybody likes to point out to me.Ted Unangst
2007-12-11release the pool mutex if we may sleep in the backendTed Unangst
2007-12-11remove support for 8kHz sample rates. not all i2s based audioJacob Meuser
2007-12-11regenBrad Smith
2007-12-11remove wrong MCP79 SMBus id in previous commit.Brad Smith
2007-12-11- Remove disabled and unusable HW VLAN tagging code.Brad Smith
2007-12-11regenBrad Smith
2007-12-11add the NVIDIA MCP79 LAN, AHCI, SMBus and HD Audio PCI ids.Brad Smith
2007-12-11kill the comment that doesn't make sense anymoreMike Belopuhov
2007-12-10regenMike Belopuhov
2007-12-10Add GeForce 7200 GS. From form@.Mike Belopuhov
2007-12-10Remove an MD code that was obsoleted by the timecounters.Mike Belopuhov
2007-12-10Kill a check for malloc fail. The malloc call uses M_WAITOK and thusOwain Ainsworth
2007-12-10Make the "can't find VGA config space" error sound less scary. ThisOwain Ainsworth
2007-12-10For a few years already, dkcsum can be silentTheo de Raadt
2007-12-09Attach lcspx to SPX option boards on VAXstation 3100. Tested on model 38 (KA42)Miod Vallat
2007-12-09Be more careful when checking for hardware, so as not to attach to SPXMiod Vallat
2007-12-09another FREE->freeHans-Joerg Hoexer
2007-12-09MALLOC/FREE -> malloc/freeHans-Joerg Hoexer