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 eye candy while I'm here: a blank line between
yar
2006-07-27
1
-0
/
+1
*
INET6 has no effect on rtsol, it's an IPv6-only tool with its
yar
2006-07-27
1
-7
/
+0
*
rtsol is just a stripped-down version of rtsold and as such it should
yar
2006-07-27
1
-1
/
+2
*
These IPv6-only tools have no explicit dependency on the INET6 macro.
yar
2006-07-27
1
-1
/
+1
*
Obey MK_INET6_SUPPORT.
yar
2006-07-27
3
-9
/
+28
*
add beacon miss threshold control
sam
2006-07-26
2
-1
/
+29
*
Specify correct argument range for tag/untag keywords.
oleg
2006-07-25
1
-2
/
+2
*
Fix printing of negative decimal values in Kelvin to Celsius conversion.
njl
2006-07-25
1
-2
/
+6
*
style.Makefile(5): Remove -Wall from CFLAGS.
stefanf
2006-07-17
1
-1
/
+1
*
Remove duplicated assignment.
stefanf
2006-07-17
1
-1
/
+0
*
Teach mount(8) about a 'late' keyword, which means the file system should
des
2006-07-12
2
-7
/
+38
*
o replace special handling of clone operations by a clone callback
sam
2006-07-09
4
-100
/
+127
*
Fix cut-n-paste bug: compare argument s against known aliases,
marcel
2006-07-07
1
-6
/
+6
*
Send client identifier unconditionally. My ancient D-Link router response
jkim
2006-07-03
1
-4
/
+0
*
remove display of the ERP ie from the list sta output (it's always
sam
2006-06-23
2
-5
/
+55
*
Improve support for Intel based Macs:
marcel
2006-06-22
3
-2
/
+12
*
Move the duplicated logic of parsing partition types into a new
marcel
2006-06-22
5
-57
/
+56
*
Import interface groups from OpenBSD. This allows to group interfaces in
mlaier
2006-06-19
3
-1
/
+208
*
- Fail with an understandable error message if we cannot detect the
simon
2006-06-18
1
-2
/
+5
*
Add support of 'tablearg' feature for:
oleg
2006-06-15
2
-80
/
+128
*
o Revert a previous delta as strlcpy(3) operates with NUL-terminated
maxim
2006-06-14
1
-1
/
+2
*
o Replace (an incorrect) string copy gymnastics with strlcpy(3).
maxim
2006-06-14
1
-2
/
+1
*
o Fix typo.
maxim
2006-06-11
1
-1
/
+1
*
Fix a typo s/Made/Make. Use .Pp for a line break, it will quiet the
trhodes
2006-06-10
1
-2
/
+2
*
Minor style tweaks while nearby. Namely ANSIfy and parens on return values.
jmallett
2006-06-10
1
-26
/
+15
*
Rather than using specified_ro to parse the options list an extra time, and
jmallett
2006-06-10
1
-32
/
+6
*
Reparent the process that executes the window= command from the ttys
kib
2006-06-08
1
-1
/
+13
*
Allow to use the old -a option to specify an encryption algorithm to use
pjd
2006-06-06
1
-9
/
+27
*
Clarify and merge two sentences.
brueffer
2006-06-06
1
-4
/
+2
*
Mdoc cleanup and some wording improvements.
brueffer
2006-06-06
1
-15
/
+15
*
Print pfsync interface status if either syncpeer or syncdev is configured.
glebius
2006-06-06
1
-6
/
+11
*
Remove section committed by mistake. It is not yet ready.
pjd
2006-06-06
1
-33
/
+0
*
Document geli(8) data authentication.
pjd
2006-06-05
1
-12
/
+116
*
Userland bits of geli(8) data authentication.
pjd
2006-06-05
1
-15
/
+29
*
Fix "mount -u -o ro".
rodrigc
2006-06-02
1
-1
/
+24
*
o Implement findblk command: find the inode(s) owning the specified
maxim
2006-06-02
2
-1
/
+272
*
Print dynamic rules for IPv6 as well.
mlaier
2006-06-02
1
-5
/
+15
*
mount_msdosfs.c:
rodrigc
2006-06-01
1
-10
/
+0
*
Make recoverdisk compile on amd64 and possibly other 64bit archs.
matteo
2006-05-30
2
-5
/
+5
*
Implement internal (i.e. inside kernel) packet tagging using mbuf_tags(9).
oleg
2006-05-24
2
-9
/
+133
*
Remove 'n' from the getopt string. There's no -n option that is
imp
2006-05-23
1
-2
/
+2
*
do_file() is called recursively from several places and cannot
delphij
2006-05-20
1
-1
/
+9
*
Remove reference to mount_procfs(8), add reference to procfs(5).
rodrigc
2006-05-19
1
-1
/
+1
*
Slight grammar fix.
ceri
2006-05-18
1
-1
/
+1
*
Remove reference to mount_ext2fs(8), add reference to ext2fs(5).
rodrigc
2006-05-17
1
-1
/
+1
*
Disconnect mount_reiserfs from build.
rodrigc
2006-05-16
1
-1
/
+0
*
For src/dest parsing take off the netmask before checking for AF with
mlaier
2006-05-14
1
-15
/
+31
*
Correct various mistakes in the last commit.
pjd
2006-05-13
1
-4
/
+4
*
Include other AES key lengths in the comment.
pjd
2006-05-13
1
-1
/
+1
*
Remove ip6fw. Since ipfw has full functional IPv6 support now and - in
mlaier
2006-05-12
5
-2072
/
+0
[next]