Age | Commit message (Expand) | Author |
2008-05-26 | do not muck with the mountroot variable, since setroot() uses the state of | Theo de Raadt |
2008-05-23 | Bye bye awi(4). No net80211 love, uses its own WEP code and has not worked | Brad Smith |
2008-05-21 | Switch i386 from pccom to com. Welcomed by many. | Mark Kettenis |
2008-05-17 | attach to the via vt8237s found on the hp 2133 mini-note | joshua stein |
2008-05-16 | reenable PCIVERBOSE now that acpi isnt pushing the media over. | David Gwynne |
2008-05-14 | Comment out option PCIVERBOSE on the floppies for now, to let them fit | Miod Vallat |
2008-05-14 | Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc and | Miod Vallat |
2008-05-07 | Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTS | Mark Kettenis |
2008-05-07 | Rather than fixing ises(4), nuke it. | Kenneth R Westerback |
2008-04-29 | enable km(4); ok deraadt | Constantine A. Murenin |
2008-04-28 | Sync PCI ids. | Brad Smith |
2008-04-27 | add acpithinkpad(4), an acpi support driver for ibm/lenovo | joshua stein |
2008-04-26 | Remove softast; it's no longer used. | Mark Kettenis |
2008-04-25 | Make ipending per-cpu. Should fix PR 5788. | Mark Kettenis |
2008-04-25 | neccessary -> necessary; from Pierre Riteau | Jason McIntyre |
2008-04-24 | Introduce acpiasus(4), a driver for the ACPI based hotkeys found in many | Joel Sing |
2008-04-20 | Call cnpollc() before cngetc() upon halt. | Mark Kettenis |
2008-04-20 | rewrite the serial port handling to manipulate the hardware directly | David Gwynne |
2008-04-19 | Change ELF loader to use the LMA as the load address for the | Tobias Weingartner |
2008-04-19 | add a driver flag to force the negotiation of SATA 1 transfers | Damien Miller |
2008-04-18 | Now that i386 has a per-process astpending, we can garbage collect ipi_ast | Mark Kettenis |
2008-04-18 | Halt CPUs upon reboot/halt. | Mark Kettenis |
2008-04-13 | lear CPUF_RUNNING when halting a CPU. Fixes problems with powering dowm | Mark Kettenis |
2008-04-13 | garbage collect the cpus_running global variable; | Thordur I. Bjornsson |
2008-04-12 | Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1 | Mark Kettenis |
2008-04-12 | Initialize comconsiot in comcninit(). | Mark Kettenis |
2008-04-12 | There are so many reasons why a printf in an ipi is a very bad idea. | Mark Kettenis |
2008-04-09 | Add new stub uvm_shutdown() and call it from the right place in MD boot() | Theo de Raadt |
2008-04-09 | Don't grab the kernel biglock for syscalls marked SY_NOLOCK; | Thordur I. Bjornsson |
2008-04-08 | Split the cdev makro for bpftun into two seperate definitions. tun(4) and | Claudio Jeker |
2008-04-07 | sdtemp* devices could occur on these machines | Theo de Raadt |
2008-04-03 | Switch it(4) back to PnP config mode. Avoid possible | Oleg Safiullin |
2008-03-31 | Re-enable lii(4). | Brad Smith |
2008-03-30 | Fix #ifdef NCOM collateral damage introduced in r1.210. | Kenneth R Westerback |
2008-03-29 | Fix amd64 and i386 serial console handling for non-default speeds. Bring | Kenneth R Westerback |
2008-03-29 | enable kate(4); ok deraadt@ | Constantine A. Murenin |
2008-03-24 | add it(4) at port 0x228, found on some motherboards. | Oleg Safiullin |
2008-03-23 | Add AGP support for the Intel G33 chipset. | Damien Bergamini |
2008-03-23 | enable andl; ok deraadt | Constantine A. Murenin |
2008-03-22 | Nuke some unused magic. | Tobias Weingartner |
2008-03-22 | Quick comment fixups. | Tobias Weingartner |
2008-03-21 | add wireless drivers which need firmware; if someone upgrades the firmware | Theo de Raadt |
2008-03-20 | let maxusers go much higher | Theo de Raadt |
2008-03-19 | enable fins(4) | Theo de Raadt |
2008-03-19 | label all interfaces we netboot from in group "netboot", in a MI fashion | Theo de Raadt |
2008-03-18 | Clear PSL_D when entering signal handlers; pointed out by dfly people; | Mark Kettenis |
2008-03-17 | Clear PSL_D when entering signal handlers; pointed out by dfly people; | Theo de Raadt |
2008-03-16 | for some reason the pchb dependency on agp got left in. kill it. | Owain Ainsworth |
2008-03-16 | Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes | Owain Ainsworth |
2008-03-04 | sthen@ has an motherboard with both agp and pcie that fails to boot. | Owain Ainsworth |