This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2025-01-22 16:44:32 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4445327516
HardenedBSD
/
sys
/
kern
History
John Baldwin
fd2802cfe0
Add a KASSERT() to catch instances where the mutex that we pass in to
...
msleep() are recursed. Suggested by: cp
2000-09-24 00:33:51 +00:00
..
bus_if.m
device_if.m
genassym.sh
imgact_aout.c
imgact_elf.c
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c
init_sysent.c
kern_acct.c
kern_acl.c
o Change locking rules for VOP_GETACL() to indicate that vnode locks
2000-09-21 18:43:32 +00:00
kern_cap.c
kern_clock.c
kern_conf.c
Rename lminor() to dev2unit(). This function gives a linear unit number
2000-09-19 10:28:44 +00:00
kern_descrip.c
kern_environment.c
kern_event.c
kern_exec.c
Remove unneeded #include that was a remnant of an earlier version of
2000-09-21 09:04:17 +00:00
kern_exit.c
Added used include of <sys/mutex.h> (don't depend on pollution in
2000-09-17 12:20:49 +00:00
kern_fork.c
kern_idle.c
Create an event (idle_event) which is invoked every time around the
2000-09-22 03:19:24 +00:00
kern_intr.c
kern_jail.c
kern_kthread.c
kern_ktr.c
kern_ktrace.c
kern_linker.c
kern_lock.c
Move MAXCPU from machine/smp.h to machine/param.h to fix breakage
2000-09-23 12:18:06 +00:00
kern_lockf.c
kern_malloc.c
Don't #include <sys/proc.h>, since machine/mutex.h does it now.
2000-09-23 00:01:37 +00:00
kern_mib.c
kern_module.c
kern_mutex.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_resource.c
Add new line character to debugging printf's.
2000-09-18 17:03:03 +00:00
kern_shutdown.c
Added used include of <sys/mutex.h> (don't depend on pollution in
2000-09-17 12:20:49 +00:00
kern_sig.c
Unpessimized CURSIG(). The fast path through CURSIG() was broken in
2000-09-17 15:12:04 +00:00
kern_subr.c
kern_switch.c
kern_synch.c
Add a KASSERT() to catch instances where the mutex that we pass in to
2000-09-24 00:33:51 +00:00
kern_syscalls.c
kern_sysctl.c
kern_tc.c
kern_threads.c
kern_time.c
kern_timeout.c
kern_xxx.c
ksched.c
link_aout.c
link_elf_obj.c
link_elf.c
linker_if.m
Make.tags.inc
makedevops.pl
Makefile
makeobjops.pl
makesyscalls.sh
md5c.c
p1003_1b.c
posix4_mib.c
subr_acl_posix1e.c
o Change locking rules for VOP_GETACL() to indicate that vnode locks
2000-09-21 18:43:32 +00:00
subr_autoconf.c
subr_blist.c
subr_bus.c
Initialize 'hints_loaded' to 0.
2000-09-17 23:57:52 +00:00
subr_clist.c
subr_devstat.c
subr_disk.c
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c
subr_eventhandler.c
Make the EVENTHANDLER mechanism MP-safe. Events can now be invoked
2000-09-22 03:17:35 +00:00
subr_kobj.c
subr_log.c
subr_module.c
subr_param.c
subr_prf.c
subr_prof.c
subr_rman.c
subr_scanf.c
subr_smp.c
Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,
2000-09-22 23:40:10 +00:00
subr_taskqueue.c
subr_trap.c
subr_turnstile.c
subr_witness.c
subr_xxx.c
sys_generic.c
sys_pipe.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.master
sysv_ipc.c
sysv_msg.c
Fully initialize msqids[]. This could lead to ENOSPC and other strange
2000-09-19 22:59:22 +00:00
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
Rename lminor() to dev2unit(). This function gives a linear unit number
2000-09-19 10:28:44 +00:00
tty_snoop.c
tty_subr.c
tty_tty.c
tty.c
uipc_accf.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c
vfs_acl.c
o Change locking rules for VOP_GETACL() to indicate that vnode locks
2000-09-21 18:43:32 +00:00
vfs_aio.c
Added used include of <sys/mutex.h> (don't depend on pollution in
2000-09-17 12:20:49 +00:00
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_default.c
vfs_export.c
Style fixes:
2000-09-22 12:22:36 +00:00
vfs_extattr.c
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c
Style fixes:
2000-09-22 12:22:36 +00:00
vfs_syscalls.c
vfs_vnops.c
o Introduce vn_extattr_rm(), a helper function in the style of
2000-09-22 22:33:13 +00:00
vnode_if.pl
vnode_if.src
o Change locking rules for VOP_GETACL() to indicate that vnode locks
2000-09-21 18:43:32 +00:00