..
Make.tags.inc
…
Makefile
…
bufq_disksort.c
…
bufq_fcfs.c
…
bufq_priocscan.c
…
bufq_readprio.c
…
cnmagic.c
Replace more printfs with aprint_normal / aprint_verbose
2010-01-31 00:43:37 +00:00
core_elf32.c
…
core_elf64.c
…
core_netbsd.c
…
exec_aout.c
…
exec_ecoff.c
…
exec_elf.c
fix debugging printf.
2010-04-02 14:11:18 +00:00
exec_elf32.c
…
exec_elf64.c
…
exec_macho.c
…
exec_script.c
…
exec_subr.c
…
genlintstub.awk
…
init_main.c
fix LOCKDEBUG panic 'uninitialized lock'.
2010-02-05 11:06:36 +00:00
init_sysctl.c
sysctl_doeproc: don't follow a possibly stale pointer.
2010-02-13 11:22:21 +00:00
init_sysctl_base.c
…
init_sysent.c
regen: lfs megamaid syscalls -> MODULAR
2010-03-02 19:37:02 +00:00
kern_acct.c
The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
2010-01-08 11:35:07 +00:00
kern_auth.c
Tiny cosmetics...
2009-12-31 02:20:36 +00:00
kern_cctr.c
…
kern_clock.c
…
kern_condvar.c
…
kern_core.c
The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
2010-01-08 11:35:07 +00:00
kern_cpu.c
introduce a new function that returns a unique string for each cpu:
2010-01-13 01:57:17 +00:00
kern_ctf.c
make this compile.
2010-03-13 01:41:14 +00:00
kern_descrip.c
If a multithreaded app closes an fd while another thread is blocked in
2009-12-20 09:36:05 +00:00
kern_drvctl.c
If a multithreaded app closes an fd while another thread is blocked in
2009-12-20 09:36:05 +00:00
kern_event.c
Use sizeof correct type, not pointer to wrong type.
2009-12-22 20:50:46 +00:00
kern_exec.c
DTrace: Add an SDT (Statically Defined Tracing) provider framework, and
2010-03-01 21:10:13 +00:00
kern_exit.c
remove redundant checks of PK_MARKER.
2010-03-03 00:47:30 +00:00
kern_fileassoc.c
Oops - unintentional locking bit that's not yet ready.
2009-12-25 20:07:18 +00:00
kern_fork.c
DTrace: Add an SDT (Statically Defined Tracing) provider framework, and
2010-03-01 21:10:13 +00:00
kern_hook.c
This is using device_t, so it needs to include <sys/device.h>.
2010-01-31 09:27:40 +00:00
kern_idle.c
…
kern_ksyms.c
DTrace: Make the CTF handling conditional on KDTRACE_HOOKS for now since
2010-03-14 21:27:49 +00:00
kern_kthread.c
…
kern_ktrace.c
remove redundant checks of PK_MARKER.
2010-03-03 00:47:30 +00:00
kern_lock.c
remove dated and wrong comments about curlwp being NULL.
2009-12-20 20:42:23 +00:00
kern_lwp.c
tyop
2010-04-12 23:20:18 +00:00
kern_malloc.c
Follow christos' suggestions, and make ks_active a u_short, and
2010-04-05 08:03:41 +00:00
kern_malloc_debug.c
…
kern_malloc_stdtype.c
…
kern_module.c
Use CTLTYPE_BOOL.
2010-04-19 11:20:56 +00:00
kern_module_vfs.c
don't leak a vnode and don't call namei (implicitly) twice
2010-04-04 17:18:04 +00:00
kern_mutex.c
Re-apply:
2010-02-08 09:54:27 +00:00
kern_mutex_obj.c
Fix copyrights.
2010-03-31 19:59:39 +00:00
kern_ntptime.c
_KERNEL_OPT
2010-04-13 22:46:10 +00:00
kern_pax.c
rename DEBUG_ASLR -> PAX_ASLR_DEBUG
2010-03-15 20:35:19 +00:00
kern_physio.c
…
kern_pmf.c
A pointer typedef entails trading too much flexibility to declare const
2010-02-24 22:37:54 +00:00
kern_proc.c
Change RSS (resident set size) limit. Instead of setting it arbitrarily
2010-02-26 18:47:13 +00:00
kern_prot.c
…
kern_ras.c
…
kern_rate.c
…
kern_resource.c
remove redundant checks of PK_MARKER.
2010-03-03 00:47:30 +00:00
kern_runq.c
remove redundant checks of PK_MARKER.
2010-03-03 00:47:30 +00:00
kern_rwlock.c
Re-apply:
2010-02-08 09:54:27 +00:00
kern_rwlock_obj.c
Fix copyrights.
2010-03-31 19:59:39 +00:00
kern_sdt.c
DTrace: Add an SDT (Statically Defined Tracing) provider framework, and
2010-03-01 21:10:13 +00:00
kern_sig.c
PR/43128: Paul Koning: Threads support in ptrace() is insufficient for gdb to
2010-04-06 13:50:22 +00:00
kern_sleepq.c
…
kern_softint.c
softint_overlay: disable kernel preemption before curlwp->l_cpu use.
2010-01-09 19:02:17 +00:00
kern_ssp.c
Switch SSP init output to aprint_debug() instead of aprint_normal()
2010-02-01 16:14:58 +00:00
kern_stub.c
Add default implementations for bus_space_is_equal(9),
2010-04-19 18:24:26 +00:00
kern_subr.c
Move routines related to syscall establishment from kern_subr.c and
2010-04-14 14:46:59 +00:00
kern_synch.c
- Merge sched_pstats() and uvm_meter()/uvm_loadav(). Avoids double loop
2010-04-16 03:21:49 +00:00
kern_syscall.c
will it include, that is the question
2010-04-15 20:46:08 +00:00
kern_sysctl.c
reject attempts to write CTLTYPE_BOOL nodes with a value other than 0 or 1.
2010-04-11 01:50:25 +00:00
kern_tc.c
_KERNEL_OPT
2010-04-13 22:46:10 +00:00
kern_time.c
Add a new clock_gettime1() function that holds most of the
2010-04-08 11:51:13 +00:00
kern_timeout.c
…
kern_todr.c
Update default TOD value to 2010/01/01 12:00:00.
2010-01-02 10:57:35 +00:00
kern_turnstile.c
…
kern_uidinfo.c
…
kern_uuid.c
…
kern_verifiedexec.c
In veriexec_file_verify(), always check 'lockstate' before unlocking
2009-12-28 07:16:41 +00:00
kern_xxx.c
…
kgdb_stub.c
…
makesyscalls.sh
Make is possible to add extra output at the top of syscallargs.h.
2010-03-02 19:33:12 +00:00
sched_4bsd.c
…
sched_m2.c
…
subr_autoconf.c
Use CTLTYPE_BOOL.
2010-04-19 11:20:56 +00:00
subr_blist.c
…
subr_bufq.c
…
subr_callback.c
…
subr_copy.c
…
subr_debug.c
…
subr_device.c
Device accessors are only marginally related to autoconf, so put them
2010-01-31 15:10:11 +00:00
subr_devsw.c
…
subr_disk.c
…
subr_disk_mbr.c
Fix typo, no code change.
2009-12-23 09:23:53 +00:00
subr_disk_open.c
Add helper function that determines the size and block size of a disk device.
2010-01-30 11:57:17 +00:00
subr_evcnt.c
…
subr_exec_fd.c
…
subr_extent.c
…
subr_hash.c
…
subr_humanize.c
…
subr_iostat.c
…
subr_kmem.c
Add kmem_asprintf rotuine which allocates string accordingly to format
2010-02-11 23:13:46 +00:00
subr_kobj.c
…
subr_kobj_vfs.c
Rename a few routines from _file() to _vfs() for consistency.
2010-01-19 22:17:44 +00:00
subr_lockdebug.c
…
subr_log.c
…
subr_lwp_specificdata.c
void police!
2010-04-12 23:09:28 +00:00
subr_once.c
…
subr_optstr.c
…
subr_pcq.c
…
subr_percpu.c
…
subr_pool.c
pool_cache_invalidate: comment out invalidation of per-CPU caches (nobody depends
2010-01-20 23:40:42 +00:00
subr_prf.c
On a recursive panic(), don't try to take a dump, as that may very
2010-01-26 12:59:50 +00:00
subr_prof.c
…
subr_specificdata.c
…
subr_spldebug.c
…
subr_syscall_stats.c
…
subr_tftproot.c
…
subr_time.c
…
subr_userconf.c
…
subr_vmem.c
…
subr_workqueue.c
…
subr_xcall.c
…
sys_aio.c
aio_suspend1: remove wrong comment, add one new.
2010-01-30 21:23:46 +00:00
sys_descrip.c
…
sys_generic.c
…
sys_lwp.c
…
sys_module.c
Move builtin modules to a list in init and load them from there
2010-03-05 18:35:01 +00:00
sys_mqueue.c
If a multithreaded app closes an fd while another thread is blocked in
2009-12-20 09:36:05 +00:00
sys_pipe.c
If a multithreaded app closes an fd while another thread is blocked in
2009-12-20 09:36:05 +00:00
sys_pmc.c
…
sys_process.c
fix build for ports that don't have PT_STEP (Havard Eidnes)
2010-04-07 13:10:46 +00:00
sys_pset.c
…
sys_sched.c
…
sys_select.c
Add comment about locking.
2009-12-20 23:00:59 +00:00
sys_sig.c
Get rid of last "easy" kernel symbols starting with __:
2010-01-19 22:28:30 +00:00
sys_socket.c
If a multithreaded app closes an fd while another thread is blocked in
2009-12-20 09:36:05 +00:00
sys_syscall.c
…
syscalls.c
regen: lfs megamaid syscalls -> MODULAR
2010-03-02 19:37:02 +00:00
syscalls.conf
Make is possible to add extra output at the top of syscallargs.h.
2010-03-02 19:33:12 +00:00
syscalls.master
Make lfs syscalls loadable. This nukes fs_lfs.h & #ifdef LFS.
2010-03-02 19:34:26 +00:00
sysv_ipc.c
…
sysv_msg.c
…
sysv_sem.c
…
sysv_shm.c
…
tty.c
…
tty_bsdpty.c
The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
2010-01-08 11:35:07 +00:00
tty_conf.c
…
tty_ptm.c
…
tty_pty.c
Amplify comment about ultrix bits.
2010-01-24 19:56:26 +00:00
tty_subr.c
…
tty_tty.c
…
uipc_accf.c
call accept_filter_init int setopt so that don't use an uninitialized lock
2010-03-13 23:03:39 +00:00
uipc_domain.c
…
uipc_mbuf.c
Remove mclpool_allocator, which is unnecessary since mb_map removal.
2010-04-16 02:57:15 +00:00
uipc_mbuf2.c
…
uipc_proto.c
…
uipc_sem.c
…
uipc_socket.c
Don't bother caching egid. It'll be removed soon.
2009-12-30 22:12:12 +00:00
uipc_socket2.c
Don't bother caching egid. It'll be removed soon.
2009-12-30 22:12:12 +00:00
uipc_syscalls.c
Remove unnecessary call to kauth_cred_free().
2010-01-21 04:40:22 +00:00
uipc_usrreq.c
Fix typo in comment.
2010-02-09 23:05:16 +00:00
vfs_bio.c
fs_ffs.h is no longer required (since the death of bufops / softdep)
2010-03-02 14:22:44 +00:00
vfs_cache.c
…
vfs_cwd.c
The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
2010-01-08 11:35:07 +00:00
vfs_dirhash.c
…
vfs_getcwd.c
The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
2010-01-08 11:35:07 +00:00
vfs_hooks.c
…
vfs_init.c
…
vfs_lockf.c
…
vfs_lookup.c
The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
2010-01-08 11:35:07 +00:00
vfs_subr.c
Add vrele_async routine which asynchronously release vnodes in different contex
2010-02-11 23:16:35 +00:00
vfs_syscalls.c
remove redundant checks of PK_MARKER.
2010-03-03 00:47:30 +00:00
vfs_trans.c
…
vfs_vnops.c
Stop exposing fifofs internals and leave only fifo_vnodeop_p visible.
2010-03-29 13:11:32 +00:00
vfs_wapbl.c
Move block number computations to callers of wapl_read/wapl_write and
2010-02-27 16:51:03 +00:00
vfs_xattr.c
…
vnode_if.c
regen: rump vnodeif went on a diet
2010-04-14 14:00:04 +00:00
vnode_if.sh
Make rump vnode interface lightweight: the only things we
2010-04-14 13:58:51 +00:00
vnode_if.src
…