freebsd-skq/sys/kern
glebius 85cf0e083f aio_mlock() added:
- Regen for r251526.
  - Bump __FreeBSD_version.
2013-06-08 13:30:13 +00:00
..
bus_if.m
capabilities.conf Add pipe2() system call. 2013-05-01 22:42:42 +00:00
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 Introduce a constant, ELF_NOTE_ROUNDSIZE, which evidently declare our 2013-05-01 14:59:16 +00:00
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 Ensure alq's shutdown_pre_sync event handler is deregistered on module unload to 2013-05-24 00:49:12 +00:00
kern_clock.c
kern_clocksource.c
kern_condvar.c
kern_conf.c
kern_cons.c
kern_context.c
kern_cpu.c
kern_cpuset.c Do not compare the existing mask of a cpuset with a new mask when changing 2013-06-06 14:43:19 +00:00
kern_ctf.c
kern_descrip.c Similar to 233760 and 236717, export some more useful info about the 2013-05-03 21:11:57 +00:00
kern_dtrace.c
kern_environment.c
kern_et.c
kern_event.c
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
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
kern_kthread.c
kern_ktr.c
kern_ktrace.c
kern_linker.c
kern_lock.c - Fix a couple of inverted panic messages for shared/exclusive mismatches 2013-06-03 17:41:11 +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
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
kern_rwlock.c - Handle the recursed/not recursed flags with RA_RLOCKED in rw_assert(). 2013-06-03 17:38:57 +00:00
kern_sdt.c
kern_sema.c
kern_sharedpage.c
kern_shutdown.c
kern_sig.c
kern_switch.c
kern_sx.c
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
kern_uuid.c
kern_xxx.c
ksched.c
link_elf_obj.c
link_elf.c
linker_if.m
Make.tags.inc
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
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
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_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
sys_pipe.c Add pipe2() system call. 2013-05-01 22:42:42 +00:00
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
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 - Consolidate duplicate code into support functions. 2013-06-05 23:53:00 +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
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