Age | Commit message (Expand) | Author |
2018-03-20 | Switching from per PCB TSS to per CPU TSS broke kvm86 calls to the BIOS. | Alexander Bluhm |
2018-03-20 | Do not panic from ddb(4) when a lock requirement isn't fulfilled. | Martin Pieuchot |
2018-03-20 | Add hibernate IO path for sdmmc(4). This requires some help from the | Jonathan Matthew |
2018-03-13 | Preparation for i386 Meltdown fix: | Alexander Bluhm |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |
2018-03-01 | Protect the calls to trapsignal() and psignal() with a kernel lock | Alexander Bluhm |
2018-02-21 | Mark VIA padlock as capable of dealing with ESN | Mike Belopuhov |
2018-02-20 | Convert key length from bits to bytes | Mike Belopuhov |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-16 | Add sizes for free() in the i386 version of the Enhanced SpeedStep driver. | Frederic Cambus |
2018-02-10 | Additional AMD CPUID bits documented in | Jonathan Gray |
2018-02-10 | Remove now unused assembly mutex code. | Martin Pieuchot |
2018-02-10 | Add a mapping from grandparent driver name to hibernate io function to reduce | Jonathan Matthew |
2018-02-09 | Check for the existence of /bsd before trying to back it up to /obsd. | Theo Buehler |
2018-02-07 | Reporting the PXE boot interface we identified is independent of setting | Christian Weisgerber |
2018-02-07 | Use M_WAITOK to show we don't need to check for NULL. | Kenneth R Westerback |
2018-01-27 | Sync the nam2blk entries with the bdevsw table, which is the | Christian Weisgerber |
2018-01-25 | Remove mutex implementations that now live in MI code. | Martin Pieuchot |
2018-01-25 | Move common mutex implementations to a MI place. | Martin Pieuchot |
2018-01-25 | Use a new LDFLAGS variable to pass "-melf_i386_obsd" on amd64. | Martin Pieuchot |
2018-01-22 | <machine/mutex.h> -> <sys/mutex.h> | Martin Pieuchot |
2018-01-22 | Always grab the KERNEL_LOCK() for !IPL_MPSAFE handlers. | Martin Pieuchot |
2018-01-13 | Define and use IPL_MPFLOOR in our common mutex implementation. | Martin Pieuchot |
2018-01-12 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2018-01-04 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-29 | Remove unnecessary includes in the i386 version of the VIA PadLock | Frederic Cambus |
2017-12-27 | Add sizes for free() in the Geode LX Security Block crypto accelerator. | Frederic Cambus |
2017-12-24 | Somes fixes for the VIA PadLock drivers. | Frederic Cambus |
2017-12-20 | Switch x86 architectures to the common C mutex implementation. | Martin Pieuchot |
2017-12-18 | Add sizes for free() in libsa for amd64 and i386. | Frederic Cambus |
2017-12-14 | Change bcopy to memcpy in the i386 version of the VIA PadLock driver. | Frederic Cambus |
2017-12-14 | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so | Philip Guenther |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-12-10 | more 0xcc, in data. There are i386 machines without NX, so this change | Theo de Raadt |
2017-12-08 | Disable SMAP temporarily to display userland traces. | Martin Pieuchot |
2017-12-04 | Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock). | Martin Pieuchot |
2017-11-29 | make vmm(4) less responsible for initial register state, preferring to let | Mike Larkin |
2017-11-28 | fix some clang warnings when building with VMM_DEBUG. Matches a previous | Mike Larkin |
2017-11-28 | better handling for invalid instruction lengths. | Mike Larkin |
2017-11-19 | Remove lock_machdep.c from amd64, i386, mips64 and sparc64. | Visa Hankala |
2017-11-17 | vmmvar.h changes for upcoming cdrom support in vmd(8). | Mike Larkin |
2017-11-04 | Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the | Florian Obser |
2017-11-03 | use %lx to print the frame address if resolving of the symbol name fails | Jasper Lievisse Adriaanse |
2017-10-24 | In ld scripts, an output section with no input sections is always marked | Philip Guenther |
2017-10-17 | remove the remaining references to .depend files since nothing creates them | Christian Weisgerber |
2017-10-17 | Simplify code that determines the number of arguments for a given function. | Jasper Lievisse Adriaanse |
2017-10-17 | Add a machine-independent implementation for the mplock. | Visa Hankala |
2017-10-04 | as a result of previous change, vftype and ftype always have the same | Theo de Raadt |
2017-09-29 | When fault indicates PGEX_W, only tell uvm we need a writeable page.. | Theo de Raadt |