summaryrefslogtreecommitdiffstats
path: root/sys/arch/m88k/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* miod notes T_USER needs to be a bit, it was not.deraadt2020-09-251-2/+2
* do not need these versions of timetc.hderaadt2020-07-081-23/+0
* Add support for timeconting in userland.pirofti2020-07-061-0/+23
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-16/+0
* introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2020-05-311-1/+3
* Retire <machine/varargs.h>.visa2020-05-271-13/+0
* Rewrite m88k mutex code as a slight variation of the MI mutex code.aoyama2020-05-261-4/+4
* %r26 hasn't been used by the threads implementation since 2016, so stopguenther2019-12-111-5/+3
* sys/arch/luna88k/luna88k/locore0.S:dummy_cpu assumes thataoyama2019-08-281-5/+4
* Include srp.h where struct cpu_info uses srp to avoid erroring out whenjsg2018-12-051-1/+2
* Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toclaudio2018-09-141-2/+2
* Adding membar_xxx defines to userland.aoyama2018-08-221-1/+49
* Remove unused spllock().visa2018-08-201-3/+1
* Make luna88k use the MI mplock implementation.aoyama2018-03-121-64/+3
* #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archderaadt2018-03-051-1/+2
* Define and use IPL_MPFLOOR in our common mutex implementation.mpi2018-01-131-2/+2
* Unify <machine/mutex.h> a bit further.mpi2018-01-041-2/+2
* Change __mp_lock_held() to work with an arbitrary CPU info structure andmpi2017-12-041-3/+3
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-5/+1
* Hook up mutex(9) to witness(4).visa2017-04-201-3/+16
* Provide mips64 with kernel-facing TCB_{GET,SET} macros that store itguenther2017-04-131-3/+1
* Put the address of the per-cpu clock and interrupt registers into the cpu_infomiod2017-03-191-2/+2
* Make this build (and run) with gcc 4.miod2017-02-151-4/+4
* In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() exceptguenther2017-02-081-3/+1
* TCB_GET_MEMBER() is no longer used after the TIB changesguenther2016-09-041-21/+3
* Increase the number of mbufs on most architectures. This is basedbluhm2016-09-031-2/+2
* Add sc_cookie in sigcontext, as same as other ports.aoyama2016-06-211-4/+4
* rename raiseipl to splraise()dlg2016-06-131-11/+11
* Remove the non ELF macrosderaadt2016-05-271-24/+1
* G/C DDB_REGS.mpi2016-04-271-2/+1
* Remove the definition of USRTEXT. It has no relevance outside of the non-PIEmiod2015-11-011-6/+1
* user land -> userland; from Rob Piercederaadt2015-10-051-2/+2
* lint is dead and C99 may be old enough to drive a car: delete LONGLONGguenther2015-09-261-3/+1
* _NLIST_DO_ELF is no longer needed: it's the only optionguenther2015-08-291-2/+1
* Only store mod/ref flags in the vm_page_md struct, not in every pv_entry.miod2015-07-251-10/+11
* Rename mtx_cpu to mtx_owner for consistency with the other platforms.miod2015-07-031-2/+2
* Fix cast in atomic_swap_ptr()miod2015-07-031-2/+2
* copy MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED from alpha.dlg2015-07-021-7/+5
* introduce srp, which according to the manpage i wrote is short fordlg2015-07-021-1/+5
* emul_native is only used for kernel threads which can't dump core, soguenther2015-05-051-11/+1
* Remove SIZE_MAX from limits.h. It was added years ago before wemillert2015-04-301-4/+1
* Change pmap_remove_holes() to take a vmspace instead of a map as its argument.miod2015-02-151-2/+2
* no md code wants lockmgr locks, so no md code needs to include sys/lock.hdlg2015-02-111-2/+1
* make the rwlock implementation MI.dlg2015-02-111-5/+1
* increase min address to page size for all remaining min == 0 systems.tedu2015-02-101-2/+2
* revert unintentional commit unrelated to LKMtedu2014-10-091-2/+2
* remove LKM devicestedu2014-10-091-2/+2
* pass atomic_{cas,swap}_uint a volatile void * instead of a volatiledlg2014-07-181-3/+3
* Implement rw_cas() with atomic_cas_ulong() now, instead of a dedicatedmiod2014-07-151-3/+2
* Add missing atomic primitives and __sync_synchronize to let the kernelmiod2014-07-131-3/+101