freebsd-nq/sys/kern
Andrew Gallatin 19f085228f Correct int/long type mismatch in the proper place this time. freevnodes
and numvnodes are longs in the kernel.  They should remain longs in systat,
what really needs to change is that they should be using SYSCTL_LONG rather
than SYSCTL_INT.   I also changed wantfreevnodes to SYSCTL_LONG because I
happened to notice it.

I wish there was a way to find all of these automatically..

Pointed out by: bde
2000-12-02 20:08:33 +00:00
..
bus_if.m Alter the return value and arguments of the GET_RESOURCE_LIST bus method. 2000-11-28 06:49:15 +00:00
device_if.m
genassym.sh
imgact_aout.c
imgact_elf.c Protect the following with a lockmgr lock: 2000-11-22 07:42:04 +00:00
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c Use an mp-safe callout for endtsleep. 2000-12-01 04:55:52 +00:00
init_sysent.c Regen. 2000-12-02 05:45:32 +00:00
kern_acct.c Use callout_reset instead of timeout(9). Most callouts are statically 2000-11-27 22:52:31 +00:00
kern_acl.c
kern_cap.c
kern_clock.c
kern_conf.c
kern_descrip.c
kern_environment.c
kern_event.c
kern_exec.c o Add a comment to exec_check_permissions() to indicate that the 2000-11-30 21:06:05 +00:00
kern_exit.c Protect p_stat with sched_lock. 2000-12-01 16:59:02 +00:00
kern_fork.c Remove thr_sleep and thr_wakeup. Remove fields p_nthread and p_wakeup 2000-12-02 05:41:30 +00:00
kern_idle.c
kern_intr.c
kern_jail.c
kern_kthread.c
kern_ktr.c Ahem, fix the disclaimer portion of the copyright so it disclaim's the 2000-11-21 21:10:15 +00:00
kern_ktrace.c Protect the following with a lockmgr lock: 2000-11-22 07:42:04 +00:00
kern_linker.c
kern_lock.c Use msleep instead of mtx_exit; tsleep; mtx_enter, which is not safe. 2000-12-01 02:18:38 +00:00
kern_lockf.c
kern_malloc.c
kern_mib.c
kern_module.c
kern_mutex.c Split the WITNESS and MUTEX_DEBUG options apart so that WITNESS does not 2000-12-01 00:10:59 +00:00
kern_ntptime.c
kern_physio.c
kern_proc.c Save a copy of p_mtxname in e_mtxname when creating an eproc. 2000-11-29 20:14:50 +00:00
kern_prot.c make crfree into a function rather than a macro to avoid bloat because of 2000-11-30 19:09:48 +00:00
kern_random.c
kern_resource.c Translate alfred to english. 2000-12-01 06:59:18 +00:00
kern_shutdown.c Only print out APIC info on an SMP system during a panic if APIC_IO is 2000-11-29 01:33:15 +00:00
kern_sig.c Protect p_stat with sched_lock. 2000-12-01 23:43:15 +00:00
kern_subr.c
kern_switch.c
kern_synch.c Remove thr_sleep and thr_wakeup. Remove fields p_nthread and p_wakeup 2000-12-02 05:41:30 +00:00
kern_syscalls.c sysvipc loadable. 2000-12-01 08:57:47 +00:00
kern_sysctl.c
kern_tc.c
kern_time.c Use callout_reset instead of timeout(9). Most callouts are statically 2000-11-27 22:52:31 +00:00
kern_timeout.c Revert the last commit to the callout interface, and add a flag to 2000-11-25 06:22:16 +00:00
kern_xxx.c
ksched.c
link_aout.c
link_elf_obj.c
link_elf.c
linker_if.m
Make.tags.inc
makedevops.pl
Makefile
makeobjops.pl
makesyscalls.sh Add reserved lkmressys keyword. I swear, this script will die the 2000-12-01 08:47:54 +00:00
md5c.c
p1003_1b.c
posix4_mib.c
subr_acl_posix1e.c
subr_autoconf.c
subr_blist.c
subr_bus.c Alter the return value and arguments of the GET_RESOURCE_LIST bus method. 2000-11-28 06:49:15 +00:00
subr_clist.c
subr_devstat.c
subr_disk.c
subr_disklabel.c Make diskerr() always log with printf. 2000-11-26 19:29:15 +00:00
subr_diskmbr.c Make diskerr() always log with printf. 2000-11-26 19:29:15 +00:00
subr_diskslice.c
subr_eventhandler.c
subr_kobj.c
subr_log.c
subr_module.c
subr_param.c
subr_prf.c Simplify the tprintf() API. 2000-11-26 20:35:21 +00:00
subr_prof.c
subr_rman.c
subr_scanf.c
subr_smp.c Don't wait forever for CPUs to stop or restart. Instead, give up after a 2000-11-28 23:52:36 +00:00
subr_taskqueue.c
subr_trap.c
subr_turnstile.c Split the WITNESS and MUTEX_DEBUG options apart so that WITNESS does not 2000-12-01 00:10:59 +00:00
subr_witness.c Split the WITNESS and MUTEX_DEBUG options apart so that WITNESS does not 2000-12-01 00:10:59 +00:00
subr_xxx.c
sys_generic.c only call bwillwrite() to stall on IO when dealing with VNODEs otherwise 2000-11-30 20:23:14 +00:00
sys_pipe.c
sys_process.c Protect p_stat with sched_lock. 2000-12-02 01:32:51 +00:00
sys_socket.c
syscalls.c Regen. 2000-12-02 05:45:32 +00:00
syscalls.master Remove thr_sleep and thr_wakeup. Remove fields p_nthread and p_wakeup 2000-12-02 05:41:30 +00:00
sysv_ipc.c sysvipc loadable. 2000-12-01 08:57:47 +00:00
sysv_msg.c sysvipc loadable. 2000-12-01 08:57:47 +00:00
sysv_sem.c sysvipc loadable. 2000-12-01 08:57:47 +00:00
sysv_shm.c sysvipc loadable. 2000-12-01 08:57:47 +00:00
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_snoop.c
tty_subr.c
tty_tty.c
tty.c Protect p_stat with sched_lock. 2000-12-02 01:32:51 +00:00
uipc_accf.c
uipc_domain.c Use callout_reset instead of timeout(9). Most callouts are statically 2000-11-27 22:52:31 +00:00
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c Make sure to free the sf_buf if we've allocated it but fail to allocate 2000-12-02 00:40:57 +00:00
uipc_usrreq.c
vfs_acl.c
vfs_aio.c Remove thr_sleep and thr_wakeup. Remove fields p_nthread and p_wakeup 2000-12-02 05:41:30 +00:00
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_default.c
vfs_export.c Correct int/long type mismatch in the proper place this time. freevnodes 2000-12-02 20:08:33 +00:00
vfs_extattr.c Protect the following with a lockmgr lock: 2000-11-22 07:42:04 +00:00
vfs_init.c
vfs_lookup.c This is a fix for a problem described in PR kern/19572. It was 2000-11-30 20:04:44 +00:00
vfs_mount.c
vfs_subr.c Correct int/long type mismatch in the proper place this time. freevnodes 2000-12-02 20:08:33 +00:00
vfs_syscalls.c Protect the following with a lockmgr lock: 2000-11-22 07:42:04 +00:00
vfs_vnops.c
vnode_if.pl
vnode_if.src