Age | Commit message (Expand) | Author |
2015-10-01 | Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an | Kenneth R Westerback |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-30 | add a (disabled) driver for the Apple System Management Controller (SMC) as | Joerg Jung |
2015-09-29 | Add missing prototype for bios_getdiskinfo() to amd64/disksubr.c. | Kenneth R Westerback |
2015-09-28 | In low-level suspend routines, set cold=2. In tsleep(), use this to | Theo de Raadt |
2015-09-27 | Use readdisksector() instead of manual buf initialization. These are | 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-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-16 | Fix uninitialized variable found by Maxime Villard's Brainy Code Scanner. | Daniel Dickman |
2015-09-13 | remove delta | Theo de Raadt |
2015-09-13 | intr_barrier(9) for i386. | Mark Kettenis |
2015-09-10 | Now that the GPT code tries really hard not to get in the way and | Kenneth R Westerback |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-09-10 | Call readgptlabel() from readdoslabel() instead of MD readdisklabel(). | Kenneth R Westerback |
2015-09-08 | sizes for free(); ok semarie | Theo de Raadt |
2015-09-08 | sizes for free(); ok semarie | Theo de Raadt |
2015-09-08 | convert several malloc(9) to mallocarray(9). | Sebastien Marie |
2015-09-03 | Fix a race in pmap_page_remove_86() and pmap_page_remove_pae(). | Mark Kettenis |
2015-09-03 | match amd64; bios_efi_info_t is required here as well, because acpidump | Theo de Raadt |
2015-09-03 | Fix the condition of finding SMBIOS. Found by gerhard@. | YASUOKA Masahiko |
2015-09-02 | remove a bunch of orphaned prototypes and unused functions; ok miod | Mike Belopuhov |
2015-09-02 | Fix the bios boot to pass the bootargs properly. | YASUOKA Masahiko |
2015-09-02 | alloca() no longer needed | Theo de Raadt |
2015-09-02 | Bring the boot changes on amd64 to i386. alloca is deleted. | YASUOKA Masahiko |
2015-09-01 | Always call readdoslabel() before readgptlabel(). Doubly always call them | Kenneth R Westerback |
2015-09-01 | ditch a few prototypes for non-existant functions | Mike Belopuhov |
2015-09-01 | fairly simple sizes for free() | Theo de Raadt |
2015-08-31 | The pmap_pmap_pool pool will never be used in interrupt context, so pass the | Mark Kettenis |
2015-08-30 | Provide remaining arch with END() macro for setting calculated size on | Philip Guenther |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-08-28 | The PDE covering the APTE space should not confer exec permissions. | Mike Larkin |
2015-08-26 | MBR must have priority over GPT. | Kenneth R Westerback |
2015-08-25 | typo in comment | Mike Larkin |
2015-08-25 | Enforce kernel w^x policy by properly setting NX (as needed) for | Mike Larkin |
2015-08-25 | Re-enabling GPT on amd64 and i386. Discussed with and OK krw@ | Brandon Mercer |
2015-08-22 | delete some wrong comments | Mike Larkin |
2015-08-21 | use vaddr_t for kernel va range calculation instead of paddr_t. No binary | Mike Larkin |
2015-08-20 | remove unused vesafb code, had been commented out and not compiled in for | Mike Larkin |
2015-08-20 | Remove an unused #include file from i386 and amd64 pmap.h | Mike Larkin |
2015-08-15 | Increase the size of the masks used in i386 ldscript to account for larger | Mike Larkin |
2015-08-12 | Use a linker script when building i386 kernels to allow section padding on | Mike Larkin |
2015-08-10 | Explicitly NULL-terminate mpbios_icu_table as required by the code which | Theo de Raadt |
2015-08-04 | Remove some ancient code in PAE mode that was part of supporting > 4GB | Mike Larkin |
2015-07-23 | Revert attempted GPT code cleanup. Too much code, too little testing. | Kenneth R Westerback |
2015-07-23 | Attach pvbus(4) later just before pci(4). Same change was done for amd64. | Reyk Floeter |
2015-07-23 | GPT appears to create broken spoofed labels for empty disks (at least vnd, | Theo de Raadt |
2015-07-21 | Sync with amd64; add LAPIC timer definitions. | Masao Uebayashi |
2015-07-21 | Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses. | Reyk Floeter |