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
*
Fix file leaking in translate_path_major_minor.
ambrisko
2006-05-16
1
-2
/
+6
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
2
-2
/
+0
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-78
/
+0
*
Remove the dependency on procfs since it isn't used.
ambrisko
2006-05-11
1
-2
/
+0
*
Now that we don't have a linuxolator on alpha anymore:
netchild
2006-05-10
7
-342
/
+33
*
Implement rt_sigpending in the linuxolator.
netchild
2006-05-10
1
-0
/
+28
*
Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux
ambrisko
2006-05-09
1
-0
/
+285
*
Fix the the duplicate cut-n-paste in linux_fstat64 pointed out by
ambrisko
2006-05-05
1
-1
/
+0
*
Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.
ambrisko
2006-05-05
4
-16
/
+250
*
Annotate uses of fgetsock() with indications that they should rely
rwatson
2006-04-01
2
-0
/
+12
*
regen for 32bit System V shared memory
ps
2006-03-30
4
-7
/
+13
*
Properly support for FreeBSD 4 32bit System V shared memory.
ps
2006-03-30
2
-7
/
+169
*
Unbreaking build by removing a now unused variable.
avatar
2006-03-27
1
-1
/
+0
*
Use td_ucred rather than p_ucred to avoid panics and general unhappiness.
jhb
2006-03-27
1
-1
/
+1
*
Fix the LINT build on alpha:
netchild
2006-03-21
1
-32
/
+82
*
Fix tinderbox on alpha.
netchild
2006-03-20
1
-0
/
+2
*
Unbreak COMPAT_LINUX32 option support on amd64.
ru
2006-03-19
11
-0
/
+17
*
Fixup some problems in my previous commit (COMPAT_43).
netchild
2006-03-18
11
-17
/
+0
*
Get rid of the need of COMPAT_43 in the linuxolator.
netchild
2006-03-18
8
-31
/
+211
*
Fix exec_map resource leaks.
ups
2006-03-08
1
-9
/
+13
*
use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensure
ps
2006-03-04
1
-6
/
+8
*
regen for 32bit sendfile
ps
2006-02-28
4
-6
/
+6
*
Fix 32bit sendfile by implementing kern_sendfile so that it takes
ps
2006-02-28
2
-20
/
+66
*
- Always call exec_free_args() in kern_execve() instead of doing it in all
jhb
2006-02-06
2
-3
/
+0
*
- Remove ifdef disabled code that doesn't have a chance of working anymore.
jeff
2006-02-06
1
-48
/
+0
*
Regenerate.
rwatson
2006-02-04
4
-196
/
+196
*
Audit FreeBSD 32-bit system calls on 64-bit FreeBSD systems.
rwatson
2006-02-04
1
-216
/
+216
*
- vn_lock with LK_RETRY can not return an error. The code that handled this
jeff
2006-01-30
1
-10
/
+4
*
Fix a typo : deivce => device
cognet
2006-01-26
1
-1
/
+1
*
Linux compat bits needed to make linux programs use the new ptys :
cognet
2006-01-26
3
-1
/
+33
*
Fix the build. When I added the lutimes the futimes definitions
ambrisko
2006-01-20
1
-0
/
+5
*
Regen.
ambrisko
2006-01-20
4
-9
/
+9
*
Add 32bit version of lutimes so untar doesn't mess up sym-links on amd64.
ambrisko
2006-01-20
2
-2
/
+23
*
Cast tv_sec to intmax_t and print with %jd in some ifdef'ed code.
trhodes
2005-12-28
1
-8
/
+8
*
Add \n to log() message.
glebius
2005-12-27
1
-1
/
+1
*
Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure
sobomax
2005-12-26
1
-0
/
+2
*
Regen.
ru
2005-12-23
4
-10
/
+4
*
Fix build.
ru
2005-12-23
1
-1
/
+1
*
Regenerate sysent with new abort2 system call.
phk
2005-12-23
4
-5
/
+30
*
Add missing 455-462 syscalls as unimplemented
phk
2005-12-23
1
-0
/
+8
*
Add abort2() systemcall.
phk
2005-12-23
1
-0
/
+1
*
Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)
jhb
2005-12-15
2
-9
/
+0
*
In Linux, kernel parameters passed to ioctl are by value, while in FreeBSD
delphij
2005-12-13
1
-5
/
+5
*
Fix calculation of meminfo's swaptotal and swapfree on at least amd64.
mlaier
2005-12-11
1
-2
/
+2
*
Regen for futimes.
ambrisko
2005-12-08
4
-3
/
+8
*
Add 32bit version of futimes so untar doesn't result in bad dates
ambrisko
2005-12-08
2
-1
/
+24
*
Suppress logging about unimplemented syscalls to one time per process. This
glebius
2005-12-08
1
-9
/
+7
*
Catch up to the system siginfo changes. Use a union for the ia32 layout
peter
2005-12-06
1
-2
/
+19
*
Fix -Wundef.
ru
2005-12-04
2
-2
/
+2
*
Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op.
rodrigc
2005-11-29
1
-1
/
+0
[next]