summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-04-08When bgp receives an RTM_CHANGE message for an RTF_MPATH route[1], andPeter Hessler
2016-04-07Place a BOOTARG_END section at the end of the boot arguments list pushedMike Larkin
2016-04-07Remove headers associated with code that's been moved to other .c filesPhilip Guenther
2016-04-06Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it canJonathan Matthew
2016-04-05Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).Kenneth R Westerback
2016-04-05Describe the format used by -s once, and refer to it when documenting -f.Jeremie Courreges-Anglas
2016-04-05Consistent v6-speak: hostname -> nodename, proxy NDP -> ND proxyJeremie Courreges-Anglas
2016-04-05Pointless commented-out lines; discussed with jmc@Jeremie Courreges-Anglas
2016-04-05etheraddr -> ether_addr, as in arp(8); discussed with jmc@Jeremie Courreges-Anglas
2016-04-05Support processors without unrestricted guest capability.Mike Larkin
2016-04-05Remove the iterator for control connections unfinished and unused.YASUOKA Masahiko
2016-04-04Directly use physical addresses from ELF header for kernel loading.Stefan Kempf
2016-04-04Add sys/queue.h where it's needed. Unbreak userland following recentStuart Henderson
2016-04-04In udpsockmode codepath dhcpd.c had the promise route for pledge(2) but it wasRicardo Mestre
2016-04-04Hook up ndp -f.Jeremie Courreges-Anglas
2016-04-02Eliminate superfluous 3rd params in fcntl(F_GETFL) calls.Kenneth R Westerback
2016-04-02streamline the code that checks meta information before extracting filesMarc Espie
2016-04-02sprinkle spaces to make more obvious which fields we useMarc Espie
2016-04-01Rename the 'faulty' list action to 'failed'; it clearer.Antoine Jacoutot
2016-03-31For consistency, omit the variable name in rdaemon() prototype.Jeremie Courreges-Anglas
2016-03-31Go in the background much later, to reduce possible silent failures.Jeremie Courreges-Anglas
2016-03-31Don't use .Aq for syntax elements that require ASCII "<>".Ingo Schwarze
2016-03-31Simplify MACHINE tests, the only platforms in the tree without wsdisplayJonathan Gray
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-29If program cannot reserve memory then the user doesn't need to know exactly howRicardo Mestre
2016-03-29- Add missing goto in order to avoid a dereference of a null objectRicardo Mestre
2016-03-29-Remove function #defines from defs.h and use the actual code accordingly inRicardo Mestre
2016-03-29Properly check for the end of captured packet while printing CDP packets.Can Erkin Acar
2016-03-28Remove cast from free(3)Ricardo Mestre
2016-03-28Remove handrolled #define FREE and use free(3) directly without wrappingRicardo Mestre
2016-03-28Remove left-over debug line.Antoine Jacoutot
2016-03-27Compute "action" from the _rc_actions variable.Antoine Jacoutot
2016-03-27Make usage() a bit more user friendly wrt "action" and "lsarg".Antoine Jacoutot
2016-03-27Rename session_socket_blockmode() to session_socket_nonblockmode(),Kenneth R Westerback
2016-03-26fix error message, based on a suggestion from doug@, ok espieStuart Henderson
2016-03-25Nuke session_socket_blockmode() and session_socket_linger(). UseKenneth R Westerback
2016-03-23tweak previous;Jason McIntyre
2016-03-23Kill undocumented "pro" command. It's a no-op since the 90s!Martin Pieuchot
2016-03-23Rename 'rtn' to 'error' for coherency.Martin Pieuchot
2016-03-23Remove code to print the never set SIN_PROXY bit. This flag is only usedMartin Pieuchot
2016-03-22Connected routes are no longer identified by a AF_LINK gateway so adjustClaudio Jeker
2016-03-22Log the reply message from RADIUS server when the authenticaion fails.YASUOKA Masahiko
2016-03-22Cleanup control sockets in control_cleanup().YASUOKA Masahiko
2016-03-22Use SOCK_NONBLOCK in socket() and accept4() instead of a separate fcntl()Kenneth R Westerback
2016-03-22tokenadm(8) is already pledged, do the same for tokeninit(8).Alexander Bluhm
2016-03-21Instead of creating a socket with socket() or accept() and thenPhilip Guenther
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])Kenneth R Westerback
2016-03-18use properly separated _pkgfetch user.Marc Espie
2016-03-17Last parameter to execl[e]() functions *must* be cast to a pointer.Kenneth R Westerback
2016-03-17Remove needless DIAGNOSTICS sections saying only "Various messages aboutmmcc