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
*
MFC
attilio
2013-03-08
9
-15
/
+88
|
\
|
*
Remove check for NULL prior to free(9) and m_freem(9).
eadler
2013-03-04
3
-10
/
+5
|
*
Regen after r247667.
pjd
2013-03-02
5
-5
/
+79
|
*
- Implement two new system calls:
pjd
2013-03-02
1
-0
/
+4
*
|
MFC
attilio
2013-03-02
12
-32
/
+195
|
\
\
|
|
/
|
*
Regen after r247602.
pjd
2013-03-02
5
-12
/
+165
|
*
Merge Capsicum overhaul:
pjd
2013-03-02
6
-19
/
+29
|
*
Fix wrong assignment.
delphij
2013-03-01
1
-1
/
+1
*
|
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-4
/
+4
|
/
*
Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h
jhb
2013-01-29
13
-7
/
+175
*
Arithmetic on pointers takes into account the size of the type. Properly cast...
dchagin
2013-01-25
1
-2
/
+2
*
Don't assume that all Linux TCP-level socket options are identical to
jhb
2013-01-23
1
-4
/
+24
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
2
-4
/
+4
*
MFS security patches which seem to have accidentally not reached HEAD:
cperciva
2012-11-23
1
-2
/
+3
*
Style fixes for r242958.
kib
2012-11-16
1
-2
/
+0
*
Regen
kib
2012-11-13
5
-5
/
+60
*
Add the wait6(2) system call. It takes POSIX waitid()-like process
kib
2012-11-13
3
-0
/
+48
*
The r241025 fixed the case when a binary, executed from nullfs mount,
kib
2012-11-02
1
-3
/
+5
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
5
-43
/
+13
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Fix the mis-handling of the VV_TEXT on the nullfs vnodes.
kib
2012-09-28
1
-1
/
+1
*
Remove redundant check
kevlo
2012-09-12
1
-5
/
+0
*
Remove some more NetBSD compat shims and other unused bits from these
jhb
2012-09-10
1
-57
/
+0
*
regen.
davidxu
2012-08-17
4
-4
/
+4
*
Implement syscall clock_getcpuclockid2, so we can get a clock id
davidxu
2012-08-17
5
-3
/
+35
*
Regenerate.
kib
2012-08-15
4
-10
/
+10
*
Provide 32bit compat for truncate(2) and ftruncate(2).
kib
2012-08-15
1
-2
/
+3
*
Regenerate.
kib
2012-08-14
4
-7
/
+7
*
Implement the old mmap syscall for compat32, when COMPAT_43 option is
kib
2012-08-14
1
-1
/
+2
*
Cosmetics: define FREEBSD32_MINUSER and AOUT32_MINUSER for struct
kib
2012-07-22
2
-9
/
+10
*
Extend the KPI to lock and unlock f_offset member of struct file. It
kib
2012-07-02
1
-2
/
+3
*
Make sure that each va_start has one and only one matching va_end,
kevlo
2012-05-29
1
-0
/
+1
*
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
*
- >500 static DTrace probes for the linuxulator
netchild
2012-05-05
16
-207
/
+2053
*
- Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27
jkim
2012-04-16
1
-0
/
+49
*
Remove some unnecessary includes.
tijl
2012-03-18
1
-9
/
+0
*
Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.
tijl
2012-03-18
1
-93
/
+0
*
Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98
tijl
2012-03-18
1
-0
/
+2
*
Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h.
tijl
2012-03-16
1
-27
/
+0
*
Fix race condition in KfRaiseIrql().
brucec
2012-03-04
1
-4
/
+6
*
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 procfs to jail-mountable filesystems.
mm
2012-02-29
2
-2
/
+2
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
1
-1
/
+2
*
Fix misuse of the kernel map in miscellaneous image activators.
kib
2012-02-17
2
-38
/
+22
*
Remove direct access to si_name.
ed
2012-02-10
3
-5
/
+5
[next]