| Commit message (Expand) | Author | Age | Files | Lines |
* | WITH_META_MODE: Don't expect meta files for side-effect generated files. | bdrewery | 2016-06-03 | 1 | -0/+1 |
* | Revert r299830, it has couple of fatal errors. | glebius | 2016-05-18 | 1 | -0/+1 |
* | Remove NO_WERROR and add WARNS?= 6 | ngie | 2016-05-15 | 1 | -1/+2 |
* | Remove NO_WERROR.clang from this Makefile | ngie | 2016-05-15 | 1 | -2/+0 |
* | Replace malloc + memset(.., 0, ..) with calloc calls | ngie | 2016-05-15 | 1 | -5/+2 |
* | Use strdup instead of malloc + strlcpy | ngie | 2016-05-15 | 1 | -4/+3 |
* | Correct function names that failed in error messages | ngie | 2016-05-15 | 2 | -4/+4 |
* | Replace QUADFMT with %ju and QUADXFMT with %jx and cast values with uintmax_t | ngie | 2016-05-15 | 1 | -1/+1 |
* | Bump WARNS to 6 | ngie | 2016-05-15 | 1 | -0/+2 |
* | Fix up r299769 | ngie | 2016-05-15 | 1 | -4/+2 |
* | Replace malloc + memset(.., 0, ..) with calloc calls | ngie | 2016-05-15 | 1 | -5/+2 |
* | Fix up both r299764 and r299770 | ngie | 2016-05-15 | 1 | -2/+1 |
* | Convert tok from enum tok to int32_t in function calls | ngie | 2016-05-14 | 1 | -10/+9 |
* | Use a consistent errno save/restore pattern before running strtoul | ngie | 2016-05-14 | 1 | -4/+17 |
* | Do minimal work necessary to cure a -Wunused-but-set-variable warning from gcc | ngie | 2016-05-14 | 1 | -4/+4 |
* | Fix up r299764 | ngie | 2016-05-14 | 1 | -1/+1 |
* | Use the size of the destination buffer instead of the malloc size, repeated, ... | ngie | 2016-05-14 | 1 | -2/+2 |
* | Mute sign compare warning by casting rc to u_int to match nbindings' type | ngie | 2016-05-14 | 1 | -1/+1 |
* | Fix logically dead code pointed out by clang/Coverity | ngie | 2016-05-14 | 1 | -3/+3 |
* | Fix theoretical buffer overflow issues in snmp_oid2asn_oid | ngie | 2016-05-14 | 1 | -2/+1 |
* | Use the size of the destination buffer, not the source buffer. | ngie | 2016-05-14 | 1 | -1/+1 |
* | Mute -Wstrlcpy-strlcat-size warning by using nitems with the size of the buffer | ngie | 2016-05-14 | 1 | -1/+1 |
* | Mark snmptoolctx unused in parse_authentication(..), parse_privacy(..), | ngie | 2016-05-14 | 1 | -4/+4 |
* | parse_ascii: make count size_t to mute a -Wsign-compare issue | ngie | 2016-05-14 | 1 | -1/+2 |
* | Sort variables in parse_ascii(..) per style(9) | ngie | 2016-05-14 | 1 | -2/+2 |
* | Use calloc instead of memset(.., 0, ..) + malloc | ngie | 2016-05-14 | 1 | -5/+2 |
* | Fix some trivial clang/gcc warnings in bsnmptc.c | ngie | 2016-05-14 | 1 | -10/+8 |
* | Fold two malloc + memset(.., 0, ..) calls into equivalent calloc calls | ngie | 2016-05-14 | 1 | -4/+2 |
* | Staticize global variables only used in bsnmpimport.c to fix | ngie | 2016-05-14 | 1 | -9/+9 |
* | Move _bsnmptools_debug extern from bsnmpmap.c to bsnmptools.h | ngie | 2016-05-13 | 2 | -2/+1 |
* | Properly compute the size argument to pass to malloc(). | truckman | 2016-05-13 | 1 | -1/+1 |
* | Use a better idiom for finding UTC prefixed timezones | ngie | 2016-04-28 | 1 | -3/+4 |
* | Fix looking for "UTC" at start of ptr by using strnmp instead of improperly | ngie | 2016-04-23 | 1 | -2/+2 |
* | Don't try to free `string` (stack allocated char[]) | ngie | 2016-04-22 | 1 | -2/+1 |
* | Don't use `entry` after free in the "already in lists" case | ngie | 2016-04-22 | 1 | -0/+1 |
* | MFH | gjb | 2016-03-02 | 13 | -238/+0 |
|\ |
|
| * | DIRDEPS_BUILD: Regenerate without local dependencies. | bdrewery | 2016-02-24 | 13 | -238/+0 |
* | | MFH | gjb | 2016-02-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Rename P_KTHREAD struct proc p_flag to P_KPROC. | kib | 2016-02-09 | 1 | -1/+1 |
* | | MFH r289384-r293170 | gjb | 2016-01-04 | 13 | -12/+2 |
|\ \
| |/ |
|
| * | META MODE: Update dependencies with 'the-lot' and add missing directories. | bdrewery | 2015-12-01 | 1 | -0/+2 |
| * | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | bdrewery | 2015-11-25 | 12 | -12/+0 |
* | | Merge from head | bapt | 2015-10-01 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | META_MODE: Remove DEP_RELDIR from Makefile.depend files. | bdrewery | 2015-09-25 | 1 | -2/+0 |
* | | Merge from head | bapt | 2015-09-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | snmp_hostres(3): Fix buffer overflow. | pfg | 2015-07-20 | 1 | -1/+1 |
* | | Merge from head @274131 | bapt | 2015-06-20 | 11 | -11/+0 |
|\ \
| |/ |
|
| * | new depends | sjg | 2015-06-16 | 11 | -11/+0 |
* | | Merge from head | bapt | 2015-06-15 | 17 | -0/+605 |
|\ \
| |/ |
|
| * | Add META_MODE support. | sjg | 2015-06-13 | 17 | -0/+605 |
| |\ |
|