summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-09-15add some Xr for acme-client(1);Jason McIntyre
2016-09-15more fat trimming;Jason McIntyre
2016-09-15Go in the background later, using rdaemon().Jeremie Courreges-Anglas
2016-09-15Teach switchd(8) how to shutdown using close() instead of kill().Rafael Zalamena
2016-09-15actual signify2 code, a bit refactoringMarc Espie
2016-09-15move the error saving code slightly aroundMarc Espie
2016-09-14move default file and directory locations to a new FILES sectionT.J. Townsend
2016-09-14move the check up in stateMarc Espie
2016-09-14Teach switchd(8) how to fork+exec.Rafael Zalamena
2016-09-14add an is_local-file method for later signatureMarc Espie
2016-09-14Teach ntpd(8) how to fork+exec.Rafael Zalamena
2016-09-14gc pipe: support, makes less and less sense as time goes byMarc Espie
2016-09-14tidy running those commandsMarc Espie
2016-09-14gc last remnants of source:Marc Espie
2016-09-14Add clarifications ("comments") to three places where it wasn'tReyk Floeter
2016-09-14remove useless #ifndefEric Faurot
2016-09-14Fix copyright disclaimer in util.c.Reyk Floeter
2016-09-13convert some ifs to switches. ok millert tbTed Unangst
2016-09-13sync with sys/lib/libsa/loadfile_elf.c -r1.12 and load the .SUNW_ctf sectionJasper Lievisse Adriaanse
2016-09-13A small amount more KNF to make this easier on our eyes. Not going furtherTheo de Raadt
2016-09-13hoist local variable initialization directly into the definitions,Theo de Raadt
2016-09-13hoist local variable initialization directly into the definitions,Theo de Raadt
2016-09-13Inconsistant use of case (value): idiom drives me nuts, I have no ideaTheo de Raadt
2016-09-13RAND_status() and RAND_seed() are not needed, this is 2016.Theo de Raadt
2016-09-13use reallocarray()Theo de Raadt
2016-09-13chroot is not the reason this is run as rootTheo de Raadt
2016-09-12strlen + emalloc + snprintf = asprintfMichal Mazurek
2016-09-12listener configuration cleanup:Eric Faurot
2016-09-12less markup; from rob pierceJason McIntyre
2016-09-11Files in /etc/ssl belong to root. ok deraadtMartin Natano
2016-09-11First compute the variables, then set them readonly. So that we can catchAntoine Jacoutot
2016-09-11Indent cleanup.Antoine Jacoutot
2016-09-11remove documentation for filters, we'll document when it's readyGilles Chehade
2016-09-11Symlinks to binaries should belong to root:bin.Martin Natano
2016-09-10Drop syspatch_trap, it's simple enough for trap no needing its own function.Antoine Jacoutot
2016-09-10apply_patches should not take any arguments.Antoine Jacoutot
2016-09-10missing fclose() in an error pathJonathan Gray
2016-09-10fix an fd leak in an error pathJonathan Gray
2016-09-08Streamline the daemon shutdown sequence.Eric Faurot
2016-09-08new sign only when new signMarc Espie
2016-09-07strlen + emalloc + snprintf = asprintfMichal Mazurek
2016-09-07Get rid of the static nomem() function and replace it with err(1, NULL);Michal Mazurek
2016-09-07Minimal man page.Antoine Jacoutot
2016-09-07Don't fetch all patches at once but instead fetch+verify+patch one by one.Antoine Jacoutot
2016-09-07Don't put bsd.mp twice in the GENERIC.MP rollback tarball.Antoine Jacoutot
2016-09-07syspatch goal is not to act as a package manager but to sync the system to theAntoine Jacoutot
2016-09-07Validate service names with _rc_check_name() from rc.subr.Antoine Jacoutot
2016-09-07Fix about the default value of pptp-hostname. It's an empty string.YASUOKA Masahiko
2016-09-06use closefrom() before reexec to make sure the new process only getsEric Faurot
2016-09-06Drop useless variable and check.Antoine Jacoutot