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
*
regen after recvmsg, recvfrom, sendmsg
ps
2005-10-15
4
-12
/
+34
*
Implement the 32bit versions of recvmsg, recvfrom, sendmsg
ps
2005-10-15
2
-5
/
+171
*
regen for clock_gettime, clock_settime, clock_getres
ps
2005-10-15
4
-13
/
+28
*
Implement 32bit wrappers for clock_gettime, clock_settime, and
ps
2005-10-15
2
-6
/
+59
*
regen
ps
2005-10-15
4
-6
/
+6
*
Correct the prototype for freebsd32_nanosleep and use the proper
ps
2005-10-15
2
-4
/
+4
*
Use the constants for the syscall names from syscall.h rather than
jhb
2005-10-03
1
-3
/
+4
*
Regenerate
peter
2005-09-27
4
-10
/
+26
*
Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've added
peter
2005-09-27
1
-6
/
+7
*
Regen.
jhb
2005-07-13
4
-82
/
+82
*
Make a pass through all the compat ABIs sychronizing the MP safe flags
jhb
2005-07-13
1
-78
/
+78
*
Wrap the ia64-specific freebsd32_mmap_partial() hack in Giant for now
jhb
2005-07-13
1
-1
/
+6
*
Regenerate.
jhb
2005-07-07
4
-8
/
+24
*
- Add two new system calls: preadv() and pwritev() which are like readv()
jhb
2005-07-07
2
-2
/
+37
*
- Change the commented out freebsd32_xxx() example to use kern_xxx() along
jhb
2005-06-29
2
-39
/
+5
*
Correct the amount of data to allocate in these local copies of
jhb
2005-06-24
1
-1
/
+2
*
Do not allocate memory based on not-checked argument from userland.
pjd
2005-06-11
1
-6
/
+2
*
Avoid code duplication in serval places by introducing universal
pjd
2005-06-09
1
-22
/
+19
*
Wrap copyin/copyout for kevent so the 32bit wrapper does not have
ps
2005-06-03
1
-49
/
+66
*
Rebuild generated system call definition files following the addition of
rwatson
2005-05-30
4
-459
/
+460
*
Introduce a new field in the syscalls.master file format to hold the
rwatson
2005-05-30
1
-531
/
+637
*
Copyout to userland if kern_sigaction succeeds
ps
2005-05-24
1
-2
/
+2
*
- Use a custom version of copyinuio() to implement readv/writev using
jhb
2005-03-31
1
-122
/
+83
*
Use kern_kevent instead of the stackgap for 32bit syscall wrapping.
ps
2005-03-01
1
-35
/
+31
*
Ooops. I will compile test before committing. The stackgap version
ps
2005-03-01
1
-2
/
+2
*
Correct the freebsd32_kevent prototype.
ps
2005-03-01
2
-6
/
+6
*
Regen.
jhb
2005-02-24
4
-7
/
+7
*
Use msync() to implement msync() for freebsd32 emulation. This isn't quite
jhb
2005-02-24
1
-1
/
+1
*
- Add a custom version of exec_copyin_args() to deal with the 32-bit
jhb
2005-02-18
1
-219
/
+160
*
Add a 32bit syscall wrapper for modstat
ps
2005-01-19
5
-8
/
+13
*
- rename nanosleep1 to kern_nanosleep
ps
2005-01-19
6
-4
/
+40
*
Regenerate.
jhb
2005-01-04
4
-13
/
+15
*
Partial sync up to the master syscalls.master file:
jhb
2005-01-04
1
-8
/
+9
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
1
-2
/
+0
*
Rebuild from compat/freebsd32/syscalls.master:1.43
marks
2004-11-18
2
-2
/
+2
*
32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179
marks
2004-11-18
1
-1
/
+1
*
Rebuild from FreeBSD32 syscalls.master:1.42.
rwatson
2004-10-23
4
-5
/
+23
*
32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.178.
rwatson
2004-10-23
1
-0
/
+9
*
Put on my peril sensitive sunglasses and add a flags field to the internal
peter
2004-10-11
1
-7
/
+3
*
Close a race between a thread exiting and the freeing of it's stack.
mtm
2004-10-06
5
-6
/
+6
*
Rework how we store process times in the kernel such that we always store
jhb
2004-10-05
1
-17
/
+11
*
Regen
peter
2004-07-14
4
-9
/
+4
*
Unmapped syscalls should be NOPROTO so that we don't get a duplicate
peter
2004-07-14
1
-1
/
+1
*
Give kldunload a -f(orce) argument.
phk
2004-07-13
4
-5
/
+13
*
Add kldunloadf() system call. Stay tuned for follwing commit messages.
phk
2004-07-13
1
-2
/
+3
*
Change the thread ID (thr_id_t) used for 1:1 threading from being a
marcel
2004-07-02
1
-4
/
+4
*
Regen.
marcel
2004-07-02
4
-4
/
+4
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-2
/
+2
*
Fix build for non-COMPAT_FREEBSD4 configurations. Make the FreeBSD 4
marcel
2004-04-24
1
-0
/
+10
*
Regen
peter
2004-04-14
4
-40
/
+49
[next]