Remove completely unnecesary parentheses
[freebsd.git] / usr.sbin / bsnmpd /
2016-12-06 mmMFV r309587:
2016-12-01 mmMFC r309362:
2016-11-29 mmMFV r309299:
2016-11-28 cognetImport Concurrency Kit in the kernel.
2016-11-22 delphijMFV r308954:
2016-11-19 dimMerge ^/head r308491 through r308841.
2016-11-11 gavinCorrect spelling in syslog: getttimeofday -> gettimeofday
2016-11-11 cyMFV r305100: Update amd from am-utils 6.1.5 to 6.2.
2016-11-10 dimMerge ^/head r308227 through r308490.
2016-11-08 bdreweryFix improper use of "its".
2016-11-07 delphijMFV r308392: file 5.29.
2016-11-03 gjbMFV r308265: Update tzdata to 2016i.
2016-10-04 jkimMerge ACPICA 20160930.
2016-10-04 mmMFV r306669:
2016-10-01 baptImport libucl 20160812
2016-09-29 desUpgrade to Unbound 1.5.10.
2016-09-24 dimMerge ^/head r305892 through r306302.
2016-09-24 marcelWhen MAKEOBJDIRPREFIX points to a case-insensitive...
2016-09-22 impRevert and redo r306083.
2016-09-22 jkimMerge OpenSSL 1.0.2i.
2016-09-21 kibAdd kernel interfaces to call EFI Runtime Services.
2016-09-21 andrewUpdate the device tree source files to a Linux 4.7-RC.
2016-09-19 andrewImport the Linaro Cortex Strings library into contrib.
2016-09-05 mmMFV r305420:
2016-09-04 desUpgrade to Unbound 1.5.9.
2016-09-03 dimUpdate compiler-rt to 3.9.0 release, and update the...
2016-08-31 emasteUpdate to ELF Tool Chain r3490
2016-08-30 pfgMFV r302423:
2016-08-30 dimUpdate libc++ to release_39 branch r279689.
2016-08-30 emasteBring lld (release_39 branch, r279477) to contrib
2016-08-24 cyMFV r304732.
2016-08-17 dimUpdate llvm to release_39 branch r278877.
2016-08-17 emasteUpdate lldb to release_39 branch r276489 and resolve...
2016-08-16 dimUpdate clang to release_39 branch r276489, and resolve...
2016-08-16 dimUpdate llvm to release_39 branch r276489, and resolve...
2016-08-16 markjMFV r304057:
2016-08-16 markjMFV r296989:
2016-08-14 mmMFV r304060:
2016-08-12 ngieCheckpoint initial integration work
2016-07-25 delphijChange bsdiff to use divsufsort suffix sort library...
2016-07-23 baptUpdate mandoc to 1.13.4 release
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-08 ngieMFC r299815:
2016-06-08 ngieMFC r299806:
2016-06-08 ngieMFC r299701:
2016-06-08 ngieMFC r299778:
2016-06-08 ngieMFC r299766:
2016-06-08 ngieMFC r299810:
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 bdreweryWITH_META_MODE: Don't expect meta files for side-effect...
2016-06-03 delphijMFV r301238:
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-27 grehanCreate branch for bhyve graphics import.
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-24 ngieMFC r299465,r299807,r299808,r299817,r299831,r299832...
2016-05-24 ngieMFC r299764,r299765,r299767,r299769,r299770,r299774...
2016-05-23 ngieMFC r299710,r299711,r299763,r299783,r299811:
2016-05-23 ngieMFC r299712,r299759,r299760,r299761,r299762:
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-20 truckmanMFC r299593
2016-05-18 glebiusRevert r299830, it has couple of fatal errors.
2016-05-15 ngieRemove NO_WERROR and add WARNS?= 6
2016-05-15 ngieRemove NO_WERROR.clang from this Makefile
2016-05-15 ngieReplace malloc + memset(.., 0, ..) with calloc calls
2016-05-15 ngieUse strdup instead of malloc + strlcpy
2016-05-15 ngieCorrect function names that failed in error messages
2016-05-15 ngieReplace QUADFMT with %ju and QUADXFMT with %jx and...
2016-05-15 ngieBump WARNS to 6
2016-05-15 ngieFix up r299769
2016-05-15 ngieReplace malloc + memset(.., 0, ..) with calloc calls
2016-05-15 ngieFix up both r299764 and r299770
2016-05-14 ngieConvert tok from enum tok to int32_t in function calls
2016-05-14 ngieUse a consistent errno save/restore pattern before...
2016-05-14 ngieDo minimal work necessary to cure a -Wunused-but-set...
2016-05-14 ngieFix up r299764
2016-05-14 ngieUse the size of the destination buffer instead of the...
2016-05-14 ngieMute sign compare warning by casting rc to u_int to...
2016-05-14 ngieFix logically dead code pointed out by clang/Coverity
2016-05-14 ngieFix theoretical buffer overflow issues in snmp_oid2asn_oid
2016-05-14 ngieUse the size of the destination buffer, not the source...
2016-05-14 ngieMute -Wstrlcpy-strlcat-size warning by using nitems...
2016-05-14 ngieMark snmptoolctx unused in parse_authentication(.....
2016-05-14 ngieparse_ascii: make count size_t to mute a -Wsign-compare...
2016-05-14 ngieSort variables in parse_ascii(..) per style(9)
2016-05-14 ngieUse calloc instead of memset(.., 0, ..) + malloc
2016-05-14 ngieFix some trivial clang/gcc warnings in bsnmptc.c
2016-05-14 ngieFold two malloc + memset(.., 0, ..) calls into equivale...
2016-05-14 ngieStaticize global variables only used in bsnmpimport...
2016-05-13 ngieMove _bsnmptools_debug extern from bsnmpmap.c to bsnmpt...
2016-05-13 truckmanProperly compute the size argument to pass to malloc().
2016-05-12 mmMFV r299425:
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-04 ngieMFC r298451,r298452,r298507,r298750:
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-04-28 ngieUse a better idiom for finding UTC prefixed timezones
next