Age | Commit message (Expand) | Author |
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 |
2014-08-31 | The reapchild() signal handler collects all children. This can be | Alexander Bluhm |
2014-08-31 | Do not call free() on an array in the data section. Fortunately | Alexander Bluhm |
2014-08-31 | Add Ingo's copyright as per his request. | Antoine Jacoutot |
2014-08-31 | Make sysmerge(8) completely silent by default when no file is modified. | Antoine Jacoutot |
2014-08-31 | In pkg mode, warn if the directory we want to copy the @sample file into | Antoine Jacoutot |
2014-08-31 | Simplify examples files handling. | Antoine Jacoutot |
2014-08-31 | Only use the sum files corresponding to the mode we run in. | Antoine Jacoutot |
2014-08-31 | When we are not running in pkg mode, /usr/share/sysmerge/examplessum | Antoine Jacoutot |
2014-08-31 | No need to update daemon_flags in the enviroment anymore since the | Antoine Jacoutot |
2014-08-31 | Document that exit code 2 indicates a non-existent service. | Antoine Jacoutot |
2014-08-31 | Do not overwrite examplessum; use the one we are provided with. | Antoine Jacoutot |