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
/
usr.sbin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge ACPICA 20130517.
jkim
2013-05-20
2
-24
/
+24
*
Update location to ports INDEX file.
bdrewery
2013-05-18
1
-6
/
+6
*
Decode new HT 3.00 and 3.10 capabilities.
kib
2013-05-17
1
-0
/
+12
*
Add a -N option that prints the jail name rather than its number.
des
2013-05-17
2
-11
/
+29
*
Fix a typo in a comment.
dteske
2013-05-16
1
-1
/
+1
*
Add a handy function for truncating variables to a specific byte-length. It
dteske
2013-05-16
1
-0
/
+20
*
Centralize standard getopts arguments, both for convenience and to correct
dteske
2013-05-14
43
-46
/
+72
*
Set st_nlink in the stat structure within the inode to 1 as well.
marcel
2013-05-13
1
-0
/
+1
*
mdoc sweep
joel
2013-05-13
3
-5
/
+12
*
Add a remark to the effect that a manually started relearn will always
markj
2013-05-13
1
-0
/
+4
*
mdoc sweep.
joel
2013-05-12
4
-7
/
+7
*
Revert r250394, which disabled snmp_hast due to libl dependency issue --
trociny
2013-05-12
1
-0
/
+1
*
Some filesystems (NFS in particular) do not fill out the d_type field when
markj
2013-05-12
1
-6
/
+17
*
Comment.
dteske
2013-05-12
1
-1
/
+1
*
Fix i18n violations in the package management module. A few words like
dteske
2013-05-12
3
-12
/
+31
*
Remove duplicated string.
dteske
2013-05-12
2
-2
/
+1
*
Comments.
dteske
2013-05-12
1
-1
/
+5
*
Whitespace.
dteske
2013-05-12
1
-2
/
+2
*
Teach wpa_supplicant to properly compute wireless signal strength.
eadler
2013-05-11
1
-0
/
+5
*
Add some missing DPADD.
antoine
2013-05-11
3
-0
/
+3
*
The M_VESA_MODE_MAX is latest valid mode - not the first invalid.
eadler
2013-05-11
1
-1
/
+1
*
Rate limit the number of remotely triggered ARP log messages
glebius
2013-05-11
1
-1
/
+5
*
Get rid of libl dependency. We needed it only to provide yywrap. But
trociny
2013-05-11
1
-2
/
+2
*
Permit relative paths with mergemaster -m
eadler
2013-05-10
1
-0
/
+1
*
Fxi a bunch of typos.
eadler
2013-05-10
2
-2
/
+2
*
Check the return value of sbuf_finish().
jh
2013-05-10
1
-2
/
+4
*
Fix a bug that would cause the category menu to display the wrong value
dteske
2013-05-09
1
-4
/
+4
*
Remove duplicated copies of various NetBSD compatibility shims used by
brooks
2013-05-09
8
-1401
/
+16
*
Move snmp_hast manual to section 3, where all other manual pages for
trociny
2013-05-09
2
-3
/
+3
*
Unbreak build - this can only build on i386 as-is due to use of libl in
peter
2013-05-08
1
-1
/
+0
*
HAST module for bsnmpd(1).
trociny
2013-05-08
6
-0
/
+987
*
Commit first portion of package module -- this includes the ability to view
dteske
2013-05-07
17
-1
/
+1601
*
Explicitly track "script.subr" which wasn't showing up in the graph because
dteske
2013-05-07
1
-0
/
+6
*
Recursively calculate includes. This solves the problem of some includes
dteske
2013-05-07
1
-14
/
+21
*
Remove unused variables.
dteske
2013-05-07
1
-4
/
+2
*
Alphabetize strings by variable names.
dteske
2013-05-07
1
-10
/
+10
*
Re-organize and add missing installVarDefaults and mediaSetDirectory.
dteske
2013-05-07
1
-15
/
+31
*
Add f_isset() utility subroutine for checking if a variable is set but in
dteske
2013-05-07
2
-1
/
+11
*
objdump output changed indentation from 1 space to 2 spaces somewhere between
hiren
2013-05-06
1
-2
/
+0
*
Fix a typo in an error message.
eadler
2013-05-06
1
-1
/
+1
*
Improve compatibility with recent flex from flex.sourceforge.net.
jkim
2013-05-03
6
-16
/
+19
*
Implement the NOTIFY_ON_EMPTY capability in the virtio-net device.
neel
2013-05-03
2
-34
/
+37
*
Fix the getpwuid_r() call in the gssd daemon so that it handles
rmacklem
2013-05-02
1
-2
/
+25
*
Document the fact that an NFSv4 mount against a volume on the same host
rmacklem
2013-05-01
1
-1
/
+8
*
Make the internal assertion correct--only fail when '\0' is found in
wkoszek
2013-05-01
1
-10
/
+4
*
Reset some more softc state when the guest resets the virtio network device.
neel
2013-04-30
1
-0
/
+7
*
Use a separate mutex for the receive path instead of overloading the softc
neel
2013-04-30
1
-20
/
+58
*
Get rid of the 'vsc_rxpend' state - it doesn't serve any purpose because we
neel
2013-04-28
1
-20
/
+0
*
syslogd: Use closefrom() instead of getdtablesize()/close() loop.
jilles
2013-04-27
1
-3
/
+2
*
Properly sanitize --menu results (guards against Gtk library warnings from
dteske
2013-04-26
2
-1
/
+8
[next]