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 __unused. Ansi prototypes.
charnier
2010-12-19
1
-66
/
+34
*
The 'ret' variable is of type ssize_t and we use proper format for it (%zd), so
pjd
2010-12-16
1
-3
/
+2
*
Revert r216473.
obrien
2010-12-16
1
-1
/
+1
*
Improve problems logging.
pjd
2010-12-16
1
-7
/
+34
*
Don't ignore errors from remote requests.
pjd
2010-12-16
1
-1
/
+1
*
Log the fact of launching and include protocol version number.
pjd
2010-12-16
1
-0
/
+3
*
Bump WARNS to 6.
obrien
2010-12-16
1
-1
/
+1
*
GEOM virstor .so does not need libmd.
obrien
2010-12-16
1
-3
/
+0
*
Rename the generic "CLASS" to the more specific "GEOM_CLASS".
obrien
2010-12-15
4
-4
/
+3
*
Rename the generic "CLASS" to the more specific "GEOM_CLASS".
obrien
2010-12-15
16
-32
/
+26
*
Add the missed 'p' flag to getopt() optstring argument.
kib
2010-12-15
1
-1
/
+1
*
Remove the advertising clause from UCB copyrighted files in sbin. This
joel
2010-12-12
4
-16
/
+0
*
Fix a few issues related to the XPT_GDEV_ADVINFO CCB.
ken
2010-12-10
1
-12
/
+34
*
- Fix array bounds checking. [1]
glebius
2010-12-08
1
-15
/
+44
*
Add RTM_IEEE80211 to array of route message descriptions.
glebius
2010-12-08
1
-0
/
+1
*
Introduces IFF_CANTCONFIG interface flag to point that the interface
weongyo
2010-12-07
1
-2
/
+2
*
Move most of the remaining USD/PSD/SMM papers into share/doc
uqs
2010-12-04
6
-2367
/
+0
*
* Recommend a overwrite of whole geli provider before use.
delphij
2010-12-03
1
-2
/
+6
*
Closing file descriptors when it's done
kevlo
2010-12-01
1
-0
/
+2
*
Don't print usbus[0-9] interfaces that it's not the interesting
weongyo
2010-12-01
1
-0
/
+2
*
Add Serial Management Protocol (SMP) passthrough support to CAM.
ken
2010-11-30
2
-12
/
+1538
*
Fix some more warnings found by clang.
brucec
2010-11-22
8
-12
/
+13
*
Fix use of AND operator: should be bitwise instead of logical.
brucec
2010-11-22
1
-2
/
+2
*
Don't generate input() since it's not used.
brucec
2010-11-22
1
-0
/
+1
*
Don't generate input() since it's not used.
brucec
2010-11-22
1
-0
/
+1
*
Add SIGINT handler to `gpart restore` action.
ae
2010-11-22
1
-1
/
+20
*
Always dump partition labels with `gpart backup`, but `gpart restore`
ae
2010-11-22
2
-29
/
+32
*
Plug an fd leak
kevlo
2010-11-22
1
-0
/
+1
*
Fix missing closedir()
kevlo
2010-11-21
1
-0
/
+1
*
Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant.
mckusick
2010-11-20
1
-3
/
+0
*
Add to gpart(8) an ability to backup partition table and
ae
2010-11-20
2
-1
/
+371
*
When doing a camcontrol rescan all or a camcontrol reset all, use the wildcard
rstone
2010-11-19
1
-0
/
+1
*
Remove unused autofs userland bits.
jhb
2010-11-17
3
-193
/
+0
*
Move timeout.tv_sec initialization outside the loop - sigtimedwait(2) won't
pjd
2010-11-15
1
-1
/
+1
*
1. Exit when we cannot create incoming connection.
pjd
2010-11-15
1
-2
/
+4
*
When setting a media with no sub-type specified also reset the type
marius
2010-11-13
1
-1
/
+1
*
When printing media with more than one media option set aggregate these
marius
2010-11-13
1
-2
/
+5
*
In printfile(), exit the process instead of only printing the warning.
kib
2010-11-13
1
-2
/
+3
*
Use "cylinder" instead of "cyl" for consistency.
joel
2010-11-13
2
-2
/
+2
*
The first customer of the SO_USER_COOKIE option:
luigi
2010-11-12
3
-0
/
+19
*
Append to CFLAGS, don't clobber it.
rpaulo
2010-11-05
1
-1
/
+1
*
r214781 caused the timer value to be rounded down, so that if the user asked
brucec
2010-11-04
1
-6
/
+4
*
Fix standby timer calculation: the timer was being set 30 minutes later
brucec
2010-11-04
1
-1
/
+8
*
Send packets to remote node only via the send thread to avoid possible
pjd
2010-11-02
1
-40
/
+57
*
Add a ${.CURDIR} reference to the previous commit.
rpaulo
2010-10-29
1
-1
/
+1
*
Force include ../../libpcap/config.h since privsep.c groks pcap's
rpaulo
2010-10-29
1
-0
/
+2
*
Correct a typo.
jh
2010-10-27
1
-1
/
+1
*
Use fprintf(stderr) instead of gctl_error() to print a warning about too
pjd
2010-10-26
1
-2
/
+2
*
Reimplemented "gpart destroy -F". Now it does all work in kernel.
ae
2010-10-25
2
-84
/
+99
*
Do some whitespace and `identify` output cleanup.
mav
2010-10-25
1
-50
/
+57
[next]