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
/
freebsd32
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ki_cow for compat32 binaries.
kib
2012-05-27
1
-1
/
+1
*
Regenerate system call tables.
ed
2012-05-25
5
-172
/
+172
*
Remove use of non-ISO-C integer types from system call tables.
ed
2012-05-25
1
-37
/
+37
*
Add kern_fhstat(), adjust sys_fhstat() to use it.
gleb
2012-05-24
1
-1
/
+2
*
On MIPS, _ALIGN always aligns to 8 bytes, even for 32-bit binaries. This might
jmallett
2012-03-03
1
-0
/
+4
*
o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...
jmallett
2012-03-03
8
-18
/
+33
*
Add 32-bit compat code for AIO kevent flags introduced in revision 230857.
davidxu
2012-02-05
1
-0
/
+1
*
Make sure all intermediate variables holding mount flags (mnt_flag)
mckusick
2012-01-17
1
-3
/
+11
*
- Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()
lstewart
2011-11-21
6
-9
/
+81
*
Regenerate system call tables.
ed
2011-11-19
5
-7
/
+7
*
Improve *access*() parameter name consistency.
ed
2011-11-19
1
-3
/
+3
*
- Split out a kern_posix_fadvise() from the posix_fadvise() system call so
jhb
2011-11-14
1
-11
/
+4
*
struct timespec32: change types of tv_sec and tv_nsec fields to signed
pluknet
2011-11-11
1
-2
/
+2
*
Correct the types of the arguments to return probes of the syscall
rstone
2011-11-11
1
-1
/
+1738
*
Regen.
jhb
2011-11-04
5
-6
/
+54
*
Add the posix_fadvise(2) system call. It is somewhat similar to
jhb
2011-11-04
2
-1
/
+17
*
Control the execution permission of the readable segments for
kib
2011-10-15
1
-2
/
+2
*
Regen.
jhb
2011-10-14
5
-12
/
+12
*
Use PAIR32TO64() for the offset and length parameters to
jhb
2011-10-14
2
-4
/
+4
*
Use PTRIN().
marcel
2011-10-13
1
-1
/
+1
*
Wrap mprotect(2) so that we can add execute permissions when read
marcel
2011-10-13
6
-10
/
+32
*
Wrap mprotect(2)
marcel
2011-10-13
1
-1
/
+1
*
In freebsd32_mmap() and when compiling for amd64 or ia64, also
marcel
2011-10-13
1
-0
/
+5
*
Auto-generated code from sys_ prefixing makesyscalls.sh change
kmacy
2011-09-16
4
-238
/
+238
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
3
-20
/
+29
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-1
/
+2
*
Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.
bz
2011-07-18
1
-1
/
+1
*
Correct small typo in a do{}while(0) define
marck
2011-07-17
1
-1
/
+1
*
Auto-generated system call code with cap_new(), cap_getrights().
jonathan
2011-07-15
5
-8
/
+52
*
Add cap_new() and cap_getrights() system calls.
jonathan
2011-07-15
1
-2
/
+3
*
Regen.
kib
2011-06-16
4
-7
/
+14
*
Implement compat32 for old lseek, for the a.out binaries on amd64.
kib
2011-06-16
2
-1
/
+15
*
Regen.
mdf
2011-04-18
5
-5
/
+52
*
Add the posix_fallocate(2) syscall. The default implementation in
mdf
2011-04-18
2
-0
/
+16
*
Implement compat32 shims for PCIOCGETCONF.
kib
2011-04-02
1
-0
/
+106
*
Provide the structures and ioctl number definition for handling
kib
2011-04-02
2
-0
/
+44
*
Regen
kib
2011-04-01
4
-20
/
+58
*
Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.
kib
2011-04-01
2
-9
/
+109
*
Regenerate.
trasz
2011-03-30
5
-5
/
+165
*
Add rctl. It's used by racct to take user-configurable actions based
trasz
2011-03-30
1
-0
/
+15
*
Regen.
kib
2011-03-30
5
-12
/
+18
*
Provide compat32 shims for kldstat(2).
kib
2011-03-30
3
-2
/
+48
*
Implement compat32 MEMRANGE_GET and MEMRANGE_SET. This is needed to
kib
2011-03-25
2
-0
/
+59
*
Fully emulate MDIOCLIST for compat32.
kib
2011-03-25
1
-1
/
+9
*
Remove unneccessary panics, that can be easily triggered by user.
kib
2011-03-25
1
-8
/
+0
*
Fix file leakage in the freebsd32_ioctl routines.
kib
2011-03-25
1
-9
/
+11
*
add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls
avg
2011-03-12
1
-0
/
+7881
*
add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls
avg
2011-03-12
2
-3
/
+5
*
Export login class information via kinfo and make it possible to view
trasz
2011-03-05
1
-1
/
+2
*
Regenerate.
trasz
2011-03-05
4
-5
/
+11
[next]