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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the Alpha specific linuxolator files.
netchild
2006-05-08
13
-3478
/
+0
*
Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.
ambrisko
2006-05-05
1
-0
/
+6
*
Remove some dummy functions, we have corresponding real ones now.
netchild
2006-03-21
1
-3
/
+0
*
regen
netchild
2006-03-20
3
-15
/
+45
*
Fix tinderbox on alpha.
netchild
2006-03-20
1
-15
/
+12
*
regen
netchild
2006-03-18
3
-4
/
+3
*
Fixup some problems in my previous commit (COMPAT_43).
netchild
2006-03-18
1
-5
/
+1
*
regen after COMPAT_43 removal
netchild
2006-03-18
4
-14
/
+17
*
Get rid of the need of COMPAT_43 in the linuxolator.
netchild
2006-03-18
1
-6
/
+3
*
- Always call exec_free_args() in kern_execve() instead of doing it in all
jhb
2006-02-06
1
-1
/
+0
*
Regenerate.
rwatson
2006-02-06
3
-164
/
+164
*
Reflect fix in Linux setfsgid() event name from OpenBSM in the alpha
rwatson
2006-02-06
1
-1
/
+1
*
Assign audit identifiers to alpha/linux system calls so that they will
rwatson
2006-02-04
1
-173
/
+174
*
Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure
sobomax
2005-12-26
1
-0
/
+2
*
Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)
jhb
2005-12-15
1
-1
/
+0
*
1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most
davidxu
2005-10-14
1
-1
/
+1
*
Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.c
jhb
2005-07-29
1
-4
/
+1
*
Regen.
jhb
2005-07-13
3
-124
/
+124
*
Make a pass through all the compat ABIs sychronizing the MP safe flags
jhb
2005-07-13
1
-121
/
+121
*
Regen after addition of linux_getpriority wrapper.
sobomax
2005-06-08
3
-4
/
+10
*
Properly convert FreeBSD priority values into Linux values in the
sobomax
2005-06-08
1
-1
/
+1
*
Rebuild generated system call definition files following the addition of
rwatson
2005-05-30
3
-381
/
+382
*
Introduce a new field in the syscalls.master file format to hold the
rwatson
2005-05-30
1
-423
/
+516
*
White space normalization: use tabs instead of spaces before and after
rwatson
2005-05-29
1
-39
/
+39
*
Regen after addition of linux_nosys handler.
sobomax
2005-03-07
3
-3
/
+9
*
Handle unimplemented syscall by instantly returning ENOSYS instead of sending
sobomax
2005-03-07
1
-0
/
+4
*
Use LCONVPATHEXIST() rather than CHECKALTEXIST() and use
jhb
2005-02-18
1
-9
/
+14
*
o Split out kernel part of execve(2) syscall into two parts: one that
sobomax
2005-01-29
1
-4
/
+4
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
1
-1
/
+4
*
Give setrunqueue() and sched_add() more of a clue as to
julian
2004-09-01
1
-1
/
+1
*
Regenerate after fcntl() wrappers were marked MP safe.
jhb
2004-08-24
3
-4
/
+4
*
Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()
jhb
2004-08-24
1
-1
/
+1
*
Add a new type, l_uintptr_t, which is an unsigned integer type with the
tjr
2004-08-16
1
-0
/
+4
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+1
*
Regenerate.
jhb
2004-06-04
3
-4
/
+4
*
Mark linux_wait4() as MP Safe as it is so and holding Giant across all of
jhb
2004-06-04
1
-1
/
+1
*
MFi386: Use the BSD madvise() syscall implementation for Linux binary
bms
2004-03-29
5
-8
/
+3
*
Regenerate.
jhb
2004-03-15
3
-4
/
+4
*
- Mark ABI syscalls that call wait4() MP safe as recent changes to
jhb
2004-03-15
1
-1
/
+1
*
Regen.
jhb
2004-02-04
3
-5
/
+5
*
The following compat syscalls are now mpsafe: linux_getrlimit(),
jhb
2004-02-04
1
-2
/
+2
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-3
/
+8
*
GC unused 'syshide' override to /dev/null. This was here to disable
peter
2003-12-24
1
-1
/
+0
*
Regen (should be a NOP except for rcsid changes)
peter
2003-12-23
3
-3
/
+3
*
GC unused namespace column. Unwrap some long lines that now fit.
peter
2003-12-23
1
-433
/
+391
*
Add an additional field to the elf brandinfo structure to support
peter
2003-12-23
1
-2
/
+4
*
Regen.
jhb
2003-11-07
3
-55
/
+59
*
Sync MP safe flags with global syscalls.master for the first time. This
jhb
2003-11-07
1
-52
/
+52
*
Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit
peter
2003-09-25
1
-1
/
+2
*
Rename P_THREADED to P_SA. P_SA means a process is using scheduler
davidxu
2003-06-15
1
-1
/
+1
[next]