summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-10-26irframetty(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26zs(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26hpf1275a(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26vax/dz(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26btuart(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26bth5(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26bcsp(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26ppp(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26sl(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26cy(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26tty(9): New ttylock, ttyunlock, ttylocked functions.riastradh
2022-10-26sys/vnode.h: New home for extern vfs_op_descs.riastradh
2022-10-26miscfs/fifofs/fifo.h: New home for extern fifo_vnodeop_opv_desc.riastradh
2022-10-26miscfs/specfs/specdev.h: New home for extern spec_vnodeop_opv_desc.riastradh
2022-10-26miscfs/deadfs/deadfs.h: New home for deadfs-related externs.riastradh
2022-10-26sys/mount.h: New home for vfs_timestamp_precision, vfs_magiclinks.riastradh
2022-10-26sys/filedesc.h: New home for extern cwdi0.riastradh
2022-10-26sys/pcu.h: New home for extern pcu_ops_md_defs.riastradh
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-10-26sys/msgbuf.h: New home for extern log_open.riastradh
2022-10-26kern/subr_log.c: log_lock is private; make it static, not extern.riastradh
2022-10-26kern/kern_lock.c: We get start_init_exec from sys/kernel.h now.riastradh
2022-10-26sys/kernel.h: New home for extern start_init_exec.riastradh
2022-10-26kern/kern_turnstile.c: Get turnstile0 from sys/sleeptab.h.riastradh
2022-10-26kgdb(9): Use ddb/db_extern.h instead of copying extern.riastradh
2022-10-26kern/subr_kobj.c: We already get module_base from sys/module.h.riastradh
2022-10-26sys/sleepq.h: Get cold from sys/kernel.h.riastradh
2022-10-26kern/subr_kcov.c: We already get cold from sys/kernel.h.riastradh
2022-10-26sys/sched.h: New home for extern sched_pstats_ticks in kernel.riastradh
2022-10-26sys: Put externs for time_adjtime and time_adjusted in .h files.riastradh
2022-10-26kern/kern_synch.c: Get averunnable from sys/resource.h.riastradh
2022-10-26kern/kern_pax.c: Get maxsmap from sys/resourcevar.h.riastradh
2022-10-26rwlock(9): Nix extern _rw_init in .c; use sys/rwlock.h.riastradh
2022-10-26sys/*: Get module_map consistently from sys/module.h.riastradh
2022-10-26mutex(9): Properly declare _mutex_init in sys/mutex.h.riastradh
2022-10-26kern/kern_hook.c: Get exec_lock from sys/exec.h.riastradh
2022-10-26kern/init_main.c: Get extern lwp0 from sys/lwp.h.riastradh
2022-10-26kern/exec_elf.c: Get emul_netbsd from sys/proc.h.riastradh
2022-10-26Since this node is a child of a syscon, the reg property doesn't fullyjmcneill
2022-10-26nix double n, i or g in "ing", in comments and documentation.andvar
2022-10-26fix various typos in comments and makefs README file.andvar
2022-10-26No need to constrain DMA tag to 32-bits on 32-bit platforms.jmcneill
2022-10-26Regen.msaitoh
2022-10-26Add AMD F17/Axh devices.msaitoh
2022-10-26Add AMD F17/1x and F17/9x CCP(PSP) support to amdccp(4).msaitoh
2022-10-26Regen.msaitoh
2022-10-26Add some AMD 17h/9xh devices from OpenBSD.msaitoh
2022-10-26Inherit MAC address from Devicetree "local-mac-address" property.jmcneill
2022-10-26Use generic Arasan SDHCI driver for Zynq-7000.jmcneill
2022-10-26MI PMAP hardware page table walker support.skrll