freebsd-skq/sys/kern
kib 53cbeb6d49 MFC r277322:
Add procctl(2) PROC_TRACE_CTL command to enable or disable debugger
attachment to the process.
2015-01-25 13:15:12 +00:00
..
bus_if.m Add a BUS_CHILD_DELETED() method that a bus can hook to allow it to cleanup 2012-08-21 18:13:09 +00:00
capabilities.conf Sort properly. 2013-09-07 19:16:02 +00:00
clock_if.m
cpufreq_if.m
device_if.m Revert r239178 and implement two new functions, namely 2012-08-15 15:42:57 +00:00
genassym.sh
imgact_aout.c Cosmetics: define FREEBSD32_MINUSER and AOUT32_MINUSER for struct 2012-07-22 13:41:45 +00:00
imgact_binmisc.c MFC r271141: Allow multiple image activators to run on the same 2014-10-02 21:19:13 +00:00
imgact_elf32.c
imgact_elf64.c
imgact_elf.c Revert MFC r266925 because it can lead to instant panic at fexecve(): 2014-06-17 05:21:48 +00:00
imgact_gzip.c Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use 2013-09-09 18:11:59 +00:00
imgact_shell.c MFC r271141: Allow multiple image activators to run on the same 2014-10-02 21:19:13 +00:00
inflate.c
init_main.c Merge reaper facility. 2015-01-05 03:27:09 +00:00
init_sysent.c Regen for r276955 (__getcwd path bug). 2015-01-11 07:04:18 +00:00
kern_acct.c acct: create a special plimit object and set it for exiting processes 2013-06-30 19:08:06 +00:00
kern_alq.c MFC r264151: 2014-04-12 06:50:11 +00:00
kern_clock.c MFC r274343: 2014-11-17 01:01:45 +00:00
kern_clocksource.c MFC 264019, 264041, 264048, 264049, 264050, 264051 2014-05-17 20:10:12 +00:00
kern_condvar.c Fix lc_lock/lc_unlock() support for rmlocks held in shared mode. With 2013-09-20 23:06:21 +00:00
kern_conf.c MFC r256885: 2014-01-05 23:02:03 +00:00
kern_cons.c MFC r276532 and r276626: 2015-01-11 12:17:27 +00:00
kern_context.c
kern_cpu.c MFC r265876: 2014-05-15 18:07:35 +00:00
kern_cpuset.c MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
kern_ctf.c Remove the support for using non-mpsafe filesystem modules. 2012-10-22 17:50:54 +00:00
kern_descrip.c MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
kern_dtrace.c MFC r266826, r266827 2014-08-09 14:05:01 +00:00
kern_environment.c MFC Alexander Motin's direct dispatch, multi-queue, and finer-grained 2014-01-07 01:51:48 +00:00
kern_et.c MFC 264019, 264041, 264048, 264049, 264050, 264051 2014-05-17 20:10:12 +00:00
kern_event.c MFC r268843 (by bapt): 2014-12-18 11:30:51 +00:00
kern_exec.c MFC r277322: 2015-01-25 13:15:12 +00:00
kern_exit.c Merge reaper facility. 2015-01-05 03:27:09 +00:00
kern_fail.c
kern_ffclock.c MFC r273733, r273740 and r273773: 2014-10-30 08:04:48 +00:00
kern_fork.c MFC r277322: 2015-01-25 13:15:12 +00:00
kern_gzio.c Remove the support for using non-mpsafe filesystem modules. 2012-10-22 17:50:54 +00:00
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 MFC r272536: 2014-10-11 17:49:51 +00:00
kern_jail.c MFC r277158: 2015-01-17 01:16:03 +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 Do not use potentially stale thread in kthread_add() 2013-08-17 17:02:43 +00:00
kern_ktr.c MFC 261517,261520: 2014-02-18 20:27:17 +00:00
kern_ktrace.c MFC r267162: ktrace: Use designated initializers for the data_lengths array. 2014-06-13 12:39:06 +00:00
kern_linker.c MFC r264173: 2014-04-12 14:18:25 +00:00
kern_lock.c MFC r274474: 2014-11-20 11:29:43 +00:00
kern_lockf.c MFC r276904: 2015-01-24 00:27:50 +00:00
kern_lockstat.c
kern_loginclass.c MFC r266007: 2014-06-17 13:14:31 +00:00
kern_malloc.c MFC r269963+269964: 2014-08-29 13:12:45 +00:00
kern_mbuf.c Ignore attempts to set the nmbcluster sysctls to their current value 2013-10-10 16:11:34 +00:00
kern_mib.c MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
kern_module.c Fix a typo. 2012-08-22 20:01:57 +00:00
kern_mtxpool.c
kern_mutex.c Fix lc_lock/lc_unlock() support for rmlocks held in shared mode. With 2013-09-20 23:06:21 +00:00
kern_ntptime.c rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LAST 2013-07-24 09:45:31 +00:00
kern_osd.c
kern_physio.c Fix some issues in change 254760 pointed out by Bruce Evans: 2013-08-29 16:41:40 +00:00
kern_pmc.c Add software PMC support. 2012-03-28 20:58:30 +00:00
kern_poll.c MFC r256945: 2014-01-29 21:57:00 +00:00
kern_priv.c MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE 2014-01-17 10:58:59 +00:00
kern_proc.c MFC r275745: 2014-12-27 00:55:14 +00:00
kern_procctl.c MFC r277322: 2015-01-25 13:15:12 +00:00
kern_prot.c MFC r277322: 2015-01-25 13:15:12 +00:00
kern_racct.c MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE 2014-01-17 10:58:59 +00:00
kern_rangelock.c Change the queue of locks in kern_rangelock.c from holding lock requests in 2013-08-15 20:19:17 +00:00
kern_rctl.c Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu". 2012-10-26 16:01:08 +00:00
kern_resource.c MFC r259330,r259331: 2014-02-20 21:52:39 +00:00
kern_rmlock.c Fix lc_lock/lc_unlock() support for rmlocks held in shared mode. With 2013-09-20 23:06:21 +00:00
kern_rwlock.c MFC 261517,261520: 2014-02-18 20:27:17 +00:00
kern_sdt.c MFC r262325: 2014-03-18 00:55:19 +00:00
kern_sema.c
kern_sharedpage.c Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). 2013-08-22 07:39:53 +00:00
kern_shutdown.c MFC r258893, r258956: 2014-01-08 02:19:39 +00:00
kern_sig.c MFC r277322: 2015-01-25 13:15:12 +00:00
kern_switch.c Add a comment on why inlining critical_enter() may not be a good idea 2012-12-09 04:54:22 +00:00
kern_sx.c Consistently use the same value to indicate exclusively-held and 2013-09-22 14:09:07 +00:00
kern_synch.c MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
kern_syscalls.c
kern_sysctl.c Merge r261590, r261592 from head: 2014-03-04 14:01:12 +00:00
kern_tc.c - Make callout(9) tickless, relying on eventtimers(4) as backend for 2013-03-04 11:09:56 +00:00
kern_thr.c MFC r274038: 2014-11-10 09:11:23 +00:00
kern_thread.c MFC r275745: 2014-12-27 00:55:14 +00:00
kern_time.c MFC r276906: 2015-01-17 06:18:45 +00:00
kern_timeout.c MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE 2014-01-17 10:58:59 +00:00
kern_umtx.c MFC r274478: 2014-11-20 11:33:38 +00:00
kern_uuid.c MFC: r261858 2014-02-20 08:55:59 +00:00
kern_xxx.c
ksched.c sched_rr_interval() seems always returned period in hz ticks, but same 2012-08-10 18:19:57 +00:00
link_elf_obj.c Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use 2013-09-09 18:11:59 +00:00
link_elf.c Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use 2013-09-09 18:11:59 +00:00
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 Omit "__restrict" when generating syscall argument strings. DTrace doesn't 2013-09-21 23:05:44 +00:00
md4c.c
md5c.c
p1003_1b.c
posix4_mib.c
sched_4bsd.c MFC r270423: 2014-09-06 15:26:38 +00:00
sched_ule.c MFC r271604, r271616: 2014-09-17 14:06:21 +00:00
serdev_if.m
stack_protector.c
subr_acl_nfs4.c Fix bug where NFSv4 ACL enforcement code wouldn't unconditionally 2012-04-17 14:54:00 +00:00
subr_acl_posix1e.c Add module load/unload stubs. 2012-03-13 20:27:48 +00:00
subr_autoconf.c
subr_blist.c Remove reference to the rlist code from comments, and fix a typo visible 2013-02-05 20:08:33 +00:00
subr_bufring.c
subr_bus_dma.c MFC r257228: 2013-12-17 13:38:21 +00:00
subr_bus.c MFC 272182: 2014-10-17 15:29:47 +00:00
subr_busdma_bufalloc.c Replace kernel virtual address space allocation with vmem. This provides 2013-08-07 06:21:20 +00:00
subr_capability.c MFC r258148,r258149,r258150,r258152,r258153,r258154,r258181,r258182: 2013-11-18 22:37:01 +00:00
subr_clock.c MFC r275727: 2014-12-19 09:34:14 +00:00
subr_counter.c Merge r261722, r261723, r261724, r261725 from head: 2014-03-04 14:46:30 +00:00
subr_devstat.c MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
subr_disk.c
subr_dummy_vdso_tc.c Implement mechanism to export some kernel timekeeping data to 2012-06-22 07:06:40 +00:00
subr_eventhandler.c
subr_fattime.c MFC 264694: Fix a comment typo; conversion tables are for leap years. 2014-05-17 22:03:44 +00:00
subr_firmware.c Correct sizeof usage 2012-06-25 05:41:16 +00:00
subr_hash.c
subr_hints.c MFC r261901: 2014-06-26 08:41:54 +00:00
subr_kdb.c MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
subr_kobj.c
subr_lock.c MFC 261517,261520: 2014-02-18 20:27:17 +00:00
subr_log.c MFcalloutng (r244255 by mav, with minor changes): 2013-03-04 16:07:55 +00:00
subr_mbpool.c Give (*ext_free) an int return value allowing for very sophisticated 2013-08-25 10:57:09 +00:00
subr_mchain.c Mechanically substitute flags from historic mbuf allocator with 2012-12-05 08:04:20 +00:00
subr_module.c
subr_msgbuf.c - Clean up timestamps in msgbuf code. The timestamps should now be 2012-03-19 00:36:32 +00:00
subr_param.c Merge r257996,r258001,r258069 from head: fixes for HyperV guest. 2013-11-14 09:33:54 +00:00
subr_pcpu.c Merge r261722, r261723, r261724, r261725 from head: 2014-03-04 14:46:30 +00:00
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 MFC r261786, r261789 2014-05-15 21:41:32 +00:00
subr_prof.c MFC r274343: 2014-11-17 01:01:45 +00:00
subr_rman.c MFC r268780 2014-08-01 15:04:46 +00:00
subr_rtc.c
subr_sbuf.c Always request zeroed memory, in case we're dumb enough to leak it later. 2013-09-22 23:47:56 +00:00
subr_scanf.c
subr_sglist.c MFC r260581: Add sglist_append_bio(9) to append a struct bio's data to 2014-01-18 18:36:41 +00:00
subr_sleepqueue.c MFC 261517,261520: 2014-02-18 20:27:17 +00:00
subr_smp.c Merge r264984 2014-05-07 20:28:27 +00:00
subr_stack.c
subr_syscall.c MFC r275616: 2014-12-15 10:46:07 +00:00
subr_taskqueue.c MFC r258713,262062: add taskqueue_drain_all 2014-02-17 15:32:08 +00:00
subr_terminal.c vt(4): Adjust the cursor position after changing the window size 2014-11-22 16:55:55 +00:00
subr_trap.c MFC r277055: 2015-01-19 11:07:29 +00:00
subr_turnstile.c MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE 2014-01-17 10:58:59 +00:00
subr_uio.c Merge the fueword(9) and casueword(9). In particular, 2014-11-18 12:53:32 +00:00
subr_unit.c Move the definition of the struct unrhdr into a separate header file, 2013-08-30 07:37:45 +00:00
subr_vmem.c MFC r259232: 2014-01-04 23:31:34 +00:00
subr_witness.c MFC r273342: 2014-11-06 01:34:43 +00:00
sys_capability.c MFC r269023,r272503,r272505,r272523,r272567,r272569,r272574 2014-10-14 21:19:23 +00:00
sys_generic.c MFC r274462: Add the ppoll() system call. 2014-12-21 07:58:28 +00:00
sys_pipe.c MFC r275260: 2014-12-29 00:30:38 +00:00
sys_procdesc.c Change the cap_rights_t type from uint64_t to a structure that we can extend 2013-09-05 00:09:56 +00:00
sys_process.c Merge reaper facility. 2015-01-05 03:27:09 +00:00
sys_socket.c Make sendfile() a method in the struct fileops. Currently only 2013-08-15 07:54:31 +00:00
syscalls.c Regen for r276955 (__getcwd path bug). 2015-01-11 07:04:18 +00:00
syscalls.master MFC r276564, r276654: 2015-01-11 07:02:03 +00:00
systrace_args.c Regen for r276955 (__getcwd path bug). 2015-01-11 07:04:18 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use 2013-09-09 18:11:59 +00:00
tty_compat.c
tty_info.c
tty_inq.c
tty_outq.c
tty_pts.c MFC r273129: 2014-10-22 09:04:56 +00:00
tty_tty.c
tty_ttydisc.c Correct SIGTTIN handling. 2012-10-25 09:05:21 +00:00
tty.c MFC r272789: 2014-12-28 19:03:29 +00:00
uipc_accf.c
uipc_debug.c Fix socket buffer timeouts precision using the new sbintime_t KPI instead 2013-09-01 23:34:53 +00:00
uipc_domain.c - Implement two new system calls: 2013-03-02 21:11:30 +00:00
uipc_mbuf2.c Mechanically substitute flags from historic mbuf allocator with 2012-12-05 08:04:20 +00:00
uipc_mbuf.c Merge r258128 from head: 2013-11-22 19:27:17 +00:00
uipc_mqueue.c MFC r258148,r258149,r258150,r258152,r258153,r258154,r258181,r258182: 2013-11-18 22:37:01 +00:00
uipc_sem.c Change the cap_rights_t type from uint64_t to a structure that we can extend 2013-09-05 00:09:56 +00:00
uipc_shm.c MFC 270823,270825,270829: 2014-09-10 15:45:18 +00:00
uipc_sockbuf.c MFC r271946 and r272595: 2014-11-03 12:38:29 +00:00
uipc_socket.c MFC r269502: 2014-08-20 17:26:05 +00:00
uipc_syscalls.c MFC r256847: 2013-10-29 07:33:55 +00:00
uipc_usrreq.c MFC r275897: 2015-01-01 10:44:20 +00:00
vfs_acl.c Merge the fueword(9) and casueword(9). In particular, 2014-11-18 12:53:32 +00:00
vfs_aio.c The fget() function now takes pointer to cap_rights_t, so change 0 to NULL. 2013-09-05 11:59:23 +00:00
vfs_bio.c MFC r275619: 2014-12-15 11:00:56 +00:00
vfs_cache.c MFC r276564, r276654: 2015-01-11 07:02:03 +00:00
vfs_cluster.c When allocating a pbuf for the cluster write, do not sleep waiting 2013-08-27 01:31:12 +00:00
vfs_default.c MFC: r276192, r276200 2014-12-31 00:34:37 +00:00
vfs_export.c MFC 2013-02-21 21:59:35 +00:00
vfs_extattr.c Change the cap_rights_t type from uint64_t to a structure that we can extend 2013-09-05 00:09:56 +00:00
vfs_hash.c Add exported vfs_hash_index() function, which calculates the canonical 2013-01-14 05:41:40 +00:00
vfs_init.c MFC r269457: 2014-08-17 09:07:21 +00:00
vfs_lookup.c MFC r273966: 2014-11-16 23:02:32 +00:00
vfs_mount.c MFC r275638: 2014-12-30 10:30:12 +00:00
vfs_mountroot.c MFC r267351: 2014-06-22 21:21:27 +00:00
vfs_subr.c MFC r275743: 2014-12-20 15:46:15 +00:00
vfs_syscalls.c MFC r275897: 2015-01-01 10:44:20 +00:00
vfs_vnops.c MFC r276008: 2015-01-04 00:49:45 +00:00
vnode_if.src MFC r257899: 2013-12-13 06:12:21 +00:00