Age | Commit message (Expand) | Author |
2011-06-30 | sync | Ted Unangst |
2011-06-30 | compat_35 has not been enabled for sometime, time to remove it | Ted Unangst |
2011-06-29 | Replace all instances of "scsibus* at hba?" with a single "scsibus* at | Matthew Dempsky |
2011-06-29 | mark S8 encoding as emulated; only S16LE and U8 are natively supported | Christian Weisgerber |
2011-06-29 | iop(4) is not a SCSI controller, so it shouldn't have the scsi | 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-29 | notyet, notever. delete a bunch of code we won't be using. | Ted Unangst |
2011-06-29 | ansi with a little knf. ok deraadt jsg | Ted Unangst |
2011-06-29 | ansi softdep, ok deraadt | Ted Unangst |
2011-06-29 | always set sppp auth secret, as other code assumes it. | Ted Unangst |
2011-06-28 | Remove the ega driver which is not referenced by any GENERIC kernel. | Matthieu Herrb |
2011-06-28 | change two function defs with () to (void) | Ted Unangst |
2011-06-28 | Rename FMARK to FIF_MARK and FDEFER to FIF_DEFER and | Thordur I. Bjornsson |
2011-06-27 | Unbreak iopool conversion by putting the implicit yet missing important | Miod Vallat |
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 | Mark ARP request broadcasts with M_BCAST in the mbuf flags. | Camiel Dobbelaar |
2011-06-27 | Fix chrtoblk() and blktochr() prototypes to reflect that they return | Matthew Dempsky |
2011-06-27 | repair after last commit | Theo de Raadt |
2011-06-27 | Make KERN_FILE and KERN_FILE2 behavior consistent: when the caller doesn't | Philip Guenthe |
2011-06-27 | compat_vax1k goes to the attic | Ted Unangst |
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 | There are some problems with ppb msi interrupts. For instance, i386 in | Theo de Raadt |
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 | I see you hiding, scd | 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 | constrain properly which machines get this firmware | 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 | printf -> DPRINTF in the SIGKILL path | Damien Miller |
2011-06-24 | When converting endian to same-endian, the macros should cast to unsigned | Theo de Raadt |
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 | Avoid a possible null dereference. | Joel Sing |
2011-06-24 | Should always include ukphy(4) in the kernel configs if using any devices | YASUOKA Masahiko |
2011-06-24 | Remove SET/CLR/ISSET macros from Octeon code. The kernel already provides | YASUOKA Masahiko |
2011-06-23 | Back out inadvertently commited change. | Owain Ainsworth |
2011-06-23 | ansi | Theo de Raadt |