Age | Commit message (Expand) | Author |
2012-11-02 | uvm_km_alloc() allocs bytes rounded up to the nearest page not pages. | Jonathan Gray |
2012-11-01 | Fix merge errors. | Joel Sing |
2012-10-31 | Unbreak build on !i386. | Joel Sing |
2012-10-31 | Bump version numbers. | Joel Sing |
2012-10-31 | Enable softraid boot support for cdboot(8) and pxeboot(8). | Joel Sing |
2012-10-31 | Make cdboot(8) and pxeboot(8) work correctly when it is larger than 64KB in | Joel Sing |
2012-10-31 | Save and restore %ebx across the call to read. Otherwise we load the first | Joel Sing |
2012-10-31 | Bump i386 boot(8) version. | Joel Sing |
2012-10-31 | Enable softraid boot support for i386 boot(8). | Joel Sing |
2012-10-31 | Bring softraid support to i386/stand/libsa. | Joel Sing |
2012-10-31 | Add support for Intel's Supervisor Mode Access Prevention (SMAP) feature. | Jonathan Gray |
2012-10-30 | Apply a bunch of style(9) and whitespace fixes to i386/amd64 libsa, making | Joel Sing |
2012-10-30 | Actually remove the Makefiles. | Joel Sing |
2012-10-30 | Remove the now unused i386 libsa/libz Makefiles. | Joel Sing |
2012-10-29 | add (consistent) STANDARDS; | Jason McIntyre |
2012-10-29 | Build i386 cdboot(8) and pxeboot(8) using the same method as the amd64 | Joel Sing |
2012-10-25 | Some LIBC_SCCS found lurking in the shadows | Theo de Raadt |
2012-10-19 | add an #ifdef HIBERNATE for diffability with amd64 | Mike Larkin |
2012-10-17 | Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWN | Theo de Raadt |
2012-10-17 | Swap arguments to wdog_register() since it is nicer, and prepare | Theo de Raadt |
2012-10-13 | pxe spec reference is better placed in STANDARDS; | Jason McIntyre |
2012-10-13 | Only build fdboot on the appropriate architectures. Also fix the path to | Joel Sing |
2012-10-12 | Now that the file offset/alignment issue has been found and fixed, switch | Joel Sing |
2012-10-12 | Force 16 byte alignment in boot(8) srt0.S, since this is more likely to get | Joel Sing |
2012-10-12 | Add a script that checks the file offsets for boot(8)'s .text and .data | Joel Sing |
2012-10-12 | Build a 'fdboot' that will be used for floppy disk media. This can be made | Joel Sing |
2012-10-11 | Initialise the protected mode IDT after zeroing .bss - otherwise we wipe | Joel Sing |
2012-10-10 | Oops. Need to handle the case of nfs diskless machines, where the block | Theo de Raadt |
2012-10-10 | Add __BEGIN_DECLS so that programs using C++ can use functions | Stuart Henderson |
2012-10-09 | Bump boot versions due to recent changes. | Joel Sing |
2012-10-09 | Allow boot(8) to pass information to the kernel, regarding the softraid | Joel Sing |
2012-10-09 | Put the real mode IDT and the GDT back in .text - having them in .data only | Joel Sing |
2012-10-09 | Remove -noinhibit-exec now that we no longer have to deal with | Joel Sing |
2012-10-09 | Dynamically build the Interrupt Descriptor Table (IDT), instead of using | Joel Sing |
2012-10-09 | Sync "Structured Extended Feature Flags" cpuid bits with | Jonathan Gray |
2012-10-09 | Enable Supervisor Mode Execution Protection (SMEP), found in recent | Jonathan Gray |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-10-08 | enable 3 new OAK usb sensors on at least two architectures | Theo de Raadt |
2012-10-08 | Avoid accessing .data or .bss from real mode, since they may not be within | Joel Sing |
2012-10-08 | reduce the difference between i386 and amd64 versions of the speedstep code | Jonathan Gray |
2012-10-04 | Use information provided by ACPI to attach secondary PCI host bridges. | Christian Ehrhardt |
2012-09-30 | Remove duplicated chunk; noticed by David Gilmore | Miod Vallat |
2012-09-27 | enable smsc | Jonathan Gray |
2012-09-27 | remove the zlib rfc text: these pages already point to gzip(1), which | Jason McIntyre |
2012-09-25 | Make sure we send MSIs to the primary CPU like we do on amd64. | Stuart Henderson |
2012-09-25 | Remove unused acpi locking code. | Paul Irofti |
2012-09-25 | Reduce the diff between amd64/stand and i386/stand, requested by deraadt@. | Pascal Stumpf |
2012-09-22 | revert previous, breaks the tree | Stuart Henderson |
2012-09-21 | Make sure we send MSIs to the primary CPU like we do on amd64. | Mark Kettenis |
2012-09-19 | Set up PCI bus number resource accounting for the main PCI bus hierarchy. | Mark Kettenis |