freebsd-nq/sys/kern
1997-09-21 05:50:02 +00:00
..
imgact_aout.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
imgact_elf.c We were (I think) missing a vrele() on the vnode for the object loaded 1997-09-21 03:13:21 +00:00
imgact_gzip.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
imgact_shell.c
inflate.c
init_main.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
init_sysent.c Regenerate _after_ the commit to syscalls.master 1997-09-15 02:03:45 +00:00
init_sysvec.c
kern_acct.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
kern_clock.c Some staticized variables were still declared to be extern. 1997-09-07 05:27:26 +00:00
kern_conf.c Various select -> poll changes 1997-09-14 02:52:18 +00:00
kern_descrip.c Various select -> poll changes 1997-09-14 02:52:18 +00:00
kern_exec.c Change the M_NAMEI allocations to use the zone allocator. This change 1997-09-21 04:24:27 +00:00
kern_exit.c Implement SA_NOCLDWAIT. 1997-09-13 19:42:29 +00:00
kern_fork.c
kern_intr.c
kern_ktrace.c
kern_linker.c
kern_lkm.c Various select -> poll changes 1997-09-14 02:52:18 +00:00
kern_lock.c Change the M_NAMEI allocations to use the zone allocator. This change 1997-09-21 04:24:27 +00:00
kern_lockf.c
kern_malloc.c Fixed staticization. buckets[] was staticized but was still declared 1997-09-16 13:52:04 +00:00
kern_mib.c
kern_module.c
kern_ntptime.c
kern_opt.c
kern_physio.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
kern_proc.c
kern_prot.c
kern_random.c Update select -> poll in drivers. 1997-09-14 03:19:42 +00:00
kern_resource.c
kern_shutdown.c Cosmetic adjustment for the trap/double fault/panic cpu id listing. 1997-09-05 08:54:55 +00:00
kern_sig.c Implement SA_NOCLDWAIT. 1997-09-13 19:42:29 +00:00
kern_subr.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
kern_synch.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
kern_sysctl.c
kern_tc.c Some staticized variables were still declared to be extern. 1997-09-07 05:27:26 +00:00
kern_threads.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
kern_time.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
kern_timeout.c Some staticized variables were still declared to be extern. 1997-09-07 05:27:26 +00:00
kern_xxx.c
link_aout.c
Make.tags.inc
Makefile
makesyscalls.sh
md5c.c
subr_autoconf.c
subr_clist.c
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c Reject attempts to set an in-core label which says that the "disk" 1997-09-16 10:11:49 +00:00
subr_dkbad.c
subr_log.c Fixed gratuitous ANSIisms. 1997-09-16 11:44:05 +00:00
subr_param.c
subr_prf.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
subr_prof.c
subr_rlist.c Fixed gratuitous ANSIisms. 1997-09-16 11:44:05 +00:00
subr_smp.c Add support for more than 1 page of idle process stack on SMP systems. 1997-09-21 05:50:02 +00:00
subr_trap.c Cosmetic adjustment for the trap/double fault/panic cpu id listing. 1997-09-05 08:54:55 +00:00
subr_xxx.c Zap nxselect and noselect. 1997-09-14 02:50:28 +00:00
sys_generic.c Implement poll(2). This is mostly taken from the NetBSD implementation 1997-09-14 02:30:32 +00:00
sys_pipe.c Implement the poll backend for the pipe file type. 1997-09-14 02:43:25 +00:00
sys_process.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
sys_socket.c Various select -> poll changes 1997-09-14 02:52:18 +00:00
syscalls.c Regenerate _after_ the commit to syscalls.master 1997-09-15 02:03:45 +00:00
syscalls.master Add a __getcwd() syscall. This is intentionally undocumented, but all 1997-09-14 16:51:31 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c Update select -> poll in drivers. 1997-09-14 03:19:42 +00:00
tty_pty.c Fixed gratuitous ANSIisms. 1997-09-16 11:44:05 +00:00
tty_snoop.c Fixed gratuitous ANSIisms. 1997-09-16 11:44:05 +00:00
tty_subr.c
tty_tb.c
tty_tty.c Fixed gratuitous ANSIisms. 1997-09-16 11:44:05 +00:00
tty.c Extend to use poll backend. If memory serves correctly, most of this was 1997-09-14 02:40:46 +00:00
uipc_domain.c Fixed gratuitous ANSIisms. 1997-09-16 11:44:05 +00:00
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c Removed trailing semicolons from the definitions of the sysctl 1997-09-07 16:53:52 +00:00
uipc_socket2.c Removed trailing semicolons from the definitions of the sysctl 1997-09-07 16:53:52 +00:00
uipc_socket.c Extend select backend for sockets to work with a poll interface (more 1997-09-14 02:34:14 +00:00
uipc_syscalls.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
uipc_usrreq.c Various select -> poll changes 1997-09-14 02:52:18 +00:00
vfs_aio.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
vfs_bio.c Re-institute a bugfix in allocation of anonymous buffer memory. 1997-09-21 04:49:30 +00:00
vfs_cache.c Revert to the previous hashing, double the hashtable size instead. 1997-09-04 08:24:44 +00:00
vfs_cluster.c
vfs_conf.c
vfs_export.c Fixed gratuitous ANSIisms. 1997-09-16 11:44:05 +00:00
vfs_extattr.c Change the M_NAMEI allocations to use the zone allocator. This change 1997-09-21 04:24:27 +00:00
vfs_init.c Change the M_NAMEI allocations to use the zone allocator. This change 1997-09-21 04:24:27 +00:00
vfs_lookup.c Change the M_NAMEI allocations to use the zone allocator. This change 1997-09-21 04:24:27 +00:00
vfs_mount.c
vfs_subr.c Fixed gratuitous ANSIisms. 1997-09-16 11:44:05 +00:00
vfs_syscalls.c Change the M_NAMEI allocations to use the zone allocator. This change 1997-09-21 04:24:27 +00:00
vfs_vnops.c vn_select -> vn_poll 1997-09-14 02:51:16 +00:00
vnode_if.pl 3 lines of code and updates to a number of comments. 1997-09-10 20:11:02 +00:00
vnode_if.sh 3 lines of code and updates to a number of comments. 1997-09-10 20:11:02 +00:00
vnode_if.src Change VOP_SELECT to VOP_POLL 1997-09-14 02:35:25 +00:00