Age | Commit message (Expand) | Author |
2016-08-16 | remove #define for /dev/mem minors. let the raw magic of the hardcoded | Ted Unangst |
2016-08-15 | normalize some comments | Ted Unangst |
2016-06-07 | consistently set ipls on pmap pools. | David Gwynne |
2016-05-27 | Remove the non ELF macros | Theo de Raadt |
2016-05-23 | Place a cpu-dependent trap/illegal instruction over the remainder of the | Theo de Raadt |
2016-05-21 | hand-massage sendsig() and sys_sigreturn() to be much more similar. | Theo de Raadt |
2016-05-18 | Save and restore 'gbr' register when enter/leaving the kernel, and use | Philip Guenther |
2016-05-11 | delete SROP mitigation debug code; it works | Theo de Raadt |
2016-05-10 | SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie | Theo de Raadt |
2016-04-27 | G/C DDB_REGS. | Martin Pieuchot |
2016-03-05 | Sync no-argument function declaration and definition by adding (void). | Tobias Ulmer |
2016-02-27 | Rename kdb_trap() into db_ktrap(). | Martin Pieuchot |
2016-02-26 | Make alpha and sh 2038-safe. Now that we have 64-bit time_t, we don't | mmcc |
2016-01-15 | intr_barrier for sh/landisk; tobiasu noticed the need as well | Theo de Raadt |
2015-10-21 | Do not call uvm_swap_finicrypt_all() a second time in dumpsys(). | Martin Pieuchot |
2015-09-30 | Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_ | Kenneth R Westerback |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-09-10 | Fix error value in ktrace syscall records. ok deraadt@ dlg@ guenther@ | Miod Vallat |
2015-09-08 | Give the pool page allocator backends more sensible names. We now have: | Mark Kettenis |
2015-09-01 | free() size | Theo de Raadt |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-05-15 | still needs kcore.h | Theo de Raadt |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-11 | no md code wants lockmgr locks, so no md code needs to include sys/lock.h | David Gwynne |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-09 | No need to check for va < USRSTACK before invoking uvm_grow() on behalf of | Miod Vallat |
2015-01-20 | Move ps_strings "after" the random stackgap. This makes its location a | Mark Kettenis |
2014-12-03 | More duplicate #include cleanout. | Kenneth R Westerback |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-11-17 | split the int and long implementations to avoid compiler warnings. | David Gwynne |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-13 | Let this compile without option DDB. | Miod Vallat |
2014-09-24 | jmatthew@ found another case of me getting the number of args wrong | David Gwynne |
2014-09-24 | implement atomic_{cas,swap}_{uint,long,ptr) and atomic_{add,sub}_{int,long} | David Gwynne |
2014-07-13 | use nitems() instead of handrolling something identical | Jasper Lievisse Adriaanse |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Tackle the endian.h mess. Make it so that: | Philip Guenther |
2014-07-11 | CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction | Masao Uebayashi |
2014-07-10 | remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg | Theo de Raadt |
2014-05-11 | Move the increment of uvmexp.softs back to the caller of mi_ast(): | Philip Guenther |
2014-05-10 | bring things syscall_mi.h needs into scope earlier | Theo de Raadt |
2014-05-10 | Factor out the common ast bits into mi_ast() | Philip Guenther |
2014-05-08 | Format string fixes and removal of -Wno-format for landisk kernels | Miod Vallat |
2014-04-18 | Have each thread keeps its own (counted!) reference to the process's ucreds | Philip Guenther |
2014-04-14 | Fewer <uvm/uvm.h> | Martin Pieuchot |