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