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
/
amd64
/
linux32
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Calling setrlimit from 32bit apps could potentially increase certain
ps
2005-11-02
1
-3
/
+2
*
The signal code is now an int rather than a long, so update debug printfs.
jhb
2005-10-14
1
-2
/
+2
*
1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most
davidxu
2005-10-14
1
-9
/
+27
*
Fix the "fpudna: fpcurthread == curthread XXX times" problem.
ups
2005-09-22
1
-0
/
+1
*
Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.c
jhb
2005-07-29
1
-3
/
+0
*
Regen.
jhb
2005-07-13
3
-118
/
+118
*
Make a pass through all the compat ABIs sychronizing the MP safe flags
jhb
2005-07-13
1
-115
/
+115
*
Correct the amount of data to allocate in these local copies of
jhb
2005-06-24
1
-1
/
+2
*
Regen after addition of linux_getpriority wrapper.
sobomax
2005-06-08
3
-5
/
+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
-271
/
+272
*
Introduce a new field in the syscalls.master file format to hold the
rwatson
2005-05-30
1
-312
/
+397
*
Fix a change in a debug printf I missed in an earlier commit.
jhb
2005-04-05
1
-1
/
+1
*
- Use a custom version of copyinuio() to implement readv/writev using
jhb
2005-03-31
1
-88
/
+55
*
- Fix some sign extension problems with implicit 32 to 64 bit conversions.
jhb
2005-03-31
1
-8
/
+11
*
Make ps_nargvstr and ps_nenvstr unsigned. This fixes an input
das
2005-03-23
1
-2
/
+2
*
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
*
- Add a custom version of exec_copyin_args() to deal with the 32-bit
jhb
2005-02-18
2
-84
/
+118
*
o Split out kernel part of execve(2) syscall into two parts: one that
sobomax
2005-01-29
1
-9
/
+9
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
1
-1
/
+2
*
Rework how we store process times in the kernel such that we always store
jhb
2004-10-05
1
-16
/
+6
*
Give setrunqueue() and sched_add() more of a clue as to
julian
2004-09-01
1
-1
/
+1
*
Correct the arguments to kern_sigaltstack() as they were reversed.
jhb
2004-08-24
1
-2
/
+2
*
I missed an 'IA32' in the documentation.
obrien
2004-08-16
1
-1
/
+1
*
I'm not sure what tjr envisioned for turning on FreeBSD/i386 rt support,
obrien
2004-08-16
1
-4
/
+3
*
Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.
obrien
2004-08-16
1
-5
/
+7
*
Regen.
tjr
2004-08-16
3
-3
/
+3
*
Add preliminary support for running 32-bit Linux binaries on amd64, enabled
tjr
2004-08-16
13
-0
/
+4877