Age | Commit message (Expand) | Author |
2016-04-18 | add -T to SYNOPSIS; | Jason McIntyre |
2016-04-18 | document the -T flag | Joerg Jung |
2016-04-18 | Revert previous commit. | Renato Westphal |
2016-04-17 | fix typo, it is supposed to be smtpctl trace "filters" not "filter" | Joerg Jung |
2016-04-16 | Replace bcopy() from struct bpf_timeval to struct timeval; those | Martin Natano |
2016-04-16 | Remove am_maxslot from amap. | Stefan Kempf |
2016-04-16 | Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL). | Kenneth R Westerback |
2016-04-16 | fallback to _pfetch after _pkgfetch until sysmerge is run automatically | Marc Espie |
2016-04-15 | Check for subnet overlap between the configured summary-addresses. | Renato Westphal |
2016-04-15 | Kill the child processes if their parent dies unexpectedly. | Renato Westphal |
2016-04-15 | Fix segfault on reloading the config multiple times. | Renato Westphal |
2016-04-15 | Properly implement the clear_config() function. | Renato Westphal |
2016-04-15 | Move several other variables out of eigrpd_conf. | Renato Westphal |
2016-04-15 | Move the command line options out of struct eigrpd_config | Renato Westphal |
2016-04-15 | Fix corner case in Feasible Condition check. | Renato Westphal |
2016-04-15 | Minor fixes and code cleanup. | Renato Westphal |
2016-04-13 | remove "abort" promise from debugging code in radiusd | Sebastien Marie |
2016-04-12 | The -T flag consumes the same data as the -f flag so it requires | Todd C. Miller |
2016-04-10 | convert ypldap_addr list to a tailq | Jonathan Matthew |
2016-04-10 | arguments to "chain" are space separated, not comma; verified by jung | Jason McIntyre |
2016-04-09 | Use builtin. | Antoine Jacoutot |
2016-04-08 | When bgp receives an RTM_CHANGE message for an RTF_MPATH route[1], and | Peter Hessler |
2016-04-07 | Place a BOOTARG_END section at the end of the boot arguments list pushed | Mike Larkin |
2016-04-07 | Remove headers associated with code that's been moved to other .c files | Philip Guenther |
2016-04-06 | Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it can | Jonathan Matthew |
2016-04-05 | Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL). | Kenneth R Westerback |
2016-04-05 | Describe the format used by -s once, and refer to it when documenting -f. | Jeremie Courreges-Anglas |
2016-04-05 | Consistent v6-speak: hostname -> nodename, proxy NDP -> ND proxy | Jeremie Courreges-Anglas |
2016-04-05 | Pointless commented-out lines; discussed with jmc@ | Jeremie Courreges-Anglas |
2016-04-05 | etheraddr -> ether_addr, as in arp(8); discussed with jmc@ | Jeremie Courreges-Anglas |
2016-04-05 | Support processors without unrestricted guest capability. | Mike Larkin |
2016-04-05 | Remove the iterator for control connections unfinished and unused. | YASUOKA Masahiko |
2016-04-04 | Directly use physical addresses from ELF header for kernel loading. | Stefan Kempf |
2016-04-04 | Add sys/queue.h where it's needed. Unbreak userland following recent | Stuart Henderson |
2016-04-04 | In udpsockmode codepath dhcpd.c had the promise route for pledge(2) but it was | Ricardo Mestre |
2016-04-04 | Hook up ndp -f. | Jeremie Courreges-Anglas |
2016-04-02 | Eliminate superfluous 3rd params in fcntl(F_GETFL) calls. | Kenneth R Westerback |
2016-04-02 | streamline the code that checks meta information before extracting files | Marc Espie |
2016-04-02 | sprinkle spaces to make more obvious which fields we use | Marc Espie |
2016-04-01 | Rename the 'faulty' list action to 'failed'; it clearer. | Antoine Jacoutot |
2016-03-31 | For consistency, omit the variable name in rdaemon() prototype. | Jeremie Courreges-Anglas |
2016-03-31 | Go in the background much later, to reduce possible silent failures. | Jeremie Courreges-Anglas |
2016-03-31 | Don't use .Aq for syntax elements that require ASCII "<>". | Ingo Schwarze |
2016-03-31 | Simplify MACHINE tests, the only platforms in the tree without wsdisplay | Jonathan Gray |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-29 | If program cannot reserve memory then the user doesn't need to know exactly how | Ricardo Mestre |
2016-03-29 | - Add missing goto in order to avoid a dereference of a null object | Ricardo Mestre |
2016-03-29 | -Remove function #defines from defs.h and use the actual code accordingly in | Ricardo Mestre |
2016-03-29 | Properly check for the end of captured packet while printing CDP packets. | Can Erkin Acar |
2016-03-28 | Remove cast from free(3) | Ricardo Mestre |