summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
AgeCommit message (Expand)Author
2015-09-13<sys/systm.h> must be before <sys/syscall_mi.h> now.Miod Vallat
2015-09-08Give 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 optionPhilip Guenther
2015-07-29Acquire the kernel lock in pmap_remove(). The reasons for this can't beMiod Vallat
2015-07-25Only store mod/ref flags in the vm_page_md struct, not in every pv_entry.Miod Vallat
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-03Rename mtx_cpu to mtx_owner for consistency with the other platforms.Miod Vallat
2015-07-03Fix cast in atomic_swap_ptr()Miod Vallat
2015-07-02copy MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED from alpha.David Gwynne
2015-07-02introduce srp, which according to the manpage i wrote is short forDavid Gwynne
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-04-30Remove SIZE_MAX from limits.h. It was added years ago before weTodd C. Miller
2015-03-06Unbreak IPL_TTY == IPL_SOFTTTY case. ok deraadt@Miod Vallat
2015-03-03Add pcic(4) support on luna88k.Kenji Aoyama
2015-02-15Change pmap_remove_holes() to take a vmspace instead of a map as its argument.Miod Vallat
2015-02-11no md code wants lockmgr locks, so no md code needs to include sys/lock.hDavid Gwynne
2015-02-11make the rwlock implementation MI.David Gwynne
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-10Enable `va < VM_MIN_ADDRESS' check now that VM_MIN_ADDRESS is nonzero.Miod Vallat
2015-02-10increase min address to page size for all remaining min == 0 systems.Ted Unangst
2015-02-09Do not even try to call uvm_grow() from sendsig. It will be invokedMiod Vallat
2014-12-24Pass real sizes to free().Miod Vallat
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-09revert unintentional commit unrelated to LKMTed Unangst
2014-10-09remove LKM devicesTed Unangst
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-07-18pass atomic_{cas,swap}_uint a volatile void * instead of a volatileDavid Gwynne
2014-07-15Implement rw_cas() with atomic_cas_ulong() now, instead of a dedicatedMiod Vallat
2014-07-15Fix stupid bug in atomic_{add,sub}_int_nv_mp, and stupider bug inMiod Vallat
2014-07-13use nitems() instead of handrolling something identicalJasper Lievisse Adriaanse
2014-07-13Add missing atomic primitives and __sync_synchronize to let the kernelMiod Vallat
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12Tackle the endian.h mess. Make it so that:Philip Guenther
2014-07-11CPU_BUSY_CYCLE(): A new MI statement for busy loop power reductionMasao Uebayashi
2014-07-08Repair compilability after the recent uvmexp changes, especially forMiod Vallat
2014-07-02Be more careful when recreating single-precision (float) argument to serviceMiod Vallat
2014-07-02In fpu_compare(), set the `not equal' bit when the result of the comparisonMiod Vallat
2014-07-02Make sure the kernel lock is held when invoking process_domem(); fixesMiod Vallat
2014-07-01Replace the assembly 88100 FPU imprecise exception code (mostly triggered byMiod Vallat
2014-06-09Replace the unmaintainable assembler code responsible for 88100 precise FPUMiod Vallat
2014-06-09Remove redundant regdump() output.Miod Vallat
2014-06-09Doh, traps 128 and 129 need to point to sigsys, not unknown_vector.Miod Vallat
2014-06-09More format string fixes (in 88110 code)Miod Vallat
2014-06-09Split the 88100 floating point support code in two files, one for the preciseMiod Vallat
2014-06-08Stop accepting system calls on trap vectors 128 and 129. Userland has notMiod Vallat
2014-06-05Remove conditional pipeline rewind on 88100, introduced in 1.19 - this seemsMiod Vallat
2014-06-02Apply the ``make sure sigcontext does not overlap pending DAE addresses''Miod Vallat
2014-06-01Take subsequent stack alignment into account in local_stack_frame() whenMiod Vallat
2014-05-31Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@Miod Vallat