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