freebsd_amp_hwpstate/sys/kern
Peter Dufault 917e476dad Reviewed by: msmith, bde long ago
POSIX.4 headers and sysctl variables.  Nothing should change
unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
1998-03-04 10:27:00 +00:00
..
Make.tags.inc
Makefile
imgact_aout.c Removed unused #includes. 1998-02-20 13:11:54 +00:00
imgact_elf.c Update the ELF image activator to use some of the exec resources rather 1998-03-02 05:47:58 +00:00
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c Make the rootdir handling more consistent. Now, processes always 1998-02-15 04:17:09 +00:00
init_sysent.c Updated generated files. 1998-02-03 17:52:21 +00:00
init_sysvec.c
kern_acct.c
kern_clock.c Replace TOD clock code with more systematic approach. 1998-02-20 16:36:17 +00:00
kern_conf.c
kern_descrip.c Make the rootdir handling more consistent. Now, processes always 1998-02-15 04:17:09 +00:00
kern_exec.c Update the ELF image activator to use some of the exec resources rather 1998-03-02 05:47:58 +00:00
kern_exit.c
kern_fork.c
kern_intr.c Move include of <machine/ipl.h> inside ifndef SMP where it is used, to 1998-02-10 17:10:23 +00:00
kern_ktrace.c Don't depend on "implicit int". 1998-02-20 13:37:40 +00:00
kern_linker.c
kern_lkm.c Make NO_LKM a new-style option. 1998-02-12 18:02:07 +00:00
kern_lock.c Include SIMPLELOCK_DEBUG functions even if SMP if compiling LINT; give 1998-02-11 00:05:26 +00:00
kern_lockf.c
kern_malloc.c Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden 1998-02-23 07:41:23 +00:00
kern_mib.c Reviewed by: msmith, bde long ago 1998-03-04 10:25:55 +00:00
kern_module.c
kern_ntptime.c Replace TOD clock code with more systematic approach. 1998-02-20 16:36:17 +00:00
kern_opt.c
kern_physio.c
kern_proc.c Staticized. 1998-02-20 13:52:15 +00:00
kern_prot.c
kern_random.c Replace TOD clock code with more systematic approach. 1998-02-20 16:36:17 +00:00
kern_resource.c Reviewed by: msmith, bde long ago 1998-03-04 10:25:55 +00:00
kern_shutdown.c Add HW_WDOG to LINT, and turn it into a new-style option. 1998-02-16 23:57:49 +00:00
kern_sig.c Forward the signal if the process runs on a different CPU. This reduces 1998-03-03 20:55:26 +00:00
kern_subr.c Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
kern_synch.c Reviewed by: msmith, bde long ago 1998-03-04 10:25:55 +00:00
kern_sysctl.c
kern_tc.c Replace TOD clock code with more systematic approach. 1998-02-20 16:36:17 +00:00
kern_threads.c Removed a stale comment and staler code. 1998-02-25 06:30:15 +00:00
kern_time.c Fixed the calculation of `delta' in settime(). We once set all 1998-02-25 04:10:32 +00:00
kern_timeout.c Declare function pointer args as pointers, not as functions. 1998-02-25 06:13:32 +00:00
kern_xxx.c
ksched.c Reviewed by: msmith, bde long ago 1998-03-04 10:27:00 +00:00
link_aout.c
makesyscalls.sh
md5c.c
posix4_mib.c Reviewed by: msmith, bde long ago 1998-03-04 10:27:00 +00:00
subr_autoconf.c
subr_clist.c
subr_disklabel.c Don't depend on "implicit int". 1998-02-20 13:37:40 +00:00
subr_diskmbr.c
subr_diskslice.c Fixed an aliasing bug. It was too easy to defeat the check for moving 1998-02-15 05:41:31 +00:00
subr_dkbad.c
subr_log.c Don't depend on "implicit int" or bloat the data section in the 1998-02-20 13:46:58 +00:00
subr_param.c Raise ncallout from NPROC + 16 to NPROC + 16 + MAXFILES. This shold 1998-02-27 19:58:29 +00:00
subr_prf.c
subr_prof.c
subr_rlist.c Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
subr_smp.c When entering the apic version of slow interrupt handler, level 1998-03-03 22:56:30 +00:00
subr_trap.c Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
subr_xxx.c
sys_generic.c
sys_pipe.c Staticize. 1998-02-09 06:11:36 +00:00
sys_process.c Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
sys_socket.c
syscalls.c Updated generated files. 1998-02-03 17:52:21 +00:00
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c Staticize. 1998-02-09 06:11:36 +00:00
tty.c
tty_compat.c Don't depend on "implicit int". 1998-02-25 06:16:37 +00:00
tty_conf.c
tty_cons.c
tty_pty.c Don't depend on "implicit int" or bloat the data section in the 1998-02-25 06:19:15 +00:00
tty_snoop.c Don't depend on "implicit int" or bloat the data section in the 1998-02-20 13:46:58 +00:00
tty_subr.c
tty_tb.c
tty_tty.c Don't depend on "implicit int" or bloat the data section in the 1998-02-20 13:46:58 +00:00
uipc_domain.c
uipc_mbuf.c Don't depend on "implicit int". 1998-02-20 13:37:40 +00:00
uipc_proto.c Removed unused #includes. 1998-02-20 13:11:54 +00:00
uipc_sockbuf.c Make sure that you can only bind a more specific address when it is 1998-03-01 19:39:29 +00:00
uipc_socket.c Make sure that you can only bind a more specific address when it is 1998-03-01 19:39:29 +00:00
uipc_socket2.c Make sure that you can only bind a more specific address when it is 1998-03-01 19:39:29 +00:00
uipc_syscalls.c Staticize. 1998-02-09 06:11:36 +00:00
uipc_usrreq.c Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
vfs_aio.c Removed a stale comment and staler code. 1998-02-25 06:30:15 +00:00
vfs_bio.c Fix a rounding error for the NFS buffer validend. 1998-03-04 03:17:30 +00:00
vfs_cache.c
vfs_cluster.c Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
vfs_conf.c Staticize. 1998-02-09 06:11:36 +00:00
vfs_default.c The intent is to get rid of WILLRELE in vnode_if.src by making 1998-03-01 22:46:53 +00:00
vfs_export.c Change vfs.ioopt default back to '0'. 1998-03-01 23:07:45 +00:00
vfs_extattr.c Make the rootdir handling more consistent. Now, processes always 1998-02-15 04:17:09 +00:00
vfs_init.c Staticize. 1998-02-09 06:11:36 +00:00
vfs_lookup.c Make the rootdir handling more consistent. Now, processes always 1998-02-15 04:17:09 +00:00
vfs_mount.c Staticize. 1998-02-09 06:11:36 +00:00
vfs_subr.c Change vfs.ioopt default back to '0'. 1998-03-01 23:07:45 +00:00
vfs_syscalls.c Make the rootdir handling more consistent. Now, processes always 1998-02-15 04:17:09 +00:00
vfs_vnops.c Removed unused #includes. 1998-02-25 05:58:50 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src