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
*
Remove ia64.
marcel
2014-07-07
444
-62813
/
+129
*
Use common vt_fb parts in ofwfb as far as we are able without sacrificing
nwhitehorn
2014-07-07
1
-73
/
+52
*
Use the appropriate IPv6 hashtype defines when looking up the PCBGROUP
bryanv
2014-07-07
1
-2
/
+2
*
Remove /usr/share/doc/psd/28.cvs/paper.ps.gz if it exists, as it is
gavin
2014-07-06
1
-0
/
+1
*
Make gcc happy, init idlen2.
andreast
2014-07-06
1
-1
/
+1
*
Close race in r268291 between port destruction, delayed by sessions
mav
2014-07-06
4
-0
/
+28
*
Introduce pmap_unwire(). It will replace pmap_change_wiring(). There are
alc
2014-07-06
7
-0
/
+362
*
Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects.
mav
2014-07-06
6
-30
/
+23
*
In case we ever support little-endian PowerPC (probably userland only),
nwhitehorn
2014-07-06
1
-0
/
+12
*
Add a new CPU id for a POWER8 variant.
nwhitehorn
2014-07-06
2
-1
/
+5
*
Fix OFED startup order: All SYSINIT()'s and modules should be loaded
hselasky
2014-07-06
4
-6
/
+11
*
Fix compile warning.
hselasky
2014-07-06
1
-1
/
+1
*
Fix some compile warnings.
hselasky
2014-07-06
1
-12
/
+12
*
Align the stack in _rtld_bind_start. Normally this is called with the
andrew
2014-07-06
1
-2
/
+5
*
Add support for SCSI Ports (88h) VPD page.
mav
2014-07-06
2
-8
/
+153
*
Make REPORT TARGET PORT GROUPS command report realistic data instead of
mav
2014-07-06
2
-81
/
+101
*
Move lun_map() method from command nexus to port.
mav
2014-07-06
5
-34
/
+30
*
Relax some bit checks for INQUIRY command.
mav
2014-07-06
1
-1
/
+1
*
sh: Fix overflow checking on 'ulimit' operand.
jilles
2014-07-05
1
-10
/
+14
*
Add support to asmc(4) for Macmini 3,1.
gavin
2014-07-05
2
-0
/
+28
*
Pass through iSCSI session ISID from LOGIN request to the CTL frontend.
mav
2014-07-05
6
-0
/
+16
*
Check the number of returned entries before doing any access to ifm_ulist.
loos
2014-07-05
1
-0
/
+2
*
bsd.dep.mk: add support for generating DTrace header files from .d files.
rpaulo
2014-07-05
1
-0
/
+12
*
Use %zu not %zd for printing size_t.
gavin
2014-07-05
1
-1
/
+1
*
Correct format string to fix build of uhsoctl when DEBUG is defined
gavin
2014-07-05
1
-1
/
+1
*
Add the DTrace probe definitions for plockstat support.
rpaulo
2014-07-05
1
-0
/
+46
*
Fix equation and limerick to be correct. NetBSD fixed this 14 years ago
gavin
2014-07-05
1
-2
/
+2
*
Allow the PVID setting on CPU port.
loos
2014-07-05
1
-2
/
+8
*
Burry devid port method, which was a gross hack.
mav
2014-07-05
9
-340
/
+196
*
Dominion Day became Canada Day in 1982, update the holiday calendar.
gavin
2014-07-05
1
-1
/
+1
*
Create separate CTL port for every iSCSI target (and maybe portal group).
mav
2014-07-05
10
-154
/
+593
*
Merge from OpenSolaris (24-Jul-2010):
pfg
2014-07-05
1
-14
/
+64
*
Fix minor copy-paste bug in r268284.
mav
2014-07-05
1
-1
/
+1
*
Improve CTL_BEARG_* flags support, including optional values copyout.
mav
2014-07-05
2
-25
/
+43
*
Implement and use ctl_frontend_find().
mav
2014-07-05
3
-7
/
+23
*
Fix compile-time errors when NO_WERROR and WITHOUT_INET6_SUPPORT
cy
2014-07-05
4
-4
/
+4
*
When getting the initial value of numeric tunables use the
hselasky
2014-07-05
1
-12
/
+20
*
Introduce new IOCTL CTL_PORT_LIST reporting in more flexible XML format.
mav
2014-07-05
3
-1
/
+369
*
Improve readability of XML generated by CTL_LUN_LIST.
mav
2014-07-05
2
-9
/
+10
*
units(1): Clean up
eadler
2014-07-05
1
-18
/
+14
*
Make options KPI more generic to allow it to be used for ports too,
mav
2014-07-05
7
-50
/
+58
*
units(1): Convert units.lib to use '#' instead of '/'.
eadler
2014-07-05
1
-31
/
+31
*
units: Support start of line comments with '#'
eadler
2014-07-05
2
-2
/
+2
*
units(1): Add 'terse' support
eadler
2014-07-05
2
-11
/
+24
*
Extend capabilities to 64-bits in preparation for some API changes.
grehan
2014-07-05
1
-1
/
+1
*
Use proper links field for ports linking.
mav
2014-07-05
1
-1
/
+1
*
The new NFSv3 server did not generate directory postop attributes for
rmacklem
2014-07-04
1
-2
/
+4
*
minor perf enhancement for UTF-8
pfg
2014-07-04
1
-19
/
+10
*
units(1): Add 'help' flag
eadler
2014-07-04
2
-2
/
+8
*
units(1): Fix man page
eadler
2014-07-04
1
-3
/
+5
[next]