freebsd-skq/sys/kern
nsayer 4d675dd8bf More secure clock management. Allow positive steps only once per second
for as much as one second, but no more. Allows a miscreant to
double-time march the clock, but no worse.

XXX Unlike putting negative deltas in a while(1), performing small
positive steps inside of a while(1) will return EPERM for the
unpermitted ones. Repeated negative deltas are clamped without
error (but the kernel does log a notice).
1999-04-07 19:48:09 +00:00
..
bus_if.m Add some useful functions to the device framework: 1999-03-29 08:54:20 +00:00
device_if.m
imgact_aout.c Restore support for executing BSD/OS binaries on the i386 by passing 1999-04-03 22:20:03 +00:00
imgact_elf.c
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c
init_sysent.c Regenerate (padding for pread and pwrite). 1999-04-04 21:43:36 +00:00
kern_acct.c
kern_clock.c Don't open window for race condition. 1999-04-02 13:57:21 +00:00
kern_conf.c
kern_descrip.c
kern_environment.c
kern_exec.c Restore support for executing BSD/OS binaries on the i386 by passing 1999-04-03 22:20:03 +00:00
kern_exit.c
kern_fork.c Use the reference-counted PHOLD()/PRELE() rather than P_NOSWAP. 1999-04-06 03:03:34 +00:00
kern_intr.c
kern_ktrace.c
kern_linker.c LK_RETRY is a vn_lock() flag, not one for lockmgr(). 1999-04-06 03:02:11 +00:00
kern_lkm.c
kern_lock.c
kern_lockf.c
kern_malloc.c
kern_mib.c
kern_module.c
kern_ntptime.c Fix a division which I had made a multiplication. 1999-04-04 19:56:04 +00:00
kern_physio.c Use the reference counted PHOLD()/PRELE() rather than P_PHYSIO. 1999-04-06 03:04:47 +00:00
kern_proc.c
kern_prot.c
kern_random.c
kern_resource.c
kern_shutdown.c
kern_sig.c
kern_subr.c
kern_synch.c
kern_syscalls.c
kern_sysctl.c Purging lint from the Bruce filter. 1999-03-30 09:00:45 +00:00
kern_tc.c Don't open window for race condition. 1999-04-02 13:57:21 +00:00
kern_threads.c
kern_time.c More secure clock management. Allow positive steps only once per second 1999-04-07 19:48:09 +00:00
kern_timeout.c
kern_xxx.c
ksched.c
link_aout.c
link_elf_obj.c
link_elf.c
Make.tags.inc
makedevops.pl Add some useful functions to the device framework: 1999-03-29 08:54:20 +00:00
makedevops.sh
Makefile
makesyscalls.sh
md5c.c
p1003_1b.c
posix4_mib.c
subr_autoconf.c
subr_blist.c
subr_bus.c Add some useful functions to the device framework: 1999-03-29 08:54:20 +00:00
subr_clist.c
subr_devstat.c
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 Fix a bug which prevented more than two clients from sharing a resource. 1999-03-29 08:30:17 +00:00
subr_scanf.c
subr_smp.c Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff. 1999-04-07 17:08:40 +00:00
subr_trap.c
subr_xxx.c
sys_generic.c Add standard padding argument to pread and pwrite syscall. That should make them 1999-04-04 21:41:28 +00:00
sys_pipe.c Add standard padding argument to pread and pwrite syscall. That should make them 1999-04-04 21:41:28 +00:00
sys_process.c Call ptrace_u_check with the right size. 1999-03-29 08:29:22 +00:00
sys_socket.c Add standard padding argument to pread and pwrite syscall. That should make them 1999-04-04 21:41:28 +00:00
syscalls.c Regenerate (padding for pread and pwrite). 1999-04-04 21:43:36 +00:00
syscalls.master Add standard padding argument to pread and pwrite syscall. That should make them 1999-04-04 21:41:28 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_snoop.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c
vfs_aio.c Add standard padding argument to pread and pwrite syscall. That should make them 1999-04-04 21:41:28 +00:00
vfs_bio.c Fix a performance problem with the new getnewbuf() code: in an outofspace 1999-04-07 02:41:54 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_default.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 Add standard padding argument to pread and pwrite syscall. That should make them 1999-04-04 21:41:28 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src