Age | Commit message (Expand) | Author |
2008-04-28 | Rename IPL_SOFTSERIAL to IPL_SOFTTY and rename the associated symbols. | Mark Kettenis |
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-25 | When allocating an interrupt 'slot', always check all slots to see if we | Mark Kettenis |
2008-04-25 | the code that parses arguments from the boot loader on amd64 wasnt checking | David Gwynne |
2008-04-24 | oops. unbreak build by removing the #include for amd8131reg.h | Thordur I. Bjornsson |
2008-04-24 | move the register defines from amd8131reg.h into aapi.c, | Thordur I. Bjornsson |
2008-04-24 | allow amd64 to use serial ports other than com0 as the console. previously | David Gwynne |
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-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-09 | Add new stub uvm_shutdown() and call it from the right place in MD boot() | Theo de Raadt |
2008-04-08 | Split the cdev makro for bpftun into two seperate definitions. tun(4) and | Claudio Jeker |
2008-04-07 | Don't grab the kernel biglock for syscalls marked SY_NOLOCK; | Thordur I. Bjornsson |
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-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-21 | add wireless drivers which need firmware; if someone upgrades the firmware | Theo de Raadt |
2008-03-21 | crank maxusers on some architectures | Theo de Raadt |
2008-03-19 | label all interfaces we netboot from in group "netboot", in a MI fashion | Theo de Raadt |
2008-03-17 | Clear PSL_D when entering signal handlers; pointed out by dfly people; | Theo de Raadt |
2008-03-16 | Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes | Owain Ainsworth |
2008-02-25 | - Add lii(4) commented out to the amd64 configs | Brad Smith |
2008-02-24 | Add commented out Bluetooth HID section | Uwe Stuehler |
2008-02-21 | enable envy(4) on amd64, untested. | Alexandre Ratchov |
2008-02-21 | uncomment the entry to allow opl(4) to attach to cmpci(4). | Brad Smith |
2008-02-17 | Enter wbsio(4), a driver for the Winbond LPC Super I/O chips. | Mark Kettenis |
2008-02-11 | g/c db_thread_fp_used() | Miod Vallat |
2008-02-05 | ACPI 3.0 seems to work just fine so lets enable it. | Marco Peereboom |
2008-01-26 | Unify i386 and amd64 lapic code, and calibrate lapic timer with interrupts | Mark Kettenis |
2008-01-24 | "read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because it | Kenneth R Westerback |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2008-01-15 | Move some definitions from mpconfig.h to mpbiosreg.h (where they are on i396). | Mark Kettenis |
2008-01-14 | Remove extra whitespace after comment; makes file identical to i386 version | Mark Kettenis |
2008-01-05 | handle 64-bit blkno in format string | Otto Moerbeek |
2008-01-04 | Clean up Intel host bridge PCI IDs. | Mark Kettenis |
2008-01-02 | Give LOCKDEBUG kernels a chance to compile; ok kettenis@ | Miod Vallat |
2007-12-31 | crank maxusers a little bit | Theo de Raadt |
2007-12-31 | enable upgt & lii. both have issues, and will need to be fixed in | Theo de Raadt |
2007-12-27 | missing newline in autoconf pxe report; spotted by henning | Theo de Raadt |
2007-12-23 | Look for environment controller first, and access ITE SuperIO address/data | Oleg Safiullin |
2007-12-22 | remove an obsolete comment art spotted | Ted Unangst |