NetBSD/sys/kern
andrew f74843ee98 * ansifications
* cleaned up hardclock() to avoid checking "p" multiple times, and avoid a
  gcc2 possible-use-before-initialisation warning.
* changed softclock() timeout callback functions to be of type timeout_t -
  a pointer to a void fn(int).  No-one was using the second, tick, argument
  that was being passed to these callbacks - it is much cleaner to drop the
  thing entirely, rather than add a whole heap of casts of dubious
  correctness to calls to timeout(), etc.  The old style is kept in an
  #ifdef, for future reference.
1993-06-27 06:05:32 +00:00
..
dead_vnops.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
fifo_vnops.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
init_main.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
init_sysent.c add support for terry lambert's loadable kernel modules. 1993-06-07 19:51:59 +00:00
kern_acct.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_clock.c * ansifications 1993-06-27 06:05:32 +00:00
kern_descrip.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_exec.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_exit.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_fork.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_kinfo.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_ktrace.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_lkm.c allow modules to be loaded only if device is open for writing 1993-06-07 23:10:09 +00:00
kern_malloc.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_physio.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_proc.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_prot.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_resource.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_sig.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_subr.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_synch.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_time.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
kern_xxx.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
makesyscalls.sh add support for terry lambert's loadable kernel modules. 1993-06-07 19:51:59 +00:00
spec_vnops.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
subr_acct.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
subr_disk.c more disklabel changes 1993-05-20 23:12:53 +00:00
subr_log.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
subr_mcount.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
subr_prf.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
subr_rlist.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
subr_xxx.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
sys_generic.c more damn ansi function declarations. damn you chris.... 1993-06-22 01:59:39 +00:00
sys_process.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
sys_socket.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
syscalls.c add support for terry lambert's loadable kernel modules. 1993-06-07 19:51:59 +00:00
syscalls.master add support for terry lambert's loadable kernel modules. 1993-06-07 19:51:59 +00:00
sysv_shm.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
tty.c Fixed ECHONL. 1993-06-20 04:52:53 +00:00
tty_compat.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
tty_conf.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
tty_pty.c make getc() and ungetc() be rb{un,}getc(), so getc() and ungetc() 1993-06-06 23:04:42 +00:00
tty_ring.c make getc() and ungetc() be rb{un,}getc(), so getc() and ungetc() 1993-06-06 23:04:42 +00:00
tty_tb.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
tty_tty.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
uipc_domain.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
uipc_mbuf.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
uipc_proto.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
uipc_socket.c make kernel select interface be one-stop shopping & clean it all up. 1993-05-18 18:18:40 +00:00
uipc_socket2.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
uipc_syscalls.c add include of select.h if necessary for protos, or delete if extraneous 1993-05-22 11:40:42 +00:00
uipc_usrreq.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
vfs__bio.c fixing more ansi-style function definitions... 1993-06-22 02:33:21 +00:00
vfs_bio.old.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
vfs_cache.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
vfs_conf.c Leave a hole for AFS 1993-06-10 16:25:01 +00:00
vfs_lookup.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
vfs_subr.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
vfs_syscalls.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
vfs_vnops.c add include of select.h if necessary for protos, or delete if extraneous 1993-05-22 11:40:42 +00:00