Age | Commit message (Expand) | Author |
2015-11-01 | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE | Miod Vallat |
2015-10-05 | user land -> userland; from Rob Pierce | Theo de Raadt |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-07-25 | Only store mod/ref flags in the vm_page_md struct, not in every pv_entry. | Miod Vallat |
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-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 | increase min address to page size for all remaining min == 0 systems. | Ted Unangst |
2014-10-09 | revert unintentional commit unrelated to LKM | Ted Unangst |
2014-10-09 | remove LKM devices | Ted Unangst |
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-13 | Add missing atomic primitives and __sync_synchronize to let the kernel | Miod Vallat |
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-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-05-31 | Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@ | Miod Vallat |
2014-05-31 | Introduce m88100_rewind_insn() to rewind the execution pipeline one | Miod Vallat |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-02-02 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-11-16 | Allow initial device mappings (from pmap_table) to be backed up by BATC. | Miod Vallat |
2013-11-02 | Create the initial page tables in the area between the end of the firmware | Miod Vallat |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-09-05 | Service the 88100 floating-point exceptions through trap(), keeping the | Miod Vallat |
2013-08-26 | Use %r27 as the thread control block pointer, allowing for __get_tcb() calls | Miod Vallat |
2013-08-18 | data_access_emulation() may fault. Be sure to clear pcb_onfault before | Miod Vallat |
2013-08-18 | Fix prototypes of do_load_half() and do_load_byte() - those return a | Miod Vallat |
2013-08-07 | We uniformly define size_t to be unsigned long and ssize_t to be long. Make | Mark Kettenis |
2013-07-17 | Use `long' instead of `int' in structure layouts which may get assigned from | Miod Vallat |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-05-31 | remove counters for simplelocks | Ted Unangst |
2013-05-17 | Extend cmmu routines to return the caching mode to use for page tables. | Miod Vallat |