Age | Commit message (Expand) | Author |
2015-09-13 | <sys/systm.h> must be before <sys/syscall_mi.h> now. | Miod Vallat |
2015-09-08 | Give the pool page allocator backends more sensible names. We now have: | Mark Kettenis |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-07-29 | Acquire the kernel lock in pmap_remove(). The reasons for this can't be | Miod Vallat |
2015-07-25 | Only store mod/ref flags in the vm_page_md struct, not in every pv_entry. | Miod Vallat |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-07-03 | Rename mtx_cpu to mtx_owner for consistency with the other platforms. | Miod Vallat |
2015-07-03 | Fix cast in atomic_swap_ptr() | Miod Vallat |
2015-07-02 | copy MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED from alpha. | David Gwynne |
2015-07-02 | introduce srp, which according to the manpage i wrote is short for | David Gwynne |
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-03-06 | Unbreak IPL_TTY == IPL_SOFTTTY case. ok deraadt@ | Miod Vallat |
2015-03-03 | Add pcic(4) support on luna88k. | Kenji Aoyama |
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 | make the rwlock implementation MI. | 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-10 | Enable `va < VM_MIN_ADDRESS' check now that VM_MIN_ADDRESS is nonzero. | Miod Vallat |
2015-02-10 | increase min address to page size for all remaining min == 0 systems. | Ted Unangst |
2015-02-09 | Do not even try to call uvm_grow() from sendsig. It will be invoked | Miod Vallat |
2014-12-24 | Pass real sizes to free(). | Miod Vallat |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-09 | revert unintentional commit unrelated to LKM | Ted Unangst |
2014-10-09 | remove LKM devices | Ted Unangst |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-07-18 | pass atomic_{cas,swap}_uint a volatile void * instead of a volatile | David Gwynne |
2014-07-15 | Implement rw_cas() with atomic_cas_ulong() now, instead of a dedicated | Miod Vallat |
2014-07-15 | Fix stupid bug in atomic_{add,sub}_int_nv_mp, and stupider bug in | Miod Vallat |
2014-07-13 | use nitems() instead of handrolling something identical | Jasper Lievisse Adriaanse |
2014-07-13 | Add missing atomic primitives and __sync_synchronize to let the kernel | Miod Vallat |
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-08 | Repair compilability after the recent uvmexp changes, especially for | Miod Vallat |
2014-07-02 | Be more careful when recreating single-precision (float) argument to service | Miod Vallat |
2014-07-02 | In fpu_compare(), set the `not equal' bit when the result of the comparison | Miod Vallat |
2014-07-02 | Make sure the kernel lock is held when invoking process_domem(); fixes | Miod Vallat |
2014-07-01 | Replace the assembly 88100 FPU imprecise exception code (mostly triggered by | Miod Vallat |
2014-06-09 | Replace the unmaintainable assembler code responsible for 88100 precise FPU | Miod Vallat |
2014-06-09 | Remove redundant regdump() output. | Miod Vallat |
2014-06-09 | Doh, traps 128 and 129 need to point to sigsys, not unknown_vector. | Miod Vallat |
2014-06-09 | More format string fixes (in 88110 code) | Miod Vallat |
2014-06-09 | Split the 88100 floating point support code in two files, one for the precise | Miod Vallat |
2014-06-08 | Stop accepting system calls on trap vectors 128 and 129. Userland has not | Miod Vallat |
2014-06-05 | Remove conditional pipeline rewind on 88100, introduced in 1.19 - this seems | Miod Vallat |
2014-06-02 | Apply the ``make sure sigcontext does not overlap pending DAE addresses'' | Miod Vallat |
2014-06-01 | Take subsequent stack alignment into account in local_stack_frame() when | Miod Vallat |
2014-05-31 | Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@ | Miod Vallat |