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
*
getopt returns an int, not a char, so use the correct data type for
scottl
2013-12-30
1
-1
/
+1
*
Add globs.c, missed in r260068,260069
scottl
2013-12-30
1
-0
/
+165
*
Add globs.c to the build now that it's a separate file.
scottl
2013-12-30
1
-1
/
+1
*
Add the -R option to allow fsck_ffs to restart itself when too many critical
scottl
2013-12-30
10
-108
/
+183
*
Add the '-b' flag to 'camcontrol devlist'. This prints only the existing
scottl
2013-12-29
2
-8
/
+31
*
Improve wording slightly.
joel
2013-12-27
1
-3
/
+1
*
Add an ability to stop gmirror and clear its metadata in one command.
ae
2013-12-27
2
-1
/
+20
*
Use feature_present(3) to determine whether to open an INET or an
bz
2013-12-26
4
-4
/
+35
*
Minor grammar fix
crees
2013-12-21
1
-2
/
+1
*
swapon: Fix buffer overflow when configuring encrypted swap on GBDE.
jilles
2013-12-21
1
-1
/
+2
*
Add net.inet.ip.fw.dyn_keep_states sysctl which
melifaro
2013-12-18
1
-0
/
+5
*
Reword the part about mutual CHAP.
trasz
2013-12-17
1
-5
/
+4
*
MFp4 @1189141:
pjd
2013-12-15
1
-0
/
+2
*
sbin/devd/devd.cc
asomers
2013-12-13
1
-2
/
+2
*
sbin/devd/devd.cc
asomers
2013-12-13
1
-1
/
+20
*
Somehow stable/10 branch contains correct version, but head doesn't.
glebius
2013-12-12
1
-1
/
+1
*
Check remote protocol version only for the first connection (when it
trociny
2013-12-10
1
-6
/
+6
*
Send wakeup to threads waiting on empty queue before releasing the
trociny
2013-12-10
2
-16
/
+7
*
In remote_send_thread, if sending a request fails don't take the
trociny
2013-12-10
1
-11
/
+2
*
Fix compiler warnings.
trociny
2013-12-10
2
-4
/
+4
*
Add some macros to make the code more readable (no functional chages).
trociny
2013-12-10
1
-6
/
+9
*
For memsync replication, hio_countdown is used not only as an
trociny
2013-12-10
1
-111
/
+47
*
Some improvements to the casperd manual page.
pjd
2013-12-08
1
-7
/
+7
*
Document the noncontigwr NFS mount option.
rmacklem
2013-12-08
1
-1
/
+14
*
route(1): Pull static data to the top of the file.
eadler
2013-12-04
1
-15
/
+15
*
route(1): Pull static buffer out of the function and into function scope.
eadler
2013-12-04
1
-17
/
+17
*
route(1): Pull static buffer out of the function and into function scope.
eadler
2013-12-04
1
-13
/
+13
*
route(1): Pull static variable out of the function and into function scope.
eadler
2013-12-04
1
-3
/
+3
*
route(1): Pull static buffer out of the function and into function scope.
eadler
2013-12-04
1
-4
/
+5
*
Add "null" backend to mdconfig(8). This does exactly what the name
trasz
2013-12-04
2
-4
/
+10
*
Avoid using a static buffer in atalk_ntoa. This will help allow users to cal...
eadler
2013-12-04
1
-9
/
+15
*
Add const qualifier where appropriate
eadler
2013-12-04
1
-2
/
+2
*
Add const qualifier where appropriate
eadler
2013-12-04
1
-1
/
+1
*
Turn 'n' into a local variable. This is required for additional changes.
eadler
2013-12-04
1
-1
/
+2
*
Initialize cookie before use.
pjd
2013-12-03
1
-0
/
+1
*
Please welcome casperd daemon. It (and its services) will be responsible for
pjd
2013-12-02
6
-0
/
+1116
*
Remove trailing backslash.
pjd
2013-12-01
1
-1
/
+1
*
Check ipfw table numbers in both user and kernel space before rule addition.
melifaro
2013-11-28
2
-10
/
+37
*
Fix fdisk(8) to create 2TB partitions on disks larger than 2TB, rather than
jmallett
2013-11-27
1
-3
/
+7
*
Fix key lookup in ipfw(8) broken since r232865.
melifaro
2013-11-27
1
-2
/
+13
*
Fix warnings to not append "No error: 0".
trasz
2013-11-26
1
-2
/
+2
*
Adjust introduction history.
pluknet
2013-11-25
1
-2
/
+2
*
Remove __FreeBSD__ ifdefs.
glebius
2013-11-22
1
-6
/
+1
*
Rewrite usage() so that its source code resembles what is printed.
glebius
2013-11-22
1
-7
/
+7
*
- Purge one more reference to ad(4)[1].
pluknet
2013-11-22
1
-6
/
+4
*
Add "resize" verb to gmirror(8) and such functionality to geom_mirror(4).
ae
2013-11-19
2
-1
/
+118
*
Check for special status code from FIRMWARE_ACTIVATE command
jimharris
2013-11-12
1
-11
/
+24
*
Fix a typo: s/wriable/writable/
dteske
2013-11-12
1
-1
/
+1
*
devd: lower priority of action execution logging to info
avg
2013-11-07
1
-1
/
+1
*
devd: fix a typo in a comment
avg
2013-11-07
1
-1
/
+1
[next]