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
/
i386
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update syscalls to Linux kernel 2.3.38. These syscalls are
marcel
2000-01-10
4
-4
/
+55
*
Update the syscalls to Linux kernel 2.3.38.
marcel
2000-01-10
1
-0
/
+7
*
Return Linux kernel version 2.2.12 by default. This is in line
marcel
2000-01-10
1
-1
/
+1
*
Convert the filesystem type returned in struct statfs by syscalls
marcel
2000-01-08
1
-2
/
+51
*
Include <stddef.h> here so that <sys/assym.h> can be unpolluted.
bde
2000-01-08
1
-1
/
+3
*
Make offsetof equivalent with <stddef.h>. This paves the way for
marcel
2000-01-03
1
-4
/
+4
*
Changed the type used to represent the user stack pointer from `long *'
bde
1999-12-27
1
-6
/
+6
*
Use genassym(1) and <sys/assym.h> to generate assembler symbols.
marcel
1999-12-23
1
-18
/
+5
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
3
-1
/
+20
*
Remove unused includes.
marcel
1999-12-10
1
-2
/
+0
*
Fix LINT breakage.
archie
1999-12-05
1
-1
/
+1
*
Implement pluggable ioctl handlers.
marcel
1999-12-04
6
-1733
/
+2035
*
Implement linux_sigaltstack.
marcel
1999-11-30
6
-17
/
+61
*
Implement sigaltstack.
marcel
1999-11-30
1
-1
/
+2
*
add linuxulator wrapper for SNDCTL_DSP_GETODELAY
alfred
1999-11-29
2
-0
/
+5
*
Implement linux_ustat.
marcel
1999-11-27
5
-9
/
+62
*
Change prototype of linux_ustat.
marcel
1999-11-27
1
-1
/
+2
*
Implement fdatasync in terms of fsync. The regeneration of proto.h,
marcel
1999-11-26
5
-4
/
+14
*
simplify check for device.
phk
1999-11-08
1
-1
/
+1
*
Use fo_stat() rather than Yet Another duplication of kern_descrip.c's stat
peter
1999-11-08
1
-15
/
+1
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
1
-1
/
+2
*
useracc() the prequel:
phk
1999-10-29
3
-3
/
+0
*
Fix the duplicate filenames that are the result of using getdents.
marcel
1999-10-21
1
-1
/
+1
*
Add a per-signal flag to mark handlers registered with osigaction, so we
luoqi
1999-10-11
2
-15
/
+14
*
Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read and
jhay
1999-10-06
1
-1
/
+1
*
sigset_t change (part 4 of 5)
marcel
1999-09-29
8
-399
/
+477
*
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
*
Regeneration.
luoqi
1999-09-22
3
-6
/
+9
*
Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.
luoqi
1999-09-22
3
-9
/
+27
*
This is what was "fdfix2.patch," a fix for fd sharing. It's pretty
green
1999-09-19
2
-22
/
+20
*
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
2
-1
/
+84
*
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
2
-0
/
+10
*
Regen after Id->FreeBSD
peter
1999-08-28
3
-3
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
17
-17
/
+17
*
Add sysctl variables for the Linuxulator. These reside under `compat.linux' as
marcel
1999-08-27
3
-3
/
+282
*
Use ALIGN_TEXT macro for alignment to avoid ambiguity.
marcel
1999-08-25
1
-2
/
+1
*
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
*
Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoleted
marcel
1999-08-25
1
-2
/
+2
*
Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always
marcel
1999-08-25
6
-77
/
+247
*
Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always
marcel
1999-08-25
1
-86
/
+87
*
Fix stack misalignment for Linux binaries caused by `linux_sigcode' not being
marcel
1999-08-25
1
-1
/
+1
*
Fix a bug in debug-printfs of struct linux_termios fields, where I forgot to
marcel
1999-08-17
1
-5
/
+5
[next]