This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
compat
/
linux
History
bde
9e27b29fba
Use [u]intptr_t instead of [u_]long for casts between pointers and
...
integers. Don't forget to cast to (void *) as well.
1998-08-16 01:21:52 +00:00
..
linux_file.c
Fixed print format errors.
1998-07-29 16:43:00 +00:00
linux_ioctl.c
Fixed print format errors.
1998-07-29 16:43:00 +00:00
linux_ipc.c
".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulation
1998-06-02 12:38:31 +00:00
linux_misc.c
Use [u]intptr_t instead of [u_]long for casts between pointers and
1998-08-16 01:21:52 +00:00
linux_signal.c
Oops, the previous fix confused Linux's sigset_t with a pointer type.
1998-08-15 22:29:43 +00:00
linux_socket.c
Moved some #includes from <sys/param.h> nearer to where they are actually
1998-03-28 10:33:27 +00:00
linux_stats.c
Move the "retval" (3rd) parameter from all syscall functions and put
1997-11-06 19:29:57 +00:00
linux_util.c
Removed unused #includes.
1997-07-20 16:06:08 +00:00
linux_util.h
remove option LINUX as it did nothing, add DEBUG_LINUX to debug the
1998-06-30 08:40:33 +00:00