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
*
Initialize "acc" value inside the loop to reset failed attempts.
ae
2011-11-06
1
-2
/
+2
*
Add reference to gpart(8).
ae
2011-11-06
1
-0
/
+1
*
Add reference to gpart(8).
ae
2011-11-06
1
-0
/
+1
*
Add recommendation to use gpart(8) when user tries write disklabel
ae
2011-11-06
1
-4
/
+15
*
Remove unneeded checks.
ae
2011-11-06
1
-3
/
+2
*
bsdlabel(8) could automatically fill many of disklabel's deprecated
ae
2011-11-06
1
-11
/
+35
*
To be in sync with GEOM_PART_BSD limit the maximum number of supported
ae
2011-11-06
1
-1
/
+1
*
Add missing static keywords for global variables to tools in sbin/.
ed
2011-11-04
31
-49
/
+48
*
remove trailing whitespace...
jmg
2011-10-29
1
-3
/
+3
*
error if /boot/mbr is empty... This can happen on a system like arm
jmg
2011-10-29
1
-0
/
+2
*
Remove redundant space.
pjd
2011-10-27
1
-1
/
+1
*
Implement 'async' mode for HAST.
pjd
2011-10-27
3
-55
/
+81
*
Minor cleanups.
pjd
2011-10-27
1
-1
/
+2
*
Reduce indentation.
pjd
2011-10-27
1
-24
/
+24
*
Improve comment so it doesn't suggest race is possible, but that we handle
pjd
2011-10-27
1
-1
/
+1
*
- Eliminate the need for hio_nv.
pjd
2011-10-27
1
-25
/
+55
*
Monor cleanups.
pjd
2011-10-27
1
-6
/
+7
*
Delay resuid generation until first connection to secondary, not until first
pjd
2011-10-27
1
-6
/
+3
*
Correct comments.
pjd
2011-10-27
1
-3
/
+3
*
Clarify disks/volumes above 2TiB support in geom_raid:
mav
2011-10-26
1
-1
/
+4
*
- Add support for a "!" character in regex matching in devd(8). It inverts
hrs
2011-10-26
3
-4
/
+19
*
Build swapon with WARNS=6.
ed
2011-10-25
2
-6
/
+5
*
Add support for creating GELI devices with older metadata version for use
pjd
2011-10-25
2
-7
/
+84
*
Revert r226726. The line was not duplicated.
pjd
2011-10-25
1
-0
/
+1
*
Remove duplicated line.
pjd
2011-10-25
1
-1
/
+0
*
Add 'geli version' subcommand, which will print GELI metadata version of each
pjd
2011-10-25
2
-0
/
+62
*
When we detect GELI metadata version that is newer than the highest we
pjd
2011-10-25
1
-5
/
+35
*
Simplify eli_resize() function.
pjd
2011-10-25
1
-10
/
+4
*
Simplify eli_dump() function and allow to dump metadata stored in backup file.
pjd
2011-10-25
1
-13
/
+3
*
If 'req' is NULL, print error on stderr.
pjd
2011-10-25
1
-2
/
+7
*
Simplify eli_is_attached() function and make it return boot instead of int.
pjd
2011-10-25
1
-6
/
+2
*
Simplify eli_backup_create() and eli_backup_restore() functions.
pjd
2011-10-25
1
-87
/
+28
*
Sort includes.
pjd
2011-10-25
1
-13
/
+13
*
Add new option -F to specify alternative location of the /etc/fstab
sobomax
2011-10-25
2
-4
/
+29
*
Add new option -c to specify alternatve location of the /etc/fstab
sobomax
2011-10-25
2
-2
/
+16
*
The current /etc/dumpdates file restricts device names to 32 characters.
mckusick
2011-10-18
2
-3
/
+7
*
Allow to specify pidfile in HAST configuration file.
pjd
2011-10-17
5
-14
/
+116
*
Remove redundant space.
pjd
2011-10-17
1
-1
/
+1
*
When path to the configuration file is relative, obtain full path,
pjd
2011-10-17
1
-0
/
+16
*
Unbreak NO_DYNAMICROOT by explicitely linking to libcrypto if MK_OPENSSL isn't
cognet
2011-10-16
1
-0
/
+5
*
- change "is is" to "is" or "it is"
eadler
2011-10-16
2
-2
/
+2
*
Make dhclient use a pid file. Modify the rc script accordingly; while
des
2011-10-13
5
-3
/
+48
*
After creating a filesystem using newfs -j the time stamps are all
mckusick
2011-10-11
1
-0
/
+10
*
Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernel
rodrigc
2011-10-09
2
-1
/
+32
*
Add descriptor sense support to CAM, and honor sense residuals properly in
ken
2011-10-03
1
-8
/
+11
*
Get rid of major/minor number distinction.
ed
2011-09-28
1
-4
/
+2
*
Correct typo.
pjd
2011-09-28
1
-1
/
+1
*
If the underlying provider doesn't support BIO_FLUSH, log it only once
pjd
2011-09-28
4
-4
/
+24
*
Break a bit earlier.
pjd
2011-09-28
1
-0
/
+1
*
After every activemap change flush disk's write cache, so that write
pjd
2011-09-28
6
-7
/
+118
[next]