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
*
Use the FIFOs in the imx5/imx6 uart hardware instead of interrupting on
ian
2014-10-12
1
-31
/
+75
*
Centralize determination of boot firmware (UEFI vs. BIOS/CSM) into a
nwhitehorn
2014-10-12
1
-32
/
+35
*
When deciding whether to call m_pullup() even though there is adequate
rwatson
2014-10-12
6
-16
/
+14
*
sh: Fix break/continue/return in multiline eval.
jilles
2014-10-12
4
-0
/
+20
*
#include libutil.h for fparseln on FreeBSD
ngie
2014-10-12
1
-0
/
+3
*
Only #include <sys/tls.h> on NetBSD
ngie
2014-10-12
6
-0
/
+12
*
Improve and document `ctladm portlist` subcommand.
mav
2014-10-12
3
-26
/
+142
*
Add env and prepend to _rc_namevarlist.
hrs
2014-10-12
1
-1
/
+1
*
Add ${name}_env and ${name}_prepend. ${name}_env is an argument list which
hrs
2014-10-11
2
-2
/
+36
*
Check buffer length more strictly.
hrs
2014-10-11
1
-4
/
+15
*
Fix off-by-one.
hrs
2014-10-11
1
-2
/
+2
*
pstat(8): Correct description of the SESS column in pstat -t.
jilles
2014-10-11
1
-2
/
+2
*
Add a new option, -P, to pkt-gen which reads a single packet from a stored
gnn
2014-10-11
1
-6
/
+39
*
Fix buffer overrun.
hrs
2014-10-11
1
-1
/
+2
*
Rename s/network/netif/ and set netif_enable for namespace consistency.
hrs
2014-10-11
2
-15
/
+17
*
ddb: space/tab fixes.
pfg
2014-10-11
11
-19
/
+19
*
Add locking and mark MPSAFE.
jhb
2014-10-11
4
-208
/
+220
*
Do not set IN_ACCESS flag for read-only mounts. The IN_ACCESS
kib
2014-10-11
3
-3
/
+3
*
Bump FreeBSD_version due to cleanup of tcp wrapper header.
pfg
2014-10-11
1
-1
/
+1
*
tcpd.h: add prototype for hosts_ctl
pfg
2014-10-11
1
-0
/
+1
*
tcpd: complete function prototypes.
pfg
2014-10-11
4
-48
/
+48
*
Give physical and virtual ports numbers some more meaning.
mav
2014-10-11
3
-4
/
+10
*
Fix nits in previous commit:
marcel
2014-10-11
1
-12
/
+11
*
MFi386 r272761.
kib
2014-10-11
1
-8
/
+12
*
Update ip_divert.ko to depend on version 3 of ipfw.
jhb
2014-10-11
1
-1
/
+1
*
Fix KASSERT typo.
melifaro
2014-10-11
1
-2
/
+2
*
Shorten frontend name.
mav
2014-10-11
1
-1
/
+1
*
Filter out duplicate AC_PATH_REGISTERED async events.
mav
2014-10-11
1
-45
/
+39
*
Fix r272936 build with old GCC.
mav
2014-10-11
1
-1
/
+2
*
Update isp_tgt_map and send new arrival notification if target that departed
mav
2014-10-11
1
-0
/
+5
*
Mark CTL frontend's CAM driver as CAM_PERIPH_DRV_EARLY.
mav
2014-10-11
1
-1
/
+2
*
Mark iscontrol(8) and iscsi_initiator(4) obsolete.
trasz
2014-10-11
2
-2
/
+21
*
Add assertion to catch duplicated notes.
trasz
2014-10-11
1
-1
/
+5
*
Turn WITNESS_COUNT into a tunable and sysctl. This allows adjusting
marcel
2014-10-11
1
-11
/
+27
*
Add LDFLAGS to PROG_VARS so it can be overridden on a per-PROG basis
ngie
2014-10-10
1
-1
/
+1
*
Port the testcase to FreeBSD
ngie
2014-10-10
1
-0
/
+14
*
Skip over t_spawn_open_nonexistent_diag because it requires NetBSD specific
ngie
2014-10-10
1
-0
/
+7
*
Remove redundant if_notifier declaration.
melifaro
2014-10-10
1
-1
/
+0
*
Make ctld start even if some LUNs are unable to open backing storage.
mav
2014-10-10
7
-127
/
+168
*
SIGPWR does not exist on FreeBSD
ngie
2014-10-10
1
-0
/
+4
*
Handle getting/setting niceness/priority correctly on FreeBSD vs NetBSD
ngie
2014-10-10
1
-0
/
+23
*
Disable the invalid pointer test on FreeBSD
ngie
2014-10-10
1
-0
/
+2
*
Make MAP_NOSYNC handling in the vm_fault() read-locked object path
kib
2014-10-10
1
-41
/
+67
*
Change the PF hash from Jenkins to Murmur3. In forwarding tests
gnn
2014-10-10
4
-7
/
+85
*
FreeBSD doesn't support strings greater than MAXHOSTNAMELEN-1 in
ngie
2014-10-10
2
-0
/
+32
*
Don't pass RF_ALLOCATED to bus_alloc_resource().
jhb
2014-10-10
3
-5
/
+3
*
FreeBSD returns ENOTTY instead of EBADF in ttyname_r; mark it as an expected
ngie
2014-10-10
1
-0
/
+3
*
Add missing #include <sys/time.h> for gettimeofday
ngie
2014-10-10
1
-0
/
+3
*
Disable tests that don't pass on FreeBSD due to missing support in
ngie
2014-10-10
1
-0
/
+6
*
Fix KASSERT argument type.
melifaro
2014-10-10
1
-1
/
+1
[next]