Age | Commit message (Expand) | Author |
2015-06-05 | trunc_page() generally.... succeeds at clearing the page offset | Theo de Raadt |
2015-05-05 | no need to swizzle load/store addresses for 32bit values on big endian systems | Jonathan Matthew |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-05-02 | add missing splx calls | Jonathan Gray |
2015-05-01 | Do not grab the kernel lock for clock interrupts. Help and ok kettenis@ | Miod Vallat |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-04-20 | Remove most static, gives us much better ddb tracebacks from secondary | Miod Vallat |
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-11 | Explicitely include <sys/atomic.h> | Miod Vallat |
2015-02-11 | make the rwlock implementation MI. | David Gwynne |
2015-02-10 | atomic_{cas,swap}_ptr takes a volatile void *, not a volatile void **. | 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 | Do not even try to call uvm_grow() from sendsig. It will be invoked | Miod Vallat |
2015-02-08 | ANSI'fy. | Masao Uebayashi |
2015-02-08 | Fix stack trace of tail calls. From NetBSD. OK miod@ | Masao Uebayashi |
2015-02-08 | Give up tracing if RA is corrupted. OK miod@ | Masao Uebayashi |
2015-02-08 | Style. | Masao Uebayashi |
2015-02-06 | Add __attribute__((__format__(__kprintf__))) to bios_printf() | Miod Vallat |
2015-01-02 | Fix a few format string warnings, allow to build DEBUG kernel on sgi | Sebastian Reitenbach |
2014-12-17 | pretty easy removal of simplelocks | Theo de Raadt |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-12-15 | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, | Philip Guenther |
2014-12-13 | An UVM_ADV_NORMAL -> MADV_NORMAL was missed here | Philip Guenther |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-09-30 | implement atomic operations using ll/sc, and convert rw_cas and callers of the | Jonathan Matthew |
2014-08-18 | Sigh, ignoring instruction fetch bus errors for the kernel code should not | Miod Vallat |
2014-08-17 | On kernels compiled with R10000 support, ignore (by simply returning) | Miod Vallat |
2014-08-14 | fixed overrid(d)en typo | Tobias Stoeckmann |
2014-08-12 | addu -> PTR_ADDU when doing address arithmetic in the octeon-specific code path. | Miod Vallat |
2014-08-12 | Better cache information gathering. Only affects information put in dmesg. | Miod Vallat |
2014-08-12 | Pass 0 instead of uvm_map_hint() to uvm_map() in exec_md_map() to figure out | Miod Vallat |
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-09 | Do the way long overdue renaming of register names from o32 to n64 ABI. | Miod Vallat |
2014-07-09 | need uvm/uvm_extern.h since no longer supplied below user.h | Theo de Raadt |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-06-18 | fix format string if DEBUG | Miod Vallat |
2014-06-17 | We need to be more aggressive flushing L2 entries on RM7000 systems. | Miod Vallat |
2014-06-12 | Grab the kernel lock before cleaning up single-step breakpoints. Should | Mark Kettenis |
2014-05-19 | Format string fixes and removal of -Wno-format for sgi. Based upon an | Miod Vallat |
2014-05-11 | Move the increment of uvmexp.softs back to the caller of mi_ast(): | Philip Guenther |
2014-05-11 | Pull in <sys/user.h> before <sys/syscall*.h> | Philip Guenther |
2014-05-10 | various format string fixes and remove -Wno-format from octeon | Jasper Lievisse Adriaanse |
2014-05-10 | Factor out the common ast bits into mi_ast() | Philip Guenther |
2014-04-18 | Have each thread keeps its own (counted!) reference to the process's ucreds | Philip Guenther |
2014-04-09 | Make trapDump() take the printf-like function as a 2nd parameter. | Miod Vallat |