..
cnmagic.c
core_elf32.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
core_elf64.c
core_netbsd.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
exec_aout.c
Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.
2002-12-10 17:14:02 +00:00
exec_conf.c
exec_ecoff.c
exec_elf32.c
Two small changes to the ELF exec code:
2003-01-30 20:03:46 +00:00
exec_elf64.c
exec_elf_common.c
exec_macho.c
Load __OBJC and ____CGSERVER sections of Mach-O binaries as __TEXT.
2002-12-11 19:28:41 +00:00
exec_script.c
exec_subr.c
Two small changes to the ELF exec code:
2003-01-30 20:03:46 +00:00
genassym.awk
genassym.sh
genlintstub.awk
init_main.c
add support for p1003.1b semaphores. From FreeBSD
2003-01-20 20:02:56 +00:00
init_sysent.c
Regen; reserve slots for <mqueue.h> and <sched.h> system calls.
2003-01-24 01:28:05 +00:00
kern_acct.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kern_allocsys.c
kern_clock.c
There's a locking order issue with the scheduler and the callwheel locks
2003-01-27 22:38:24 +00:00
kern_descrip.c
Remove variable that is only assigned too but not referenced.
2003-01-19 22:52:11 +00:00
kern_event.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kern_exec.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kern_exit.c
Call exit_lwps() from exit1() if there is more than one LWP (as
2003-01-27 20:30:32 +00:00
kern_fork.c
Add "fork hooks", a'la "exec hooks" and "exit hooks" which allow
2003-01-24 01:42:52 +00:00
kern_kthread.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kern_ktrace.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kern_lkm.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kern_lock.c
_simple_lock(): revert to IPL at entry while spinning on the lock; raise
2003-01-19 14:40:55 +00:00
kern_lwp.c
Add a KASSERT when copying l1->l_cpu to l2->l_cpu
2003-01-30 05:51:58 +00:00
kern_malloc_debug.c
kern_malloc.c
kern_ntptime.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kern_physio.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kern_proc.c
make KSTACK_CHECK_* compile after sa merge.
2003-01-22 12:52:14 +00:00
kern_prot.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kern_ras.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kern_resource.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kern_sa.c
Cast integer to pointer via intptr_t.
2003-01-19 12:59:59 +00:00
kern_sig.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kern_subr.c
Add "fork hooks", a'la "exec hooks" and "exit hooks" which allow
2003-01-24 01:42:52 +00:00
kern_synch.c
make KSTACK_CHECK_* compile after sa merge.
2003-01-22 12:52:14 +00:00
kern_sysctl.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kern_systrace.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kern_time.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kern_verifiedexec.c
kern_xxx.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
kgdb_stub.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
Make.tags.inc
Makefile
makesyscalls.sh
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
subr_autoconf.c
move #include <sys/reboot.h> with the rest of the <sys/...> headers.
2003-01-02 00:12:16 +00:00
subr_devsw.c
subr_disk.c
subr_extent.c
subr_log.c
subr_pool.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
subr_prf.c
Add aprint_error(), which is like aprint_normal(), but also records
2002-12-31 23:45:36 +00:00
subr_prof.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
subr_prop.c
subr_userconf.c
subr_xxx.c
sys_generic.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
sys_pipe.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
sys_pmc.c
Make this compile again on i386 by avoiding an unused variable
2003-01-20 01:40:48 +00:00
sys_process.c
PT_DUMPCORE support.
2003-01-23 17:35:18 +00:00
sys_socket.c
writable, not writeable.
2003-01-06 20:30:28 +00:00
syscalls.c
Regen; reserve slots for <mqueue.h> and <sched.h> system calls.
2003-01-24 01:28:05 +00:00
syscalls.conf
syscalls.master
Reserve slots for the p1003.1b scheduler system calls.
2003-01-24 01:27:21 +00:00
sysv_ipc.c
sysv_msg.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
sysv_sem.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
sysv_shm.c
Two small changes to the ELF exec code:
2003-01-30 20:03:46 +00:00
tty_conf.c
tty_pty.c
b_to_q() and q_to_b() take a "u_char *" argument, so use a u_char array
2003-01-19 23:11:46 +00:00
tty_subr.c
remove cinit()
2003-01-08 12:00:25 +00:00
tty_tb.c
tty_tty.c
tty.c
Make the char_type array "unsigned char" since we stuff values > 0x80
2003-01-19 23:07:32 +00:00
uipc_domain.c
uipc_mbuf2.c
switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag
2003-01-17 08:11:49 +00:00
uipc_mbuf.c
uipc_proto.c
uipc_sem.c
Major overhaul of this code, fixing locking protocol issues and handling
2003-01-24 01:46:27 +00:00
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
uipc_usrreq.c
vfs_bio.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
vfs_cache.c
vfs_getcwd.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
vfs_init.c
vfs_lockf.c
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
vfs_lookup.c
name the component that should be leaf in the diagnostic.
2003-01-20 23:57:49 +00:00
vfs_subr.c
The hunt to make sync work from ddb again begins here.
2003-01-20 23:59:14 +00:00
vfs_syscalls.c
step 2: fix sync so that it does not dereference null lwp and assign p properly.
2003-01-21 00:00:10 +00:00
vfs_vnops.c
Bump daddr_t to 64 bits. Replace it with int32_t in all places where
2003-01-24 21:55:02 +00:00
vnode_if.c
vnode_if.sh
vnode_if.src