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
/
alpha
/
linux
/
linux_machdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-3
/
+8
*
Use __FBSDID().
obrien
2003-06-10
1
-2
/
+3
*
- Replace inline implementations of sigprocmask() with calls to
jhb
2003-04-22
1
-9
/
+4
*
Synchronize the two linux_clone() implementations which includes a few
jhb
2003-04-18
1
-6
/
+3
*
Fix printf args in debug printfs.
jhb
2003-04-16
1
-5
/
+5
*
Fix some debug macros. Either missing close parens or close parens in the
jhb
2003-04-16
1
-4
/
+4
*
Clean up whitespace and remove register keyword.
des
2003-03-03
1
-1
/
+1
*
More caddr_t removal, in conjunction with copy{in,out}(9) this time.
des
2003-03-03
1
-3
/
+3
*
MFi386: fork1 apparently takes 4 args now
gallatin
2002-10-02
1
-1
/
+1
*
Completely redo thread states.
julian
2002-09-11
1
-0
/
+1
*
Part 1 of KSE-III
julian
2002-06-29
1
-1
/
+0
*
Bah, I managed to turn cosmetic things into real bugs. Fix shadowed
peter
2002-02-08
1
-3
/
+3
*
Fix long line added in previous commit.
peter
2002-02-07
1
-1
/
+3
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-2
/
+2
*
Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't use
jhb
2001-12-18
1
-2
/
+0
*
minor commenting based on syscall environment
dillon
2001-10-26
1
-0
/
+6
*
o Remove the linux_setpgid() stub.
marcel
2001-09-28
1
-15
/
+0
*
Make this compile again. I would have sworn that I did this already in
peter
2001-09-20
1
-39
/
+39
*
Round of cleanups and enhancements. These include (in random order):
marcel
2001-09-08
1
-7
/
+5
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-4
/
+5
*
- Call fork1() directly instead of calling rfork() so that it doesn't mask
jhb
2001-03-11
1
-9
/
+5
*
Create clone'd linux processes as stopped processes at first and don't
jhb
2001-03-06
1
-2
/
+9
*
Allow debugging output to be controlled on a per-syscall granularity.
jlemon
2001-02-16
1
-35
/
+45
*
Proc locking.
jhb
2001-01-24
1
-1
/
+3
*
Don't auto-generate the syscalls.
marcel
2000-12-03
1
-1
/
+1
*
Enable linux thread support on the alpha. The guts of linux_clone was
gallatin
2000-11-10
1
-1
/
+57
*
Need to include sys/proc.h.
obrien
2000-11-01
1
-1
/
+2
*
Apply style(9).
obrien
2000-10-23
1
-48
/
+47
*
Minimal set of diffs from the i386 bits to the AlphaLinux.
obrien
2000-09-07
1
-406
/
+127
*
When sigaltstack is called with a stack size that's not smaller
marcel
2000-09-06
1
-1
/
+2
*
Fix typo in license.
marcel
2000-08-25
1
-1
/
+1
*
Collect the MD syscalls from /sys/compat/linux here. Since this
marcel
2000-08-22
1
-0
/
+634