.. |
Makefile
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
files.netbsd32
|
Move saemul_netbsd32 to netbsd32_sa.c and allow the KERN_SA bits to be omitted.
|
2009-12-10 14:10:35 +00:00 |
netbsd32.h
|
Merge from matt-nb5-mips64
|
2009-12-14 00:47:10 +00:00 |
netbsd32_compat_09.c
|
remove clause #3 from my license where there are no other
|
2008-05-29 14:51:25 +00:00 |
netbsd32_compat_10.c
|
merge christos-time_t
|
2009-01-11 02:45:45 +00:00 |
netbsd32_compat_12.c
|
Cleanup. Kill a few netbsd32_caddr_t in syscalls argument types.
|
2009-01-30 13:01:36 +00:00 |
netbsd32_compat_13.c
|
remove clause #3 from my license where there are no other
|
2008-05-29 14:51:25 +00:00 |
netbsd32_compat_14.c
|
Convert all the system call entry points from:
|
2007-12-20 23:02:38 +00:00 |
netbsd32_compat_20.c
|
Convert 67 namei call sites to use namei_simple, in these functions:
|
2009-06-29 05:08:15 +00:00 |
netbsd32_compat_30.c
|
Make all fstat(2) compat syscalls consistently use do_sys_fstat(),
|
2009-01-26 13:00:04 +00:00 |
netbsd32_compat_43.c
|
Cleanup. Kill a few netbsd32_caddr_t in syscalls argument types.
|
2009-01-30 13:01:36 +00:00 |
netbsd32_compat_50.c
|
A few more instances of __sigtimedwait1 -> sigtimedwait1
|
2010-01-19 23:15:50 +00:00 |
netbsd32_conv.h
|
fix casts.
|
2009-01-25 01:22:42 +00:00 |
netbsd32_core.c
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
netbsd32_event.c
|
merge christos-time_t
|
2009-01-11 02:45:45 +00:00 |
netbsd32_exec.h
|
Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly
|
2009-12-10 14:13:48 +00:00 |
netbsd32_exec_aout.c
|
remove clause #3 from my license where there are no other
|
2008-05-29 14:51:25 +00:00 |
netbsd32_exec_elf32.c
|
replace mips:elf_check_itp() and ELFNAME2(netbsd32,probe_noteless) that
|
2009-12-14 04:09:38 +00:00 |
netbsd32_execve.c
|
remove clause #3 from my license where there are no other
|
2008-05-29 14:51:25 +00:00 |
netbsd32_fs.c
|
Merge from matt-nb5-mips64
|
2009-12-14 00:47:10 +00:00 |
netbsd32_ioctl.c
|
In netbsd32_from_{ifreq,oifreq}(), use the compat structure size for
|
2009-12-11 11:14:34 +00:00 |
netbsd32_ioctl.h
|
Add netbsd32_oifreq and fix issue in copying the interface name. With this
|
2009-12-09 04:50:47 +00:00 |
netbsd32_ipc.c
|
Add missing semicolons after NETBSD32TOx_UAP macro calls.
|
2009-12-12 10:30:09 +00:00 |
netbsd32_lwp.c
|
merge christos-time_t
|
2009-01-11 02:45:45 +00:00 |
netbsd32_mod.c
|
Make the emulations, exec formats, coredump, NFS, and the NFS server
|
2008-11-19 18:35:57 +00:00 |
netbsd32_netbsd.c
|
Merge from matt-nb5-mips64
|
2009-12-14 00:47:10 +00:00 |
netbsd32_sa.c
|
Move saemul_netbsd32 to netbsd32_sa.c and allow the KERN_SA bits to be omitted.
|
2009-12-10 14:10:35 +00:00 |
netbsd32_sa.h
|
Move saemul_netbsd32 to netbsd32_sa.c and allow the KERN_SA bits to be omitted.
|
2009-12-10 14:10:35 +00:00 |
netbsd32_select.c
|
- selcommon/pollcommon: drop redundant l argument.
|
2009-11-11 09:48:50 +00:00 |
netbsd32_sem.c
|
Replace semid_t with intptr_t. No function change. This is a libc/kernel
|
2008-11-14 15:49:20 +00:00 |
netbsd32_signal.c
|
A few more instances of __sigtimedwait1 -> sigtimedwait1
|
2010-01-19 23:15:50 +00:00 |
netbsd32_socket.c
|
Make compat netbsd32 sendmsg follow the native version by allowing
|
2009-07-22 17:19:44 +00:00 |
netbsd32_syscall.h
|
Regen (new makesyscalls.sh)
|
2009-12-14 00:53:32 +00:00 |
netbsd32_syscallargs.h
|
Regen (new makesyscalls.sh)
|
2009-12-14 00:53:32 +00:00 |
netbsd32_syscalls.c
|
Regen (new makesyscalls.sh)
|
2009-12-14 00:53:32 +00:00 |
netbsd32_sysctl.c
|
merge christos-time_t
|
2009-01-11 02:45:45 +00:00 |
netbsd32_sysctl.h
|
Make the emulations, exec formats, coredump, NFS, and the NFS server
|
2008-11-19 18:35:57 +00:00 |
netbsd32_sysent.c
|
Regen (new makesyscalls.sh)
|
2009-12-14 00:53:32 +00:00 |
netbsd32_time.c
|
fix kernel build with no options NTP
|
2009-02-26 21:08:48 +00:00 |
netbsd32_wait.c
|
do_sys_wait(): fix previous by checking for ru != NULL. Noticed by
|
2009-11-04 21:23:02 +00:00 |
syscalls.conf
|
merge christos-time_t
|
2009-01-11 02:45:45 +00:00 |
syscalls.master
|
Merge from matt-nb5-mips64
|
2009-12-14 00:47:10 +00:00 |