..
bus_if.m
capabilities.conf
clock_if.m
cpufreq_if.m
device_if.m
dtio_kdtrace.c
genassym.sh
imgact_aout.c
imgact_elf32.c
imgact_elf64.c
imgact_elf.c
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c
init_sysent.c
aio_mlock() added:
2013-06-08 13:30:13 +00:00
kern_acct.c
kern_alq.c
The fix committed in r250951 replaced the reported panic with a deadlock... gold
2013-06-17 09:49:07 +00:00
kern_clock.c
Correct a bug that prevented deadlkres from (almost) ever firing.
2013-06-28 15:55:30 +00:00
kern_clocksource.c
kern_condvar.c
kern_conf.c
kern_cons.c
kern_context.c
kern_cpu.c
kern_cpuset.c
Several improvements to rmlock(9). Many of these are based on patches
2013-06-25 18:44:15 +00:00
kern_ctf.c
kern_descrip.c
Remove duplicate NULL check in kern_proc_filedesc_out.
2013-06-28 18:32:46 +00:00
kern_dtrace.c
kern_environment.c
kern_et.c
kern_event.c
Change callout use counter to use C11 atomics.
2013-06-16 09:30:35 +00:00
kern_exec.c
Don't busy the page unless we are likely to release the object lock.
2013-06-06 06:17:20 +00:00
kern_exit.c
kern_fail.c
kern_ffclock.c
kern_fork.c
kern_gzio.c
kern_hhook.c
Move hhook's per-vnet initialisation to an earlier SYSINIT SI_SUB stage to
2013-06-15 10:08:34 +00:00
kern_idle.c
kern_intr.c
kern_jail.c
Refine the "nojail" rc keyword, adding "nojailvnet" for files that don't
2013-05-19 04:10:34 +00:00
kern_khelp.c
Cleanup and simplification in khelp_{register|deregister}_helper(). No
2013-06-15 06:45:17 +00:00
kern_kthread.c
kern_ktr.c
kern_ktrace.c
kern_linker.c
kern_lock.c
A few mostly cosmetic nits to aid in debugging:
2013-06-25 20:23:08 +00:00
kern_lockf.c
kern_lockstat.c
kern_loginclass.c
kern_malloc.c
kern_mbuf.c
Initialising the new fibnum field to a known value turns out to
2013-05-24 02:18:37 +00:00
kern_mib.c
kern_module.c
kern_mtxpool.c
kern_mutex.c
A few mostly cosmetic nits to aid in debugging:
2013-06-25 20:23:08 +00:00
kern_ntptime.c
kern_osd.c
kern_physio.c
kern_pmc.c
kern_poll.c
Increase the (arbitrary) limit for the number of packets per tick
2013-05-22 16:32:18 +00:00
kern_priv.c
Style nits.
2013-05-19 23:30:24 +00:00
kern_proc.c
kern_prot.c
kern_racct.c
kern_rangelock.c
kern_rctl.c
kern_resource.c
kern_rmlock.c
Several improvements to rmlock(9). Many of these are based on patches
2013-06-25 18:44:15 +00:00
kern_rwlock.c
A few mostly cosmetic nits to aid in debugging:
2013-06-25 20:23:08 +00:00
kern_sdt.c
kern_sema.c
kern_sharedpage.c
kern_shutdown.c
kern_sig.c
kern_switch.c
kern_sx.c
A few mostly cosmetic nits to aid in debugging:
2013-06-25 20:23:08 +00:00
kern_synch.c
kern_syscalls.c
kern_sysctl.c
kern_tc.c
kern_thr.c
kern_thread.c
kern_time.c
kern_timeout.c
kern_umtx.c
Fix two issues with the spin loops in the umtx(2) implementation.
2013-06-13 09:33:22 +00:00
kern_uuid.c
kern_xxx.c
ksched.c
link_elf_obj.c
link_elf.c
linker_if.m
Make.tags.inc
- Trim an unused and bogus Makefile for mount_smbfs.
2013-06-28 21:00:08 +00:00
Makefile
makesyscalls.sh
md4c.c
md5c.c
p1003_1b.c
posix4_mib.c
sched_4bsd.c
sched_ule.c
serdev_if.m
stack_protector.c
subr_acl_nfs4.c
subr_acl_posix1e.c
subr_autoconf.c
subr_blist.c
subr_bufring.c
subr_bus_dma.c
Move an assertion to the right spot; only bus_dmamap_load_mbuf(9)
2013-06-01 11:42:47 +00:00
subr_bus.c
Make detaching drivers from PCI devices more robust. While here, fix a
2013-06-27 20:21:54 +00:00
subr_busdma_bufalloc.c
subr_clock.c
subr_counter.c
subr_devstat.c
subr_disk.c
subr_dummy_vdso_tc.c
subr_eventhandler.c
subr_fattime.c
subr_firmware.c
subr_hash.c
subr_hints.c
subr_kdb.c
subr_kobj.c
subr_lock.c
Several improvements to rmlock(9). Many of these are based on patches
2013-06-25 18:44:15 +00:00
subr_log.c
subr_mbpool.c
subr_mchain.c
subr_module.c
subr_msgbuf.c
subr_param.c
subr_pcpu.c
subr_pctrie.c
- Add a new general purpose path-compressed radix trie which can be used
2013-05-12 04:05:01 +00:00
subr_power.c
subr_prf.c
subr_prof.c
subr_rman.c
subr_rtc.c
subr_sbuf.c
A library function shall not set errno to 0.
2013-05-16 18:13:10 +00:00
subr_scanf.c
subr_sglist.c
subr_sleepqueue.c
subr_smp.c
subr_stack.c
subr_syscall.c
subr_taskqueue.c
subr_trap.c
subr_turnstile.c
subr_uio.c
subr_unit.c
subr_vmem.c
- Add a general purpose resource allocator, vmem, from NetBSD. It was
2013-06-28 03:51:20 +00:00
subr_witness.c
- Fix a couple of inverted panic messages for shared/exclusive mismatches
2013-06-03 17:41:11 +00:00
sys_capability.c
Use proper malloc type for ioctls white-list.
2013-05-23 21:07:26 +00:00
sys_generic.c
- Trim an unused and bogus Makefile for mount_smbfs.
2013-06-28 21:00:08 +00:00
sys_pipe.c
sys_procdesc.c
sys_process.c
sys_socket.c
syscalls.c
aio_mlock() added:
2013-06-08 13:30:13 +00:00
syscalls.master
Add new system call - aio_mlock(). The name speaks for itself. It allows
2013-06-08 13:27:57 +00:00
systrace_args.c
aio_mlock() added:
2013-06-08 13:30:13 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_info.c
tty_inq.c
tty_outq.c
tty_pts.c
tty_tty.c
tty_ttydisc.c
tty.c
uipc_accf.c
uipc_cow.c
uipc_debug.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_mqueue.c
uipc_sem.c
Similar to 233760 and 236717, export some more useful info about the
2013-05-03 21:11:57 +00:00
uipc_shm.c
uipc_sockbuf.c
When a previous call to sbsndptr() leaves sb->sb_sndptroff at the start of an
2013-06-19 03:08:01 +00:00
uipc_socket.c
When the accept queue is full print the number of already pending
2013-05-08 14:13:14 +00:00
uipc_syscalls.c
Item 1 in r248830 causes earlier exits from the sendfile(2), before
2013-05-09 16:05:51 +00:00
uipc_usrreq.c
Improve r250890, so that we stop processing of a message with zero
2013-06-04 11:19:08 +00:00
vfs_acl.c
vfs_aio.c
Add new system call - aio_mlock(). The name speaks for itself. It allows
2013-06-08 13:27:57 +00:00
vfs_bio.c
- Add a general purpose resource allocator, vmem, from NetBSD. It was
2013-06-28 03:51:20 +00:00
vfs_cache.c
vfs_cluster.c
- Convert the bufobj lock to rwlock.
2013-05-31 00:43:41 +00:00
vfs_default.c
- Convert the bufobj lock to rwlock.
2013-05-31 00:43:41 +00:00
vfs_export.c
vfs_extattr.c
vfs_hash.c
vfs_init.c
vfs_lookup.c
vfs_mount.c
Revert r251590. It unexpectedly broke the build and there were some
2013-06-10 15:22:27 +00:00
vfs_mountroot.c
vfs_subr.c
Be more generous when donating the current thread time to the owner of
2013-06-03 17:36:43 +00:00
vfs_syscalls.c
- Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). The
2013-05-11 11:17:44 +00:00
vfs_vnops.c
Style fixes to vn_ioctl().
2013-05-31 16:15:22 +00:00
vnode_if.src