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
*
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
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make this compile again after the Lite2 merge.
mpp
1997-02-10
1
-2
/
+2
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-2
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-3
/
+2
*
First pass at cleaning up macros relating to pages, clusters and all that.
phk
1996-05-02
1
-3
/
+3
*
Removed never-used #includes of <machine/cpu.h>. Many were apparently
bde
1996-04-07
1
-4
/
+1
*
Fixed unsigned longs that should have been vm_offset_t.
bde
1996-03-19
1
-3
/
+5
*
Remove references to MAP_FILE.. That is now "default" and is only
peter
1996-03-12
1
-2
/
+2
[next]