freebsd_amp_hwpstate/sys/kern
Bruce Evans 3965f8d8bb The previous commit also fixed a possibly-wrong (too high) priority
for the rescheduled process.
1999-02-22 18:39:49 +00:00
..
Make.tags.inc
Makefile
bus_if.m
device_if.m
imgact_aout.c Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This 1999-02-19 14:25:37 +00:00
imgact_elf.c If you merge this into -stable, please increment __FreeBSD_version 1999-02-20 23:52:34 +00:00
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This 1999-02-19 14:25:37 +00:00
init_sysent.c
kern_acct.c
kern_clock.c Introduce machine-dependent macro pgtok() to convert page count to number 1999-02-19 19:34:49 +00:00
kern_conf.c
kern_descrip.c
kern_environment.c
kern_exec.c Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This 1999-02-19 14:25:37 +00:00
kern_exit.c Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This 1999-02-19 14:25:37 +00:00
kern_fork.c
kern_intr.c
kern_ktrace.c
kern_linker.c A correction to the code which attempts to prevent the same module 1999-02-20 21:22:00 +00:00
kern_lkm.c
kern_lock.c
kern_lockf.c
kern_malloc.c
kern_mib.c
kern_module.c
kern_ntptime.c
kern_physio.c
kern_proc.c Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This 1999-02-19 14:25:37 +00:00
kern_prot.c
kern_random.c
kern_resource.c
kern_shutdown.c
kern_sig.c
kern_subr.c The previous commit also fixed a possibly-wrong (too high) priority 1999-02-22 18:39:49 +00:00
kern_synch.c Improved scheduling in uiomove(), etc. resched_wanted() is true too 1999-02-22 16:57:48 +00:00
kern_syscalls.c
kern_sysctl.c * Change sysctl from using linker_set to construct its tree using SLISTs. 1999-02-16 10:49:55 +00:00
kern_tc.c Introduce machine-dependent macro pgtok() to convert page count to number 1999-02-19 19:34:49 +00:00
kern_threads.c
kern_time.c
kern_timeout.c
kern_xxx.c
ksched.c
link_aout.c
link_elf.c
link_elf_obj.c
makedevops.pl
makedevops.sh
makesyscalls.sh
md5c.c
p1003_1b.c
posix4_mib.c * Change sysctl from using linker_set to construct its tree using SLISTs. 1999-02-16 10:49:55 +00:00
subr_autoconf.c
subr_blist.c
subr_bus.c
subr_clist.c
subr_devstat.c Add a prioritization field to the devstat_add_entry() call so that 1999-02-10 00:04:13 +00:00
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c
subr_dkbad.c
subr_log.c
subr_module.c
subr_param.c
subr_prf.c
subr_prof.c
subr_rlist.c
subr_rman.c
subr_scanf.c Only needed to cast array index from char to unsigned char, did not 1999-02-14 20:58:21 +00:00
subr_smp.c Introduce machine-dependent macro pgtok() to convert page count to number 1999-02-19 19:34:49 +00:00
subr_trap.c
subr_xxx.c
sys_generic.c
sys_pipe.c Fix race in pipe read code whereby a blocked lock can allow another 1999-02-04 23:50:49 +00:00
sys_process.c
sys_socket.c
syscalls.c
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c Introduce machine-dependent macro pgtok() to convert page count to number 1999-02-19 19:34:49 +00:00
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_snoop.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c * Change sysctl from using linker_set to construct its tree using SLISTs. 1999-02-16 10:49:55 +00:00
uipc_proto.c * Change sysctl from using linker_set to construct its tree using SLISTs. 1999-02-16 10:49:55 +00:00
uipc_sockbuf.c
uipc_socket.c * Change sysctl from using linker_set to construct its tree using SLISTs. 1999-02-16 10:49:55 +00:00
uipc_socket2.c
uipc_syscalls.c
uipc_usrreq.c * Change sysctl from using linker_set to construct its tree using SLISTs. 1999-02-16 10:49:55 +00:00
vfs_aio.c Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This 1999-02-19 14:25:37 +00:00
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_default.c
vfs_export.c Protect vn worklist and vn->v_{clean,dirty}blkhd at splbio(). 1999-02-19 17:36:58 +00:00
vfs_extattr.c * Change sysctl from using linker_set to construct its tree using SLISTs. 1999-02-16 10:49:55 +00:00
vfs_init.c * Change sysctl from using linker_set to construct its tree using SLISTs. 1999-02-16 10:49:55 +00:00
vfs_lookup.c
vfs_mount.c
vfs_subr.c Protect vn worklist and vn->v_{clean,dirty}blkhd at splbio(). 1999-02-19 17:36:58 +00:00
vfs_syscalls.c * Change sysctl from using linker_set to construct its tree using SLISTs. 1999-02-16 10:49:55 +00:00
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src