summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-09-13In PKG mode, cope with non-default PREFIX (e.g. /var/www/...).Antoine Jacoutot
2014-09-11fix the only .Xr ordering and punctuation issue i could findIngo Schwarze
2014-09-10Handle different possible variations of the Host header (eg.Reyk Floeter
2014-09-10Remove redundant null check and rename vars consistently in syslogdDoug Hogan
2014-09-09register @newuser/@newgroup so that we try creating tarballs with the correctMarc Espie
2014-09-09'rm -f' in case we skip a release. No functional change, just cosmetic.Antoine Jacoutot
2014-09-09Rreplace [[ -n $(grep..) ]] and [[ -z $(grep..) ]]Robert Peichaer
2014-09-09Replace last usage of awk in sysmerge with a shell equivalent.Robert Peichaer
2014-09-08Put chpass(1) args between quotes.Antoine Jacoutot
2014-09-08strip excess verbiage from sed expressionsAlexander Hall
2014-09-08Additional cleanup for procfs removalDoug Hogan
2014-09-08Delete procfs; it's always had races and is now unused: no one noticed forPhilip Guenther
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-09-08Fix a syslogd regression when specifying all 20 additional log pathsDoug Hogan
2014-09-07Remove useless comment, snprintf and if/else.Alexander Bluhm
2014-09-07Remove last use of xargs(1).Antoine Jacoutot
2014-09-07Only compare CVS Id when it's not empty.Antoine Jacoutot
2014-09-07Drop 2 uneeded xargs(1).Antoine Jacoutot
2014-09-07Consistency in var names.Antoine Jacoutot
2014-09-07Fix regression in detecting changed files.Antoine Jacoutot
2014-09-07Use shell substitution instead of dirname.Antoine Jacoutot
2014-09-07Simplify checks.Antoine Jacoutot
2014-09-06Replace awk with either sed or shell equivalents.Robert Peichaer
2014-09-06Convert vars used as boolean (unset or 1) to true or false.Robert Peichaer
2014-09-06Remove backup checksums after a successfull run.Antoine Jacoutot
2014-09-06Files may have been removed in the previous step, so make sure they existAntoine Jacoutot
2014-09-05Drop support for SM_MERGE. The goal is to be a less interactive as possibleAntoine Jacoutot
2014-09-05Sync _ignorefiles.Antoine Jacoutot
2014-09-05Drop support for sendmail(8) -- hopefully it'll go away from base soon.Antoine Jacoutot
2014-09-05Spring cleanup in preparation for more changes.Antoine Jacoutot
2014-09-05Add various RFC-based WebDAV methods to the list of accepted HTTP methods.Reyk Floeter
2014-09-05tweak previous;Jason McIntyre
2014-09-05revert previous; was based on a work-in-progress, as wellBret Lambert
2014-09-05Remove a limitation that only allowed to specify a server name once.Reyk Floeter
2014-09-05Tweaks, no functionnal change.Antoine Jacoutot
2014-09-05/etc/{hosts,myname} are going away from etc.tgz.Antoine Jacoutot
2014-09-04Move the handlers for the poll events into separate functions. TheyAlexander Bluhm
2014-09-04One line change adding the 'include' directive to the valid serverReyk Floeter
2014-09-03Be coherent in the way arp(8) and ndp(8) display local entries andMartin Pieuchot
2014-09-03if crypt(3) fails return an authentication errorGiovanni Bechis
2014-09-02FastCGI did not support persistent connections. Add initial supportReyk Floeter
2014-09-01Close fd if fdopen failsDoug Hogan
2014-09-01Fix evil typo.Antoine Jacoutot
2014-09-01Don't pass the local buffer array by reference.Reyk Floeter
2014-09-01remove Xr, but not the reference, to nginx, after some discussion with reyk;Jason McIntyre
2014-09-01@newuser and @newgroup won't necessarily be on the machine during pkg_create,Marc Espie
2014-09-01be a wee bit more paranoid about file sizes.Marc Espie
2014-09-01Replace the code to get the FastCGI Status header with a proper way toReyk Floeter
2014-09-01Do not compare checksum of checksums...Antoine Jacoutot