index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
compat
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
1
-4
/
+5
*
Linux doesn't complain if you remove a msg queue that doesn't exist
marcel
1999-09-23
1
-1
/
+3
*
Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.
luoqi
1999-09-22
1
-6
/
+25
*
This is what was "fdfix2.patch," a fix for fd sharing. It's pretty
green
1999-09-19
8
-55
/
+41
*
Fix getcwd. It must return the length of the path including the terminating 0.
marcel
1999-09-17
1
-6
/
+19
*
<machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported API
peter
1999-09-04
1
-1
/
+1
*
I missed the namechange of field desc in struct i386_ldt_args into descs while
marcel
1999-09-03
1
-2
/
+2
*
Implementation of the modify_ldt syscall. Use the sysarch() interface to do
marcel
1999-09-02
1
-0
/
+84
*
Add MAINTAINER line
newton
1999-09-01
1
-0
/
+2
*
Fix a braino: Linux minor device numbers are 8 bits wide and not 10.
marcel
1999-08-29
1
-1
/
+1
*
Fix a missing '-1' in the size argument of copyout in getgroups. Spotted while
marcel
1999-08-29
1
-6
/
+6
*
Implement the OSS_GETVERSION ioctl. The version returned can be changed through
marcel
1999-08-28
1
-0
/
+8
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
61
-61
/
+61
*
Add sysctl variables for the Linuxulator. These reside under `compat.linux' as
marcel
1999-08-27
3
-3
/
+282
*
Simplify the handling of VCHR and VBLK vnodes using the new dev_t:
phk
1999-08-26
1
-2
/
+2
*
Fix linux_newlstat in that it doesn't return the attributes of its containing
marcel
1999-08-25
1
-117
/
+104
*
Fix {g|s}etgroups semantics. We use cr_groups[0] to hold egid. This means that
marcel
1999-08-25
1
-53
/
+70
*
Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always
marcel
1999-08-25
1
-28
/
+14
*
Fix a bug in debug-printfs of struct linux_termios fields, where I forgot to
marcel
1999-08-17
1
-5
/
+5
*
Fix bug in the debug-printf of the vfork syscall, where the format specifier
marcel
1999-08-17
1
-24
/
+24
*
Implement linux_vfork() syscall by calling vfork(). Analogous to the
marcel
1999-08-16
1
-1
/
+18
*
Provide wrappers for sched_{s|g}etscheduler. We need to convert the policy
marcel
1999-08-15
1
-1
/
+65
*
Fix bug in the fcntl syscall where 'arg' was not set properly.
marcel
1999-08-15
1
-2
/
+4
*
Include opt_compat.h so that COMPAT_43 is defined. This gives us the proper
marcel
1999-08-15
1
-10
/
+15
*
Implementation of the linux_getcwd syscall.
marcel
1999-08-14
1
-1
/
+16
*
Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Both
marcel
1999-08-14
1
-75
/
+216
*
Fix LINUX_TIOC{S|G}SERIAL implementation. Both do not copy data in or out
marcel
1999-08-14
1
-25
/
+21
*
Avoid possible panic by checking for EFAULT from copyinstr() during
newton
1999-08-14
1
-5
/
+12
*
Fix the LINUX_TCSET{A|AW|AF} and LINUX_TCSET{S|SW|SF} ioctls. These all suffer
marcel
1999-08-14
1
-7
/
+28
*
Fix a couple of termio/termios conversion bugs/typos/dupos/brainos and other
marcel
1999-08-14
1
-18
/
+23
*
Implementation of the CDROMSUBCHNL ioctl.
marcel
1999-08-13
1
-1
/
+65
*
In doing lock type conversion (struct flock), make sure that carbage in results
marcel
1999-08-13
1
-2
/
+5
*
Use a wrapper for the link syscall that does name translations.
marcel
1999-08-12
1
-1
/
+20
*
Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.
marcel
1999-08-11
1
-1
/
+52
*
Fix page fault in linux_uselib syscall.
marcel
1999-08-08
1
-2
/
+2
*
We don't end up checking for a return value of EFAULT from the copyinstr()
green
1999-08-07
1
-5
/
+12
*
Previous commit also removed some 'const' qualifiers on args for
newton
1999-07-30
1
-1
/
+1
*
Previous commit also finished cleaning up some dev_t -> udev_t transformations
newton
1999-07-30
5
-5
/
+5
*
Fix svr4_sys_poll(); SysV STREAMS produce return values from poll() which
newton
1999-07-30
1
-6
/
+2
*
Add $Id$ tags
newton
1999-07-30
48
-23
/
+140
*
Fix panic caused when *stat64() family of syscalls try to fill-in
newton
1999-07-30
3
-46
/
+28
*
Use the vn_todev() function, rather than VOP_GETATTR
phk
1999-07-18
1
-7
/
+3
*
Implementation of TCXONC.
marcel
1999-07-17
1
-1
/
+32
*
Implement VT_RELDISP ioctl
marcel
1999-07-08
1
-1
/
+6
*
Trivial implementation of TIOCM{S|G}ET and TIOCMBI{S|C} ioctls. No need
marcel
1999-07-06
1
-1
/
+17
*
Rename struct members sa_siginfo. POSIX reserves identifiers starting
cracauer
1999-07-06
3
-39
/
+39
*
Let newuname return "Linux" as the OS name and not "FreeBSD". Also, return a
marcel
1999-07-05
1
-3
/
+3
*
sys/buf.h needs to have included sys/systm.h for spl prototypes.
green
1999-07-03
1
-1
/
+1
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
2
-5
/
+7
[next]