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
*
Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader
ps
2001-10-10
1
-1
/
+1
*
Remove linux_getpgid(). We map the syscall natively now.
marcel
2001-09-28
1
-21
/
+0
*
Add a wrapper for linux_getsid -> getsid Syscall.
mr
2001-09-15
1
-0
/
+8
*
KSE Milestone 2
julian
2001-09-12
1
-106
/
+110
*
Round of cleanups and enhancements. These include (in random order):
marcel
2001-09-08
1
-652
/
+657
*
Added the linux_sysinfo function to implement sysinfo(2).
pirzyk
2001-07-23
1
-0
/
+76
*
Fix warning:
peter
2001-06-15
1
-1
/
+1
*
o Merge contents of struct pcred into struct ucred. Specifically, add the
rwatson
2001-05-25
1
-11
/
+13
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-6
/
+8
*
o Change a suser() call to a suser_xxx(..., PRISON_ROOT) call in the
rwatson
2001-04-24
1
-1
/
+1
*
Change the pfind() and zpfind() functions to lock the process that they
jhb
2001-04-24
1
-2
/
+3
*
Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): The
alc
2001-04-01
1
-0
/
+56
*
fix linux_times() to take into account linux's value of CLK_TCK on the alpha.
gallatin
2001-03-23
1
-0
/
+5
*
Allow debugging output to be controlled on a per-syscall granularity.
jlemon
2001-02-16
1
-49
/
+72
*
Add mount syscall to linux emulation. Also improve emulation of reboot.
jlemon
2001-02-16
1
-0
/
+20
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Back out proc locking to protect p_ucred for obtaining additional
jhb
2001-01-27
1
-17
/
+5
*
Protect calcru() with sched_lock.
jhb
2001-01-23
1
-0
/
+2
*
Lock access to proc members.
jhb
2000-12-15
1
-5
/
+20
*
Don't auto-generate the syscalls.
marcel
2000-12-03
1
-4
/
+0
*
Use callout_reset instead of timeout(9). Most callouts are statically
jake
2000-11-27
1
-2
/
+2
*
Revert auto-generation. The Alpha port is broken.
marcel
2000-11-10
1
-0
/
+4
*
Sync with Alpha:
marcel
2000-11-09
1
-4
/
+0
*
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
[next]