.. |
bufq_disksort.c
|
|
|
bufq_fcfs.c
|
|
|
bufq_priocscan.c
|
BUFQ_PRIOCSCAN:
|
2012-02-17 08:45:11 +00:00 |
bufq_readprio.c
|
|
|
cnmagic.c
|
|
|
core_elf32.c
|
extending vmem(9) to be able to allocated resources for it's own needs.
|
2012-01-27 19:48:38 +00:00 |
core_elf64.c
|
|
|
core_netbsd.c
|
|
|
exec_aout.c
|
|
|
exec_ecoff.c
|
|
|
exec_elf32.c
|
|
|
exec_elf64.c
|
|
|
exec_elf.c
|
Fix PAX build.
|
2013-04-09 07:39:01 +00:00 |
exec_script.c
|
|
|
exec_subr.c
|
|
|
genlintstub.awk
|
|
|
init_main.c
|
calculate vnode cache size based on the resource it gets allocated from
|
2013-03-18 13:36:21 +00:00 |
init_sysctl_base.c
|
|
|
init_sysctl.c
|
calculate vnode cache size based on the resource it gets allocated from
|
2013-03-18 13:36:21 +00:00 |
init_sysent.c
|
regen
|
2013-03-29 01:10:13 +00:00 |
kern_acct.c
|
|
|
kern_auth.c
|
C99 section 6.7.2.3 (Tags) Note 3 states that:
|
2013-03-18 19:35:35 +00:00 |
kern_cctr.c
|
|
|
kern_cfglock.c
|
|
|
kern_clock.c
|
adapt the cyclic module and profile dtrace provider to netbsd.
|
2012-12-02 01:05:16 +00:00 |
kern_condvar.c
|
also comment on the meaning of timo=0 for cv_timedwait_sig.
|
2013-03-08 08:36:37 +00:00 |
kern_core.c
|
|
|
kern_cpu.c
|
put binary compatibility support for the old AMD-only CPU microcode
|
2012-10-17 20:19:55 +00:00 |
kern_ctf.c
|
|
|
kern_descrip.c
|
Return EOPNOTSUPP for fnullop_kqfilter to prevent registration of unsupported
|
2012-11-24 15:07:44 +00:00 |
kern_drvctl.c
|
Fix memory leak on the following cases when device attached or detached:
|
2013-04-26 09:04:43 +00:00 |
kern_event.c
|
- initialize kn_id
|
2012-11-24 15:14:32 +00:00 |
kern_exec.c
|
revert previous, you can run on mips 64 bit binaries with a 32 bit kernel.
|
2013-04-20 22:28:58 +00:00 |
kern_exit.c
|
exit_lwps, lwp_wait: fix a race condition by re-trying if p_lock was dropped
|
2012-09-27 20:43:15 +00:00 |
kern_fileassoc.c
|
fileassoc_file_delete: pre-check whether fileassoc was used and thus avoid
|
2012-01-22 03:48:51 +00:00 |
kern_fork.c
|
revert racy vfork() parent-blocking-before-child-execs-or-exits code.
|
2012-07-27 20:52:49 +00:00 |
kern_history.c
|
|
|
kern_hook.c
|
split device_t/softc for all remaining drivers.
|
2012-10-27 17:17:22 +00:00 |
kern_idle.c
|
- Add mi_cpu_init() and initialise cpu_lock and kcpuset_attached/running there.
|
2012-01-29 22:55:40 +00:00 |
kern_ksyms.c
|
don't overwrite the CTF info with the symbol table.
|
2013-04-07 00:49:45 +00:00 |
kern_kthread.c
|
Add a __HAVE_CPU_UAREA_IDLELWP hook so that the MD code can allocate
|
2012-09-01 00:26:37 +00:00 |
kern_ktrace.c
|
Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
|
2012-02-19 21:05:51 +00:00 |
kern_lock.c
|
Revert change that allowed rw_tryenter(&lock, RW_READER) to recurse
|
2013-04-27 08:12:34 +00:00 |
kern_lwp.c
|
The lwp_id in a process are supposed to be non-zero and unique.
|
2012-12-16 22:21:03 +00:00 |
kern_malloc.c
|
- Replace some malloc(9) uses with kmem(9).
|
2012-04-30 22:51:27 +00:00 |
kern_module_vfs.c
|
|
|
kern_module.c
|
downgrade an error to debug.
|
2013-03-24 22:06:37 +00:00 |
kern_mutex_obj.c
|
|
|
kern_mutex.c
|
Revert change that allowed rw_tryenter(&lock, RW_READER) to recurse
|
2013-04-27 08:12:34 +00:00 |
kern_ntptime.c
|
|
|
kern_pax.c
|
|
|
kern_physio.c
|
|
|
kern_pmf.c
|
in pmf_system_shutdown(), don't do anything if we're panicing.
|
2012-11-13 14:08:07 +00:00 |
kern_proc.c
|
Add a new resource to limit the number of lwps per user, RLIMIT_NTHR. There
|
2012-06-09 02:31:14 +00:00 |
kern_prot.c
|
Remove debugging.
|
2012-06-09 02:55:32 +00:00 |
kern_ras.c
|
Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
|
2012-02-19 21:05:51 +00:00 |
kern_rate.c
|
Signed overflow is undefined behavior, and one version of gcc
|
2012-12-12 11:10:56 +00:00 |
kern_resource.c
|
fix setrlimit(RLIMIT_STACK) for __MACHINE_STACK_GROWS_UP platforms.
|
2013-01-07 16:54:54 +00:00 |
kern_rndpool.c
|
Address multiple problems with rnd(4)/cprng(9):
|
2012-04-17 02:50:38 +00:00 |
kern_rndq.c
|
Tweak the previous a little: don't be so hasty to declare sources "fast"
|
2013-01-26 22:22:07 +00:00 |
kern_runq.c
|
revert rev.1.37 for now.
|
2013-03-12 23:16:31 +00:00 |
kern_rwlock_obj.c
|
|
|
kern_rwlock.c
|
Revert change that allowed rw_tryenter(&lock, RW_READER) to recurse
|
2013-04-27 08:12:34 +00:00 |
kern_sdt.c
|
|
|
kern_sig.c
|
Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
|
2012-02-19 21:05:51 +00:00 |
kern_sleepq.c
|
Add comments saying that a cv_timedwait and sleepq_block interpret
|
2013-03-08 08:35:09 +00:00 |
kern_softint.c
|
- softint_dispatch: perform pserialize(9) switchpoint when softintr processing
|
2013-01-07 23:21:31 +00:00 |
kern_ssp.c
|
|
|
kern_stub.c
|
Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
|
2012-02-19 21:05:51 +00:00 |
kern_subr.c
|
Make detection of root on wedges (dk(4)) machine independent. Remove
|
2012-06-10 17:05:18 +00:00 |
kern_synch.c
|
The field ci_curlwp is only defined for MULTIPROCESSOR kernels.
|
2012-09-02 16:00:00 +00:00 |
kern_syscall.c
|
Add a new type of syscall "EXTERN" which is meant for modules that live
|
2012-05-05 19:37:37 +00:00 |
kern_sysctl.c
|
fix warning
|
2013-04-27 20:13:16 +00:00 |
kern_tc.c
|
kill some -Wunused-but-set-variable warnings
|
2012-11-13 20:10:02 +00:00 |
kern_time.c
|
Make ts2timo(9) always return the absolute start time if the start argument
|
2013-05-22 16:00:52 +00:00 |
kern_timeout.c
|
|
|
kern_todr.c
|
|
|
kern_turnstile.c
|
comments and assertions.
|
2012-06-15 13:51:40 +00:00 |
kern_uidinfo.c
|
At least pretend to not leak memory in sysctl initialization.
|
2013-03-10 17:55:42 +00:00 |
kern_uuid.c
|
|
|
kern_verifiedexec.c
|
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
|
2012-03-13 18:40:26 +00:00 |
kern_xxx.c
|
|
|
kgdb_stub.c
|
KNF
|
2013-05-11 15:44:46 +00:00 |
Make.tags.inc
|
|
|
Makefile
|
|
|
makesyscalls.sh
|
make rump kernel syscalls through curproc->p_emul instead of rump_sysent
|
2013-03-07 19:17:46 +00:00 |
sched_4bsd.c
|
|
|
sched_m2.c
|
|
|
subr_autoconf.c
|
printflike maintenance.
|
2013-02-09 00:31:21 +00:00 |
subr_blist.c
|
printflike maintenance.
|
2013-02-09 00:31:21 +00:00 |
subr_bufq.c
|
|
|
subr_callback.c
|
|
|
subr_copy.c
|
|
|
subr_cprng.c
|
Re-fix 'fix' for SA-2013-003. Because the original fix evaluated a flag
|
2013-03-28 18:06:48 +00:00 |
subr_cpufreq.c
|
|
|
subr_debug.c
|
|
|
subr_device.c
|
|
|
subr_devsw.c
|
add an XXX comment i meant to include with the original change.
|
2012-02-18 06:29:10 +00:00 |
subr_disk_mbr.c
|
No longer determine availability of ISO and UDF partitions, we default
|
2012-10-03 07:05:51 +00:00 |
subr_disk_open.c
|
split device_t/softc for all remaining drivers.
|
2012-10-27 17:17:22 +00:00 |
subr_disk.c
|
printflike maintenance.
|
2013-02-09 00:31:21 +00:00 |
subr_evcnt.c
|
|
|
subr_exec_fd.c
|
|
|
subr_extent.c
|
remove left over macro after kmem_map is gone
|
2012-01-29 11:14:49 +00:00 |
subr_hash.c
|
Add hash_list_size() and simplify slightly.
|
2012-06-05 20:51:36 +00:00 |
subr_humanize.c
|
|
|
subr_iostat.c
|
|
|
subr_kcpuset.c
|
Rename kcpuset_copybits() to kcpuset_export_u32() and thus be more specific
|
2012-09-16 22:09:33 +00:00 |
subr_kmem.c
|
- make debug size check more strict
|
2013-04-22 13:22:25 +00:00 |
subr_kobj_vfs.c
|
|
|
subr_kobj.c
|
size_t needs to printed with %zu
|
2012-12-30 20:52:20 +00:00 |
subr_lockdebug.c
|
Revert change that allowed rw_tryenter(&lock, RW_READER) to recurse
|
2013-04-27 08:12:34 +00:00 |
subr_log.c
|
|
|
subr_lwp_specificdata.c
|
|
|
subr_once.c
|
|
|
subr_optstr.c
|
|
|
subr_pcq.c
|
Revert to more readable but non-standard use of offsetof to calculate
|
2012-01-31 20:40:09 +00:00 |
subr_pcu.c
|
Remove a debugging printf
|
2012-12-31 01:20:05 +00:00 |
subr_percpu.c
|
extending vmem(9) to be able to allocated resources for it's own needs.
|
2012-01-27 19:48:38 +00:00 |
subr_physmap.c
|
- physmap_map, physmap_map_fini: pmap_update() must be performed before
|
2013-01-19 01:04:51 +00:00 |
subr_pool.c
|
In pool_cache_put_slow(), pool_get() can block (it does mutex_enter()),
|
2013-03-11 21:37:54 +00:00 |
subr_prf.c
|
Move the DDB-specific part of vpanic() to a new db_panic() function,
|
2013-02-10 11:04:19 +00:00 |
subr_prof.c
|
|
|
subr_pserialize.c
|
- pserialize_switchpoint: check for passing twice, not more than needed.
|
2013-02-07 23:37:58 +00:00 |
subr_specificdata.c
|
|
|
subr_spldebug.c
|
|
|
subr_syscall_stats.c
|
|
|
subr_tftproot.c
|
Fix misspelling: accommodate is a long enough word to have room for two 'c's
|
2012-12-01 11:41:49 +00:00 |
subr_time.c
|
Make ts2timo(9) always return the absolute start time if the start argument
|
2013-05-22 16:00:52 +00:00 |
subr_userconf.c
|
|
|
subr_vmem.c
|
update comments
|
2013-03-06 11:20:10 +00:00 |
subr_workqueue.c
|
If the workqueue is using a prio less than PRI_KERNEL, make sure KTHREAD_TS
|
2012-10-07 22:16:21 +00:00 |
subr_xcall.c
|
xc_highpri: fix assert.
|
2013-04-07 00:31:40 +00:00 |
sys_aio.c
|
|
|
sys_descrip.c
|
Remove some set but unused variables
|
2013-04-08 21:12:33 +00:00 |
sys_generic.c
|
Provide binary compatibility for architectures that (erroneously) had
|
2013-04-04 12:51:39 +00:00 |
sys_lwp.c
|
Centralize the computation of struct timespec to the int timo.
|
2013-03-29 01:08:17 +00:00 |
sys_module.c
|
Add -A, -a, and -e options to modstat(8) along with kernel
|
2012-08-07 01:19:05 +00:00 |
sys_mqueue.c
|
Centralize the computation of struct timespec to the int timo.
|
2013-03-29 01:08:17 +00:00 |
sys_pipe.c
|
Make sure we can deliver two file descriptors for pipe2() before we set
|
2012-05-16 09:41:11 +00:00 |
sys_pmc.c
|
|
|
sys_process.c
|
|
|
sys_pset.c
|
|
|
sys_sched.c
|
- Convert x86 MD code, mainly pmap(9) e.g. TLB shootdown code, to use
|
2012-04-20 22:23:24 +00:00 |
sys_select.c
|
Assert equality, not assignment, in selrecord.
|
2013-01-26 19:38:17 +00:00 |
sys_sig.c
|
Properly differentiate between infinite timeout and zero timeout.
|
2013-03-08 09:32:59 +00:00 |
sys_socket.c
|
- Eliminate so_nbio and turn it into a bit SS_NBIO in so_state.
|
2011-12-20 23:56:28 +00:00 |
sys_syscall.c
|
use sy_call() so that l->l_sysent gets set, so that we can autoload modules
|
2012-05-05 19:44:02 +00:00 |
syscalls.c
|
regen
|
2013-03-29 01:10:13 +00:00 |
syscalls.conf
|
Forgot this one from previous commit. It too is needed for syscallargs.h
|
2012-08-03 12:41:13 +00:00 |
syscalls.master
|
Centralize the computation of struct timespec to the int timo.
|
2013-03-29 01:08:17 +00:00 |
sysv_ipc.c
|
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
|
2012-03-13 18:40:26 +00:00 |
sysv_msg.c
|
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
|
2012-03-13 18:40:26 +00:00 |
sysv_sem.c
|
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
|
2012-03-13 18:40:26 +00:00 |
sysv_shm.c
|
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
|
2012-03-13 18:40:26 +00:00 |
tty_bsdpty.c
|
|
|
tty_conf.c
|
|
|
tty_ptm.c
|
Add COMPAT_60 versions of the TIOCPTMGET and TIOCPTSNAME ioctls.
|
2012-10-19 16:55:22 +00:00 |
tty_pty.c
|
Set tp->t_dev to the correct dev_t value in both ptmopen and ptsopen.
|
2012-10-20 00:21:10 +00:00 |
tty_subr.c
|
|
|
tty_tty.c
|
|
|
tty.c
|
printflike maintenance.
|
2013-02-09 00:31:21 +00:00 |
uipc_accf.c
|
|
|
uipc_domain.c
|
Add sockaddr_format to ease debugging code dealing with socket
|
2013-01-31 14:30:47 +00:00 |
uipc_mbuf2.c
|
|
|
uipc_mbuf.c
|
print more diagnostic info in panic message
|
2013-05-08 11:08:45 +00:00 |
uipc_proto.c
|
|
|
uipc_sem.c
|
Centralize the computation of struct timespec to the int timo.
|
2013-03-29 01:08:17 +00:00 |
uipc_socket2.c
|
- Eliminate so_nbio and turn it into a bit SS_NBIO in so_state.
|
2011-12-20 23:56:28 +00:00 |
uipc_socket.c
|
Remove some set but unused variables
|
2013-04-08 21:12:33 +00:00 |
uipc_syscalls.c
|
PR/47569: Valery Ushakov: SOCK_NONBLOCK does not work because it does not
|
2013-02-14 21:57:58 +00:00 |
uipc_usrreq.c
|
Fix some screw cases in cmsg file descriptor passing.
|
2013-02-14 01:00:07 +00:00 |
vfs_bio.c
|
Redo case where buf_map is not yet mapped when buf_memcalc() is called
|
2013-05-19 11:02:12 +00:00 |
vfs_cache.c
|
Excise struct componentname from the namecache.
|
2012-11-05 17:27:37 +00:00 |
vfs_cwd.c
|
|
|
vfs_dirhash.c
|
|
|
vfs_getcwd.c
|
Disentangle the namecache from the internals of namei.
|
2012-11-05 17:24:09 +00:00 |
vfs_hooks.c
|
|
|
vfs_init.c
|
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
|
2012-03-13 18:40:26 +00:00 |
vfs_lockf.c
|
|
|
vfs_lookup.c
|
Add most system calls for POSIX extended API set, part 2, with test cases:
|
2012-11-18 17:41:51 +00:00 |
vfs_mount.c
|
fix locking order mountlist_lock -> mnt_unmounting.
|
2013-04-28 21:34:31 +00:00 |
vfs_quotactl.c
|
Improve the names of some members of struct quotactl_args. These are
|
2012-02-01 05:43:53 +00:00 |
vfs_subr.c
|
C99 section 6.7.2.3 (Tags) Note 3 states that:
|
2013-03-18 19:35:35 +00:00 |
vfs_syscalls.c
|
Revert defective O_SEARCH implementation committed by manu@ along with
|
2013-01-13 08:15:02 +00:00 |
vfs_trans.c
|
Replace the rwlock based implementation with passive serialization
|
2013-01-21 09:14:01 +00:00 |
vfs_vnode.c
|
Make the spec_node table implementation private to spec_vnops.c.
|
2013-02-13 14:03:48 +00:00 |
vfs_vnops.c
|
Bring back Manuel Bouyers patch to resolve races between vget() and vrelel()
|
2012-11-12 11:00:07 +00:00 |
vfs_wapbl.c
|
why didn't gcc find the formatting error?
|
2013-02-09 00:32:12 +00:00 |
vfs_xattr.c
|
Return ENODATA when no attribute is found, like Linux does. After
|
2012-05-01 07:48:25 +00:00 |
vnode_if.c
|
|
|
vnode_if.sh
|
|
|
vnode_if.src
|
|
|