Age | Commit message (Expand) | Author |
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 |
2016-03-28 | Remove handrolled #define FREE and use free(3) directly without wrapping | Ricardo Mestre |
2016-03-28 | Remove left-over debug line. | Antoine Jacoutot |
2016-03-27 | Compute "action" from the _rc_actions variable. | Antoine Jacoutot |
2016-03-27 | Make usage() a bit more user friendly wrt "action" and "lsarg". | Antoine Jacoutot |
2016-03-27 | Rename session_socket_blockmode() to session_socket_nonblockmode(), | Kenneth R Westerback |
2016-03-26 | fix error message, based on a suggestion from doug@, ok espie | Stuart Henderson |
2016-03-25 | Nuke session_socket_blockmode() and session_socket_linger(). Use | Kenneth R Westerback |
2016-03-23 | tweak previous; | Jason McIntyre |
2016-03-23 | Kill undocumented "pro" command. It's a no-op since the 90s! | Martin Pieuchot |
2016-03-23 | Rename 'rtn' to 'error' for coherency. | Martin Pieuchot |
2016-03-23 | Remove code to print the never set SIN_PROXY bit. This flag is only used | Martin Pieuchot |
2016-03-22 | Connected routes are no longer identified by a AF_LINK gateway so adjust | Claudio Jeker |
2016-03-22 | Log the reply message from RADIUS server when the authenticaion fails. | YASUOKA Masahiko |
2016-03-22 | Cleanup control sockets in control_cleanup(). | YASUOKA Masahiko |
2016-03-22 | Use SOCK_NONBLOCK in socket() and accept4() instead of a separate fcntl() | Kenneth R Westerback |
2016-03-22 | tokenadm(8) is already pledged, do the same for tokeninit(8). | Alexander Bluhm |
2016-03-21 | Instead of creating a socket with socket() or accept() and then | Philip Guenther |
2016-03-20 | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) | Kenneth R Westerback |
2016-03-18 | use properly separated _pkgfetch user. | Marc Espie |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2016-03-17 | Remove needless DIAGNOSTICS sections saying only "Various messages about | mmcc |