summaryrefslogtreecommitdiff
path: root/sys/arch/usermode
AgeCommit message (Expand)Author
2023-04-03usermode/syscall.c: s/fall trough/FALLTHROUGH/ (KNF)gutteridge
2023-02-09Adjust _all_ cinclude of *.local filesabs
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-05-28fix various typos in comments, mainly origional->original,andvar
2022-05-28fix various typos, mainly in comments.andvar
2022-03-20fix typos in debug/panic messages: isued->issued, initialiased->initialised.andvar
2022-01-01fix typos in comments, mainly basicly -> basically.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-01Whitespace: #define<tab>simonb
2021-01-20remove compat_ossaudio from kernel modulesnia
2020-10-21make process_machdep.c included always since it provides register i/o used bychristos
2020-10-20harmonize process_machdep.c inclusion.christos
2020-06-30Make copystr() a MI C function, part of libkern and shared on allmaxv
2020-05-29For struct timecounter, use C99 initializers.rin
2020-03-14pmap_remove_all(): Return a boolean value to indicate the behaviour. Ifad
2020-02-05Adopt <net/if_stat.h>skrll
2019-12-03Use __insn_barrier to enforce ordering in l_ncsw loops.riastradh
2019-12-01Fix false sharing problems with cpu_info. Identified with tprof(8).ad
2019-12-01Make cpu_intr_p() safe to use anywhere, i.e. outside assertions:ad
2019-11-29Nix now-unused definitions of MUTEX_GIVE/MUTEX_RECEIVE.riastradh
2019-11-29Largely eliminate the MD rwlock.h header file.riastradh
2019-11-29PR port-sparc/54718 (sparc install hangs since recent scheduler changes)ad
2019-11-23cpu_need_resched():ad
2019-11-21mi_userret(): take care of calling preempt(), set spc_curpriority directly,ad
2019-11-13Switch to the new PTE naming.maxv
2019-09-23Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all archesskrll
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-29 KNF. No functional change.msaitoh
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-05-07Switch all users (except ia64) of custom machine/ansi.h to common_ansi.hkamil
2019-04-10Make the usermode kernel compile again.thorpej
2019-04-10 Add missing semicolon.msaitoh
2019-04-06Centralized shared part of child_return() into MI partkamil
2019-04-06Overhaul the API used to fetch and store individual memory cells inthorpej
2019-03-09Start replacing the x86 PTE bits.maxv
2019-02-17Set WARN=3 for sing-compare.rin
2018-11-27Fix widespread leak in the sendsig_siginfo() functions. sigframe_siginfomaxv
2018-09-22- Determine KERN_AS automatically depending on whether OPT_MODULAR isrin
2018-09-16interrupt has two 'r'sskrll
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-08-17Start using the kernel ld script.reinoud
2018-08-05Advise to explicitly set flags +agm instead of only clearing them when setreinoud
2018-08-05Add KGDB definitions for i386reinoud
2018-08-05To avoid possible collisions between the NetBSD/userland kernel and possiblereinoud
2018-08-03Allow for setting kernel breakpoints in our remote kgdbreinoud
2018-08-03Fix physical memory size issue. It will now happily run on more than one gb.reinoud
2018-08-01Revert to working statereinoud