..
linux_blkio.c
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
2003-06-29 22:28:00 +00:00
linux_blkio.h
linux_break.c
Merge the nathanw_sa branch.
2003-01-18 08:02:46 +00:00
linux_cdrom.c
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
2003-06-29 22:28:00 +00:00
linux_cdrom.h
linux_dirent.h
Add missing bracket arround macro argument reference.
2002-05-10 17:27:23 +00:00
linux_emuldata.h
linux processes sharing VM space (via clone() call) must also
2004-08-08 09:40:50 +00:00
linux_errno.c
linux_errno.h
Fix a reversed errno issue for Linux binaries on mips. While we are there,
2004-06-19 22:59:40 +00:00
linux_exec_aout.c
- GC all the setup_stack functions
2003-08-08 18:57:01 +00:00
linux_exec_elf32.c
adapt for changes to kern/exec_elf32.c
2003-10-31 14:04:35 +00:00
linux_exec_elf64.c
linux_exec.c
fix two bugs in previous:
2004-08-08 19:52:37 +00:00
linux_exec.h
all ports define __HAVE_SIGINFO now, so remove the CPP conditionals
2004-03-26 15:01:16 +00:00
linux_fcntl.h
implement the locking calls for linux_file64.
2002-03-22 14:54:49 +00:00
linux_fdio.c
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
2003-06-29 22:28:00 +00:00
linux_fdio.h
linux_file64.c
add Linux compat arg wrapper for ftruncate64(), and change linux compat
2003-08-10 20:16:20 +00:00
linux_file.c
on Linux, unlink() fails with EISDIR if the target is directory,
2004-08-13 21:27:32 +00:00
linux_hdio.c
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
2003-06-29 22:28:00 +00:00
linux_hdio.h
linux_ioctl.c
linux_sys_ioctl: map EPASSTHROUGH to EINVAL as sys_ioctl does.
2004-06-03 01:53:28 +00:00
linux_ioctl.h
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
2003-06-29 22:28:00 +00:00
linux_ipc.c
Merge the nathanw_sa branch.
2003-01-18 08:02:46 +00:00
linux_ipc.h
linux_ipccall.c
Merge the nathanw_sa branch.
2003-01-18 08:02:46 +00:00
linux_ipccall.h
Merge the nathanw_sa branch.
2003-01-18 08:02:46 +00:00
linux_llseek.c
Merge the nathanw_sa branch.
2003-01-18 08:02:46 +00:00
linux_machdep.h
all ports define __HAVE_SIGINFO now, so remove the CPP conditionals
2004-03-26 15:01:16 +00:00
linux_misc_notalpha.c
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
2003-06-29 22:28:00 +00:00
linux_misc.c
handle mmap() request with MAP_GROWSDOWN flag (request for stack-like
2004-08-29 14:08:06 +00:00
linux_misc.h
Merge the nathanw_sa branch.
2003-01-18 08:02:46 +00:00
linux_mmap.h
PR/21937: Todd Vierling: Proper support for mmap2
2003-06-23 21:25:56 +00:00
linux_msg.h
Merge the nathanw_sa branch.
2003-01-18 08:02:46 +00:00
linux_oldmmap.c
fix debug printf - lm_addr is not pointer anumore
2004-08-24 17:41:54 +00:00
linux_oldmmap.h
make struct linux_oldmmap members explicitly unsigned (with exception
2004-08-22 15:40:41 +00:00
linux_oldolduname.c
Merge the nathanw_sa branch.
2003-01-19 16:41:46 +00:00
linux_oldolduname.h
linux_oldselect.c
Merge the nathanw_sa branch.
2003-01-18 08:02:46 +00:00
linux_oldselect.h
linux_olduname.c
Merge the nathanw_sa branch.
2003-01-18 08:02:46 +00:00
linux_olduname.h
linux_pipe.c
Merge the nathanw_sa branch.
2003-01-18 21:21:28 +00:00
linux_ptrace.h
Merge the nathanw_sa branch.
2003-01-18 21:21:28 +00:00
linux_reboot.h
linux_sched.c
Merge the nathanw_sa branch.
2003-01-18 21:21:28 +00:00
linux_sched.h
add some newer clone flags
2004-09-05 07:22:20 +00:00
linux_sem.h
Merge the nathanw_sa branch.
2003-01-18 21:21:28 +00:00
linux_shm.h
Merge the nathanw_sa branch.
2003-01-18 21:21:28 +00:00
linux_sig_notalpha.c
Merge the nathanw_sa branch.
2003-01-18 21:21:28 +00:00
linux_sigaction.c
Merge the nathanw_sa branch.
2003-01-18 21:21:28 +00:00
linux_siginfo.h
remove XXX:
2002-09-05 22:27:36 +00:00
linux_signal.c
make the converter of sigaltstack public.
2003-07-03 21:22:32 +00:00
linux_signal.h
Conditionally declare function that is not used all the time.
2003-08-08 18:55:26 +00:00
linux_signo.c
make this compile on archs that don't define linux signals.
2002-04-03 17:18:21 +00:00
linux_socket.c
in debug log, data dump is more useful unsigned
2004-08-29 20:10:42 +00:00
linux_socket.h
More complete sendmsg(2) and recvmsg(2) emulation:
2003-07-27 19:30:03 +00:00
linux_socketcall.c
improve the (#ifdef DEBUG_LINUX) socketcall argument dump code:
2004-09-05 09:09:02 +00:00
linux_socketcall.h
Merge the nathanw_sa branch.
2003-01-18 21:21:28 +00:00
linux_sockio.h
linux_sysctl.c
Sysctl descriptions under emul subtree.
2004-05-25 04:29:08 +00:00
linux_sysctl.h
Tweak sysctl setup functions (the macros, actually) for use in lkms,
2004-05-20 06:34:24 +00:00
linux_termios.c
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
2003-06-29 22:28:00 +00:00
linux_termios.h
linux_time.c
Merge the nathanw_sa branch.
2003-01-18 21:21:28 +00:00
linux_types.h
Avoid collision with __unused in sys/cdefs.h.
2002-10-10 07:25:21 +00:00
linux_uselib.c
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
2003-06-29 22:28:00 +00:00
linux_util.h