Age | Commit message (Expand) | Author |
2014-12-07 | Avoid extra space in dmesg | Miod Vallat |
2014-12-07 | Probe the keyboard for its dip switches also if it is the console keyboard, | Miod Vallat |
2014-12-06 | A few last 'easy' #include dedups. | Kenneth R Westerback |
2014-12-05 | Enable xhci(4). | Mark Kettenis |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-12-04 | Move the PIC revision 1 interrupt workaround from xbridge_pci_intr_handler() | Miod Vallat |
2014-12-04 | as promised 18 years ago, consolidate isa floppy disks in files.isa | Ted Unangst |
2014-12-04 | Enable umcs(4) where moscom(4) is present. | Martin Pieuchot |
2014-12-04 | The sparc64 Open Firmware package-to-path call (used since softraid boot | Stefan Sperling |
2014-12-04 | split the word ops into int and longs so things that care a lot | David Gwynne |
2014-12-03 | More duplicate #include cleanout. | Kenneth R Westerback |
2014-12-03 | Turn ahci port start into a callback so sxiahci can do some magic to | Jonathan Gray |
2014-12-02 | delete all the simplelocks. ok deraadt | Ted Unangst |
2014-12-02 | macppc G5 needs fcu in RAMDISK, mentioned by mpi | Theo de Raadt |
2014-12-01 | Remove an unused gdt structure definition. | Mike Larkin |
2014-12-01 | Remove an old and superfluous comment, and fix some KNF style issues in | Mike Larkin |
2014-11-30 | SPARC T4 and later have a pause instruction to voluntarily pause a virtual | Mark Kettenis |
2014-11-30 | Unbreak zzz/ZZZ resume - ensure NX is re-enabled on resume (if enabled). | Mike Larkin |
2014-11-30 | Mask out EFER_LMA when restoring saved EFER on zzz/ZZZ resume as it's a | Mike Larkin |
2014-11-30 | rxr ioctl handling. | Brad Smith |
2014-11-27 | Missing comparison caused NX to always be enabled during boot, even on CPUs | Mike Larkin |
2014-11-26 | Introduce softraid boot support to sparc64 ofwboot. | Stefan Sperling |
2014-11-26 | Add a new ELF segment .openbsd.bootdata to the sparc64 kernel. | Stefan Sperling |
2014-11-26 | Add softraid support to sparc64 first-level boot blocks. | Stefan Sperling |
2014-11-26 | Add softraid boot support code files ported by me to sparc64 from amd64. | Stefan Sperling |
2014-11-26 | Copy some Open Firmware interface functions from the kernel to ofwboot. | Stefan Sperling |
2014-11-26 | Hook ofwbootfd to the build. | Stefan Sperling |
2014-11-26 | Add a separate ofwboot build for the sparc64 floppies. | Stefan Sperling |
2014-11-25 | A few reliability fixes: | Miod Vallat |
2014-11-25 | Brag about what OS we are running on the LCD panel, if there is one. | Miod Vallat |
2014-11-25 | Speed up page zeroing by using a loop of dcbz/dcbzl instead of bzero(). | Martin Pieuchot |
2014-11-25 | disable qla. there is a boot-time race | Theo de Raadt |
2014-11-24 | Actually, the previous change didn't quite work on the SPARC T5-2. But if | Mark Kettenis |
2014-11-24 | Add missing pci_msiq_setstate and pci_msi_setstate calls. Makes MSI work | Mark Kettenis |
2014-11-24 | Do not attempt to dereference NULL pointers when encountering an empty SCSI | Miod Vallat |
2014-11-24 | The hypervisor on a SPARC T5-2 needs stricter alignment of the MSI message | Mark Kettenis |
2014-11-24 | If we use the vintr cookie to point at the interrupt handler struct, we | Mark Kettenis |
2014-11-24 | Use the pointer to "struct intrhand" as the vintr cookie. | Mark Kettenis |
2014-11-24 | On sun4v, interpret the first data word of a device interrupt message as a | Mark Kettenis |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
2014-11-23 | enable xhci(4) in ramdisks | Jonathan Gray |
2014-11-23 | Make sure the direction bit is cleared on entry to the kernel by syscall | Philip Guenther |
2014-11-22 | the per-cpu storage page does not need to be executable in this | Theo de Raadt |
2014-11-22 | Be more careful draining the error register and reenabling traps in the sun4m | Miod Vallat |
2014-11-22 | Driver for the ECC memory controller found on some sun4m (ss20), so that | Miod Vallat |
2014-11-22 | Previous diff changed the location of the ACPI S3/S4 trampoline, which has | Mike Larkin |
2014-11-22 | { on seperate line at start of function or I go crazy | Theo de Raadt |
2014-11-22 | Do not use PROT_MASK as a non-mask | Theo de Raadt |
2014-11-22 | Split the MP trampoline into two pages, one for code and one for data/stack | Mike Larkin |
2014-11-22 | Switch to using MI installboot, after a conversation with stsp. He will | Theo de Raadt |