NetBSD/sys/kern
itojun f3f3dd4992 cast register_t/size_t to u_long on printing.
From: Havard Eidnes <he@netbsd.org>
2002-08-08 14:43:40 +00:00
..
Make.tags.inc
Makefile
cnmagic.c
core_elf32.c
core_elf64.c
core_netbsd.c
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c
exec_elf64.c
exec_elf_common.c
exec_macho.c
exec_script.c
exec_subr.c
genassym.awk
genassym.sh
genlintstub.awk
init_main.c
init_sysent.c Regen for pmc_get_info, pmc_control. 2002-08-07 04:54:29 +00:00
kern_acct.c
kern_allocsys.c
kern_clock.c Implement pmc(9) -- An interface to hardware performance monitoring 2002-08-07 05:14:47 +00:00
kern_descrip.c
kern_exec.c
kern_exit.c Only include sys/pmc.h if PERFCTRS is defined. 2002-08-07 11:13:40 +00:00
kern_fork.c Add FORK_CLEANFILES flag to fork1(), which makes the new process start out 2002-08-06 13:58:08 +00:00
kern_kthread.c
kern_ktrace.c
kern_lkm.c
kern_lock.c
kern_malloc.c
kern_malloc_debug.c
kern_ntptime.c
kern_physio.c
kern_proc.c Cosmetic changes. 2002-07-26 06:04:57 +00:00
kern_prot.c
kern_resource.c
kern_sig.c Make killproc really public, and while we are there, constify. 2002-07-28 22:18:51 +00:00
kern_subr.c * Add copyin_proc() and copyout_proc(), which are like copyin() and 2002-07-20 03:58:24 +00:00
kern_synch.c Only include sys/pmc.h if PERFCTRS is defined. 2002-08-07 11:13:40 +00:00
kern_sysctl.c
kern_systrace.c cast register_t/size_t to u_long on printing. 2002-08-08 14:43:40 +00:00
kern_time.c
kern_xxx.c
kgdb_stub.c
makesyscalls.sh
subr_autoconf.c fix off-by-one error in string len check 2002-07-10 19:04:09 +00:00
subr_disk.c The buffer returned by BUFQ_PEEK must remain the same until BUFQ_GET is 2002-07-23 14:00:16 +00:00
subr_extent.c
subr_log.c
subr_pool.c Bring down a fix from the "newlock" branch, slightly modified: 2002-07-30 01:41:00 +00:00
subr_prf.c
subr_prof.c
subr_prop.c
subr_rmap.c
subr_userconf.c
subr_xxx.c
sys_generic.c
sys_pipe.c
sys_pmc.c Only include sys/pmc.h if PERFCTRS is defined. 2002-08-07 11:13:40 +00:00
sys_process.c Make sure that the pointer to old parent process for ptraced children 2002-07-25 20:04:02 +00:00
sys_socket.c
syscalls.c Regen for pmc_get_info, pmc_control. 2002-08-07 04:54:29 +00:00
syscalls.conf
syscalls.master New syscalls: sys_pmc_get_info and sys_pmc_control. 2002-08-07 04:52:53 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c Make sure repeated TIOCSCTTY doesn't corrupt session hold count. 2002-07-21 20:43:53 +00:00
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c
uipc_mbuf2.c
uipc_proto.c
uipc_socket.c Rename SB_UPDATE_TAIL() to SB_EMPTY_FIXUP(), per suggestion from 2002-07-03 21:39:40 +00:00
uipc_socket2.c Rename SB_UPDATE_TAIL() to SB_EMPTY_FIXUP(), per suggestion from 2002-07-03 21:39:40 +00:00
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c
vfs_cache.c
vfs_getcwd.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c Make NAMEI_DIAGNOSTIC compile. 2002-08-02 04:49:35 +00:00
vfs_subr.c
vfs_syscalls.c
vfs_vnops.c
vnode_if.c
vnode_if.sh
vnode_if.src