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
...
*
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
*
Use PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere instead of assert().
pjd
2011-09-27
9
-161
/
+192
*
No need to wrap pjdlog functions around with KEEP_ERRNO() macro.
pjd
2011-09-27
1
-2
/
+1
*
Prefer PJDLOG_ASSERT()/PJDLOG_ABORT() over assert().
pjd
2011-09-27
1
-6
/
+5
*
- Convert some impossible conditions into assertions.
pjd
2011-09-27
1
-11
/
+10
*
Correct two mistakes when converting asserts to PJDLOG_ASSERT()/PJDLOG_ABORT().
pjd
2011-09-27
1
-4
/
+2
*
Prefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert() and abort().
pjd
2011-09-27
3
-33
/
+31
*
No need to use KEEP_ERRNO() macro around pjdlog functions, as they don't
pjd
2011-09-27
2
-23
/
+20
*
Ensure that pjdlog functions don't modify errno.
pjd
2011-09-27
1
-0
/
+25
*
- Document inet6 no_radr flag.
hrs
2011-09-19
1
-1
/
+26
*
Do not try to change the mode or ownership of the root of the mountpoint
kib
2011-09-13
1
-0
/
+27
*
Don't use the whole free space when resizing partition to a larger size
ae
2011-09-08
1
-6
/
+6
*
dd -t switch for mdmfs to enable TRIM on the configured filesystem.
kib
2011-09-06
2
-6
/
+16
*
Forgot this nit in r221107.
des
2011-09-03
1
-1
/
+1
*
Clear the mountprog variable after each mountfs() call so that mountprog
jhb
2011-09-02
1
-0
/
+5
*
Fix the check in dircheck() on namlen.
delphij
2011-09-02
1
-2
/
+2
*
Add support for IPv6 to ipfw fwd:
bz
2011-08-20
2
-22
/
+90
*
o Fix mdoc formatting for the '.Fx' macro. [1]
ae
2011-08-20
1
-3
/
+13
*
Fix WWN printing in `camcontrol identify` output.
mav
2011-08-19
1
-1
/
+1
*
The decimal() function was changed in r217808 to take the
ae
2011-08-19
1
-1
/
+1
*
Add new section "BOOTSTRAPPING" to the gpart(8), that describes
ae
2011-08-19
1
-12
/
+90
*
Fix a regression where a rule containing a source port option after a
jhb
2011-08-17
1
-0
/
+2
*
Gavin documented these alternate options in good faith in r222751
dougb
2011-08-06
1
-7
/
+4
[prev]
[next]