Age | Commit message (Expand) | Author |
2015-11-21 | Prevent disabling vmm mode if a VM is still running. | Martin Pieuchot |
2015-11-21 | Do not create a VM if vmm mode hasn't been enable. | Martin Pieuchot |
2015-11-21 | Do not use boolean_t outside of /sys/uvm | Martin Pieuchot |
2015-11-16 | Replace unbounded gets() in libsa with getln() which takes a buffer size, | Miod Vallat |
2015-11-16 | Some minor tweaks: | Martin Pieuchot |
2015-11-14 | mutli -> multi | Miod Vallat |
2015-11-14 | Fix a missing unlock. | Mike Larkin |
2015-11-13 | vmm(4) kernel code | Mike Larkin |
2015-11-10 | pmap changes required for vmm. Changes include addition of pm_type to | Mike Larkin |
2015-11-09 | Cache the result of cpuid leaf function $0x1 from the host's boot CPU | Mike Larkin |
2015-11-09 | Bring GPT validity checking into line with kern/subr_disk.c . In | Kenneth R Westerback |
2015-11-09 | EPT paging permission bits for amd64, will be used in subsequent pmap | Mike Larkin |
2015-11-08 | Make "machine disk" show some info for EFI instead of info for BIOS. | YASUOKA Masahiko |
2015-11-08 | Make the variables be "const" and fix white space. | YASUOKA Masahiko |
2015-11-07 | Disable red-zone since EFI is running with a different ABI. | YASUOKA Masahiko |
2015-11-07 | Allow overriding ghash_update() with an optimized MD function. Use | Christian Weisgerber |
2015-11-03 | Ignore disks whose media is not present. | YASUOKA Masahiko |
2015-11-03 | Use "Loaded Image Protocol" instead of "Loaded Device Path Protocol" | YASUOKA Masahiko |
2015-10-30 | Fix interaction between inteldrm(4) and efifb(4). If we were booted by UEFI | Mark Kettenis |
2015-10-29 | Remove duplicated prototype. | Miod Vallat |
2015-10-29 | Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4). | Mark Kettenis |
2015-10-28 | Support backspace in softraid boot passphrase prompt. | Joel Sing |
2015-10-23 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap | Claudio Jeker |
2015-10-23 | enable viornd on RAMDISK_CD | Mike Larkin |
2015-10-21 | Do not call uvm_swap_finicrypt_all() a second time in dumpsys(). | Martin Pieuchot |
2015-10-08 | After replacement alloca() with alloc(), out-of-heap happened when booting | YASUOKA Masahiko |
2015-10-08 | 16 years after E801 memprobe was disabled, probably safe to delete it. | Ted Unangst |
2015-10-08 | Simpify some code by noting that DOSBBSECTOR is 0, so "if (n > | Kenneth R Westerback |
2015-10-05 | Fix efiboot not to use the usual kernel load address. Load the kernel in | YASUOKA Masahiko |
2015-10-01 | Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an | Kenneth R Westerback |
2015-10-01 | Remove yet more blinding whitespace. | Kenneth R Westerback |
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-30 | enable new asmc(4) driver on amd64 | Joerg Jung |
2015-09-30 | add a (disabled) driver for the Apple System Management Controller (SMC) as | Joerg Jung |
2015-09-30 | How about I delete _all_ the BITFIELDTYPE comments? | Philip Guenther |
2015-09-29 | Add missing prototype for bios_getdiskinfo() to amd64/disksubr.c. | Kenneth R Westerback |
2015-09-27 | Use readdisksector() instead of manual buf initialization. | Kenneth R Westerback |
2015-09-27 | free(x, 0) cleanup: | Sebastien Marie |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-09-26 | lint is dead: BITFIELDTYPE comments aren't useful | Philip Guenther |
2015-09-23 | Fix white spaces and style. | YASUOKA Masahiko |
2015-09-23 | Remove -DLINKADDR=. It is for first-stage bootstrap. | YASUOKA Masahiko |
2015-09-23 | efiboot used 3MB memory below the region for the kernel, but UEFI | YASUOKA Masahiko |
2015-09-19 | trivial "if(x) free(x)" replacement by "free(x)" | Sebastien Marie |
2015-09-18 | Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which is | Miod Vallat |
2015-09-13 | remove delta | Theo de Raadt |
2015-09-13 | Introduce intr_barrier(4), an interface that guarantees that an interrupt | Mark Kettenis |
2015-09-12 | Restore SMBIOS detection in ISA. OK yasuoka@ | Masao Uebayashi |
2015-09-12 | Add missing free() in efid_io(). Found by jsg. | YASUOKA Masahiko |