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 legacy support to geom raid to create a /dev/arX device for support
sbruno
2013-03-08
1
-0
/
+3
*
Use build_iovec() to make it less cryptic. This also fixes warnings.
jkim
2013-03-06
2
-32
/
+13
*
GC unused mount_* directories. mount_reiserfs was disconnected from build
jkim
2013-03-05
9
-772
/
+0
*
Update the manual page to reflect reality. With r138509 and r152355,
jkim
2013-03-05
1
-3
/
+3
*
GC unused variables. Prefer NULL over 0 for pointers.
jkim
2013-03-05
8
-25
/
+21
*
Do not suddenly fail on some rulesets if -n (syntax check only) is specified
melifaro
2013-03-04
1
-4
/
+13
*
devd: Correct typo in comment.
eadler
2013-03-04
1
-1
/
+1
*
devd: Use simpler dst += *x instead of str.append(x, 1).
eadler
2013-03-04
1
-6
/
+6
*
devd: Use string::empty() instea of string::length() == 0.
eadler
2013-03-04
1
-1
/
+1
*
devd: Remove unnecessary empty default constructors.
eadler
2013-03-04
1
-2
/
+0
*
devd: Remove empty virtual destructor from class, which has noch subclasses.
eadler
2013-03-04
1
-1
/
+0
*
devd: Avoid unnecessary temporary objects (and simplify the code) when handli...
eadler
2013-03-04
1
-3
/
+3
*
devd: Use the standard constructor of std::string instead of string("").
eadler
2013-03-04
1
-1
/
+1
*
devd: Simplify while (1) { if (x) break; } to while (!x) {}.
eadler
2013-03-04
1
-3
/
+1
*
devd: Remove call to _exit() from signal handler, which also sets a stop flag.
eadler
2013-03-04
1
-1
/
+0
*
devd: Use volatile sig_atomic_t for the flag set by a signal handler.
eadler
2013-03-04
1
-2
/
+2
*
Constify where possible.
eadler
2013-03-04
2
-2
/
+2
*
Implement buffer size checking in ipfw(8) add cmd.
melifaro
2013-03-03
3
-62
/
+125
*
Fix ipfw table argument parsing/printing.
melifaro
2013-03-02
1
-54
/
+92
*
Garbage collect NTFS bits which are now completely disconnected from
attilio
2013-03-02
3
-473
/
+0
*
Garbage collect HPFS bits which are now already completely disconnected
attilio
2013-03-02
3
-358
/
+0
*
The .journal file needs to reside on the ROOTINO which must not extend
pho
2013-02-27
1
-1
/
+1
*
Fix typo in EFI GPT GUID.
benno
2013-02-27
1
-1
/
+1
*
Clarify that overriding the -h/-D flags through flags in device.hints
n_hibma
2013-02-26
1
-4
/
+3
*
Fix casting.
trociny
2013-02-26
1
-5
/
+5
*
Add i/o error counters to hastd(8) and make hastctl(8) display
trociny
2013-02-25
5
-1
/
+71
*
Fix ARM build by assigning the computed time here to
kientzle
2013-02-25
1
-2
/
+2
*
Catch up with internal API changes for initbarea() and getdatablk()
pluknet
2013-02-24
1
-2
/
+2
*
When running with the -d option, instrument fsck_ffs to track the number,
mckusick
2013-02-24
7
-37
/
+206
*
Reflect CARP media-type departure.
pluknet
2013-02-21
1
-3
/
+2
*
Separate items in the list of System values with .Pp to ease readability.
pluknet
2013-02-21
1
-0
/
+4
*
- Add support for 'memsync' mode. This is the fastest replication mode that's
pjd
2013-02-17
8
-43
/
+334
*
Remove write only assignments and thus fix the build after struct bufarea
pluknet
2013-02-15
1
-1
/
+0
*
Update fsck_ffs buffer cache manager to use TAILQ macros.
mckusick
2013-02-15
2
-31
/
+31
*
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
[next]