Age | Commit message (Expand) | Author |
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 |
2017-09-28 | When option DDB_STRUCTINFO was removed from the kernel, too much from | Patrick Wildt |
2017-09-15 | wrap a long line | Mike Larkin |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | Martin Pieuchot |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-09-03 | fix boot on older 486DX CPUs that lack CPUID. | Mike Larkin |
2017-08-30 | adjust ACPI resume-time saved stack location to account for a different | Mike Larkin |
2017-08-29 | In previous change, misconfigured APICs were not being repaired. | Theo de Raadt |
2017-08-28 | swap ualea for urng | Jasper Lievisse Adriaanse |
2017-08-25 | If SMAP is present, clear PSL_AC on kernel entry and interrupt so that | Philip Guenther |
2017-08-21 | vmm (i386): Move CPUID masks to vmmvar.h | pd |
2017-08-20 | The codepatch chunks for SMEP slac & clac can placed in .rodata because | Theo de Raadt |
2017-08-18 | We just need arc4random() for kernel stack random bias (modulo bios happens | Tom Cosgrove |
2017-08-17 | remove the useless apmwarn and mostly obsolete apmhalt sysctls. | Ted Unangst |
2017-08-16 | Randomly bias downwards from the top of each kernel stack, thereby | Theo de Raadt |
2017-08-12 | Use ctfstrip(1) by default to strip kernels. | Martin Pieuchot |
2017-08-12 | add some extra comments that got left out of the previous IA32_MISC_ENABLE | Mike Larkin |
2017-08-11 | Merge DDBCTF into DDB. | Martin Pieuchot |
2017-08-09 | Add IA32_MISC_ENABLE MSR and bitfield values, to be used shortly by | Mike Larkin |
2017-08-09 | reorder some MSRs in the MSR list that were out of order. No functional | Mike Larkin |
2017-08-08 | Get rid of read_psl() and write_psl() by replacing | Visa Hankala |
2017-08-03 | Remove duplicated commented out "dev/rasops/files.rasops" include. | Frederic Cambus |