Age | Commit message (Expand) | Author |
2011-07-04 | Finish ansification. | Mark Kettenis |
2011-07-04 | Give each pmap its own space ID. The current algorithm is silly, as we'll wrap | Mark Kettenis |
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 | Tweak the dmesg output a bit. From brad@ | YASUOKA Masahiko |
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 | Add blank line to keep consistent spacing. From brad@ | YASUOKA Masahiko |
2011-07-03 | Rewrite the multicast handling for OpenBSD. From brad@ | YASUOKA Masahiko |
2011-07-03 | - add missing #include "bpfilter.h" on if_cnmac. | YASUOKA Masahiko |
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 | Rip out and burn support for UVM_HIST. | Owain Ainsworth |
2011-07-03 | Do as all other direct archs do and map contig memory through the direct | Owain Ainsworth |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-07-02 | Per recommandation in the the sparc docs, use unlocked reads when | Philip Guenthe |
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-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 | If an shared interrupt handler returns -1, continue running other handlers. | Theo de Raadt |
2011-06-27 | When adding interrupt handlers to a chain, install them in priority order. | Joel Sing |
2011-06-27 | repair after last commit | Theo de Raadt |
2011-06-27 | remove compat_vax1k. no more 4.3bsd reno support. ok deraadt | Ted Unangst |
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 | First stab at MSI support for vpci(4). Still a few rough edges, but seems | Mark Kettenis |
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-26 | In the shared interrupt handler, return the pil and ci_handled_intr_level | Theo de Raadt |
2011-06-26 | Fix some inconsistencies in how we build 64-bit addresses from OF properties. | Mark Kettenis |
2011-06-26 | Implement pci_intr_map_msi(). | Mark Kettenis |
2011-06-26 | Missed a parameter in the pci_msi_setmsiq hypervisor call. | Mark Kettenis |
2011-06-25 | Add MSI hypervisor calls. | Mark Kettenis |
2011-06-25 | Don't forget to print a newline at attach time. | Miod Vallat |
2011-06-25 | Remove irrelevant comments borrowed from loongson. | Miod Vallat |
2011-06-25 | ansi, no binary change | Jonathan Gray |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-06-24 | We should only ack a shared interrupt once, after we've run all the handlers. | Mark Kettenis |
2011-06-24 | When reading the value from a simple lock, we do not need to ldcws into a | Joel Sing |
2011-06-24 | Should always include ukphy(4) in the kernel configs if using any devices | YASUOKA Masahiko |