.. |
Make.tags.inc
|
Don't run ctags(1) on sys/altq/altq.h, it redefines useful NetBSD
|
2007-08-10 22:50:12 +00:00 |
Makefile
|
…
|
|
bufq_disksort.c
|
…
|
|
bufq_fcfs.c
|
…
|
|
bufq_priocscan.c
|
…
|
|
bufq_readprio.c
|
…
|
|
cnmagic.c
|
…
|
|
core_elf32.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
core_elf64.c
|
…
|
|
core_netbsd.c
|
…
|
|
exec_aout.c
|
…
|
|
exec_conf.c
|
…
|
|
exec_ecoff.c
|
…
|
|
exec_elf32.c
|
…
|
|
exec_elf64.c
|
…
|
|
exec_macho.c
|
…
|
|
exec_script.c
|
…
|
|
exec_subr.c
|
Change unused fflags parameter in VOP_MMAP to prot and pass in
|
2007-07-27 08:26:38 +00:00 |
genlintstub.awk
|
…
|
|
init_main.c
|
Convert the sysmon watchdog framework to use mutex(9) rather than
|
2007-09-02 00:41:24 +00:00 |
init_sysctl.c
|
Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed
|
2007-08-15 12:07:23 +00:00 |
init_sysent.c
|
Regen.
|
2007-08-15 12:09:12 +00:00 |
kern_acct.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
kern_auth.c
|
Fix the other inverted test as well.
|
2007-07-06 17:33:31 +00:00 |
kern_cctr.c
|
Add sys/kern/kern_cctr.c, which contains MI cpu cyclecounter based
|
2007-07-21 11:47:07 +00:00 |
kern_clock.c
|
Shuffle routines which just roll values around from kern_clock.c
|
2007-08-09 07:36:18 +00:00 |
kern_condvar.c
|
cv_wakeup: the entire queue has to be searched, as we can't know how many
|
2007-08-02 22:01:40 +00:00 |
kern_core.c
|
…
|
|
kern_cpu.c
|
Make the uarea cache per-CPU and drain in batches of 4.
|
2007-08-18 00:21:10 +00:00 |
kern_descrip.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
kern_drvctl.c
|
…
|
|
kern_event.c
|
+#include <sys/conf.h>
|
2007-07-21 19:23:03 +00:00 |
kern_exec.c
|
Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed
|
2007-08-15 12:07:23 +00:00 |
kern_exit.c
|
proc_free: don't destroy locks until the last LWP is confirmed off the CPU.
|
2007-08-15 12:20:28 +00:00 |
kern_fileassoc.c
|
…
|
|
kern_fork.c
|
Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed
|
2007-08-15 12:07:23 +00:00 |
kern_idle.c
|
Don't depend on uvm_extern.h pulling in proc.h.
|
2007-07-21 19:06:20 +00:00 |
kern_ksyms.c
|
…
|
|
kern_kthread.c
|
kthread_exit: l->l_name could be NULL.
|
2007-07-10 23:06:56 +00:00 |
kern_ktrace.c
|
Fix inverted test in ktrpoint(), NAMI traces weren't being generated.
|
2007-08-27 13:33:45 +00:00 |
kern_lkm.c
|
…
|
|
kern_lock.c
|
Define a new lockmgr flag LK_RESURRECT which can be used in
|
2007-07-29 12:40:37 +00:00 |
kern_lwp.c
|
sys__lwp_suspend: implement waiting for target LWP status changes (or
|
2007-08-02 01:48:44 +00:00 |
kern_malloc.c
|
…
|
|
kern_malloc_debug.c
|
…
|
|
kern_mutex.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
kern_ntptime.c
|
…
|
|
kern_pax.c
|
…
|
|
kern_physio.c
|
It's not a good idea for device drivers to modify b_flags, as they don't
|
2007-07-29 12:15:35 +00:00 |
kern_proc.c
|
Fix kernel compilation with 'options KSTACK_CHECK_MAGIC': change
|
2007-08-10 21:50:48 +00:00 |
kern_prot.c
|
Fix inverted check in sys_setgroups().
|
2007-06-30 21:31:41 +00:00 |
kern_ras.c
|
Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed
|
2007-08-15 12:07:23 +00:00 |
kern_resource.c
|
Grab locks in getrusage/getrlimit.
|
2007-08-08 14:07:11 +00:00 |
kern_rwlock.c
|
…
|
|
kern_sig.c
|
Fix a couple of comments.
|
2007-08-17 17:25:14 +00:00 |
kern_sleepq.c
|
pull the following change from vmlocking branch.
|
2007-08-31 15:27:18 +00:00 |
kern_stub.c
|
Fix inverted test in ktrpoint(), NAMI traces weren't being generated.
|
2007-08-27 13:33:45 +00:00 |
kern_subr.c
|
Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed
|
2007-08-15 12:07:23 +00:00 |
kern_synch.c
|
suspendsched: reduce #ifdef.
|
2007-08-06 11:48:23 +00:00 |
kern_sysctl.c
|
Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed
|
2007-08-15 12:07:23 +00:00 |
kern_systrace.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
kern_tc.c
|
Timecounters are lockless. Add conservative memory barriers to ensure that
|
2007-08-17 21:20:24 +00:00 |
kern_time.c
|
Shuffle routines which just roll values around from kern_clock.c
|
2007-08-09 07:36:18 +00:00 |
kern_timeout.c
|
callout_softclock: add a couple of assertions.
|
2007-08-01 23:23:41 +00:00 |
kern_todr.c
|
…
|
|
kern_turnstile.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
kern_uuid.c
|
Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to
|
2007-08-26 22:59:08 +00:00 |
kern_verifiedexec.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
kern_xxx.c
|
…
|
|
kgdb_stub.c
|
…
|
|
makesyscalls.sh
|
protect sys/syscall.h properly against multiple inclusion and make the
|
2005-12-03 17:04:36 +00:00 |
sched_4bsd.c
|
Add cpuctl(8). For now this is not much more than a toy for debugging and
|
2007-08-04 11:02:56 +00:00 |
subr_autoconf.c
|
Defer callout_startup2() (which calls softintr_establish(9)) call
|
2007-07-20 22:15:47 +00:00 |
subr_blist.c
|
…
|
|
subr_bufq.c
|
It's not a good idea for device drivers to modify b_flags, as they don't
|
2007-07-29 12:15:35 +00:00 |
subr_callback.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
subr_debug.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
subr_devsw.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
subr_disk.c
|
It's not a good idea for device drivers to modify b_flags, as they don't
|
2007-07-29 12:15:35 +00:00 |
subr_disk_mbr.c
|
It's not a good idea for device drivers to modify b_flags, as they don't
|
2007-07-29 12:15:35 +00:00 |
subr_evcnt.c
|
…
|
|
subr_extent.c
|
Make the regression test build again.
|
2007-07-10 22:58:54 +00:00 |
subr_hash.c
|
Move hashinit() & hashdone() from kern_subr.c to subr_hash.c to
|
2007-07-28 12:53:52 +00:00 |
subr_iostat.c
|
…
|
|
subr_kmem.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
subr_lockdebug.c
|
…
|
|
subr_log.c
|
…
|
|
subr_once.c
|
…
|
|
subr_optstr.c
|
…
|
|
subr_pool.c
|
pool_drain: add a comment.
|
2007-08-18 00:37:14 +00:00 |
subr_prf.c
|
Move bitmask_snprintf() from subr_prf.c to subr_prf_bitmask.c to permit
|
2007-07-29 09:38:01 +00:00 |
subr_prf2.c
|
subr_prf_bitmask.c -> subr_prf2.c
|
2007-08-15 20:34:48 +00:00 |
subr_prof.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
subr_specificdata.c
|
Remove obsolete comments.
|
2007-08-18 00:11:00 +00:00 |
subr_syscall_stats.c
|
…
|
|
subr_tftproot.c
|
…
|
|
subr_time.c
|
Shuffle routines which just roll values around from kern_clock.c
|
2007-08-09 07:36:18 +00:00 |
subr_userconf.c
|
…
|
|
subr_vmem.c
|
Implementation of per-CPU work-queues support for workqueue(9) interface.
|
2007-07-12 20:39:56 +00:00 |
subr_workqueue.c
|
don't bother to set thread's priority by ourselves,
|
2007-08-07 12:50:26 +00:00 |
sys_aio.c
|
Make bioops a pointer and point it to the softdeps struct in softdep
|
2007-09-01 23:40:21 +00:00 |
sys_generic.c
|
Only ktrace the part of the buffer actually read/written.
|
2007-08-27 16:23:16 +00:00 |
sys_lwp.c
|
sys__lwp_suspend: Handle the possible problem when target LWP might exit via
|
2007-08-15 02:50:40 +00:00 |
sys_pipe.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
sys_pmc.c
|
…
|
|
sys_process.c
|
Merge unobtrusive locking changes from the vmlocking branch.
|
2007-07-21 19:21:53 +00:00 |
sys_sched.c
|
…
|
|
sys_sig.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
sys_socket.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
syscalls.c
|
Regen.
|
2007-08-15 12:09:12 +00:00 |
syscalls.conf
|
Version mount(2) so that the length of the 'data' buffer is passed into
|
2007-07-14 15:41:30 +00:00 |
syscalls.master
|
- Update for ktrace changes.
|
2007-08-15 12:08:38 +00:00 |
sysv_ipc.c
|
…
|
|
sysv_msg.c
|
…
|
|
sysv_sem.c
|
Remove obsolete comment.
|
2007-08-17 23:46:34 +00:00 |
sysv_shm.c
|
…
|
|
tty.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
tty_bsdpty.c
|
…
|
|
tty_conf.c
|
…
|
|
tty_ptm.c
|
…
|
|
tty_pty.c
|
…
|
|
tty_subr.c
|
…
|
|
tty_tty.c
|
…
|
|
uipc_domain.c
|
In sockaddr_copy(), stop caring about the destination sockaddr's
|
2007-09-01 06:50:44 +00:00 |
uipc_mbuf.c
|
…
|
|
uipc_mbuf2.c
|
…
|
|
uipc_proto.c
|
…
|
|
uipc_sem.c
|
…
|
|
uipc_socket.c
|
sosetopt: clear SB_AUTOSIZE when setting buffer size explicitly.
|
2007-08-06 11:41:52 +00:00 |
uipc_socket2.c
|
TCP socket buffers automatic sizing - ported from FreeBSD.
|
2007-08-02 02:42:40 +00:00 |
uipc_syscalls.c
|
Don't error calls to copy socket addresses to userspace when the application
|
2007-09-01 17:04:58 +00:00 |
uipc_usrreq.c
|
Add a new socket option for unix domain sockets: LOCAL_PEEREID, to make
|
2007-08-09 15:23:01 +00:00 |
vfs_bio.c
|
Make bioops a pointer and point it to the softdeps struct in softdep
|
2007-09-01 23:40:21 +00:00 |
vfs_cache.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
vfs_getcwd.c
|
…
|
|
vfs_hooks.c
|
…
|
|
vfs_init.c
|
Move vfs_attach(), vfs_detach() and vfs_reinit() from vfs_subr.c
|
2007-07-27 14:25:21 +00:00 |
vfs_lockf.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
vfs_lookup.c
|
Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed
|
2007-08-15 12:07:23 +00:00 |
vfs_subr.c
|
more vfs_subr -> vfs_subr2 dance for rump:
|
2007-08-14 13:51:31 +00:00 |
vfs_subr2.c
|
more vfs_subr -> vfs_subr2 dance for rump:
|
2007-08-14 13:51:31 +00:00 |
vfs_syscalls.c
|
Make bioops a pointer and point it to the softdeps struct in softdep
|
2007-09-01 23:40:21 +00:00 |
vfs_trans.c
|
Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter.
|
2007-07-26 22:57:36 +00:00 |
vfs_vnops.c
|
Retire uvn_attach() - it abuses VXLOCK and its functionality,
|
2007-07-22 19:16:04 +00:00 |
vfs_xattr.c
|
…
|
|
vnode_if.c
|
regen: VOP_MMAP fflags -> prot
|
2007-07-27 08:27:38 +00:00 |
vnode_if.sh
|
Introduce WILLMAKE for vnode operations which create a new vnode.
|
2007-07-22 21:26:53 +00:00 |
vnode_if.src
|
Change unused fflags parameter in VOP_MMAP to prot and pass in
|
2007-07-27 08:26:38 +00:00 |