Age | Commit message (Expand) | Author |
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 | Ensure that softraid keys are cleared if rebooting from the boot loader. | Joel Sing |
2012-10-09 | Teach amd64 boot(8) how to access a softraid crypto volume. This allows for | 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 | If we have booted from a disk that is a member of a bootable softraid | Joel Sing |
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 | Clean up uninitialized warnings from cryptosoft and aesni. | Christiano F. Haesbaert |
2012-10-04 | Use information provided by ACPI to attach secondary PCI host bridges. | Christian Ehrhardt |
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 | 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-19 | Set up PCI bus number resource accounting for the main PCI bus hierarchy. | Mark Kettenis |
2012-09-19 | Add support for the rdrand instruction found in recent Intel processors. | Jonathan Gray |
2012-09-19 | Add new drivers for virtio network (vio) and block devices (vioblk, the disks | Stefan Fritsch |
2012-09-12 | Define empty CDIAGFLAGS for programs that use Werror. | Christiano F. Haesbaert |
2012-09-11 | Remove the 'OLF method' used for the transition from a.out to ELF and | Theo de Raadt |
2012-09-07 | bump CPU feature strings to 12 chars since some names are now 8 characters | Christian Weisgerber |
2012-09-07 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-09-07 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-08-30 | Use an explicit suffix for the "fld" instruction to shut up clang. The correct | Mark Kettenis |
2012-08-29 | Get rid of all NOPIE and NOPIE_FLAGS in amd64/stand and use -fno-pie and -nopie | Pascal Stumpf |
2012-08-28 | Add -nopie to LINKFLAGS on ELF architectures. Note that this needs an | Pascal Stumpf |
2012-08-24 | Synchronize CR4 and CPUID portions of <machine/specialreg.h> for i386 and amd64 | Philip Guenthe |
2012-08-23 | kill nnpfs dead | Theo de Raadt |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf |
2012-08-22 | Build the kernel with -fno-pie. Just getting Ms out of my tree; this will be | Pascal Stumpf |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-08-15 | use Lk for links; | Jason McIntyre |
2012-08-15 | add oce and mfii; ok deraadt dlg | Mike Belopuhov |
2012-08-14 | enable mfii(4). | David Gwynne |
2012-08-10 | ';;', even with a newline between the semicolons, doesn't make much | Kenneth R Westerback |
2012-08-07 | Move the common bits of syscall invocation and return handling into | Philip Guenthe |
2012-08-03 | enable oce(4) | Mike Belopuhov |
2012-08-01 | Use mtrrmask instead of hardcoded values to accommodate newer CPUs | Mike Belopuhov |
2012-07-13 | extraneous comment (corresponding code was removed a while back) | Mike Larkin |
2012-07-13 | Make amd64 look like i386 for hibernate resume | Mike Larkin |
2012-07-13 | Make amd64 like i386 for hibernate support in acpi_sleep_machdep | Mike Larkin |