Age | Commit message (Expand) | Author |
2011-07-03 | Change name of pointer to partition from pl to pp, as is used everywhere else... | Kenneth R Westerback |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-06-29 | Replace all instances of "scsibus* at hba?" with a single "scsibus* at | Matthew Dempsky |
2011-06-29 | dmesg@ says pss has never been seen in the wild and the manpage says it | Ted Unangst |
2011-06-29 | stop printing in apm, acpi doesn't do this. remove APM_NOPRINT option. | Ted Unangst |
2011-06-28 | Remove the ega driver which is not referenced by any GENERIC kernel. | Matthieu Herrb |
2011-06-27 | Ensure we don't re-issue a failed buf without clearing B_ERROR and | Kenneth R Westerback |
2011-06-26 | kill mcd dead. ok krw matthew millert thib | Ted Unangst |
2011-06-26 | if_downall() cannot be done MI in sys_reboot() because vfs_shutdown() | Theo de Raadt |
2011-06-26 | 1.500 was a good revision, let's stay there a little longer. (revert accident... | Ted Unangst |
2011-06-26 | remove remnants of scd device, discovered by Frederic Perrin | Ted Unangst |
2011-06-25 | ansi, no binary change | Jonathan Gray |
2011-06-23 | Fix the error path in bus_dmamem_map. | Ariane van der Steldt |
2011-06-20 | enable myx(4) | David Gwynne |
2011-06-16 | Enable acpitoshiba by default in GENERIC. | Paul Irofti |
2011-06-08 | Ateempt to make pci_intr_disestablish() work for MSIs. | Mark Kettenis |
2011-06-06 | Backout vmmap in order to repair virtual address selection algorithms | Ariane van der Steldt |
2011-06-06 | Toss a rare device driver; this makes msi interrupts fit. | Theo de Raadt |
2011-06-05 | Move the bufcachepercent setting code to MI locations -- set it to 42% | Theo de Raadt |
2011-06-05 | reduce unneccessary differences; ok kettenis | Theo de Raadt |
2011-06-05 | patch screwed me; left a line behind | Theo de Raadt |
2011-06-05 | do not calculate bufpages; that is done later in MI bufinit(). in any | Theo de Raadt |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-30 | Add mmuagp. a driver for the agp chipsets on early amd64 machines. | Owain Ainsworth |
2011-05-30 | Enable MSI on selected hardware. For now this means: | Mark Kettenis |
2011-05-29 | Use k1x cpu scaling on all families 0x10 and above (the trend is likely to | Theo de Raadt |
2011-05-29 | Let this compile on kernels without acpicpu. | Claudio Jeker |
2011-05-29 | Don't attempt to use MSI if we're not running in APIC mode. | Mark Kettenis |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-05-24 | On OpenBSD, we've always attached scsibus(4) to umass(4), even for | Matthew Dempsky |
2011-05-24 | Reimplement uvm/uvm_map. | Ariane van der Steldt |
2011-05-23 | AMD K10/K11 pstate driver allows setperf and apm to change CPU | Claudio Jeker |
2011-05-21 | First stab at supporting Message Signaled Interrupts on i386. Still work in | Mark Kettenis |
2011-05-18 | Mention new alc(4) devices in commments. No active changes. | Stuart Henderson |
2011-05-13 | replace handrolled NELEM() with nitems() | Jasper Lievisse Adriaanse |
2011-05-10 | Fix deadlock (re)introduced by the previous commit by explicitly re-enabling | Mark Kettenis |
2011-05-09 | Add signature read/write functions for i386 hibernate. | Mike Larkin |
2011-05-08 | Fix a few minor issues in i386 hibernate support code relating to | Mike Larkin |
2011-05-07 | So long, uvm_pglist.h | Owain Ainsworth |
2011-04-30 | Preliminary plumbing code for i386 hibernate (suspend-to-disk). | Mike Larkin |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-27 | Do not explicitly enable interrupts before returning from interrupt. | Alexander Bluhm |
2011-04-26 | Make amd64/i386 boot(8) pass the DUID of the selected boot device to the | Joel Sing |
2011-04-25 | garbage collect biomask printf; ok deraadt kettenis | Mike Belopuhov |
2011-04-24 | Don't leak fd's in sr_installboot(). From cppcheck via Amit Kulkarni. | Kenneth R Westerback |
2011-04-24 | fenv for i386, and sparc64; from matthew@ | Martynas Venckus |
2011-04-23 | Don't leave the kernel code/rodata writeable for DDB. Make ddb enable | Theo de Raadt |
2011-04-22 | Remove unused structure member. | Mark Kettenis |
2011-04-22 | Stop printing the PCI interrupt line programmed by the BIOS for APIC | Mark Kettenis |
2011-04-20 | Potential NULL deref in an error case spotted by chl on one copy; | Theo de Raadt |