Age | Commit message (Expand) | Author |
2011-07-06 | make clean should clean .d files, so as to leave a fresh canvas. | Ted Unangst |
2011-07-06 | Oops. I did an oga. Put back important line (set b_bcount) I didn't mean to d... | Kenneth R Westerback |
2011-07-05 | Don't write /boot to sector 0 on non-floppy devices. Non-floppy | Kenneth R Westerback |
2011-07-05 | More non-512-byte sector groundwork. Don't let disklabel hint that | Kenneth R Westerback |
2011-07-05 | N: Thou shalt not call hardclock() with biglock held. | Owain Ainsworth |
2011-07-05 | remove comment: yes, they should be independent | Theo de Raadt |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-04 | remove compat_svr4 support. ok deraadt | Ted Unangst |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-07-04 | Force the sigreturn syscall to return to userspace via iretq by setting | Philip Guenthe |
2011-07-04 | Fix typo; ok ariane@ | Philip Guenthe |
2011-07-04 | Let custom nlist.c check ELF, but use the i386 values EM_I386 and | Kenneth R Westerback |
2011-07-03 | Enable nvt(4). | Mark Kettenis |
2011-07-03 | Bring in millert@ thinko fix for '_' handling from r1.47 of | Kenneth R Westerback |
2011-07-03 | a_sym is an integer not a pointer so check == 0, not == NULL. Some | Kenneth R Westerback |
2011-07-03 | Fix boot dump on bigmem machines. | Owain Ainsworth |
2011-07-03 | ANSI-fy, de-register as was done in lib/gen/nlist.c years ago. Reduces delta to | Kenneth R Westerback |
2011-07-03 | Add more useful $OpenBSD$ tag. | Kenneth R Westerback |
2011-07-03 | Add missing $OpenBSD $ tag. | Kenneth R Westerback |
2011-07-03 | Change name of pointer to partition from pl to pp, as is used everywhere else... | Kenneth R Westerback |
2011-07-03 | Do as all other direct archs do and map contig memory through the direct | Owain Ainsworth |
2011-06-30 | ansi, no binary change | Jonathan Gray |
2011-06-29 | Replace all instances of "scsibus* at hba?" with a single "scsibus* at | Matthew Dempsky |
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 | remove remnants of scd device, discovered by Frederic Perrin | Ted Unangst |
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-18 | Cleanup MSI code a bit by moving the code to eanble/disable MSIs into | Mark Kettenis |
2011-06-16 | Enable acpitoshiba by default in GENERIC. | Paul Irofti |
2011-06-16 | QEMU pretends to emulate a different prehistoric Intel host bridge. | Mark Kettenis |
2011-06-16 | Raise the number of interrupt sources per CPU from 32 to 64. This effectively | Mark Kettenis |
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 | Disable MSIs in pci_intr_disestablish() when appropriate. | Mark Kettenis |
2011-06-05 | Direct MSIs at the appropriate CPU. | Mark Kettenis |
2011-06-02 | In the land of VMWare you can have the latest 64-bit AMD multicore CPU | Mark Kettenis |
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 all Intel, AMD and NVIDIA | 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-28 | Remove out of data XXX comment. | 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-23 | AMD K10/K11 pstate driver allows setperf and apm to change CPU | Claudio Jeker |
2011-05-21 | First stab at suporting Message Signaled Interrupts on amd64. Unfortunately | Mark Kettenis |