]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/bsnmpd
Fix building for ARM kernel that have FLASHADDR, PHYSADDR and LOADERRAMADDR defined.
[FreeBSD/FreeBSD.git] / usr.sbin / bsnmpd /
2016-08-20 Baptiste DaroussinImport Dragonfly Mail Agent snapshort from 20160806...
2016-08-16 Mark JohnstonMFV r304057:
2016-08-16 Mark JohnstonMFV r301526:
2016-08-16 Mark JohnstonMFV r301525:
2016-08-16 Mark JohnstonMFV r301524:
2016-08-16 Mark JohnstonMFV r296989:
2016-08-16 Mark JohnstonMFV r304056:
2016-08-14 Martin MatuskaMFV r304060:
2016-08-12 Enji CooperCheckpoint initial integration work
2016-07-25 Xin LIChange bsdiff to use divsufsort suffix sort library...
2016-07-23 Baptiste DaroussinUpdate mandoc to 1.13.4 release
2016-07-20 Andriy GaponMFV r303083: 7164 zdb should be able to open the root...
2016-07-20 Andriy GaponMFV r303082: 6391 Override default SPA config location...
2016-07-20 Pedro F. GiffuniMFV r298167, r300962, r303048:
2016-07-14 Andriy GaponMFV r302645: 6878 Add scrub completion info to "zpool...
2016-07-14 Andriy GaponMFV r302650: 6940 Cannot unlink directories when over...
2016-07-14 Andriy GaponMFV r302644: 6513 partially filled holes lose birth...
2016-07-14 Andriy GaponMFV r302641: 6844 dnode_next_offset can detect fictiona...
2016-07-14 Andriy GaponMFV r302640: 6874 rollback and receive need to reset...
2016-07-13 Dag-Erling Smørgravmerge upstream hg 06347b1f76fe (fix IXFR)
2016-07-08 Ed Mastelibunwind: update to upstream snapshot r272680
2016-07-04 Peter GrehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-03 Enji CooperUpdate libxo to 0.6.3
2016-07-01 Xin LIMFV r302260: expat 2.2.0
2016-06-30 Martin MatuskaMFV r302264:
2016-06-27 Xin LIMFV r302218: file 5.28.
2016-06-22 Martin MatuskaMFV r302003,r302037,r302038,r302056:
2016-06-17 Bryan DreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-09 Dag-Erling SmørgravUpdate to latest upstream version
2016-06-08 Brooks DavisUpdate to a June 8th snapshot of (un)vis form NetBSD.
2016-06-08 Simon J. GerratyMerge bmake-20160606
2016-06-05 Simon J. GerratyImport bmake-20160604
2016-06-04 Baptiste DaroussinImport libucl snapshot 20160604
2016-06-03 Pedro F. GiffuniMFV r300961:
2016-06-03 Bryan DreweryWITH_META_MODE: Don't expect meta files for side-effect...
2016-06-03 Xin LIMFV r301238:
2016-06-01 Kurt LidlImport NetBSD's blacklist source from vendor tree
2016-05-29 Phil ShaferSubmitted by: phil
2016-05-29 Allan JudeImport the skein hashing algorithm, based on the threef...
2016-05-27 Jung-uk KimMerge ACPICA 20160527.
2016-05-26 Dimitry AndricUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-25 Ed MasteUpdate to ELF Tool Chain r3477
2016-05-20 Simon J. GerratyMerge bmake-20160512
2016-05-20 Ed MasteUpdate to ELF Tool Chain r3475
2016-05-18 Gleb SmirnoffRevert r299830, it has couple of fatal errors.
2016-05-16 Martin MatuskaRevert r299576 and MFV r299895:
2016-05-15 Enji CooperRemove NO_WERROR and add WARNS?= 6
2016-05-15 Enji CooperRemove NO_WERROR.clang from this Makefile
2016-05-15 Enji CooperReplace malloc + memset(.., 0, ..) with calloc calls
2016-05-15 Enji CooperUse strdup instead of malloc + strlcpy
2016-05-15 Enji CooperCorrect function names that failed in error messages
2016-05-15 Enji CooperReplace QUADFMT with %ju and QUADXFMT with %jx and...
2016-05-15 Enji CooperBump WARNS to 6
2016-05-15 Enji CooperFix up r299769
2016-05-15 Enji CooperReplace malloc + memset(.., 0, ..) with calloc calls
2016-05-15 Enji CooperFix up both r299764 and r299770
2016-05-14 Enji CooperConvert tok from enum tok to int32_t in function calls
2016-05-14 Enji CooperUse a consistent errno save/restore pattern before...
2016-05-14 Enji CooperDo minimal work necessary to cure a -Wunused-but-set...
2016-05-14 Enji CooperFix up r299764
2016-05-14 Enji CooperUse the size of the destination buffer instead of the...
2016-05-14 Enji CooperMute sign compare warning by casting rc to u_int to...
2016-05-14 Enji CooperFix logically dead code pointed out by clang/Coverity
2016-05-14 Enji CooperFix theoretical buffer overflow issues in snmp_oid2asn_oid
2016-05-14 Enji CooperUse the size of the destination buffer, not the source...
2016-05-14 Enji CooperMute -Wstrlcpy-strlcat-size warning by using nitems...
2016-05-14 Enji CooperMark snmptoolctx unused in parse_authentication(.....
2016-05-14 Enji Cooperparse_ascii: make count size_t to mute a -Wsign-compare...
2016-05-14 Enji CooperSort variables in parse_ascii(..) per style(9)
2016-05-14 Enji CooperUse calloc instead of memset(.., 0, ..) + malloc
2016-05-14 Xin LIMFV r299716: file 5.27
2016-05-14 Enji CooperFix some trivial clang/gcc warnings in bsnmptc.c
2016-05-14 Enji CooperFold two malloc + memset(.., 0, ..) calls into equivale...
2016-05-14 Enji CooperStaticize global variables only used in bsnmpimport...
2016-05-13 Enji CooperMove _bsnmptools_debug extern from bsnmpmap.c to bsnmpt...
2016-05-13 Don LewisProperly compute the size argument to pass to malloc().
2016-05-12 Martin MatuskaMFV 299539:
2016-05-12 Martin MatuskaMFV r299425:
2016-05-11 Alexander MotinMFV r299453: 6765 zfs_zaccess_delete() comments do...
2016-05-11 Alexander MotinMFV r299451: 6764 zfs issues with inheritance flags...
2016-05-11 Alexander MotinMFV r299449: 6763 aclinherit=restricted masks inherited...
2016-05-11 Alexander MotinMFV r299442: 6762 POSIX write should imply DELETE_CHILD...
2016-05-11 Alexander MotinMFV r299440: 6736 ZFS per-vdev ZAPs
2016-05-11 Alexander MotinMFV r299438: 6842 Fix empty xattr dir causing lockup
2016-05-11 Alexander MotinMFV r299436: 6843 Make xattr dir truncate and remove...
2016-05-11 Alexander MotinMFV r299434: 6841 Undirty freed spill blocks
2016-05-08 Xin LIMFV r299237: apply two upstream revisions to address...
2016-05-08 Xin LIMFV r299233: Apply upstream fix 11edb37a71851b5bcbd4e51...
2016-05-05 Dimitry AndricImport libcxxrt master 516a65c109eb0a01e5e95fbef455eb32...
2016-05-05 Dimitry AndricSince contrib/libcxxrt's ancestry was never correct...
2016-05-03 Jung-uk KimMerge OpenSSL 1.0.2h.
2016-04-30 Dimitry AndricUpdate from subversion 1.9.2 to 1.9.4.
2016-04-28 Enji CooperUse a better idiom for finding UTC prefixed timezones
2016-04-27 Jung-uk KimMerge ACPICA 20160422.
2016-04-27 Xin LIMFV r298691:
2016-04-23 Enji CooperFix looking for "UTC" at start of ptr by using strnmp...
2016-04-22 Andriy GaponMFV r298471: 6052 decouple lzc_create() from the implem...
2016-04-22 Enji CooperDon't try to free `string` (stack allocated char[])
2016-04-22 Enji CooperDon't use `entry` after free in the "already in lists...
2016-04-18 Xin LIMFV r298178:
next