freebsd-nq/sys/kern
Poul-Henning Kamp aa8de40ae5 Another sweep over the pmap/vm macros, this time with more focus on
the usage.  I'm not satisfied with the naming, but now at least there is
less bogus stuff around.
1996-05-03 21:01:54 +00:00
..
imgact_aout.c First pass at cleaning up macros relating to pages, clusters and all that. 1996-05-02 10:43:17 +00:00
imgact_elf.c Removed unnecessary #includes from <sys/imgact.h> so that it is 1996-05-01 02:43:13 +00:00
imgact_gzip.c First pass at cleaning up macros relating to pages, clusters and all that. 1996-05-02 10:43:17 +00:00
imgact_shell.c Killed sections 3 and 4 of my copyright as I don't agree with it (I believe 1996-04-08 01:22:00 +00:00
inflate.c
init_main.c
init_sysent.c
init_sysvec.c
kern_acct.c
kern_clock.c
kern_conf.c
kern_descrip.c Fixed the unit numbers of the devfs `fd' devices. 1996-03-27 19:19:58 +00:00
kern_devconf.c
kern_exec.c Removed unnecessary #includes from <sys/imgact.h> so that it is 1996-05-01 02:43:13 +00:00
kern_exit.c Spell cpu_switch() with an i in a comment. 1996-04-11 20:56:29 +00:00
kern_fork.c Fix a nasty bug that causes random crashes and lockups particularly on 1996-05-02 11:38:05 +00:00
kern_ktrace.c
kern_lkm.c Removed unnecessary #includes from <sys/imgact.h> so that it is 1996-05-01 02:43:13 +00:00
kern_lockf.c
kern_malloc.c removed: 1996-05-02 14:21:14 +00:00
kern_mib.c Move the "mib" variables out to their own file. 1996-04-07 13:03:06 +00:00
kern_ntptime.c
kern_physio.c
kern_proc.c Declared pgrpdump() properly. 1996-04-07 16:16:05 +00:00
kern_prot.c
kern_random.c Use rdtsc() function instead of inline essembler. 1996-04-07 18:16:26 +00:00
kern_resource.c
kern_sig.c Removed unnecessary #includes from <sys/imgact.h> so that it is 1996-05-01 02:43:13 +00:00
kern_subr.c
kern_synch.c Don't generate code for the unused function sleep(). 1996-04-07 13:35:58 +00:00
kern_sysctl.c Fix a longstanding bug and a buglet of no significance. 1996-04-13 13:28:54 +00:00
kern_tc.c
kern_time.c Removed never-used #includes of <machine/cpu.h>. Many were apparently 1996-04-07 17:39:28 +00:00
kern_timeout.c
kern_xxx.c
Make.tags.inc
Makefile Remove bogus architectures to allow make tags to work. 1996-03-31 18:53:43 +00:00
makesyscalls.sh
md5c.c
subr_autoconf.c
subr_clist.c Killed sections 3 and 4 of my copyright as I don't agree with it (I believe 1996-04-08 01:22:00 +00:00
subr_disklabel.c disksort() is gone, all drivers now use tqdisksort(). 1996-05-03 15:05:17 +00:00
subr_diskmbr.c Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose 1996-04-07 17:32:42 +00:00
subr_diskslice.c Fixed removal of devfs entries for the real slice corresponding to the 1996-04-19 19:22:29 +00:00
subr_dkbad.c
subr_log.c Fixed name of /dev/fs/klog (it's not "log"). 1996-03-27 19:45:28 +00:00
subr_param.c removed: 1996-05-02 14:21:14 +00:00
subr_prf.c KGDB is dead. It may come back one day if somebody does it. 1996-05-02 09:34:51 +00:00
subr_prof.c
subr_rlist.c
subr_trap.c Remove a now unnecessary prototype from pmap.c. Also remove now 1996-03-28 05:40:58 +00:00
subr_xxx.c
sys_generic.c
sys_pipe.c
sys_process.c removed: 1996-05-02 14:21:14 +00:00
sys_socket.c
syscalls.c
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c Another sweep over the pmap/vm macros, this time with more focus on 1996-05-03 21:01:54 +00:00
tty_compat.c
tty_conf.c
tty_cons.c Removed unused #include. 1996-05-01 03:32:46 +00:00
tty_pty.c Fixed the PF_REMOTE case of ptcwrite(). I broke it in rev.1.22. Output 1996-04-11 18:43:37 +00:00
tty_snoop.c Switched from using devfs_add_devsw() to devfs_add_devswf() 1996-03-28 14:31:42 +00:00
tty_subr.c Killed sections 3 and 4 of my copyright as I don't agree with it (I believe 1996-04-08 01:22:00 +00:00
tty_tb.c
tty_tty.c Switched from using devfs_add_devsw() to devfs_add_devswf() 1996-03-28 14:31:42 +00:00
tty.c removed: 1996-05-02 14:21:14 +00:00
uipc_domain.c
uipc_mbuf.c removed: 1996-05-02 14:21:14 +00:00
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c Fix for PR #1146: the "next" pointer must be cached before calling soabort 1996-04-16 03:50:08 +00:00
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c Another sweep over the pmap/vm macros, this time with more focus on 1996-05-03 21:01:54 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_export.c
vfs_extattr.c
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c
vfs_syscalls.c
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src