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
/
linux
/
linux_misc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The MI/MD split wasn't perfect and the MI files need hacks for the
obrien
2000-11-01
1
-7
/
+33
*
Fix bug in previous commit. We need to trim the limits to fit
marcel
2000-08-26
1
-0
/
+5
*
Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimit
marcel
2000-08-26
1
-24
/
+45
*
Update include directives.
marcel
2000-08-22
1
-381
/
+5
*
Add bounds checking to stackgap_alloc. Previously it was possible
marcel
2000-07-23
1
-0
/
+2
*
Revert implementation of setfsuid and setfsgid due to security
marcel
2000-07-20
1
-20
/
+0
*
Implement setfsuid and setfsgid. Implementation derived from patch
marcel
2000-07-16
1
-0
/
+20
*
Linux allows to mmap annonymous with a file descriptor passed, FreeBSD
cracauer
2000-06-15
1
-2
/
+10
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Fix bug in linux_wait4 and linux_waitpid where garbage in the status
marcel
2000-03-09
1
-0
/
+2
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-0
/
+6
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
sigset_t change (part 4 of 5)
marcel
1999-09-29
1
-7
/
+13
*
Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.
luoqi
1999-09-22
1
-6
/
+25
*
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
*
Fix a missing '-1' in the size argument of copyout in getgroups. Spotted while
marcel
1999-08-29
1
-6
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add sysctl variables for the Linuxulator. These reside under `compat.linux' as
marcel
1999-08-27
1
-3
/
+8
*
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 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
*
Include opt_compat.h so that COMPAT_43 is defined. This gives us the proper
marcel
1999-08-15
1
-10
/
+15
*
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
*
Let newuname return "Linux" as the OS name and not "FreeBSD". Also, return a
marcel
1999-07-05
1
-3
/
+3
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-7
/
+13
*
Enable vmspace sharing on SMP. Major changes are,
luoqi
1999-04-28
1
-9
/
+5
*
Change suser_xxx() to suser() where it applies.
phk
1999-04-27
1
-2
/
+2
*
Suser() simplification:
phk
1999-04-27
1
-3
/
+3
*
unifdef -DVM_STACK - it's been on for a while for x86 and was checked
peter
1999-04-19
1
-14
/
+1
*
Fix thread/process tracking and differentiation for Linux threads emulation.
julian
1999-03-02
1
-19
/
+16
*
Enable Linux threads support by default.
julian
1999-01-26
1
-33
/
+3
*
Add (but don't activate) code for a special VM option to make
julian
1999-01-06
1
-47
/
+46
*
Commit #2 of
sos
1998-12-30
1
-1
/
+73
*
According to the author..
julian
1998-12-24
1
-9
/
+4
*
Reviewed by: Luoqi Chen, Jordan Hubbard
julian
1998-12-19
1
-1
/
+173
*
linux_pipe does not preserve the edx register. Linux and
jkh
1998-12-10
1
-3
/
+12
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-7
/
+13
*
In linux_newuname bzero the right type of struct (linux_newuname_t).
sos
1998-10-05
1
-2
/
+2
*
MF22: revert time bogon.
jkh
1998-09-24
1
-2
/
+1
*
return time in proper format for linux.
jkh
1998-09-23
1
-1
/
+2
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
1
-3
/
+3
*
Converted the second last instance of hzto() to tvtohz().
bde
1998-08-05
1
-20
/
+15
*
Fixed print format errors.
bde
1998-07-29
1
-26
/
+31
*
Quick and dirty support for Linux's mremap. Not used by anything
jkh
1998-07-10
1
-1
/
+32
*
s/nanoruntime/nanouptime/g
phk
1998-05-17
1
-2
/
+2
*
Make a kernel version of the timer* functions called timerval* to be
phk
1998-04-06
1
-9
/
+9
[next]