summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2016-03-17simplify previous; ok bentleyJason McIntyre
2016-03-17Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.Anthony J. Bentley
2016-03-16Remove a (now) obsolete comment about shortened IPv4 syntaxmestre
2016-03-16Replace strncpy(3) calls for safer strlcpy(3)mestre
2016-03-16Replace atoi(3) calls for safer strtonum(3)mestre
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2016-03-16Fix a typo in comment. Diff from Yuuichi Someya.YASUOKA Masahiko
2016-03-16Transition to "Req-Sent" had been missing when RTA in "Opened". This causedYASUOKA Masahiko
2016-03-15Don't warn about valid time zone abbreviations. POSIX through 2000Todd C. Miller
2016-03-15 o remove legacy code that defines abs(3) if it isn't availablemmcc
2016-03-14zdump(8) needs to read files so it needs pledge(2) rpath promisemestre
2016-03-13Introduce memory ranges to support VMs with >= 4G RAMStefan Kempf
2016-03-13one more un-vax, which i fixed but somehow didn;t commit;Jason McIntyre
2016-03-13Rework an erroneous warning message about 16 bit i8253 PIT counter I/O.Mike Larkin
2016-03-09We are done providing support for the vax.Theo de Raadt
2016-03-08Set content charset for auto index generated page.Florian Obser
2016-03-08Fix: "authconf.users_file_path" is a char[] but is checked as a char*.YASUOKA Masahiko
2016-03-08Remove __cplusplus include guard.YASUOKA Masahiko
2016-03-07http -> https for IETF/IANA URLs in commentsmmcc