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
/
sbin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Group
hrs
2013-05-04
2
-9
/
+35
*
Introduce and use new flag -L to mount for mounting only late filesystems.
crees
2013-05-04
2
-2
/
+16
*
Improve compatibility with recent flex from flex.sourceforge.net.
jkim
2013-05-03
1
-2
/
+3
*
Prefer using the C++ version of the standard headers. These place the
eadler
2013-05-02
1
-6
/
+7
*
Adapt to the fact that minidumps are now on by default.
joel
2013-04-30
1
-4
/
+11
*
Style nit.
des
2013-04-29
1
-1
/
+2
*
Add a -Z option which zeroes unused blocks. It can be combined with -E,
des
2013-04-29
5
-7
/
+56
*
Partially revert my last change.
ed
2013-04-27
1
-5
/
+5
*
Use C11 <stdatomic.h> instead of our non-standard <machine/atomic.h>.
ed
2013-04-27
2
-11
/
+21
*
According to devctl(4), clients must read events whole; they may not
asomers
2013-04-26
1
-1
/
+1
*
mdoc: remove superfluous paragraph macro.
joel
2013-04-25
1
-2
/
+0
*
Don't free memory that is going to be used as error string.
glebius
2013-04-25
1
-3
/
+1
*
Adds Host Protected Area (HPA) support for ATA disks to camcontrol
smh
2013-04-25
2
-2
/
+785
*
Fix error check.
mckusick
2013-04-23
1
-1
/
+1
*
Minor clarificiation.
joel
2013-04-22
1
-2
/
+2
*
Use a higher TTL (128) for DHCP packets. This matches the ISC DHCP client.
jhb
2013-04-22
1
-1
/
+1
*
Convert over the etherswitch framework to use VLAN IDs per port, rather
adrian
2013-04-22
2
-10
/
+11
*
etherswitchcfg(8) crashes when you don't set vlangroup members.
adrian
2013-04-22
1
-2
/
+5
*
Initialise this to zero before using it to configure the vlangroup
adrian
2013-04-22
1
-0
/
+1
*
Unbreak the build of newfs_nandfs.
ed
2013-04-21
1
-16
/
+19
*
Remove code duplication.
trociny
2013-04-21
1
-11
/
+1
*
Move EXAMPLES descriptions to before the actual command.
joel
2013-04-21
1
-35
/
+34
*
Add the Clang specific -Wmissing-variable-declarations to WARNS=6.
ed
2013-04-19
5
-0
/
+6
*
Use arc4random() instead of random().
delphij
2013-04-15
1
-6
/
+1
*
update information about debugging sysctl...
jmg
2013-04-14
1
-3
/
+6
*
Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and re...
jimharris
2013-04-12
1
-34
/
+86
*
Minor spelling and grammar fixes.
joel
2013-04-11
1
-1
/
+1
*
Remove contractions.
joel
2013-04-11
3
-3
/
+3
*
Remove kernel options from the SYNOPSIS. They are already documented in the
joel
2013-04-11
1
-27
/
+0
*
Prevent the creation of an unused variable.
ed
2013-04-08
1
-1
/
+1
*
mdoc: new sentence should be on a new line. Also remove EOL whitespace while
joel
2013-04-06
1
-3
/
+4
*
mdoc: remove superfluous paragraph macro.
joel
2013-04-05
1
-3
/
+0
*
Adds security options to camcontrol this includes the ability to secure erase
smh
2013-04-04
2
-61
/
+1110
*
Minor rewording.
joel
2013-04-04
1
-2
/
+2
*
Remove references to ataraid(4) and atacontrol(8).
joel
2013-04-04
2
-5
/
+1
*
Remove all legacy ATA code parts, not used since options ATA_CAM enabled in
mav
2013-04-04
4
-1056
/
+0
*
Fix typo (devicde -> device).
jimharris
2013-04-03
1
-1
/
+1
*
Use errno and strerror to print more descriptive messages when operations
jimharris
2013-03-26
1
-27
/
+41
*
Add controller reset capability to nvme(4) and ability to explicitly
jimharris
2013-03-26
2
-2
/
+51
*
o Typo: IEE -> IEEE.
maxim
2013-03-25
1
-1
/
+1
*
Note that output is in seconds, not msec.
mckusick
2013-03-24
1
-2
/
+3
*
Resolve clang compile errors on amd64/i386 for certain by casting.
sbruno
2013-03-24
1
-4
/
+4
*
Minor formatting fix for printf() to fix clang builds.
sbruno
2013-03-24
1
-2
/
+2
*
Revert 248634 and 248643 (e.g., restoring 248625 and 248639).
mckusick
2013-03-23
8
-59
/
+158
*
Revert r248639 to fix build failure on head/
gjb
2013-03-23
1
-4
/
+3
*
Fix the build after addition of cylinder group cacheing (r248625)
mckusick
2013-03-23
1
-3
/
+4
*
Revert svn r248625
sbruno
2013-03-23
7
-154
/
+56
*
Speed up fsck by caching the cylinder group maps in pass1 so
mckusick
2013-03-22
7
-56
/
+154
*
The purpose of this change to the FFS layout policy is to reduce the
mckusick
2013-03-22
7
-11
/
+78
*
Remove EOL whitespace.
joel
2013-03-21
1
-1
/
+1
[next]