aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov2017-01-063-3/+5
* Remove unnecessary __unused attribute attached to `ctx` in op_begemot_mibII(..)Enji Cooper2017-01-061-1/+1
* MFV r311477: xz 5.2.3.Xin LI2017-01-0649-1039/+1775
* Also remove unnecessary extern keywords from tcpd.h.Dimitry Andric2017-01-051-35/+35
* Put proper prototypes in tcpd.hDimitry Andric2017-01-052-58/+41
* op_usm_users: don't deref uusers if it's NULL when SETting the valueEnji Cooper2017-01-051-1/+5
* snmp_table_fetch_async: don't leak `work` if snmp_pdu_send(..) failsEnji Cooper2017-01-051-1/+4
* op_usm_users: fix indentation in SNMP_OP_SET blockEnji Cooper2017-01-051-1/+1
* Use calloc instead of malloc + memset(.., 0, ..)Enji Cooper2017-01-051-6/+3
* lsock_init_port: address issues with initializing sockaddr_un objectEnji Cooper2017-01-051-6/+4
* lm_load: fix string copying issuesEnji Cooper2017-01-051-3/+2
* Redo fix for CID 979581Enji Cooper2017-01-051-4/+6
* MFV r311279: zlib 1.2.10.Xin LI2017-01-0429-1115/+1800
|\
| * Vendor import of zlib 1.2.10.vendor/zlib/1.2.10Xin LI2017-01-0445-65/+5837
* | snmp_mibII(3) requires net/if.h and net/if_mib.hEnji Cooper2017-01-041-1/+3
* | Restructure libz, place vendor files in contrib/zlib like other thirdXin LI2017-01-0445-0/+21111
|\|
| * Add missing files in zlib 1.2.8.vendor/zlib/1.2.8-fullXin LI2017-01-04137-0/+36739
| * Vendor import of zlib 1.2.8.vendor/zlib/1.2.8Xin LI2013-05-031-0/+1
| * Vendor import of zlib 1.2.6.vendor/zlib/1.2.6Xin LI2012-01-311-1/+15
| * Remove unused part of contributed code.Xin LI2010-03-222-2525/+0
| * Vendor import of zlib 1.2.4 (trimmed).vendor/zlib/1.2.4Xin LI2010-03-156-0/+3570
* run: ensure pthread_condattr_{init,setclock} is successfulEnji Cooper2017-01-041-0/+7
* setrlimit_basic: don't leak buf; free it on completionEnji Cooper2017-01-041-0/+3
* revoke_perm: don't leak fd at the end of the test; close itEnji Cooper2017-01-041-0/+3
* stat_symlink: don't leak fd; close the file descriptor when doneEnji Cooper2017-01-041-0/+3
* pipe_restart: free f on function exit to quell complaint from CoverityEnji Cooper2017-01-041-0/+3
* swapcontext1: test for getcontext(3) and swapcontext(3) success properlyEnji Cooper2017-01-041-0/+12
* Clarify lifetime of child(..) functionEnji Cooper2017-01-041-0/+6
* fpu: ensure calls to pthread_create succeed and test sched_yield to makeEnji Cooper2017-01-041-0/+23
* Use calloc instead of malloc with buffers in snmp_{recv,send}_packetEnji Cooper2017-01-041-3/+3
* mincore_resid: free buf after useEnji Cooper2017-01-041-0/+3
* {strchr,strlen}_basic: don't leak the dlopen'ed handle; close after useEnji Cooper2017-01-042-1/+22
* mknodat_fd: close dfd after use to avoid leaking itEnji Cooper2017-01-041-0/+3
* mkfifoat_fd: close dfd after use to avoid leaking itEnji Cooper2017-01-041-0/+3
* fexecve: don't leak fd on fexecve(2) failure; close before calling errEnji Cooper2017-01-041-0/+3
* tty: don't leak s after opening it with openptyEnji Cooper2017-01-041-0/+3
* mmap_prot_3, mmap_truncate, mmap_truncate_signal: don't leak fd and mapEnji Cooper2017-01-041-1/+15
* listen_low_port: check for errors from socket(2) before continuingEnji Cooper2017-01-041-0/+3
* kqueue_desc_passing: initialize m.msg_flags to 0Enji Cooper2017-01-041-0/+3
* umask_open: don't leak fd on successEnji Cooper2017-01-041-0/+3
* unlink_fifo: don't leak the file descriptors opened with mkfifo and openEnji Cooper2017-01-041-0/+17
* ttyname_err: close fd if it was opened successfullyEnji Cooper2017-01-041-0/+3
* Fix Coverity issuesEnji Cooper2017-01-041-1/+8
* humanize_number_basic: don't leak bufEnji Cooper2017-01-041-0/+3
* ftok_link: don't leak fdEnji Cooper2017-01-041-0/+3
* seekdir_basic: fix various Coverity issuesEnji Cooper2017-01-041-0/+31
* Initialize msg.msg_flags to 0Enji Cooper2017-01-041-0/+1
* Fix spelling errors; bump .Dd for the changeEnji Cooper2017-01-011-3/+3
* Bump .Dd for the spelling and .Nm updatesEnji Cooper2017-01-011-1/+1
* Fix spelling errorsEnji Cooper2017-01-011-6/+6