.. |
Make.tags.inc
|
…
|
|
Makefile
|
…
|
|
cnmagic.c
|
…
|
|
core_elf32.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
core_elf64.c
|
…
|
|
core_netbsd.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
exec_aout.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
exec_conf.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
exec_ecoff.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
exec_elf32.c
|
Make elf{32|64}_check_header public, as it will be used by irix_elf32_probe.
|
2003-08-06 01:02:26 +00:00 |
exec_elf64.c
|
…
|
|
exec_elf_common.c
|
…
|
|
exec_macho.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
exec_script.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
exec_subr.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
genassym.awk
|
…
|
|
genassym.sh
|
…
|
|
genlintstub.awk
|
This program is called genlintstub.awk
|
2003-05-20 20:25:31 +00:00 |
init_main.c
|
(FAST_IPSEC): Pull in option header-test for FAST_IPSEC (and IPSEC).
|
2003-08-06 20:30:38 +00:00 |
init_sysent.c
|
…
|
|
kern_acct.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
kern_allocsys.c
|
…
|
|
kern_clock.c
|
Make sure to include opt_foo.h if a defflag option FOO is used.
|
2003-06-23 11:00:59 +00:00 |
kern_descrip.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
kern_event.c
|
Unlock kq_lock in the case of a timeout.
|
2003-07-18 17:34:07 +00:00 |
kern_exec.c
|
Add ktrace of env and args during exec.
|
2003-07-16 22:42:47 +00:00 |
kern_exit.c
|
Changes from Stephan Uphoff to patch problems with LWPs blocking when they
|
2003-07-17 18:16:58 +00:00 |
kern_fork.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
kern_ksyms.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
kern_kthread.c
|
…
|
|
kern_ktrace.c
|
sy_narg isn't very useful where an argument can span two register_t slots
|
2003-08-04 18:53:06 +00:00 |
kern_lkm.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
kern_lock.c
|
…
|
|
kern_lwp.c
|
Improve _lwp_wakeup so when it wakes a thread, the target thread thinks
|
2003-07-28 23:35:20 +00:00 |
kern_malloc.c
|
Build again with MALLOCLOG
|
2003-08-02 07:08:02 +00:00 |
kern_malloc_debug.c
|
…
|
|
kern_microtime.c
|
Remove an unnecessary local variable (and save a read of the "time"
|
2003-06-28 15:02:24 +00:00 |
kern_ntptime.c
|
Remember if ntp has adjusted clock rate, hardware RTC may be wrong.
|
2003-04-16 21:35:07 +00:00 |
kern_physio.c
|
Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and
|
2003-02-25 20:35:31 +00:00 |
kern_proc.c
|
…
|
|
kern_prot.c
|
add a crcmp() function.
|
2003-05-16 13:55:18 +00:00 |
kern_ras.c
|
Declare ras_pool in <sys/ras.h> instead of an extern declaration in
|
2003-06-28 14:52:10 +00:00 |
kern_resource.c
|
use strlcpy. [fixed off-by-one in subr_prop.c]
|
2003-05-16 14:25:02 +00:00 |
kern_sa.c
|
KNF a bit.
|
2003-07-21 19:21:12 +00:00 |
kern_sig.c
|
Whitespace.
|
2003-07-21 22:57:46 +00:00 |
kern_subr.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
kern_synch.c
|
Improve _lwp_wakeup so when it wakes a thread, the target thread thinks
|
2003-07-28 23:35:20 +00:00 |
kern_sysctl.c
|
maintain the list of namecaches attached to the vnode.
|
2003-07-30 12:09:46 +00:00 |
kern_systrace.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
kern_time.c
|
Changes from Stephan Uphoff to patch problems with LWPs blocking when they
|
2003-07-17 18:16:58 +00:00 |
kern_timeout.c
|
On second thought, callout_stop() should not clear the INVOKING flag.
|
2003-08-03 19:14:59 +00:00 |
kern_verifiedexec.c
|
add missing __KERNEL_RCSID()
|
2003-07-14 14:59:01 +00:00 |
kern_xxx.c
|
sy_narg isn't very useful where an argument can span two register_t slots
|
2003-08-04 18:53:06 +00:00 |
kgdb_stub.c
|
fix nits to compile when DEBUG_KGDB is defined
|
2003-05-13 02:13:14 +00:00 |
makesyscalls.sh
|
Merge the nathanw_sa branch.
|
2003-01-18 10:06:22 +00:00 |
subr_autoconf.c
|
Add a dev_propdb to hold device properties. Properties are already being
|
2003-07-04 00:24:29 +00:00 |
subr_devsw.c
|
add missing __KERNEL_RCSID()
|
2003-07-14 14:59:01 +00:00 |
subr_disk.c
|
CONSTCONT should have been CONSTCOND
|
2003-04-13 09:08:04 +00:00 |
subr_disk_mbr.c
|
MI code to read disklabels from mbr disks.
|
2003-07-07 13:28:48 +00:00 |
subr_extent.c
|
Make sure to include opt_foo.h if a defflag option FOO is used.
|
2003-06-23 11:00:59 +00:00 |
subr_log.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
subr_pool.c
|
Add the ability for pool caches to cache the physical address of
|
2003-04-09 18:22:13 +00:00 |
subr_prf.c
|
…
|
|
subr_prof.c
|
…
|
|
subr_prop.c
|
avoid constant, use sizeof
|
2003-05-17 03:12:08 +00:00 |
subr_userconf.c
|
…
|
|
subr_xxx.c
|
…
|
|
sys_generic.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
sys_pipe.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
sys_pmc.c
|
…
|
|
sys_process.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
sys_socket.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
syscalls.c
|
…
|
|
syscalls.conf
|
…
|
|
syscalls.master
|
…
|
|
sysv_ipc.c
|
…
|
|
sysv_msg.c
|
…
|
|
sysv_sem.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
sysv_shm.c
|
…
|
|
tty.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
tty_conf.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
tty_pty.c
|
Fix (and simplify) interaction between check_pty() and pty_maxptys().
|
2003-07-23 13:10:28 +00:00 |
tty_subr.c
|
…
|
|
tty_tb.c
|
…
|
|
tty_tty.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
uipc_domain.c
|
(FAST_IPSEC): attach PFKEY socket domain when either (KAME) IPSEC or
|
2003-08-06 20:34:35 +00:00 |
uipc_mbuf.c
|
Make sure to include opt_foo.h if a defflag option FOO is used.
|
2003-06-23 11:00:59 +00:00 |
uipc_mbuf2.c
|
…
|
|
uipc_proto.c
|
…
|
|
uipc_sem.c
|
add missing __KERNEL_RCSID()
|
2003-07-14 14:59:01 +00:00 |
uipc_socket.c
|
Make somaxkva modifyable via sysctl (and compile-time) instead of
|
2003-07-02 20:07:45 +00:00 |
uipc_socket2.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
uipc_syscalls.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
uipc_usrreq.c
|
back rev 1.63 (the linux hack) off - no compat specific code
|
2003-07-24 07:30:48 +00:00 |
vfs_bio.c
|
remove B_NEEDCOMMIT as it's no longer used.
|
2003-04-09 12:55:50 +00:00 |
vfs_cache.c
|
remove remaining v_id.
|
2003-07-31 15:43:06 +00:00 |
vfs_getcwd.c
|
eliminate v_id.
|
2003-07-30 12:10:57 +00:00 |
vfs_init.c
|
Typos in comments.
|
2003-05-17 15:53:42 +00:00 |
vfs_lockf.c
|
revert rev.1.28. (free -> FREE changes)
|
2003-06-25 14:34:55 +00:00 |
vfs_lookup.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
vfs_subr.c
|
eliminate v_id.
|
2003-07-30 12:10:57 +00:00 |
vfs_syscalls.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
vfs_vnops.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
vnode_if.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
vnode_if.sh
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
vnode_if.src
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |