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
*
Sync struct sysinfo with real one from linux.
kib
2006-11-18
1
-1
/
+2
*
Add debuging printfs to syscalls that do not contain it yet. In
kib
2006-11-18
1
-0
/
+36
*
Remove unecessary locking of process in linux_getpid.
kib
2006-11-18
1
-2
/
+0
*
In rev 1.188 of linux_misc.c the added check for valid options ommited
kib
2006-11-15
1
-1
/
+1
*
Merge posix4/* into normal kernel hierarchy.
trhodes
2006-11-11
1
-2
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-2
/
+4
*
Fix style(9).
netchild
2006-10-28
1
-29
/
+29
*
MFP4:
netchild
2006-10-28
1
-0
/
+51
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
- Replace homegrown check for FIFO with S_ISFIFO. [1]
netchild
2006-10-08
1
-1
/
+7
*
- don't reboot() when feed with wrong parameters (and enough permissions) [1]
netchild
2006-09-16
1
-4
/
+38
*
Don't call suser_cred() directly from linux_sethostname(), as it just
rwatson
2006-08-25
1
-3
/
+0
*
Sync the MI parts for amd64 with i386 and remove the corresponding special
netchild
2006-08-20
1
-13
/
+1
*
- disable some more code when osrelease=2.4.2
netchild
2006-08-17
1
-22
/
+46
*
Move some stuff into headers where they belong.
netchild
2006-08-17
1
-3
/
+0
*
Disable some parts of the code on amd64 for now to prevent a panic. A better
netchild
2006-08-15
1
-1
/
+8
*
Add the linux 2.6.x stuff (not used by default!):
netchild
2006-08-15
1
-0
/
+98
*
- Pass the MPSAFE flag to namei() in linux_uselib() and handle conditional
jhb
2006-07-21
1
-24
/
+25
*
The linux times syscall can be called with a NULL pointer, so keep cool
netchild
2006-06-23
1
-11
/
+13
*
Now that we don't have a linuxolator on alpha anymore:
netchild
2006-05-10
1
-29
/
+4
*
Unbreaking build by removing a now unused variable.
avatar
2006-03-27
1
-1
/
+0
*
Use td_ucred rather than p_ucred to avoid panics and general unhappiness.
jhb
2006-03-27
1
-1
/
+1
*
Unbreak COMPAT_LINUX32 option support on amd64.
ru
2006-03-19
1
-0
/
+1
*
Fixup some problems in my previous commit (COMPAT_43).
netchild
2006-03-18
1
-1
/
+0
*
Get rid of the need of COMPAT_43 in the linuxolator.
netchild
2006-03-18
1
-2
/
+17
*
Cast tv_sec to intmax_t and print with %jd in some ifdef'ed code.
trhodes
2005-12-28
1
-8
/
+8
*
1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most
davidxu
2005-10-14
1
-1
/
+1
*
Fix the computation of uptime for linux_sysinfo(). Before it was returning
jhb
2005-07-07
1
-15
/
+3
*
Properly convert FreeBSD priority values into Linux values in the
sobomax
2005-06-08
1
-0
/
+13
*
- Pass the ISOPEN flag to namei so filesystems will know we're about to
jeff
2005-04-27
1
-1
/
+1
*
- Change the vm_mmap() function to accept an objtype_t parameter specifying
jhb
2005-04-01
1
-3
/
+3
*
Handle unimplemented syscall by instantly returning ENOSYS instead of sending
sobomax
2005-03-07
1
-0
/
+9
*
Use kern_setitimer() to implement linux_alarm() instead of fondling the
jhb
2005-02-07
1
-19
/
+7
*
Split out kernel side of {get,set}itimer(2) into two parts: the first that
sobomax
2005-01-25
1
-64
/
+33
*
Match the LINUX32's style with existing style
obrien
2005-01-14
1
-13
/
+13
*
Fix Linux compat 'uname -m' on AMD64.
obrien
2005-01-14
1
-1
/
+7
*
Rework how we store process times in the kernel such that we always store
jhb
2004-10-05
1
-11
/
+17
*
Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.
obrien
2004-08-16
1
-2
/
+2
*
Fix the 'DEBUG' argument code to unbreak the LINT build.
obrien
2004-08-16
1
-2
/
+2
*
Changes to MI Linux emulation code necessary to run 32-bit Linux binaries
tjr
2004-08-16
1
-6
/
+29
*
Replace linux_getitimer() and linux_setitimer() with implementations
tjr
2004-08-15
1
-24
/
+77
*
Avoid assuming that l_timeval is the same as the native struct timeval
tjr
2004-08-15
1
-2
/
+7
*
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
cperciva
2004-07-26
1
-1
/
+1
*
Deorbit COMPAT_SUNOS.
phk
2004-06-11
1
-1
/
+1
*
- Replace wait1() with a kern_wait() function that accepts the pid,
jhb
2004-03-17
1
-32
/
+15
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-14
/
+19
*
Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently.
alc
2004-01-02
1
-2
/
+3
*
Pull latest changes from OpenBSD:
sobomax
2003-11-16
1
-3
/
+13
*
Reject negative ngrp arguments in linux_setgroups() and linux_setgroups16();
tjr
2003-10-21
1
-1
/
+1
*
Restored a non-egregious cast so that this file compiles on i386's
bde
2003-09-07
1
-1
/
+1
[next]