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
/
usr.sbin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for READ FULL STATUS action of PERSISTENT RESERVE IN command.
mav
2014-07-07
1
-0
/
+4
*
Remove ia64.
marcel
2014-07-07
8
-27
/
+8
*
Close race in r268291 between port destruction, delayed by sessions
mav
2014-07-06
1
-0
/
+8
*
Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects.
mav
2014-07-06
3
-24
/
+10
*
Pass through iSCSI session ISID from LOGIN request to the CTL frontend.
mav
2014-07-05
3
-0
/
+6
*
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
*
Burry devid port method, which was a gross hack.
mav
2014-07-05
2
-15
/
+15
*
Create separate CTL port for every iSCSI target (and maybe portal group).
mav
2014-07-05
3
-52
/
+288
*
Fix minor copy-paste bug in r268284.
mav
2014-07-05
1
-1
/
+1
*
Introduce new IOCTL CTL_PORT_LIST reporting in more flexible XML format.
mav
2014-07-05
1
-1
/
+270
*
Extend capabilities to 64-bits in preparation for some API changes.
grehan
2014-07-05
1
-1
/
+1
*
After EFI support was added to the installer, it needed to allow boot
nwhitehorn
2014-07-04
1
-2
/
+23
*
Add an option, -p, which makes gstat(8) to only display physical providers
delphij
2014-07-03
2
-5
/
+13
*
Use correct flag for event index.
grehan
2014-07-03
1
-1
/
+1
*
Fix vt(4) detection in kbdcontrol and vidcontrol
emaste
2014-07-02
2
-8
/
+10
*
chown: add a test
eadler
2014-06-30
3
-0
/
+36
*
Don't accidently skip every second line when calculating the
dwmalone
2014-06-28
1
-1
/
+0
*
Simplify the code a little bit using the update_sensor_sysctl() routine to
loos
2014-06-27
1
-9
/
+5
*
pw: fix up deletion of users from groups
mjg
2014-06-27
1
-4
/
+3
*
Correct the buffer length check to avoid overflows.
loos
2014-06-27
1
-3
/
+6
*
Add post-mortem debugging for "EPT Misconfiguration" VM-exit. This error
neel
2014-06-27
1
-1
/
+25
*
Sort command flags in usage output and the manpages.
jhb
2014-06-27
4
-70
/
+70
*
Set the version and date to fixed fields rather than using
grehan
2014-06-27
1
-2
/
+2
*
- Document -b to enable the bvmcons console (but mark it as deprecated
jhb
2014-06-26
2
-7
/
+21
*
Fix issues in config parser relating to lun serial numbers.
jpaetzel
2014-06-24
2
-2
/
+16
*
Provide APIs to directly get 'lowmem' and 'highmem' size directly.
neel
2014-06-24
4
-21
/
+10
*
With the move away from GNATS, drop the CTM config file for downloading
gavin
2014-06-23
1
-8
/
+0
*
convert to using pidfile... This prevents multiple wpa_supplicants
jmg
2014-06-22
5
-6
/
+12
*
Fix a code typo that prevented mkdir from firing (unnoticed
dteske
2014-06-20
1
-1
/
+1
*
Restore the ABI of the cpuctl(4) ioctl request CPUCTL_CPUID, use
kib
2014-06-20
1
-1
/
+1
*
Fix changing the username
bapt
2014-06-20
1
-1
/
+1
*
Removed compatibility with pre FreeBSD 2.2 pw_mkdb command
bapt
2014-06-20
1
-13
/
+2
*
use .Mt to mark up email addresses consistently (part2)
bapt
2014-06-20
126
-210
/
+198
*
Following comments in r242565 add the possibility to specify ecx when
attilio
2014-06-19
2
-2
/
+66
*
serial_num and device_id fields are not necessarily null-terminated.
mav
2014-06-19
1
-2
/
+2
*
Use Mt macro to properly format mailto links
skreuzer
2014-06-19
2
-2
/
+2
*
Implement redirection handling in initiator.
trasz
2014-06-18
2
-2
/
+62
*
Get rid of unneccessary argument.
trasz
2014-06-18
1
-5
/
+8
*
Fix typo and rename macro KDB_SYS_FLAG to KBD_SYS_FLAG.
neel
2014-06-18
1
-2
/
+2
*
Improve code a little; no functional changes.
trasz
2014-06-18
1
-9
/
+21
*
Use proper term in debug messages.
trasz
2014-06-18
1
-5
/
+5
*
On discovery stage add set of TargetAddress keys to reply, reporting to
mav
2014-06-18
1
-4
/
+47
*
mdoc: add missing width to Bl -tag.
joel
2014-06-15
1
-2
/
+2
*
Document additional LUN/backend options.
mav
2014-06-15
1
-1
/
+24
*
mdoc: use display block in the beginning of the EXAMPLES section.
joel
2014-06-15
1
-4
/
+4
*
Fix two issues:
delphij
2014-06-15
1
-1
/
+1
*
acpiconf(8): tell users not to use -k
eadler
2014-06-10
1
-1
/
+2
*
r267169 should apply to 64-bit BARs as well.
tychon
2014-06-09
1
-2
/
+2
*
Remove blank lines.
joel
2014-06-09
1
-2
/
+0
[next]