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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide compat32 shims for kinfo_proc sysctl. This allows 32bit ps(1) to
kib
2010-04-21
1
-0
/
+82
*
Extract the code to copy-out struct rusage32 from struct rusage
kib
2010-04-21
2
-33
/
+28
*
Linux puts a blank line between each CPU.
emaste
2010-04-14
1
-1
/
+1
*
Add a forward declaration to silence a warning when compiling ia32_genassym.c.
bz
2010-04-03
1
-0
/
+1
*
Re-apply r205683 with some modifications:
netchild
2010-04-02
1
-15
/
+23
*
Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.
ed
2010-03-28
4
-25
/
+34
*
Revert r205683 to resolve some code quality issues which do not affect the
netchild
2010-03-26
1
-54
/
+14
*
Fix some bogus values in linprocfs.
netchild
2010-03-26
1
-14
/
+54
*
Fix some problems which may lead to a panic:
netchild
2010-03-26
1
-1
/
+3
*
Revert accidentally committed initial real mode %sp change of r205347.
jkim
2010-03-25
1
-2
/
+0
*
Optimize real mode page table lookup.
jkim
2010-03-25
1
-5
/
+4
*
Fix stupid typos. Some VESA BIOSes directly call BIOS interrupt handlers
jkim
2010-03-25
1
-2
/
+2
*
Change the arguments of exec_setregs() so that it receives a pointer
nwhitehorn
2010-03-25
1
-2
/
+2
*
Add missing Giant locking for the vfsconf list.
jhb
2010-03-24
1
-0
/
+2
*
Implement /proc/filesystems.
jhb
2010-03-23
1
-0
/
+18
*
Support memory wraparound instead of high memory as VM86 mode does.
jkim
2010-03-22
1
-14
/
+4
*
Fix i386 PAE kernel build.
jkim
2010-03-22
1
-1
/
+1
*
Actually make O_DIRECTORY work.
ed
2010-03-21
1
-6
/
+2
*
- Map EBDA if available and add 64KB above 1MB (high memory), just in case.
jkim
2010-03-19
1
-33
/
+113
*
Regen
kib
2010-03-19
4
-53
/
+123
*
Remove empty line.
kib
2010-03-19
1
-1
/
+0
*
Implement compat32 shims for mqueuefs.
kib
2010-03-19
2
-6
/
+25
*
Implement compat32 shims for ksem syscalls.
kib
2010-03-19
1
-11
/
+15
*
Move SysV IPC freebsd32 compat shims from freebsd32_misc.c to corresponding
kib
2010-03-19
2
-548
/
+21
*
Move SysV IPC freebsd32 compat shims helpers from freebsd32_misc.c to
kib
2010-03-19
2
-54
/
+8
*
Introduce SYSCALL_INIT_HELPER and SYSCALL32_INIT_HELPER macros and
kib
2010-03-19
2
-0
/
+41
*
FOr SYSCALL_MODULE_HELPER, use "sys/<syscallname>" module name.
kib
2010-03-19
1
-1
/
+1
*
Make freebsd32_copyiniov() available outside of freebsd32_misc.
kib
2010-03-19
2
-1
/
+4
*
Detect illegal access to unmapped memory within real mode emulator to aid
jkim
2010-03-18
1
-9
/
+44
*
Regen after big endian compatibility import.
nwhitehorn
2010-03-11
4
-4
/
+4
*
Provide groundwork for 32-bit binary compatibility on non-x86 platforms,
nwhitehorn
2010-03-11
10
-247
/
+448
*
Make /proc/self/fd `work'.
ed
2010-03-07
1
-0
/
+16
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-01
2
-14
/
+0
*
No need to include security/mac/mac_framework.h here.
pjd
2010-02-18
1
-2
/
+0
*
- Return EAFNOSUPPORT instead of EINVAL for unsupported address family,
delphij
2010-02-09
1
-2
/
+7
*
Remove unused LIBCOMPAT keyword from syscalls.master.
ed
2010-02-08
2
-3
/
+1
*
Let us to use our libusb(3) in Linuxolator.
wkoszek
2010-01-18
2
-0
/
+28
*
Whitespace change to be able to provide the correct commit log for r202364:
netchild
2010-01-15
1
-1
/
+1
*
This is v4l support for the linuxulator. This allows to access FreeBSD
netchild
2010-01-15
1
-33
/
+80
*
Since all other comparisons involving ngroups_max use
brooks
2010-01-15
2
-2
/
+2
*
Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic
brooks
2010-01-12
3
-3
/
+3
*
Background:
mckusick
2010-01-11
1
-1
/
+1
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Signal 0 is used to check the permission for current process to signal
kib
2009-12-18
1
-1
/
+1
*
Revert 200606.
imp
2009-12-16
1
-3
/
+2
*
Fix compiling FREEBSD_COMPAT[4,5,6] without FREEBSD_COMPAT7.
imp
2009-12-16
1
-2
/
+3
*
Add two new debugging tunables for x86bios instead of abusing bootverbose,
jkim
2009-12-15
1
-4
/
+15
*
Regenerate.
kib
2009-12-04
4
-12
/
+16
*
Add several syscall compat32 entries for acl manipulation.
kib
2009-12-04
1
-4
/
+8
*
This is v4l support for the linuxulator. This allows to access FreeBSD
netchild
2009-12-04
4
-39
/
+425
[next]