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
*
Fix minor memory leak.
pjd
2013-02-10
1
-0
/
+1
*
Assert that if we are not dealing with keyfile we are dealing with passfile.
pjd
2013-02-10
1
-0
/
+2
*
Use arc4random_buf(3) instead of reimplementing it.
pjd
2013-02-10
1
-21
/
+5
*
Mark a mesh path to a mesh gate with a 'G'.
monthadar
2013-02-07
1
-1
/
+3
*
Bump .Dd for the change in r246121.
zeising
2013-02-05
1
-1
/
+1
*
Use stripesize as smallest block size if it's available.
delphij
2013-02-04
1
-0
/
+5
*
Retire struct sockaddr_inarp.
glebius
2013-01-31
1
-4
/
+1
*
Improve devd startup time, by tweaking some string handling routines that are
ian
2013-01-30
2
-25
/
+32
*
Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can close
ian
2013-01-30
2
-14
/
+95
*
Expand description of how gptboot and gptzfsboot choose a partition for
wblock
2013-01-25
1
-11
/
+28
*
newfs_msdos: cosmetical cleanups
pfg
2013-01-19
1
-4
/
+4
*
For Promise/AMD metadata add support for disks with capacity above 2TiB
mav
2013-01-17
1
-2
/
+1
*
Correct prefix for "locally installed things"
eadler
2013-01-16
1
-1
/
+1
*
Allow to insert new component to geom_raid3 without specifying number.
mav
2013-01-15
2
-3
/
+5
*
Use the right format string for line buffer.
delphij
2013-01-13
1
-1
/
+1
*
Add no_prefer_iface option.
ume
2013-01-09
3
-2
/
+11
*
Fix -iface and -interface modifiers.
hrs
2013-01-08
1
-14
/
+14
*
Use tabs for indentation.
kib
2013-01-05
1
-5
/
+5
*
Do not round up the size of the UFS filesystem to the fragment size
kib
2013-01-05
1
-5
/
+5
*
Document the output of the show command. Modified version of patch
wblock
2013-01-03
1
-10
/
+16
*
Allow to specify "cache" and "nocache" as an option for
kib
2013-01-03
1
-23
/
+26
*
pflogd does not depend on libutil
antoine
2013-01-01
1
-1
/
+1
*
Fix socket calls on error post-r243965.
kevlo
2012-12-21
3
-3
/
+3
*
- Fix strtol() error handling.
hrs
2012-12-16
1
-16
/
+35
*
With rotating kernel dumps the higest dump number is not necessarily the
pjd
2012-12-16
1
-1
/
+29
*
Implement -m option to savecore(8) that allows to limit number of kernel
pjd
2012-12-16
2
-21
/
+96
*
Make use of the fact that we changed working directory to the dump directory
pjd
2012-12-16
1
-4
/
+3
*
Minor wording improvments to some manual pages
eadler
2012-12-16
1
-1
/
+1
*
Sort flags properly.
pjd
2012-12-16
1
-3
/
+3
*
Prefer snprintf() over sprintf().
pjd
2012-12-16
1
-5
/
+5
*
When growing a filesystem, don't leave unused space at the end
trasz
2012-12-16
1
-7
/
+10
*
Fix extending filesystems of weird size by making sure the actual size
trasz
2012-12-15
1
-0
/
+6
*
- When checking if a dump exists on the given device there is no need to
pjd
2012-12-14
2
-5
/
+7
*
The clear option (-c) is not compatible with keep (-k) and compress (-z)
pjd
2012-12-14
1
-0
/
+2
*
If we are not going to clear the dump (we are either just checking if the dump
pjd
2012-12-14
1
-2
/
+2
*
Whitespace cleanups.
pjd
2012-12-14
1
-6
/
+6
*
Teach sysctl(8) about parsing a file (while I'm there also give it
delphij
2012-12-13
2
-62
/
+175
*
Make Tflag and Wflag filters work for more sysctl options.
alfred
2012-12-12
1
-11
/
+11
*
Allow sysctl to filter boot and runtime tunables.
alfred
2012-12-11
2
-6
/
+30
*
In parse():
delphij
2012-12-11
1
-6
/
+5
*
Document the new NFS mount options added by r244042.
rmacklem
2012-12-09
1
-1
/
+13
*
A number of places in the source tree still reference cuad.* after
eadler
2012-12-08
1
-1
/
+1
*
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
[next]