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
*
Prefer the use of initalizer lists to ctor assignment.
eadler
2012-12-06
2
-3
/
+2
*
Avoid the creation of a temporary object by using the prefix operator
eadler
2012-12-06
1
-9
/
+9
*
Constify where possible
eadler
2012-12-06
2
-7
/
+7
*
Fix an old bug in devd, where it uses std::sort() to sort the various
dim
2012-12-05
1
-1
/
+1
*
- Move definition of V_deembed_scopeid to scope6_var.h.
hrs
2012-12-05
1
-10
/
+0
*
Fix fallout from r243019, which broke parsing of shortened network
glebius
2012-12-04
1
-0
/
+7
*
- Fix LOR in sa6_recoverscope() in rt_msg2()[1].
hrs
2012-12-04
2
-2
/
+13
*
Flush stdout after RTM_IFANNOUNCE message.
glebius
2012-12-04
1
-0
/
+1
*
No need to be root when running with -t or -d.
glebius
2012-12-04
1
-2
/
+2
*
Mark non-returning function as such
eadler
2012-11-29
1
-1
/
+1
*
Disallow attaching preloaded memory disks via ioctl.
jh
2012-11-21
1
-3
/
+1
*
Remove superfluous paragraph macro.
joel
2012-11-18
1
-1
/
+0
*
Make it possible to resize filesystems mounted read-write, using newly
trasz
2012-11-18
2
-7
/
+29
*
Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel to
hrs
2012-11-17
2
-75
/
+2
*
Add -fib modifier to specify FIB number. The FIB number can be in a
hrs
2012-11-17
3
-114
/
+440
*
Fix memory leak in umount.c
eadler
2012-11-15
1
-3
/
+10
*
Remove remnants of classful addressing. These magic transformations
glebius
2012-11-14
1
-41
/
+8
*
- blk_equals() is too strict. If the journal entry defines more frags
jeff
2012-11-14
1
-10
/
+8
*
Actually change "silent" to "silence" this time (reviewed by adri@).
wblock
2012-11-07
1
-1
/
+1
*
Remove fifteen-year-old notes on media selection (suggested by simon@).
wblock
2012-11-07
1
-20
/
+17
*
Add devd.conf(5) and devd(8) to SEE ALSO xrefs. Give users a pointer to
wblock
2012-11-07
1
-1
/
+3
*
Revert r228695. We use __func__ here as a format to distinguish between
pjd
2012-11-05
1
-1
/
+1
*
Add an example showing the use of gnop(8) to skip over header data.
wblock
2012-11-04
1
-1
/
+13
*
Print a newline after the error message.
jh
2012-11-03
1
-0
/
+1
*
Document that you can use -v along with -l.
alfred
2012-11-02
2
-1
/
+2
*
Remove the recently added sysctl variable net.pfil.forward.
ae
2012-11-02
1
-8
/
+0
*
Add an option to display the current dump device via dumpon -l.
alfred
2012-11-01
2
-3
/
+49
*
Fix problem with geom_label(4) not recognizing UFS labels on filesystems
trasz
2012-10-30
5
-3
/
+7
*
Declare functions as static and move global variables to the top;
trasz
2012-10-28
1
-13
/
+12
*
Remove the IPFIREWALL_FORWARD kernel option and make possible to turn
ae
2012-10-25
1
-3
/
+6
*
Check the return error of set[ug]id. While this can never fail in the
eadler
2012-10-22
2
-3
/
+6
*
Check the return error of set[e][ug]id. While this can never fail in the
eadler
2012-10-22
2
-4
/
+11
*
remove duplicate semicolons where possible.
eadler
2012-10-22
2
-2
/
+2
*
Add support for gjournal to dumpfs
eadler
2012-10-22
1
-0
/
+2
*
Make fsck and fsck_msdosfs WARNS=6 clean
uqs
2012-10-21
8
-17
/
+16
*
sbin/fsck: s/perror/perr/ to avoid shadowing
uqs
2012-10-21
8
-79
/
+74
*
document acpi_cpu devd notification about _CST change
avg
2012-10-20
1
-0
/
+2
*
More -Wmissing-variable-declarations fixes.
ed
2012-10-19
5
-15
/
+16
*
Add missing const keywords.
ed
2012-10-19
1
-1
/
+1
*
Fix warnings found by -Wmising-variable-declarations.
ed
2012-10-19
7
-18
/
+13
*
Disconnect non-MPSAFE SMBFS from the build in preparation for dropping
attilio
2012-10-18
2
-3
/
+1
*
Disconnect non-MPSAFE NTFS from the build in preparation for dropping
attilio
2012-10-17
3
-4
/
+1
*
Disconnect non-MPSAFE NWFS from the build in preparation for dropping
attilio
2012-10-17
2
-3
/
+1
*
Disconnect non-MPSAFE PORTALFS from the build in preparation for dropping
attilio
2012-10-16
2
-3
/
+1
*
Fix minor nits:
eadler
2012-10-15
2
-3
/
+4
*
Remove trailing whitespace.
joel
2012-10-14
1
-8
/
+8
*
Minor mdoc and language fixes.
joel
2012-10-14
1
-11
/
+11
*
getopt_long() returns an int. Use the return value accordingly.
attilio
2012-10-14
1
-1
/
+1
*
Import a FreeBSD port of the FUSE Linux module.
attilio
2012-10-13
4
-0
/
+901
*
- Get rid of #ifdef __FreeBSD__.
glebius
2012-09-29
1
-21
/
+8
[next]