..
bufq_disksort.c
Avoid unnecessary cast in bufq_disksort_init().
2007-02-01 00:36:37 +00:00
bufq_fcfs.c
bufq_priocscan.c
TRUE -> true, FALSE -> false
2007-02-22 06:34:42 +00:00
bufq_readprio.c
Merge from vmlocking: cosmetic change.
2007-10-08 17:02:51 +00:00
cnmagic.c
remove some __unused from function parameters.
2006-11-01 10:17:58 +00:00
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
remove some __unused from function parameters.
2006-11-01 10:17:58 +00:00
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
2007-10-19 11:59:34 +00:00
exec_elf64.c
exec_macho.c
exec_script.c
Change the way that emulations locate files within the emulation root to
2007-04-22 08:29:55 +00:00
exec_subr.c
Merge from vmlocking:
2007-10-10 20:42:20 +00:00
genlintstub.awk
init_main.c
Use C99 structures initializers when possible.
2007-11-07 16:51:28 +00:00
init_sysctl.c
Merge scheduler changes from the vmlocking branch. All discussed on
2007-11-06 00:42:39 +00:00
init_sysent.c
Regen
2007-11-09 14:58:36 +00:00
kern_acct.c
Change the way p->p_limit (and hence p->p_rlimit) is locked.
2007-09-29 12:22:30 +00:00
kern_auth.c
Change some initialization of static queues to compile time.
2007-11-11 23:22:23 +00:00
kern_cctr.c
fix typo in comment
2007-11-08 20:10:26 +00:00
kern_clock.c
Merge scheduler changes from the vmlocking branch. All discussed on
2007-11-06 00:42:39 +00:00
kern_condvar.c
Merge scheduler changes from the vmlocking branch. All discussed on
2007-11-06 00:42:39 +00:00
kern_core.c
Allocate the temporary path buffer before we acquire any locks.
2007-09-22 13:34:23 +00:00
kern_cpu.c
Merge from vmlocking:
2007-11-07 00:23:13 +00:00
kern_descrip.c
Merge from vmlocking:
2007-11-07 00:23:13 +00:00
kern_drvctl.c
drvctlioctl: Plug a possible memory leak.
2007-04-03 23:02:39 +00:00
kern_event.c
Merge file descriptor locking, cwdi locking and cross-call changes
2007-10-08 15:12:05 +00:00
kern_exec.c
Merge from vmlocking:
2007-11-07 00:23:13 +00:00
kern_exit.c
Merge tty changes from the vmlocking branch.
2007-11-07 15:56:11 +00:00
kern_fileassoc.c
Some Veriexec stuff that's been rotting in my tree for months.
2007-05-15 19:47:43 +00:00
kern_fork.c
Merge from vmlocking:
2007-11-07 00:23:13 +00:00
kern_idle.c
Merge scheduler changes from the vmlocking branch. All discussed on
2007-11-06 00:42:39 +00:00
kern_ksyms.c
Don't panic if we don't find a symbol or string table. Perhaps the kernel
2007-04-02 16:44:44 +00:00
kern_kthread.c
Merge scheduler changes from the vmlocking branch. All discussed on
2007-11-06 00:42:39 +00:00
kern_ktrace.c
Fix merge error.
2007-10-08 15:13:12 +00:00
kern_lkm.c
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
2007-03-04 05:59:00 +00:00
kern_lock.c
Merge scheduler changes from the vmlocking branch. All discussed on
2007-11-06 00:42:39 +00:00
kern_lwp.c
Change some initialization of static queues to compile time.
2007-11-11 23:22:23 +00:00
kern_malloc_debug.c
Change some initialization of static queues to compile time.
2007-11-11 23:22:23 +00:00
kern_malloc.c
Change some initialization of static queues to compile time.
2007-11-11 23:22:23 +00:00
kern_mutex.c
Merge from vmlocking:
2007-11-07 00:23:13 +00:00
kern_ntptime.c
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
2007-10-19 11:59:34 +00:00
kern_pax.c
Include sys/cdefs.h first.
2007-09-21 19:14:12 +00:00
kern_physio.c
Merge scheduler changes from the vmlocking branch. All discussed on
2007-11-06 00:42:39 +00:00
kern_proc.c
Change some initialization of static queues to compile time.
2007-11-11 23:22:23 +00:00
kern_prot.c
Fix inverted check in sys_setgroups().
2007-06-30 21:31:41 +00:00
kern_ras.c
ras_sync: deal with spurious wakeup and add comments.
2007-10-26 17:28:37 +00:00
kern_resource.c
Merge scheduler changes from the vmlocking branch. All discussed on
2007-11-06 00:42:39 +00:00
kern_rwlock.c
Merge from vmlocking:
2007-10-11 19:45:24 +00:00
kern_sig.c
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
2007-10-19 11:59:34 +00:00
kern_sleepq.c
Merge scheduler changes from the vmlocking branch. All discussed on
2007-11-06 00:42:39 +00:00
kern_softint.c
Merge scheduler changes from the vmlocking branch. All discussed on
2007-11-06 00:42:39 +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
Merge from vmlocking:
2007-10-12 13:00:18 +00:00
kern_synch.c
Put back equivalent change to rev 1.189 which was lost:
2007-11-10 17:45:10 +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 from vmlocking:
2007-11-07 00:23:13 +00:00
kern_tc.c
Adjust a comment. In NetBSD the time-related kernel function prototypes
2007-10-21 14:55:09 +00:00
kern_time.c
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
2007-10-19 11:59:34 +00:00
kern_timeout.c
Merge scheduler changes from the vmlocking branch. All discussed on
2007-11-06 00:42:39 +00:00
kern_todr.c
Minor KNF, replace some spaces with tabs.
2006-09-24 18:24:55 +00:00
kern_turnstile.c
Merge from vmlocking:
2007-11-07 00:23:13 +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
Change some initialization of static queues to compile time.
2007-11-11 23:22:23 +00:00
kern_xxx.c
Add MI implementations of the indirect stystem call functions sys_syscall()
2007-11-09 14:50:51 +00:00
kgdb_stub.c
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
makesyscalls.sh
Support "NOARGS INDIR" for compat_mach.
2007-11-10 13:22:11 +00:00
sched_4bsd.c
Merge scheduler changes from the vmlocking branch. All discussed on
2007-11-06 00:42:39 +00:00
sched_m2.c
Modifications for the recent vmlocking changes:
2007-11-07 03:07:14 +00:00
subr_autoconf.c
Change some initialization of static queues to compile time.
2007-11-11 23:22:23 +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
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
2007-10-19 11:59:34 +00:00
subr_devsw.c
Merge from vmlocking:
2007-11-07 00:23:13 +00:00
subr_disk_mbr.c
Merge brelse() changes from the vmlocking branch.
2007-10-08 18:02:53 +00:00
subr_disk.c
Merge disk init changes from the vmlocking branch. These seperate init /
2007-10-08 16:41:05 +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
Merge newlock2 to head.
2007-02-09 21:55:00 +00:00
subr_kmem.c
Merge from vmlocking:
2007-11-07 00:23:13 +00:00
subr_lockdebug.c
Change some initialization of static queues to compile time.
2007-11-11 23:22:23 +00:00
subr_log.c
Merge from vmlocking.
2007-11-07 00:19:08 +00:00
subr_once.c
subr_optstr.c
TRUE -> true, FALSE -> false
2007-02-22 06:34:42 +00:00
subr_pool.c
for PR_NOTOUCH pool_item_header, use a bitmap rather than a freelist.
2007-11-10 07:29:28 +00:00
subr_prf2.c
subr_prf_bitmask.c -> subr_prf2.c
2007-08-15 20:34:48 +00:00
subr_prf.c
Merge from vmlocking.
2007-11-07 00:19:08 +00:00
subr_prof.c
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
2007-10-19 11:59:34 +00:00
subr_specificdata.c
Merge from vmlocking:
2007-11-07 00:23:13 +00:00
subr_syscall_stats.c
Add code to support per-system call statistics:
2007-02-18 16:58:15 +00:00
subr_tftproot.c
Add the TFTPROOT kernel option for TFTP'ing root RAMdisk at root mount time.
2007-05-08 06:10:27 +00:00
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
Merge from vmlocking:
2007-11-07 00:23:13 +00:00
subr_workqueue.c
don't bother to set thread's priority by ourselves,
2007-08-07 12:50:26 +00:00
subr_xcall.c
Merge scheduler changes from the vmlocking branch. All discussed on
2007-11-06 00:42:39 +00:00
sys_aio.c
Merge scheduler changes from the vmlocking branch. All discussed on
2007-11-06 00:42:39 +00:00
sys_generic.c
Merge file descriptor locking, cwdi locking and cross-call changes
2007-10-08 15:12:05 +00:00
sys_lwp.c
Fix error in previous.
2007-11-07 00:56:27 +00:00
sys_mqueue.c
Change some initialization of static queues to compile time.
2007-11-11 23:22:23 +00:00
sys_pipe.c
Merge from vmlocking:
2007-11-07 00:23:13 +00:00
sys_pmc.c
Include sys/cdefs.h first.
2007-09-21 19:14:12 +00:00
sys_process.c
Merge from vmlocking:
2007-11-07 00:23:13 +00:00
sys_sched.c
Merge newlock2 to head.
2007-02-09 21:55:00 +00:00
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
sys_syscall.c
Add MI implementations of the indirect stystem call functions sys_syscall()
2007-11-09 14:50:51 +00:00
syscalls.c
Regen
2007-11-09 14:58:36 +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
Add the 'args' argument to sys_syscall and sys___syscall.
2007-11-09 14:57:33 +00:00
sysv_ipc.c
Merge newlock2 to head.
2007-02-09 21:55:00 +00:00
sysv_msg.c
fix deadlocks.
2007-11-04 13:09:32 +00:00
sysv_sem.c
fix deadlocks.
2007-11-04 13:09:32 +00:00
sysv_shm.c
fix typos
2007-04-29 20:23:34 +00:00
tty_bsdpty.c
Remove duplicate #include's
2007-03-26 22:52:44 +00:00
tty_conf.c
Merge tty changes from the vmlocking branch.
2007-11-07 15:56:11 +00:00
tty_ptm.c
Merge from vmlocking:
2007-10-10 20:42:20 +00:00
tty_pty.c
Merge tty changes from the vmlocking branch.
2007-11-07 15:56:11 +00:00
tty_subr.c
Merge tty changes from the vmlocking branch.
2007-11-07 15:56:11 +00:00
tty_tty.c
Remove calls to now obsolete vn_start_write() and vn_finished_write().
2007-04-03 16:11:31 +00:00
tty.c
Merge tty changes from the vmlocking branch.
2007-11-07 15:56:11 +00:00
uipc_domain.c
1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that
2007-09-19 04:33:42 +00:00
uipc_mbuf2.c
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
2007-03-04 05:59:00 +00:00
uipc_mbuf.c
Merge from vmlocking:
2007-11-07 00:23:13 +00:00
uipc_proto.c
Convert to structure initializers. Use __arraycount
2007-02-18 23:16:59 +00:00
uipc_sem.c
- ksem_proc_dtor: fix a use-after-free
2007-06-15 18:27:13 +00:00
uipc_socket2.c
Use selinit() / seldestroy().
2007-09-25 14:04:07 +00:00
uipc_socket.c
Merge from vmlocking:
2007-11-07 00:23:13 +00:00
uipc_syscalls.c
Use getsombuf().
2007-10-05 02:34:58 +00:00
uipc_usrreq.c
Merge file descriptor locking, cwdi locking and cross-call changes
2007-10-08 15:12:05 +00:00
vfs_bio.c
Fix vm.bufmem* sysctl nodes for 64bit archs by making them uint64_t,
2007-10-21 23:27:16 +00:00
vfs_cache.c
Change some initialization of static queues to compile time.
2007-11-11 23:22:23 +00:00
vfs_getcwd.c
Merge from vmlocking:
2007-10-10 20:42:20 +00:00
vfs_hooks.c
vfs_init.c
Merge from vmlocking:
2007-11-07 00:23:13 +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
Merge from vmlocking:
2007-11-07 00:23:13 +00:00
vfs_subr2.c
Merge from vmlocking:
2007-10-10 20:42:20 +00:00
vfs_subr.c
fix comment: suspendsched() removes user process*es* from the runqueue
2007-11-04 17:31:16 +00:00
vfs_syscalls.c
80col & whitespace police. no functional change.
2007-10-24 15:28:55 +00:00
vfs_trans.c
fscow_run(): Check for NULL mount and don't run the cow handler in this case.
2007-10-08 09:09:47 +00:00
vfs_vnops.c
Merge from vmlocking:
2007-10-10 20:42:20 +00:00
vfs_xattr.c
Remove calls to now obsolete vn_start_write() and vn_finished_write().
2007-04-03 16:11:31 +00:00
vnode_if.c
Regen.
2007-11-06 22:00:00 +00:00
vnode_if.sh
Merge from vmlocking.
2007-11-06 21:59:43 +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