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
/
linux_misc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Use microruntime() rather than doing it by hand.
phk
1998-04-04
1
-3
/
+2
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-5
/
+5
*
Removed redundant test against MAXDSIZ (the rlimit test is stronger).
bde
1998-02-25
1
-3
/
+3
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-53
/
+52
*
Securelevel and formatting fixes, and trapframe simplification.
kato
1997-10-30
1
-10
/
+9
*
Implement linux_iopl and linux_nice.
kato
1997-10-29
1
-1
/
+31
*
Update for changes in the callout interface.
gibbs
1997-09-21
1
-3
/
+4
*
Removed unused #includes.
bde
1997-07-20
1
-8
/
+1
*
Always include PROT_READ for Linux mmap operations.
msmith
1997-04-28
1
-2
/
+2
*
Removed potentially harmful garbage <vm/lock.h> and fixed bogus
bde
1997-04-01
1
-2
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
[next]