..
Make.tags.inc
In sys/kern/Make.tags.inc, create an intermediate variable FINDCOMM.
2007-06-24 01:03:35 +00:00
Makefile
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
bufq_disksort.c
Avoid unnecessary cast in bufq_disksort_init().
2007-02-01 00:36:37 +00:00
bufq_fcfs.c
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
bufq_priocscan.c
TRUE -> true, FALSE -> false
2007-02-22 06:34:42 +00:00
bufq_readprio.c
Add a KASSERT to address CID: 4335.
2007-04-04 02:30:43 +00:00
cnmagic.c
remove some __unused from function parameters.
2006-11-01 10:17:58 +00:00
core_elf32.c
- Make the proclist_lock a mutex. The write:read ratio is unfavourable,
2007-03-09 14:11:22 +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
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
exec_conf.c
Make this compile under "no options COREDUMP".
2006-08-30 14:41:06 +00:00
exec_ecoff.c
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
exec_elf32.c
Change the way that emulations locate files within the emulation root to
2007-04-22 08:29:55 +00:00
exec_elf64.c
…
exec_macho.c
Use the LWP cached credentials where sane.
2006-07-23 22:06:03 +00:00
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
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
2007-03-04 05:59:00 +00:00
genlintstub.awk
Rewrite to support LINTSTUB in multiline comments.
2006-01-22 05:11:11 +00:00
init_main.c
periodically resize vmem hash table.
2007-06-17 13:34:42 +00:00
init_sysctl.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
init_sysent.c
Regen syscalls for AIO.
2007-04-30 14:47:32 +00:00
kern_acct.c
Change the way that emulations locate files within the emulation root to
2007-04-22 08:29:55 +00:00
kern_auth.c
Simplify the interfaces needed for sys_setgroups() and sys_getgroups().
2007-06-23 09:02:12 +00:00
kern_clock.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
kern_condvar.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
kern_core.c
Remove calls to now obsolete vn_start_write() and vn_finished_write().
2007-04-03 16:11:31 +00:00
kern_cpu.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
kern_descrip.c
Split the fcntl locking code out from its copyin/out.
2007-05-12 23:02:49 +00:00
kern_drvctl.c
drvctlioctl: Plug a possible memory leak.
2007-04-03 23:02:39 +00:00
kern_event.c
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
2007-03-12 18:18:22 +00:00
kern_exec.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
kern_exit.c
proc_free: avoid a potential race where we could free struct proc before
2007-06-15 18:29:53 +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
splstatclock, spllock -> splhigh
2007-06-15 20:17:07 +00:00
kern_idle.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
kern_kcont.c
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
2007-03-12 18:18:22 +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 newlock2 to head.
2007-02-09 21:55:00 +00:00
kern_ktrace.c
Add a ktrkuser() function that can be used to generate a KTR_USER trace
2007-06-01 20:24:21 +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
Re-apply rev 1.111:
2007-06-18 21:37:32 +00:00
kern_lwp.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
kern_malloc.c
malloc: fix a deadlock.
2007-04-19 11:03:44 +00:00
kern_malloc_debug.c
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
2007-03-12 18:18:22 +00:00
kern_microtime.c
merge FreeBSD timecounters from branch simonb-timecounters
2006-06-07 22:33:33 +00:00
kern_mutex.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
kern_ntptime.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_pax.c
TRUE -> true, FALSE -> false
2007-02-22 06:34:42 +00:00
kern_physio.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_proc.c
splstatclock, spllock -> splhigh
2007-06-15 20:17:07 +00:00
kern_prot.c
Make sys_getgroups() and sys_setgroups() use the newly added functions
2007-06-23 09:08:37 +00:00
kern_ras.c
Return EEXIST if attempting to install a RAS that is already installed.
2007-03-13 04:44:06 +00:00
kern_resource.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
kern_rwlock.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
kern_sig.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
kern_sleepq.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
kern_stub.c
Remove extra space so that symbol renaming works properly.
2007-03-03 10:08:18 +00:00
kern_subr.c
Move the #if at the top of trace_enter/exit back above the declaration of 'p'
2007-06-03 07:47:50 +00:00
kern_synch.c
setrunnable: adjust to slightly different locking strategy post yamt-idlewlp.
2007-05-31 22:06:09 +00:00
kern_sysctl.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_systrace.c
remove an unneeded cast and merge one more switch case.
2007-06-08 17:51:41 +00:00
kern_tc.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_time.c
rename si_sigval -> si_value to match POSIX RTS.
2007-05-21 15:35:47 +00:00
kern_timeout.c
Fix lossage from boolean_t -> bool and updated x86 bus_dma.
2007-02-22 04:38:02 +00:00
kern_todr.c
Minor KNF, replace some spaces with tabs.
2006-09-24 18:24:55 +00:00
kern_turnstile.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
kern_uuid.c
Merge newlock2 to head.
2007-02-09 21:55:00 +00:00
kern_verifiedexec.c
- remove pathname_ interface.
2007-05-19 22:11:22 +00:00
kern_xxx.c
Merge newlock2 to head.
2007-02-09 21:55:00 +00:00
kgdb_stub.c
Use ANSI function decls.
2005-12-07 05:53:24 +00:00
makesyscalls.sh
protect sys/syscall.h properly against multiple inclusion and make the
2005-12-03 17:04:36 +00:00
sched_4bsd.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
subr_autoconf.c
Make the attach functions for real and pseudo devices share as much code
2007-03-05 20:32:43 +00:00
subr_blist.c
blst_meta_fill: fix an assertion. PR/32580 from Nick Hudson.
2006-01-20 14:19:40 +00:00
subr_bufq.c
- add ioctls to set/get disk bufq strategy.
2005-12-26 10:36:47 +00:00
subr_callback.c
add a comment telling which structure members are zero-initialized,
2006-06-23 16:17:23 +00:00
subr_debug.c
Merge newlock2 to head.
2007-02-09 21:55:00 +00:00
subr_devsw.c
remove some __unused from function parameters.
2006-11-01 10:17:58 +00:00
subr_disk.c
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
2007-03-04 05:59:00 +00:00
subr_disk_mbr.c
#include sys/bootblocks.h for its MBR #definitions.
2007-06-14 17:18:40 +00:00
subr_evcnt.c
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
subr_extent.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
subr_iostat.c
Merge newlock2 to head.
2007-02-09 21:55:00 +00:00
subr_kmem.c
Remove duplicate #include's
2007-03-26 22:52:44 +00:00
subr_lockdebug.c
splstatclock, spllock -> splhigh
2007-06-15 20:17:07 +00:00
subr_log.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
subr_once.c
- tweak RUN_ONCE api to allow init_func returns an error.
2006-01-16 21:45:38 +00:00
subr_optstr.c
TRUE -> true, FALSE -> false
2007-02-22 06:34:42 +00:00
subr_pool.c
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
2007-03-12 18:18:22 +00:00
subr_prf.c
Fix format of the combination of 'F\B\L' and ':\V' in
2007-04-28 13:11:53 +00:00
subr_prof.c
use char* for the kernel representation of the user profile buffer
2007-03-06 16:16:02 +00:00
subr_specificdata.c
Replace some uses of lockmgr() / simplelocks.
2007-02-15 15:40:50 +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_userconf.c
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
subr_vmem.c
periodically resize vmem hash table.
2007-06-17 13:34:42 +00:00
subr_workqueue.c
typedef pri_t and use it instead of int and u_char.
2007-02-27 15:07:28 +00:00
subr_xxx.c
remove some __unused from function parameters.
2006-11-01 10:17:58 +00:00
sys_aio.c
Make AIO initialization MP-safe.
2007-05-31 06:24:23 +00:00
sys_generic.c
Move the point at which sys_readv and sys_preadv (and writev) get merged
2007-06-16 20:48:03 +00:00
sys_lwp.c
Split sys__lwp_park() so that the compat/netbsd32 code can copyin and convert
2007-06-03 09:50:12 +00:00
sys_pipe.c
Remove duplicate #include's
2007-03-26 22:52:44 +00:00
sys_pmc.c
Merge newlock2 to head.
2007-02-09 21:55:00 +00:00
sys_process.c
process_stoptrace: after setting a pending stop on curproc, call issignal
2007-04-19 22:42:10 +00:00
sys_sched.c
Merge newlock2 to head.
2007-02-09 21:55:00 +00:00
sys_sig.c
- Make the proclist_lock a mutex. The write:read ratio is unfavourable,
2007-03-09 14:11:22 +00:00
sys_socket.c
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
2007-03-04 05:59:00 +00:00
syscalls.c
Regen syscalls for AIO.
2007-04-30 14:47:32 +00:00
syscalls.conf
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
syscalls.master
Import of POSIX Asynchronous I/O.
2007-04-30 14:44:28 +00:00
sysv_ipc.c
Merge newlock2 to head.
2007-02-09 21:55:00 +00:00
sysv_msg.c
msgctl1: fix a lock leak.
2007-03-13 03:43:54 +00:00
sysv_sem.c
Use get_semctl_arg() here instead of the switch statement.
2007-06-17 10:27:16 +00:00
sysv_shm.c
fix typos
2007-04-29 20:23:34 +00:00
tty.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
tty_bsdpty.c
Remove duplicate #include's
2007-03-26 22:52:44 +00:00
tty_conf.c
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
2007-03-04 05:59:00 +00:00
tty_ptm.c
Remove duplicate #include's
2007-03-26 22:52:44 +00:00
tty_pty.c
wrap calls to pgsignal() in proclist_mutex
2007-04-17 19:52:56 +00:00
tty_subr.c
Use ANSI function decls, sprinkle static.
2005-12-08 03:09:04 +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
uipc_domain.c
In AppleTalk, IPv4, and IPv6 routing domains, help sockaddr_cmp()
2007-05-06 02:56:37 +00:00
uipc_mbuf.c
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
2007-03-12 18:18:22 +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_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_socket.c
Eliminate address family-specific route caches (struct route, struct
2007-05-02 20:40:22 +00:00
uipc_socket2.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_syscalls.c
- Fix obvious typos so that sendto(2) works.
2007-06-02 01:24:34 +00:00
uipc_usrreq.c
Change the way that emulations locate files within the emulation root to
2007-04-22 08:29:55 +00:00
vfs_bio.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
vfs_cache.c
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
2007-03-12 18:18:22 +00:00
vfs_getcwd.c
Merge newlock2 to head.
2007-02-09 21:55:00 +00:00
vfs_hooks.c
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
vfs_init.c
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
2007-03-12 18:18:22 +00:00
vfs_lockf.c
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
2007-03-12 18:18:22 +00:00
vfs_lookup.c
- remove pathname_ interface.
2007-05-19 22:11:22 +00:00
vfs_subr.c
improve post-ubc file overwrite performance in common cases.
2007-06-05 12:31:30 +00:00
vfs_syscalls.c
Move the point at which sys_readv and sys_preadv (and writev) get merged
2007-06-16 20:48:03 +00:00
vfs_trans.c
Fstrans_start() always returns zero, so change its type to void.
2007-05-17 07:26:21 +00:00
vfs_vnops.c
- remove pathname_ interface.
2007-05-19 22:11:22 +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-04-09 15:00:42 +00:00
vnode_if.sh
Generate preprocessor macros for vop offsets in vfs op descs. And
2006-11-30 21:06:29 +00:00
vnode_if.src
vop_link: reorder commented arguments to match actual calling order
2007-04-09 14:58:28 +00:00