summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
AgeCommit message (Expand)Author
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andPhilip Guenther
2017-06-22Tidy up comment about double load opcodes in m88k/eh_common.S (and fix ;; -> ||)Tom Cosgrove
2017-05-30Kill db_sym_t.Martin Pieuchot
2017-05-29Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead.Martin Pieuchot
2017-05-29copyin32 implementation from miod@Martin Pieuchot
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-04-20Hook up mutex(9) to witness(4).Visa Hankala
2017-04-13Provide mips64 with kernel-facing TCB_{GET,SET} macros that store itPhilip Guenther
2017-03-19Put the address of the per-cpu clock and interrupt registers into the cpu_infoMiod Vallat
2017-02-15Make this build (and run) with gcc 4.Miod Vallat
2017-02-12Split up fork1():Philip Guenther
2017-02-08In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() exceptPhilip Guenther
2016-10-19Change process_{domem,auxv_offset}() to take a process instead of a proc.Philip Guenther
2016-10-19Change pmap_proc_iflush() to take a process instead of a procPhilip Guenther
2016-10-09Tweak the special handling of pid 1 in setregs()...and document thatPhilip Guenther
2016-10-09Apply consistency to forever loops with continue and NOTREACHEDTom Cosgrove
2016-10-08Report the PID in sendsig() debuggingPhilip Guenther
2016-09-25Make a move towards ending 4 decades of kernel snooping.Theo de Raadt
2016-09-19ansify function definitionsJasper Lievisse Adriaanse
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-09-04TCB_GET_MEMBER() is no longer used after the TIB changesPhilip Guenther
2016-09-03Increase the number of mbufs on most architectures. This is basedAlexander Bluhm
2016-08-01bring the light of ansi to a few more filesTed Unangst
2016-06-21Add sc_cookie in sigcontext, as same as other ports.Kenji Aoyama
2016-06-13rename raiseipl to splraise()David Gwynne
2016-06-07consistently set ipls on pmap pools.David Gwynne
2016-05-27Remove the non ELF macrosTheo de Raadt
2016-05-21hand-massage sendsig() and sys_sigreturn() to be much more similar.Theo de Raadt
2016-05-10SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookieTheo de Raadt
2016-04-27G/C DDB_REGS.Martin Pieuchot
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-09Convert DDB_REGS -> &ddb_regs, inputs and ok naddy@Martin Pieuchot
2016-03-01DB_SYM_NULL -> NULL.Martin Pieuchot
2015-11-01Remove the definition of USRTEXT. It has no relevance outside of the non-PIEMiod Vallat
2015-10-05user land -> userland; from Rob PierceTheo de Raadt
2015-09-26lint is dead and C99 may be old enough to drive a car: delete LONGLONGPhilip Guenther
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