freebsd-dev/sys/kern
Diomidis Spinellis a04b2130a0 Return POLLERR rather than POLLIN/POLLOUT on TS_ZOMBIE ttys.
PR:		kern/73821
MFC after:	4 weeks
2004-11-11 16:10:54 +00:00
..
bus_if.m Minor formatting fixes for lines > 80 characters 2004-08-12 17:26:22 +00:00
clock_if.m
device_if.m Minor formatting fixes for lines > 80 characters 2004-08-12 17:26:22 +00:00
genassym.sh
imgact_aout.c
imgact_elf32.c
imgact_elf64.c
imgact_elf.c On arm, set the default elf brand to FreeBSD, until the binutils do it for us. 2004-09-23 23:29:24 +00:00
imgact_gzip.c
imgact_shell.c Don't treat # as a comment in interpreter specification line. 2004-10-31 11:12:59 +00:00
inflate.c
init_main.c Allow fdinit() to be called with a NULL fdp argument so we can use 2004-11-07 12:39:28 +00:00
init_sysent.c Rebuild from syscalls.master:1.178. 2004-10-23 20:01:32 +00:00
kern_acct.c Rework how we store process times in the kernel such that we always store 2004-10-05 18:51:11 +00:00
kern_acl.c
kern_alq.c
kern_clock.c Rework how we store process times in the kernel such that we always store 2004-10-05 18:51:11 +00:00
kern_condvar.c Refine the turnstile and sleep queue interfaces just a bit: 2004-10-12 18:36:20 +00:00
kern_conf.c Get rid of the magic "stash" of cdev structures, we no longer call 2004-10-25 13:12:06 +00:00
kern_context.c
kern_descrip.c Use more intuitive pointer for fdinit() and fdcopy(). 2004-11-08 12:43:23 +00:00
kern_environment.c Retire TUNABLE_QUAD_*. 2004-11-08 18:22:22 +00:00
kern_event.c /me gets the wrong patch out of the pr :( 2004-10-14 03:26:50 +00:00
kern_exec.c Use more intuitive pointer for fdinit() and fdcopy(). 2004-11-08 12:43:23 +00:00
kern_exit.c Remove P_STOPPED_TRACE bit if debugger dies without a chance to 2004-10-23 11:20:26 +00:00
kern_fork.c Use more intuitive pointer for fdinit() and fdcopy(). 2004-11-08 12:43:23 +00:00
kern_idle.c Give the 4bsd scheduler the ability to wake up idle processors 2004-09-01 06:42:02 +00:00
kern_intr.c - Make setting of IT_ENTROPY a bit simpler in ithread_update(). 2004-11-05 19:11:24 +00:00
kern_jail.c
kern_kse.c Add an execve command for kse_thr_interrupt to allow libpthread to 2004-10-07 13:50:10 +00:00
kern_kthread.c Give setrunqueue() and sched_add() more of a clue as to 2004-09-01 02:11:28 +00:00
kern_ktr.c - Change the ddb paging "support" to use a variable (db_lines_per_page) to 2004-11-01 22:15:15 +00:00
kern_ktrace.c
kern_linker.c When trying each linker class in turn with a preloaded module, exit 2004-08-27 01:20:26 +00:00
kern_lock.c Reintroduce slightly modified patch from kern/69964. Check for 2004-08-27 01:41:28 +00:00
kern_lockf.c
kern_mac.c Bump MAC Framework version to 2 in preparation for the upcoming API/ABI 2004-11-09 11:28:40 +00:00
kern_malloc.c Turn VM_KMEM_SIZE_MAX and VM_KMEM_SIZE_SCALE into tunables. 2004-09-29 14:21:40 +00:00
kern_mbuf.c CTASSERT that MSZIE is a power of 2 (otherwise dtom() breaks) 2004-09-20 08:52:04 +00:00
kern_mib.c
kern_module.c Don't bother calling the module event handlers from module_shutdown() 2004-08-20 21:47:48 +00:00
kern_mtxpool.c
kern_mutex.c Refine the turnstile and sleep queue interfaces just a bit: 2004-10-12 18:36:20 +00:00
kern_ntptime.c
kern_physio.c Remove buf->b_dev field. 2004-11-04 07:59:57 +00:00
kern_poll.c
kern_proc.c Remove duplicate line. 2004-10-10 05:07:43 +00:00
kern_prot.c Remove sched_free_thread() which was only used 2004-08-31 06:12:13 +00:00
kern_resource.c Rework how we store process times in the kernel such that we always store 2004-10-05 18:51:11 +00:00
kern_sema.c
kern_shutdown.c Bind to cpu0 for boot() processing on all platforms again. 2004-11-08 04:52:26 +00:00
kern_sig.c Allow kill -9 to kill processes stuck in procfs STOPEVENTs. 2004-10-30 02:56:22 +00:00
kern_subr.c Eliminate an unused argument to vm_pgmoveco(). 2004-11-08 06:57:31 +00:00
kern_switch.c Add basic critical section tracing to KTR using event type KTR_CRITICAL. 2004-11-07 23:11:32 +00:00
kern_sx.c
kern_synch.c If a process needs to be swapped in, wakeup the swapper from within 2004-10-16 06:38:22 +00:00
kern_syscalls.c
kern_sysctl.c Move the 'debug' sysctl tree under options SYSCTL_DEBUG. It generates 2004-10-27 19:26:01 +00:00
kern_tc.c Put on my peril sensitive sunglasses and add a flags field to the internal 2004-10-11 22:04:16 +00:00
kern_thr.c Close a race between a thread exiting and the freeing of it's stack. 2004-10-06 14:23:00 +00:00
kern_thread.c Respect TDF_SINTR, don't suspend uninterruptible thread. 2004-11-05 22:40:33 +00:00
kern_time.c Rework how we store process times in the kernel such that we always store 2004-10-05 18:51:11 +00:00
kern_timeout.c Cut a KTR record whenever a callout is invoked. Mark whether it runs 2004-08-06 21:49:00 +00:00
kern_umtx.c
kern_uuid.c
kern_xxx.c In osethostname(), don't need to call suser() directly as 2004-10-22 12:10:50 +00:00
ksched.c
link_elf_obj.c Add support for completing the installation of ELF relocatable 2004-08-29 01:21:51 +00:00
link_elf.c Normalize the VM wiring done with SPARSE_MAPPING: check for errors, and 2004-08-09 18:46:13 +00:00
linker_if.m
Make.tags.inc
Makefile
makesyscalls.sh
md4c.c
md5c.c
p1003_1b.c
posix4_mib.c
sched_4bsd.c When preempting a thread, put it back on the HEAD of its run queue. 2004-10-05 22:03:10 +00:00
sched_ule.c - When choosing a thread on the run queue, check to see if its nice is 2004-10-30 12:19:15 +00:00
subr_acl_posix1e.c
subr_autoconf.c
subr_blist.c
subr_bus.c Don't print the singularly unhelpful message: 2004-11-03 09:06:45 +00:00
subr_clist.c
subr_clock.c
subr_devstat.c
subr_disk.c Add bioq_takefirst(). 2004-08-19 19:51:51 +00:00
subr_eventhandler.c
subr_hints.c
subr_kdb.c Zero terminate empty sting in kdb_sysctl_available. 2004-10-21 01:11:25 +00:00
subr_kobj.c
subr_log.c
subr_mbpool.c
subr_mchain.c
subr_module.c
subr_msgbuf.c
subr_param.c #include <vm/vm_param.h> instead of <machine/vmparam.h> (the former 2004-11-08 18:20:02 +00:00
subr_pcpu.c
subr_power.c
subr_prf.c
subr_prof.c
subr_rman.c Add a newline. 2004-08-19 20:16:09 +00:00
subr_rtc.c
subr_sbuf.c
subr_scanf.c
subr_sleepqueue.c - Store threads on sleep queues in FIFO order rather than sorted by 2004-11-05 20:19:58 +00:00
subr_smp.c Move 4bsd specific experimental IP code into the 4bsd file. 2004-09-03 07:42:31 +00:00
subr_taskqueue.c Add taskqueue_drain. This waits for the specified task to finish, if 2004-10-05 04:16:01 +00:00
subr_trap.c Add a new per-thread private flag: TDP_GEOM. 2004-10-23 20:49:17 +00:00
subr_turnstile.c Refine the turnstile and sleep queue interfaces just a bit: 2004-10-12 18:36:20 +00:00
subr_unit.c Add delete_unrhdr() function. 2004-10-25 12:27:03 +00:00
subr_witness.c clean up some tunables that should of been removed a while ago... 2004-11-09 06:46:14 +00:00
sys_generic.c Poll() uses the array smallbits that is big enough to hold 32 struct 2004-08-27 21:23:50 +00:00
sys_pipe.c Introduce fdclose() which will clean an entry in a filedesc. 2004-11-07 22:16:07 +00:00
sys_process.c Add pl_flags to ptrace_lwpinfo, two flags PL_FLAG_SA and PL_FLAG_BOUND 2004-08-08 22:26:11 +00:00
sys_socket.c
syscalls.c Rebuild from syscalls.master:1.178. 2004-10-23 20:01:32 +00:00
syscalls.master Add system call place-holders for the following system calls 2004-10-23 20:00:43 +00:00
sysv_ipc.c Add an annotation to the comment for sysv_ipc.c to indicate that the 2004-10-22 12:12:40 +00:00
sysv_msg.c
sysv_sem.c
sysv_shm.c Push Giant deep into vm_forkproc(), acquiring it only if the process has 2004-09-03 05:11:32 +00:00
tty_compat.c
tty_conf.c
tty_cons.c Hold threadcount reference when we call into the underlying console 2004-09-24 07:16:56 +00:00
tty_pty.c Add new function ttyinitmode() which sets our systemwide default 2004-10-18 21:51:27 +00:00
tty_subr.c
tty_tty.c
tty.c Return POLLERR rather than POLLIN/POLLOUT on TS_ZOMBIE ttys. 2004-11-11 16:10:54 +00:00
uipc_accf.c
uipc_cow.c Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc(). 2004-11-08 00:43:46 +00:00
uipc_domain.c Initialize struct pr_userreqs in new/sparse style and fill in common 2004-11-08 14:44:54 +00:00
uipc_jumbo.c The synchronization provided by vm object locking has eliminated the 2004-11-03 20:17:31 +00:00
uipc_mbuf2.c Rename _m_tag_free() to m_tag_free_default() and make it non-static. 2004-10-11 18:40:19 +00:00
uipc_mbuf.c improve the mbuf m_print function.. Only pull length from pkthdr if there 2004-09-28 18:40:18 +00:00
uipc_proto.c
uipc_sem.c
uipc_sockbuf.c Fix a typo in a comparison appeared in rev. 1.125. 2004-10-27 05:37:58 +00:00
uipc_socket2.c Fix a typo in a comparison appeared in rev. 1.125. 2004-10-27 05:37:58 +00:00
uipc_socket.c Since sb_timeo type was increased to int, use INT_MAX instead of SHRT_MAX. 2004-11-09 18:35:26 +00:00
uipc_syscalls.c Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc(). 2004-11-08 00:43:46 +00:00
uipc_usrreq.c Initialize struct pr_userreqs in new/sparse style and fill in common 2004-11-08 14:44:54 +00:00
vfs_acl.c
vfs_aio.c Remove buf->b_dev field. 2004-11-04 07:59:57 +00:00
vfs_bio.c Retire b_magic now, we have the bufobj containing the same hint. 2004-11-04 09:48:18 +00:00
vfs_cache.c
vfs_cluster.c Retire b_magic now, we have the bufobj containing the same hint. 2004-11-04 09:48:18 +00:00
vfs_default.c Properly implement a default version of VOP_GETWRITEMOUNT. 2004-11-06 11:41:22 +00:00
vfs_export.c
vfs_extattr.c Introduce fdclose() which will clean an entry in a filedesc. 2004-11-07 22:16:07 +00:00
vfs_init.c Simplify initialization of va_null a little bit. 2004-09-15 21:42:03 +00:00
vfs_lookup.c Assert Giant in namei(). Bugs have been reported in which, following 2004-08-04 18:39:07 +00:00
vfs_mount.c remove unused variable 2004-11-10 09:56:28 +00:00
vfs_subr.c Slim vnodes by another four bytes by eliminating the (now) unused field 2004-11-10 07:31:06 +00:00
vfs_syscalls.c Introduce fdclose() which will clean an entry in a filedesc. 2004-11-07 22:16:07 +00:00
vfs_vnops.c Slim vnodes by another four bytes by eliminating the (now) unused field 2004-11-10 07:31:06 +00:00
vnode_if.src Remove VOP_SPECSTRATEGY() from the system. 2004-10-29 10:59:28 +00:00