Author: jamie
Date: Sat Dec 24 23:51:27 2016
New Revision: 310530
URL: https://svnweb.freebsd.org/changeset/base/310530
Log:
Improve IP address list representation in libxo output.
Extract decision-making about special-case printing of certain
jail parameters into a function.
Refacto
Author: avos
Date: Sat Dec 24 23:43:14 2016
New Revision: 310529
URL: https://svnweb.freebsd.org/changeset/base/310529
Log:
net80211: fix 'pending CAC -> RUN transition lost' bug.
Ensure that CAC -> RUN state transition will be requested
for every vap only once.
Modified:
head/sys/net8
Author: hrs
Date: Sat Dec 24 23:29:50 2016
New Revision: 310528
URL: https://svnweb.freebsd.org/changeset/base/310528
Log:
- Fix -N flag (NoBind) for AF_LOCAL sockets.
- Do setsockopt(SO_RCVBUF) for AF_LOCAL sockets regardless of -s flag.
Modified:
head/usr.sbin/syslogd/syslogd.c
Modified:
Author: hrs
Date: Sat Dec 24 22:51:02 2016
New Revision: 310527
URL: https://svnweb.freebsd.org/changeset/base/310527
Log:
Fix gcc build.
Spotted by: lidl
Modified:
head/usr.bin/logger/logger.c
Modified: head/usr.bin/logger/logger.c
Author: mav
Date: Sat Dec 24 17:42:34 2016
New Revision: 310524
URL: https://svnweb.freebsd.org/changeset/base/310524
Log:
Improve length handling when writing sense data.
- Allow maximal sense size limitation via Control Extension mode page.
- When sense size limited, include descripto
Ngie Cooper wrote
in <201612241250.ubocoh8c019...@repo.freebsd.org>:
ng> Author: ngie
ng> Date: Sat Dec 24 12:50:17 2016
ng> New Revision: 310504
ng> URL: https://svnweb.freebsd.org/changeset/base/310504
ng>
ng> Log:
ng> Unbreak syslogd after r310494
ng>
ng> Don't close all file descriptors
> On Dec 10, 2016, at 02:35, Konstantin Belousov wrote:
…
> Why this test is under fs/tmpfs ? I was not able to see how tmpfs is
> used for this test.
test_mount (the first command executed in the testcases), sets up a tmpfs
mount. Thus, the test is ensuring that md(4) devices (or vnd(4) in
Author: ngie
Date: Sat Dec 24 12:50:17 2016
New Revision: 310504
URL: https://svnweb.freebsd.org/changeset/base/310504
Log:
Unbreak syslogd after r310494
Don't close all file descriptors greater than STDERR_FILENO (2) in
waitdaemon(..) -- only close fd (file descriptor for /dev/null used
Author: ngie
Date: Sat Dec 24 11:49:25 2016
New Revision: 310503
URL: https://svnweb.freebsd.org/changeset/base/310503
Log:
style(9): delete stray trailing whitespace after break statement
MFC after:3 days
Modified:
head/contrib/bsnmp/snmp_target/target_snmp.c
Modified: head/contrib
Author: ngie
Date: Sat Dec 24 11:41:16 2016
New Revision: 310501
URL: https://svnweb.freebsd.org/changeset/base/310501
Log:
Be more strict about IpAddress type in snmp_value_parse(..)
- Use inet_pton with AF_INET instead of doing longhand with sscanf.
- Use gethostbyname2 with AF_INET to
Author: ngie
Date: Sat Dec 24 11:30:24 2016
New Revision: 310500
URL: https://svnweb.freebsd.org/changeset/base/310500
Log:
Minor style(9) fixes
- Trailing whitespace cleanup
- Sort variables in snmp_dialog(..) by alignment
No functional change
MFC after:1 week
Modified:
Author: ngie
Date: Sat Dec 24 11:26:55 2016
New Revision: 310499
URL: https://svnweb.freebsd.org/changeset/base/310499
Log:
Sort #includes
No functional change
MFC after:3 days
Modified:
head/contrib/bsnmp/lib/snmp.c
Modified: head/contrib/bsnmp/lib/snmp.c
=
Author: ngie
Date: Sat Dec 24 11:22:28 2016
New Revision: 310497
URL: https://svnweb.freebsd.org/changeset/base/310497
Log:
Warning message cleanup
- Use warn instead of warnx + strerror(errno)
- Remove unnecessary trailing newline from a warnx call
- Add missing spaces following "," in
Author: ngie
Date: Sat Dec 24 11:23:18 2016
New Revision: 310498
URL: https://svnweb.freebsd.org/changeset/base/310498
Log:
Allow SNMPv3 authNoPriv and noAuthNoPriv protocols to discover snmpEngineTime
as discussed in RFC-5343
This fixes interoperability with net-snmp.
Tested with th
Author: kib
Date: Sat Dec 24 09:57:31 2016
New Revision: 310496
URL: https://svnweb.freebsd.org/changeset/base/310496
Log:
Fix argument type and microoptimize swp_pager_meta_free().
The count argument natural type if vm_pindex_t, but due to the loop
organization, it has to be signed type
15 matches
Mail list logo