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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add a
theraven
2011-12-07
9
-6
/
+226
*
Fix double free.
glebius
2011-12-07
1
-1
/
+0
*
- Match GNU behavior of exit code
gabor
2011-12-07
3
-6
/
+5
*
The NOTE_COPY should have been named NOTE_FFCOPY from the very
ru
2011-12-07
1
-2
/
+2
*
Eliminate the possibility of 32-bit arithmetic overflow in the calculation
alc
2011-12-07
1
-4
/
+4
*
Fix a very special case when SIOCAIFADDR supplies mask of 0.0.0.0,
glebius
2011-12-06
1
-5
/
+6
*
MK_CTF is not defined when kmod.mk is used with old bsd.own.mk.
fjoe
2011-12-06
1
-1
/
+1
*
Don't support OpenLDAP during lib32 build.
ume
2011-12-06
1
-1
/
+1
*
Force linker error when created shared library contains a relocation
kib
2011-12-06
2
-2
/
+8
*
Most users of pipe(2) do not call fstat(2) on the returned pipe descriptors.
kib
2011-12-06
1
-9
/
+28
*
Mention that Cold Presence Detection feature used for hot-plug detection
mav
2011-12-06
1
-4
/
+4
*
Correct some bInterval USB template descriptor values.
hselasky
2011-12-06
4
-10
/
+10
*
Fix compile warning when using clang to compile the code.
hselasky
2011-12-06
1
-1
/
+1
*
Really protect kern.proc.ps_strings sysctls with p_candebug(). This
trociny
2011-12-06
1
-1
/
+1
*
Catch up with Bryan Venteicher's virtio Hg repo:
grehan
2011-12-06
10
-79
/
+196
*
Make et_probe() return BUS_PROBE_DEFAULT such that allow other
yongari
2011-12-06
1
-15
/
+11
*
et(4) supports VLAN oversized frame so correctly set header length.
yongari
2011-12-06
1
-2
/
+4
*
Fix alt(4) support. Also add check for number of available TX
yongari
2011-12-05
1
-18
/
+22
*
Implement suspend/resume methods. Driver has no issue with
yongari
2011-12-05
1
-0
/
+30
*
Remove NetBSD license. r199548 removed all bit macros that were
yongari
2011-12-05
1
-35
/
+0
*
- In mii_attach(9) just set the driver for a newly added miibus(4) instance
marius
2011-12-05
1
-3
/
+3
*
Don't output a warning if kern.proc.auxv sysctl has returned EPERM.
trociny
2011-12-05
1
-1
/
+1
*
Protect kern.proc.auxv and kern.proc.ps_strings sysctls with p_candebug().
trociny
2011-12-05
1
-2
/
+4
*
Introduce vm_reserv_alloc_contig() and teach vm_page_alloc_contig() how to
alc
2011-12-05
3
-71
/
+269
*
Fix off by one error in mbuf access. Previously it caused panic.
yongari
2011-12-05
1
-6
/
+13
*
- Make heimdal buildable with WITH_OPENLDAP defined, again.
ume
2011-12-05
2
-4
/
+4
*
Get rid of kludgy per-descriptor state handling in acpi_apm.
ed
2011-12-05
1
-63
/
+25
*
add netmap support for "em", "lem", "igb" and "re".
luigi
2011-12-05
4
-0
/
+347
*
revise the implementation of the rings connected to the host stack
luigi
2011-12-05
1
-27
/
+46
*
Use the correct volume identifier field when parsing MR_EVT_ARG_LD_STRIP
jhb
2011-12-05
1
-1
/
+1
*
Fix style(9) issues from r228270.
jhibbits
2011-12-05
2
-3
/
+3
*
1. Fix the handling of link reset while in netmap more.
luigi
2011-12-05
10
-598
/
+837
*
Add a missing curly bracket
kevlo
2011-12-05
1
-0
/
+1
*
Fix some uninitialized variables in pipe regression tests that result in
eadler
2011-12-05
3
-3
/
+5
*
Disable KDB/DDB options for XLP N32 compile.
jchandra
2011-12-05
1
-0
/
+6
*
Fix N32 compilation again for XLP.
jchandra
2011-12-05
1
-1
/
+1
*
Fix XLP compilation.
jchandra
2011-12-05
1
-0
/
+2
*
Add a devd notification for closing/opening the lid on PowerBooks and iBooks.
jhibbits
2011-12-05
3
-0
/
+25
*
libc: Eliminate 13 relative relocations in wctype().
jilles
2011-12-05
1
-26
/
+45
*
Protect process environment variables with p_candebug().
trociny
2011-12-04
1
-1
/
+1
*
zfsboot: print boot.config contents before parsing it
avg
2011-12-04
1
-2
/
+2
*
zfs boot: allow file vdevs to be used in testing (e.g. with zfsboottest)
avg
2011-12-04
1
-0
/
+3
*
critical_exit: ignore td_owepreempt if kdb_active is set
avg
2011-12-04
1
-1
/
+1
*
In sysctl_kern_proc_ps_strings() there is no much sense in checking
trociny
2011-12-04
1
-8
/
+0
*
Initialize fifoinfo fi_wgen field on open. The only important is the
kib
2011-12-04
1
-1
/
+1
*
Use explicit information from the kernel to detect the traps due to
kib
2011-12-04
1
-3
/
+13
*
This patch adds a sysctl to the NFSv4 server which optionally disables the
rmacklem
2011-12-04
1
-1
/
+9
*
Support domain-search in dhclient(8)
dumbbell
2011-12-04
11
-4
/
+585
*
Modify the GPIO i2c bus code to allow for arbitrary data/clock
adrian
2011-12-04
1
-14
/
+22
*
Allow the i2c node requirements to be slightly relaxed.
adrian
2011-12-04
3
-4
/
+12
[next]