| .. |
|
linux_emul.c
|
Remove extern int hz; use proper include file instead.
|
2007-02-02 08:58:16 +00:00 |
|
linux_emul.h
|
MFp4 (112498):
|
2007-01-07 19:00:38 +00:00 |
|
linux_file.c
|
Add support for LINUX_O_DIRECT, LINUX_O_DIRECT and LINUX_O_NOFOLLOW flags
|
2007-01-18 09:32:08 +00:00 |
|
linux_futex.c
|
Change futex lock from mutex to sx. Make futex_get atomic (protected by the
|
2006-09-09 16:25:25 +00:00 |
|
linux_futex.h
|
Add some new files needed for linux 2.6.x compatibility.
|
2006-08-15 12:20:59 +00:00 |
|
linux_getcwd.c
|
Add missed ")". Fix the build.
|
2006-11-18 17:27:39 +00:00 |
|
linux_ioctl.c
|
- Protect the list of linux ioctl handlers with an sx lock.
|
2006-07-06 21:42:36 +00:00 |
|
linux_ioctl.h
|
Now that we don't have a linuxolator on alpha anymore:
|
2006-05-10 20:38:16 +00:00 |
|
linux_ipc.c
|
MFp4 (112379):
|
2007-01-14 16:34:43 +00:00 |
|
linux_ipc.h
|
MFP4 (110956):
|
2006-12-21 13:11:06 +00:00 |
|
linux_mib.c
|
MFp4 (112705):
|
2007-01-14 16:07:01 +00:00 |
|
linux_mib.h
|
MFp4 (111746+):
|
2006-12-31 12:39:10 +00:00 |
|
linux_misc.c
|
No need to lock emul_lock in exit_group() because em->shared
|
2007-02-01 13:33:33 +00:00 |
|
linux_misc.h
|
MFp4:
|
2006-12-31 11:56:16 +00:00 |
|
linux_signal.c
|
MFp4 (112534):
|
2007-01-07 19:14:06 +00:00 |
|
linux_signal.h
|
MFP4 (107868 - 107870):
|
2006-10-15 12:51:43 +00:00 |
|
linux_socket.c
|
Introduce some more SO_ option equivalents from Linux to FreeBSD.
|
2007-02-01 13:36:19 +00:00 |
|
linux_socket.h
|
Fix typo in the BSD copyright: s/withough/without/
|
2002-06-02 20:05:59 +00:00 |
|
linux_stats.c
|
MFP4: 109652
|
2006-12-04 22:38:52 +00:00 |
|
linux_sysctl.c
|
Unbreak COMPAT_LINUX32 option support on amd64.
|
2006-03-19 11:10:33 +00:00 |
|
linux_sysproto.h
|
Handle unimplemented syscall by instantly returning ENOSYS instead of sending
|
2005-03-07 00:18:06 +00:00 |
|
linux_time.c
|
MFP4: 109655
|
2006-12-20 20:17:35 +00:00 |
|
linux_uid16.c
|
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
|
2006-11-06 13:42:10 +00:00 |
|
linux_util.c
|
Add the linux 2.6.x stuff (not used by default!):
|
2006-08-15 12:54:30 +00:00 |
|
linux_util.h
|
Axe the stackgap macros as the Linux ABIs no longer use the stackgap.
|
2006-06-27 18:30:49 +00:00 |