freebsd_amp_hwpstate/sys/kern
Alfred Perlstein 80ef02b65d regenerate after making getfh a standard syscall. 1999-12-21 20:21:48 +00:00
..
Make.tags.inc
Makefile
bus_if.m
device_if.m
imgact_aout.c
imgact_elf.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c If we fail to find init, print out the search path used. This helps 1999-12-20 02:50:49 +00:00
init_sysent.c regenerate after making getfh a standard syscall. 1999-12-21 20:21:48 +00:00
kern_acct.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
kern_acl.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
kern_clock.c Make adjtime(2) adjust boottime so it doesn't cause non-monotonous 1999-12-08 10:02:12 +00:00
kern_conf.c Report swapdevices as cdevs rather than bdevs. 1999-11-29 21:37:18 +00:00
kern_descrip.c
kern_environment.c Change the prototype of the strto* routines to make the second 1999-11-24 01:03:08 +00:00
kern_exec.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
kern_exit.c Scheduler fixes equivalent to the ones logged in the following NetBSD 1999-11-28 12:12:14 +00:00
kern_fork.c Put on my asbestos underwear and commit the patch that I posted to -arch 1999-12-06 11:13:50 +00:00
kern_intr.c
kern_jail.c
kern_kthread.c
kern_ktrace.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
kern_linker.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
kern_lock.c Lock reporting and assertion changes. 1999-12-11 16:13:02 +00:00
kern_lockf.c
kern_malloc.c
kern_mib.c
kern_module.c
kern_ntptime.c
kern_physio.c
kern_proc.c Add a sysctl to control if argv is disclosed to the world: 1999-11-26 08:27:16 +00:00
kern_prot.c
kern_random.c
kern_resource.c Add a bit of sanity checking and problem avoidance in case the 1999-11-29 11:29:04 +00:00
kern_shutdown.c Change the default poweroff delay from 0 to 5 seconds. This seems to be 1999-12-07 04:35:37 +00:00
kern_sig.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
kern_subr.c
kern_switch.c
kern_synch.c Don't make the ktrace hook in tsleep() deref a null curproc after a panic. 1999-11-30 09:01:46 +00:00
kern_syscalls.c
kern_sysctl.c Separate some common sysctl code into sysctl_find_oid() and calling 1999-12-01 02:25:19 +00:00
kern_tc.c Make adjtime(2) adjust boottime so it doesn't cause non-monotonous 1999-12-08 10:02:12 +00:00
kern_threads.c
kern_time.c
kern_timeout.c
kern_xxx.c
ksched.c
link_aout.c Change incorrect NULLs to 0s 1999-12-21 11:14:12 +00:00
link_elf.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
link_elf_obj.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
makedevops.pl
makesyscalls.sh Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
md5c.c
p1003_1b.c
posix4_mib.c
subr_acl_posix1e.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
subr_autoconf.c
subr_blist.c
subr_bus.c correct incomplete last change 1999-12-03 09:10:04 +00:00
subr_clist.c
subr_devstat.c
subr_disk.c Don't ignore return value from tsleep(). 1999-12-19 12:36:41 +00:00
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c Remove BAD144 support, it has already been disabled for some time. 1999-12-08 09:33:00 +00:00
subr_eventhandler.c
subr_log.c
subr_module.c
subr_param.c This is Bosko Milekic's mbuf allocation waiting code. Basically, this 1999-12-12 05:52:51 +00:00
subr_prf.c
subr_prof.c
subr_rman.c
subr_scanf.c Change the prototype of the strto* routines to make the second 1999-11-24 01:03:08 +00:00
subr_smp.c Moved scheduling-related code to kern_synch.c so that it is easier to fix 1999-11-27 12:32:27 +00:00
subr_trap.c
subr_xxx.c
sys_generic.c
sys_pipe.c Fix two problems with pipe_write(): 1999-12-13 02:55:47 +00:00
sys_process.c
sys_socket.c
syscalls.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
syscalls.master make getfh a standard syscall instead of dependant on having 1999-12-21 20:21:12 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.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
uipc_domain.c
uipc_mbuf.c Make m_print const correct (avoids a warning) 1999-12-20 18:10:00 +00:00
uipc_proto.c
uipc_sockbuf.c
uipc_socket.c This is Bosko Milekic's mbuf allocation waiting code. Basically, this 1999-12-12 05:52:51 +00:00
uipc_socket2.c
uipc_syscalls.c This is Bosko Milekic's mbuf allocation waiting code. Basically, this 1999-12-12 05:52:51 +00:00
uipc_usrreq.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
vfs_acl.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
vfs_aio.c
vfs_bio.c Reimplement buf_daemon / getnewbuf() interaction for dealing with 1999-12-20 20:28:40 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c Put on asbestos suit and put a splcam() around the 'Mounting root from..' 1999-12-12 16:34:43 +00:00
vfs_default.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
vfs_export.c Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to 1999-12-12 03:19:33 +00:00
vfs_extattr.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
vfs_init.c The sysctl mod_xx hack is no longer required now that we have totally 1999-12-12 16:30:34 +00:00
vfs_lookup.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
vfs_mount.c Put on asbestos suit and put a splcam() around the 'Mounting root from..' 1999-12-12 16:34:43 +00:00
vfs_subr.c Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to 1999-12-12 03:19:33 +00:00
vfs_syscalls.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
vfs_vnops.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
vnode_if.pl Use a seperate -c and -h mode. The vnode_if.c file is compiled only into 1999-12-12 16:43:05 +00:00
vnode_if.sh Use a seperate -c and -h mode. The vnode_if.c file is compiled only into 1999-12-12 16:43:05 +00:00
vnode_if.src Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00