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
*
Regenerate.
rwatson
2006-09-17
4
-6
/
+6
*
AUE_SIGALTSTACK instead of AUE_SIGPENDING for sigaltstack().
rwatson
2006-09-17
1
-1
/
+1
*
- don't reboot() when feed with wrong parameters (and enough permissions) [1]
netchild
2006-09-16
1
-4
/
+38
*
The Linux unlink syscall uses a different errno value when trying to unlink
netchild
2006-09-10
1
-0
/
+7
*
- Extend the coverage of PROC_LOCK to cover wakeup(&p->p_emuldata);
netchild
2006-09-09
1
-1
/
+3
*
Change futex lock from mutex to sx. Make futex_get atomic (protected by the
netchild
2006-09-09
1
-8
/
+4
*
- don't wake every sleeper just the first one [1]
netchild
2006-09-09
1
-5
/
+2
*
The following functions need not to be reimplemented, reuse 64bit
davidxu
2006-09-09
4
-15
/
+27
*
Regenerate.
rwatson
2006-09-03
4
-29
/
+29
*
Set freebsd32 system call event identifiers for:
rwatson
2006-09-03
1
-47
/
+49
*
Regenerate. Looks like someone missed doing this previously as more than
rwatson
2006-09-03
4
-6
/
+10
*
Use AUE_NTP_ADJTIME instead of AUE_ADJTIME for ntp_adjtime().
rwatson
2006-09-03
1
-1
/
+1
*
Remove two hypothetical calls to suser() in ifdef'd (and uncompilable)
rwatson
2006-09-02
1
-4
/
+0
*
FREE -> free
ssouhlal
2006-08-28
1
-2
/
+2
*
Add the linux statfs64 call. This allows Tivoli backup to proceed a little
netchild
2006-08-27
1
-0
/
+51
*
Correct the number of retries in a futex_wake() call.
netchild
2006-08-26
1
-2
/
+6
*
Don't call suser_cred() directly from linux_sethostname(), as it just
rwatson
2006-08-25
1
-3
/
+0
*
Sync the MI parts for amd64 with i386 and remove the corresponding special
netchild
2006-08-20
1
-13
/
+1
*
Get rid of some nested includes.
netchild
2006-08-19
1
-0
/
+1
*
MALLOC -> malloc and FREE -> free
ssouhlal
2006-08-19
1
-4
/
+4
*
ifdef DEBUG a printf
ssouhlal
2006-08-19
1
-0
/
+2
*
while (0); -> while (0) in multi-line macros
imp
2006-08-17
2
-3
/
+2
*
- disable some more code when osrelease=2.4.2
netchild
2006-08-17
1
-22
/
+46
*
Move some stuff into headers where they belong.
netchild
2006-08-17
3
-6
/
+3
*
Fix the DEBUG build:
netchild
2006-08-17
2
-5
/
+3
*
Grab two syscall numbers. One is used to emulate functionality that linux
peter
2006-08-16
1
-0
/
+2
*
Style fixes to comments.
netchild
2006-08-16
2
-6
/
+11
*
Include sys/limits.h for INT_MAX. freebsd32_proto.h 1.58 does not include
jkim
2006-08-16
1
-0
/
+1
*
Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlier
jhb
2006-08-15
4
-725
/
+850
*
- Remove unused sysvec variables from various syscalls.conf.
jhb
2006-08-15
2
-2
/
+2
*
Disable some parts of the code on amd64 for now to prevent a panic. A better
netchild
2006-08-15
1
-1
/
+8
*
Add the linux 2.6.x stuff (not used by default!):
netchild
2006-08-15
3
-2
/
+163
*
Add some new files needed for linux 2.6.x compatibility.
netchild
2006-08-15
5
-0
/
+1140
*
Lock the vnode around the call to VOP_GETATTR. Move the locked code
kib
2006-08-08
1
-5
/
+16
*
With socket code no longer in svr4_stream.c, MAC includes are no longer
rwatson
2006-08-05
1
-2
/
+0
*
Use TAILQ_EMPTY instead of checking if TAILQ_FIRST is NULL.
brooks
2006-08-04
1
-1
/
+1
*
Regen for MPSAFE flag removal.
jhb
2006-07-28
8
-425
/
+435
*
Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to
jhb
2006-07-28
2
-413
/
+409
*
Various fixes to comments in the syscall master files including removing
jhb
2006-07-28
1
-3
/
+4
*
Regen.
jhb
2006-07-28
4
-7
/
+7
*
- Explicitly lock Giant to protect the fields in the svr4_strm structure
jhb
2006-07-28
3
-12
/
+44
*
Fix a file descriptor race I reintroduced when I split accept1() up into
jhb
2006-07-27
1
-10
/
+24
*
Regen.
jhb
2006-07-21
4
-5
/
+5
*
Clean up the svr4 socket cache and streams code some to make it more easily
jhb
2006-07-21
4
-40
/
+110
*
Add conditional VFS Giant locking to svr4_sys_fchroot() and mark it MPSAFE.
jhb
2006-07-21
2
-20
/
+22
*
- Pass the MPSAFE flag to namei() in linux_uselib() and handle conditional
jhb
2006-07-21
1
-24
/
+25
*
Regen.
jhb
2006-07-19
4
-6
/
+6
*
Add conditional VFS Giant locking to svr4_sys_resolvepath() and mark it
jhb
2006-07-19
2
-2
/
+5
*
Make svr4_sys_waitsys() a lot less ugly and mark it MPSAFE.
jhb
2006-07-19
2
-155
/
+149
*
Don't free the sockaddr in kern_bind() and kern_connect() as not all
jhb
2006-07-19
1
-1
/
+4
[next]