NetBSD/sys/kern
elad 56a6a2b09b don't break lkms; pointed out by hannken@ and he@, thanks! 2006-05-18 17:35:49 +00:00
..
Make.tags.inc
Makefile merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
bufq_disksort.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
bufq_fcfs.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
bufq_priocscan.c Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 19:12:23 +00:00
bufq_readprio.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cnmagic.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
core_elf32.c integrate kauth. 2006-05-14 21:15:11 +00:00
core_elf64.c
core_netbsd.c Sprinkle static. 2005-12-08 03:05:40 +00:00
exec_aout.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
exec_conf.c Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so 2006-02-09 19:18:56 +00:00
exec_ecoff.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
exec_elf32.c don't break lkms; pointed out by hannken@ and he@, thanks! 2006-05-18 17:35:49 +00:00
exec_elf64.c
exec_macho.c integrate kauth. 2006-05-14 21:15:11 +00:00
exec_script.c integrate kauth. 2006-05-14 21:15:11 +00:00
exec_subr.c integrate kauth. 2006-05-14 21:15:11 +00:00
genlintstub.awk Rewrite to support LINTSTUB in multiline comments. 2006-01-22 05:11:11 +00:00
init_main.c integrate kauth. 2006-05-14 21:15:11 +00:00
init_sysctl.c integrate kauth. 2006-05-14 21:15:11 +00:00
init_sysent.c Regen 2006-05-04 17:50:28 +00:00
kern_acct.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_auth.c add kauth backend. 2006-05-14 21:12:38 +00:00
kern_clock.c Make this compile again. 2006-04-15 02:12:49 +00:00
kern_descrip.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_drvctl.c ktrace-lwp merge fallout. 2005-12-15 22:01:17 +00:00
kern_event.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_exec.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_exit.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_fork.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_kcont.c Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 19:12:23 +00:00
kern_ksyms.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kern_kthread.c
kern_ktrace.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_lkm.c - tweak RUN_ONCE api to allow init_func returns an error. 2006-01-16 21:45:38 +00:00
kern_lock.c Fix call to simple_lock_assert_held() so builds with -DDEBUG work. 2006-03-31 06:01:07 +00:00
kern_lwp.c lwp_suspend: don't forget to decrement p_nrlwps when suspending ourselves. 2006-04-26 11:44:39 +00:00
kern_malloc.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kern_malloc_debug.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kern_microtime.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kern_ntptime.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_pax.c CTLFLAG_IMMEDIATE doesn't do what I thought it did. from yamt@, thanks! 2006-05-18 17:33:18 +00:00
kern_physio.c from Christian Ehrhardt: 2006-04-18 09:54:32 +00:00
kern_proc.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_prot.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_ras.c Make it compile on archs without __HAVE_RAS. 2005-11-25 11:29:48 +00:00
kern_resource.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_sa.c Coverity CID 2352: Protect all l2 accesses inside the if statement. 2006-04-13 18:55:49 +00:00
kern_securelevel.c Ensure creation of kern node. 2006-04-17 03:45:19 +00:00
kern_sig.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_subr.c Use device_unit(). 2006-03-28 17:38:24 +00:00
kern_synch.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_sysctl.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_systrace.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_tc.c Import main FreeBSD timecounter support files as of 4th Feb 2006. 2006-02-04 08:06:23 +00:00
kern_time.c timers_alloc: use PR_WAITOK. 2006-05-18 10:09:12 +00:00
kern_timeout.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kern_uuid.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kern_verifiedexec.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_xxx.c integrate kauth. 2006-05-14 21:15:11 +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
subr_autoconf.c Initialize an uninitialized variable gcc 4 found 2006-05-14 05:26:59 +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_devsw.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
subr_disk.c iostat_find/disk_find: constify and simplify. 2006-04-21 13:53:30 +00:00
subr_disk_mbr.c Improve disk portability between systems. 2006-01-28 19:57:07 +00:00
subr_evcnt.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
subr_extent.c Spell coalesce correctly. 2006-04-15 05:07:15 +00:00
subr_iostat.c iostat_alloc: don't forget to initialize io_busy etc. 2006-04-21 13:58:10 +00:00
subr_log.c merge ktrace-lwp. 2005-12-11 12:16:03 +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 Implement options string parsing of the form 'a=b c=d ...'. This will be 2006-02-03 11:04:46 +00:00
subr_pool.c Add a DEBUG check that panics if pool_init() is called more than 2006-04-15 14:23:11 +00:00
subr_prf.c if db_onpanic is -1, do not invoke any ddb functions at all when handling 2006-01-28 14:37:31 +00:00
subr_prof.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
subr_userconf.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
subr_workqueue.c Use for in a forever loop as per KNF. 2006-05-02 13:26:07 +00:00
subr_xxx.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
sys_generic.c merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
sys_pipe.c integrate kauth. 2006-05-14 21:15:11 +00:00
sys_pmc.c
sys_process.c integrate kauth. 2006-05-14 21:15:11 +00:00
sys_socket.c integrate kauth. 2006-05-14 21:15:11 +00:00
syscalls.c Regen 2006-05-04 17:50:28 +00:00
syscalls.conf merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
syscalls.master fhstat needs to be versioned too (for ino_t). Pointed out by Izumi Tsutsui 2006-05-04 17:48:56 +00:00
sysv_ipc.c integrate kauth. 2006-05-14 21:15:11 +00:00
sysv_msg.c integrate kauth. 2006-05-14 21:15:11 +00:00
sysv_sem.c integrate kauth. 2006-05-14 21:15:11 +00:00
sysv_shm.c integrate kauth. 2006-05-14 21:15:11 +00:00
tty.c integrate kauth. 2006-05-14 21:15:11 +00:00
tty_bsdpty.c integrate kauth. 2006-05-14 21:15:11 +00:00
tty_conf.c - tweak RUN_ONCE api to allow init_func returns an error. 2006-01-16 21:45:38 +00:00
tty_ptm.c integrate kauth. 2006-05-14 21:15:11 +00:00
tty_pty.c integrate kauth. 2006-05-14 21:15:11 +00:00
tty_subr.c Use ANSI function decls, sprinkle static. 2005-12-08 03:09:04 +00:00
tty_tty.c integrate kauth. 2006-05-14 21:15:11 +00:00
uipc_domain.c integrate kauth. 2006-05-14 21:15:11 +00:00
uipc_mbuf.c Coverity CID 848: Protect against NULL deref. 2006-04-15 04:58:14 +00:00
uipc_mbuf2.c whitespace. 2006-03-15 11:10:41 +00:00
uipc_proto.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
uipc_sem.c integrate kauth. 2006-05-14 21:15:11 +00:00
uipc_socket.c integrate kauth. 2006-05-14 21:15:11 +00:00
uipc_socket2.c integrate kauth. 2006-05-14 21:15:11 +00:00
uipc_syscalls.c Don't set mature an fd that has been ffree'd 2006-05-16 21:00:02 +00:00
uipc_usrreq.c integrate kauth. 2006-05-14 21:15:11 +00:00
vfs_bio.c integrate kauth. 2006-05-14 21:15:11 +00:00
vfs_cache.c Coverity CID 602: Remove always true if statement. 2006-04-15 04:33:48 +00:00
vfs_getcwd.c integrate kauth. 2006-05-14 21:15:11 +00:00
vfs_hooks.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
vfs_init.c changes for making DIAGNOSTIC not change the kernel ABI: 2005-12-27 04:06:45 +00:00
vfs_lockf.c integrate kauth. 2006-05-14 21:15:11 +00:00
vfs_lookup.c integrate kauth. 2006-05-14 21:15:11 +00:00
vfs_subr.c integrate kauth. 2006-05-14 21:15:11 +00:00
vfs_syscalls.c integrate kauth. 2006-05-14 21:15:11 +00:00
vfs_vnops.c integrate kauth. 2006-05-14 21:15:11 +00:00
vfs_xattr.c integrate kauth. 2006-05-14 21:15:11 +00:00
vnode_if.c integrate kauth. 2006-05-14 21:15:11 +00:00
vnode_if.sh integrate kauth. 2006-05-14 21:15:11 +00:00
vnode_if.src integrate kauth. 2006-05-14 21:15:11 +00:00