Age | Commit message (Expand) | Author |
2016-02-12 | Remove the "GenuineIntel" check from x86 mdrandom(). Checking the | Christian Weisgerber |
2016-02-05 | Implement FreeBSD-compatible IOCTL to access BMC in ipmi(4) | Masao Uebayashi |
2016-02-03 | Test cpuid_level or ci->ci_pnfeatset before using a CPUID leaf; some BIOSes | Philip Guenther |
2016-01-27 | Add a key-value interface to pvbus(4) that allows to get or set values | Reyk Floeter |
2016-01-12 | naddy observed the TSC fallback code could encounter (high word) %edx | Theo de Raadt |
2016-01-11 | Add a "mux -1" locator to wsdisplay(4) instances representing secondary | Mark Kettenis |
2016-01-10 | match up code and comments, add missing $OpenBSD$; ok jsing@ a while ago | Christian Weisgerber |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2016-01-08 | Enable uonerng(4) where ualea(4) is already present. | Martin Pieuchot |
2016-01-08 | Use off_t to store the offset we want to access the NVRAM at | Stefan Kempf |
2016-01-07 | We want the first, not the last, OpenBSD partition in the MBR. | Kenneth R Westerback |
2016-01-03 | enable pchtemp(4) on i386. | Daniel Dickman |
2015-12-27 | If available prefer the rdseed instruction over rdrand when adding entropy | Jonathan Gray |
2015-12-18 | Prevent uvm_fault() when hitting a breakpoint by restoring the original | Gerhard Roth |
2015-12-17 | add a size to free. from Mathieu | Ted Unangst |
2015-12-12 | Identify hypervisors before configuring other children of the mainbus | Reyk Floeter |
2015-12-07 | Add cpuid bits documented in the August 2015 revision of | Jonathan Gray |
2015-11-23 | downfalls -> pitfalls | mmcc |
2015-11-10 | Make TCB_GET() in the kernel return a (void *) like all the others archs | Philip Guenther |
2015-11-06 | Only read/write cr4 if we have a bit to set after testing the various | Jonathan Gray |
2015-11-01 | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE | 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-25 | enable asmc(4) on i386 | Joerg Jung |
2015-10-23 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap | Claudio Jeker |
2015-10-23 | Zap pv allocation abstraction layer. | Mark Kettenis |
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-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 |