Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-13 | sync | Theo de Raadt | |
2009-07-22 | sync | Alexandre Ratchov | |
2009-06-03 | - regen | Jasper Lievisse Adriaanse | |
2009-06-03 | Sync | Janne Johansson | |
2009-05-24 | new variable SUIDSKIP to exclude paths from setuid and device checks, | Ingo Schwarze | |
useful for example for release(8) DESTDIRs, ro-mounted foreign OS partitions, nosuid+nodev-mounted backup areas and the like while here, do not call ls w/o args in case find returns nothing based on a patch from halex@, re-implemented by me; variable naming by jmc@ ok halex@ jmc@ | |||
2009-05-21 | skip the ROOTBACKUP when the destination disk device is not configured; | Ingo Schwarze | |
suggested, tweaked and ok by guenther@ | |||
2009-05-20 | make previous shorter, simpler and nicer; from jmc@ | Ingo Schwarze | |
2009-05-17 | security now uses the new infrastructure from daily | Ingo Schwarze | |
reminded by and ok okan@, and using feedback from jmc@ | |||
2009-05-13 | weekly and monthly usually do not produce results any more; ok jmc@ | Ingo Schwarze | |
2009-05-12 | Make the ENVIRONMENT section explicit, short, uniform and wrap nicely. | Ingo Schwarze | |
"fine" jmc@ | |||
2009-05-12 | regen | Mark Kettenis | |
2009-05-11 | New variable VERBOSESTATUS (=1 by default). | Ingo Schwarze | |
When set to 0, daily(8) won't send mail unless there is something to report. Using feedback from kettenis@ henning@ jmc@ OK sthen@ jmc@ | |||
2009-05-09 | revert previous, requested by kettenis@ and deraadt@ | Ingo Schwarze | |
2009-05-09 | remove the empty script /etc/monthly | Ingo Schwarze | |
in preparation for improvements in /etc/daily and /etc/weekly using feedback and suggestions from jmc@ and sthen@ ok jmc@, and sthen@ agreed with the general direction | |||
2009-05-06 | tell people to pkill dhclient; spotted by Rodolfo Gouveia | Theo de Raadt | |
2009-05-04 | explain which variables belong to daily(8) and which to weekly(8); | Ingo Schwarze | |
while here, recommend to set variables in *.local, not in root/crontab (in preparation for the upcoming next_part diff) ok jmc@ | |||
2009-05-03 | remove dead code and the associated documentation | Ingo Schwarze | |
while here, remove the misleading shbang and an unused variable and add the missing cross reference to ac(8) ok sthen@ jmc@ | |||
2009-04-25 | Be consistent with what is done before in the man and use sudo(8) while | Antoine Jacoutot | |
making sure we start the build from /usr/src. discussed with and mostly from jmc@ ("please commit") | |||
2009-04-12 | regen | Mark Kettenis | |
2009-04-08 | Mention purpose of 'make release' command in surrounding text. | Stefan Sperling | |
The old text implied 'make release' was only concerned with verifying file sets. Prodded by me, diff by jmc@ "if you like it, just commit it" jmc@ | |||
2009-04-05 | In the previous commit, i confused "any" and "all". | Ingo Schwarze | |
Fix prodded and checked by jmc@, thanks. | |||
2009-04-05 | regen; | Jason McIntyre | |
2009-04-04 | Do not run make in /var/yp at the end of ypinit -m. | Ingo Schwarze | |
That way, you can edit the new domain Makefile before using it, in particular to change variables like DIR and UNSECURE. from ajacoutot@ with message tweaks and documentation updates by myself "I like this" otto@ | |||
2009-04-02 | tweak previous; | Jason McIntyre | |
2009-04-01 | Give some hints about debugging live kernels with gdb(1). | Mark Kettenis | |
2009-03-25 | Regen | Miod Vallat | |
2009-03-18 | sync | Igor Sobrado | |
2009-03-05 | Besides su(1) and passwd(1), also advise specifying the full path to | Antoine Jacoutot | |
sudo(8). "it makes sense" jmc@, ok deraadt@ | |||
2009-03-01 | regen | Miod Vallat | |
2009-03-01 | Support for MVME141 boards. Tested with both VME and VSB memory boards | Miod Vallat | |
(and MVME327 SCSI and MVME376 Ethernet, to provide a complete system). | |||
2009-02-18 | Be more generic about what artifacts are created in step 4. | Ian Darwin | |
Improved by deraadt@, ok jmc@, krw@. | |||
2009-02-06 | regen | Alexander Yurchenko | |
2009-01-25 | regen | Miod Vallat | |
2008-12-24 | Add quotes around DEBUG value, otherwise config doesn't like it. | Ray Lai | |
While here, change -ggdb to -g (by kettenis). OK millert and kettenis | |||
2008-12-18 | ddb.log is enabled by default, so use "unless disabled" rather | Stuart Henderson | |
than "if enabled". ok jmc@ | |||
2008-12-16 | reorder so that web certificates are more obvious. | Marc Espie | |
Avoid the classical noob problem: read half the manpage, figure out how to build a DSA certificate, then realize it's not what you need. historically, RSA was patented, and so it made sense to put DSA first. But the patent expired a few years ago... okay millert@, jmc@ | |||
2008-10-22 | man page for Makefile.yp, and associated bits; from Ingo Schwarze | Jason McIntyre | |
ok deraadt | |||
2008-10-16 | sub-system -> subsystem, for consistency withour other pages; | Jason McIntyre | |
2008-10-05 | Mention that /usr/src is now needed to build xenocara. | Matthieu Herrb | |
ok jmc@, oga@. | |||
2008-09-23 | RFC2487 is obsoleted by RFC3207 | Alexander von Gernler | |
ok jmc@ millert@ | |||
2008-08-26 | regen | Joel Sing | |
prompted by todd@ | |||
2008-08-23 | it's no longer necessary to build crunch by hand, so adjust the | Jason McIntyre | |
release instructions accordingly; | |||
2008-07-14 | Regen | Miod Vallat | |
2008-06-28 | regen | Marcus Glocker | |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-06-25 | regen; | Jason McIntyre | |
2008-06-22 | As discussed on ICB, do not invoke make with several targets to make | Antoine Jacoutot | |
sure nothing blows up ok krw@ espie@ jmc@ johan@ (who came up with the same diff) | |||
2008-06-19 | sync | Todd T. Fries | |
2008-06-14 | sync (missed last time round) | Todd T. Fries | |
2008-06-14 | sync. | Marc Balmer | |