NetBSD/sys/kern
cgd c0cdc0cf04 when printing data modified on the free list:
(1) do not cast it to (void *), and
	(2) print it as 0x%x, rather than %p.
This is not perfect (because the data being printed is "int32_t"-sized), but
is more correct than printing it as a pointer because the data is _not_ a
pointer, it is data to be printed in hex, and on some systems, pointers are
wider than the data items being printed, which leads to excess and misleading
output.  The only 'right' solution to this is to have a printf specifier
that prints the fixed-sized types the right way, and that's not really
practical.
1996-02-20 23:56:16 +00:00
..
Make.tags.inc
Makefile move ../sys/syscallargs.h out of the way when making new version, 1995-11-22 23:11:32 +00:00
exec_aout.c First pass at prototyping 1996-02-04 02:15:01 +00:00
exec_conf.c (1) undef various EXEC_ cpp symbols before defining them, in case 1995-12-09 05:34:47 +00:00
exec_ecoff.c
exec_elf.c More proto fixes 1996-02-09 18:59:18 +00:00
exec_elf32.c More proto fixes 1996-02-09 18:59:18 +00:00
exec_script.c First pass at prototyping 1996-02-04 02:15:01 +00:00
exec_subr.c
init_main.c More proto fixes 1996-02-09 18:59:18 +00:00
init_sysent.c update for new syscalls.master 1995-11-22 23:09:26 +00:00
kern_acct.c First pass at prototyping 1996-02-04 02:15:01 +00:00
kern_clock.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_conf.h new files... 1996-02-04 02:19:27 +00:00
kern_descrip.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_exec.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_exit.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_fork.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_ktrace.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_lkm.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_malloc.c when printing data modified on the free list: 1996-02-20 23:56:16 +00:00
kern_physio.c First pass at prototyping 1996-02-04 02:15:01 +00:00
kern_proc.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_prot.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_resource.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_sig.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_subr.c
kern_synch.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_sysctl.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_time.c Changes for NVSv3 code: pull in more NFS include files into kern_time.c 1996-02-18 11:57:06 +00:00
kern_xxx.c More proto fixes 1996-02-09 18:59:18 +00:00
makesyscalls.sh Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
subr_autoconf.c First pass at prototyping 1996-02-04 02:15:01 +00:00
subr_disk.c More proto fixes 1996-02-09 18:59:18 +00:00
subr_log.c More proto fixes 1996-02-09 18:59:18 +00:00
subr_prf.c More proto fixes 1996-02-09 18:59:18 +00:00
subr_prof.c More proto fixes 1996-02-09 18:59:18 +00:00
subr_rmap.c First pass at prototyping 1996-02-04 02:15:01 +00:00
subr_xxx.c First pass at prototyping 1996-02-04 02:15:01 +00:00
sys_generic.c More proto fixes 1996-02-09 18:59:18 +00:00
sys_process.c More proto fixes 1996-02-09 18:59:18 +00:00
sys_socket.c splnet --> splsoftnet 1995-08-12 23:59:09 +00:00
syscalls.c update for new syscalls.master 1995-11-22 23:09:26 +00:00
syscalls.conf
syscalls.master change definition of profil() to make it 64-bit friendly. This has 1995-11-22 23:07:19 +00:00
sysv_ipc.c
sysv_msg.c More proto fixes 1996-02-09 18:59:18 +00:00
sysv_sem.c More proto fixes 1996-02-09 18:59:18 +00:00
sysv_shm.c More proto fixes 1996-02-09 18:59:18 +00:00
tty.c More proto fixes 1996-02-09 18:59:18 +00:00
tty_conf.c First pass at prototyping 1996-02-04 02:15:01 +00:00
tty_pty.c More proto fixes 1996-02-09 18:59:18 +00:00
tty_subr.c More proto fixes 1996-02-09 18:59:18 +00:00
tty_tb.c First pass at prototyping 1996-02-04 02:15:01 +00:00
tty_tty.c First pass at prototyping 1996-02-04 02:17:39 +00:00
uipc_domain.c More proto fixes 1996-02-09 18:59:18 +00:00
uipc_mbuf.c More proto fixes 1996-02-09 18:59:18 +00:00
uipc_proto.c uipc_proto.c: No need for the forward decls anymore; everything is prototyped. 1996-02-13 21:10:43 +00:00
uipc_socket.c First pass at prototyping 1996-02-04 02:17:43 +00:00
uipc_socket2.c First pass at prototyping 1996-02-04 02:17:43 +00:00
uipc_syscalls.c More proto fixes 1996-02-09 18:59:18 +00:00
uipc_usrreq.c More proto fixes 1996-02-09 18:59:18 +00:00
vfs_bio.c Changes for NVSv3 code: pull in more NFS include files into kern_time.c 1996-02-18 11:57:06 +00:00
vfs_cache.c First pass at prototyping 1996-02-04 02:17:43 +00:00
vfs_cluster.c More proto fixes 1996-02-09 18:59:18 +00:00
vfs_conf.c ffs -> ufs 1995-11-11 22:00:15 +00:00
vfs_init.c More proto fixes 1996-02-09 18:59:18 +00:00
vfs_lockf.c First pass at prototyping 1996-02-04 02:17:43 +00:00
vfs_lookup.c More proto fixes 1996-02-09 18:59:18 +00:00
vfs_subr.c More proto fixes 1996-02-09 18:59:18 +00:00
vfs_syscalls.c More proto fixes 1996-02-09 18:59:18 +00:00
vfs_vnops.c First pass at prototyping 1996-02-04 02:17:43 +00:00
vnode_if.sh
vnode_if.src Fix vop_link, vop_symlink, and vop_remove semantics in several ways: 1996-02-09 14:45:36 +00:00