Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-27 | Create an empty etcsum file so that cksum can run without error (as | Antoine Jacoutot | |
var/db/sysmerge/etcsum is created after the cksum calls and etcsum is part of the etc set). "sure" deraadt@ | |||
2009-12-22 | Create sysmerge etcsum file at release time for etc set inclusion. | Antoine Jacoutot | |
This way, the first time sysmerge is run on a new box, it will already have reference sums needed for automatic processing. Original idea from and discussed with deraadt@ "commit it" deraadt@, tweaks and ok millert | |||
2009-10-25 | fix syntax error in 'make update-moduli'; ok deraadt | Darren Tucker | |
2009-10-01 | Bring BSD.x11.dist back here. It's needed by the ports subsystem. | Matthieu Herrb | |
Update the BSD.x11.dist version to the one in xenocara. | |||
2009-09-24 | Reach palm MAKEDEV bits. | Miod Vallat | |
2009-09-23 | remove unused and outdated BSD.x11.dist file. ok miod@, krw@. | Matthieu Herrb | |
2009-05-24 | Install root's crontab with gid "crontab" to be consistent with what | Antoine Jacoutot | |
crontab(1) does. ok miod@ | |||
2009-05-15 | install wsconsctl.conf on more machines | Theo de Raadt | |
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-04-25 | Provide users by default with XTerm*loginShell:true. This situation just is | Theo de Raadt | |
ridiculous; xdm is totally broken since it never starts anything which resembles a "login shell". As a result, no configuration is brought into a process context to give to future xterms or *sh shells and thus cause them to run their .profile or .kshrc or such a thing, to get futher configuration. Therefore people are left with a totally bland unconfigured Unix environment in their xterms, and don't know how to change this since .profile is ignored. This problem shows hundreds of thousands of google hits. xdm is fundamentally broken, but we must solve this also for the startx methods, too, and for people running csh. It is clear that .xsession is not a solution to this problem at all (that is, assuming the people who suggest such a thing really mean a .xsession file with the execute bit set). This now becomes the recommended way for new users to get out of this stupid situation; if someone does not like it they can change it or delete it. Few will. Just watch. ok kettenis guenther millert | |||
2009-04-21 | move bsd and bsd.rd and all such other MD "sets" into the MD files, | Theo de Raadt | |
since we perhaps cannot assume that is what kernels will be in the pathetically stupid world that SGI created | |||
2009-04-17 | For SHA256 hashes to be ready to go onto the install media, we must | Theo de Raadt | |
build the sets before we build the media. While there we can get rid of DESTDIR/snapshot too, and simply install straight into RELEASEDIR. (This also ends up saving an astounding amount of traffic/latency in a nfs environment) | |||
2009-04-14 | build release sets before kernels (so that bsd.rd can know about at least | Theo de Raadt | |
some of the sets) | |||
2009-03-18 | unbreak make release, spotted by todd and kurt | Jacek Masiulaniec | |
2009-03-17 | enable smtpd in the build | Gilles Chehade | |
"please enable it" deraadt@ | |||
2008-06-15 | clean | Todd T. Fries | |
2008-06-14 | shorten SUBDIR list | Theo de Raadt | |
2008-06-14 | redo the way MAKEDEV files are generated | Todd T. Fries | |
get it in, deraadt@ | |||
2008-06-08 | Deprecate /etc/dhcpd.interfaces. This is made unnecessary by dhcpd_flags. | Jason Dixon | |
ok deraadt@ beck@ reyk@ phessler@ | |||
2008-05-25 | improve indentation. | Igor Sobrado | |
ok jsing@ | |||
2008-05-13 | Disable more wscons bits on socppc. | Miod Vallat | |
2008-05-13 | Plumb socppc in MAKEDEV machinery. | Miod Vallat | |
2008-03-19 | remove superfluous backslashes and semicolons | Igor Sobrado | |
ok deraadt@ | |||
2008-02-09 | Add .ssh and authorized keys to /etc/skel, makes setting up new | Ryan Thomas McBride | |
pubkey authentication users with the correct file permissions a bit easier. ok djm krw henning miod and many others | |||
2008-01-31 | enable snmpd in the build | Reyk Floeter | |
approved by deraadt@, ok thib@ | |||
2008-01-03 | revert back to using local zones for localhost. and IPv4/IPv6 reverse until | Jakob Schlyter | |
we've found a better solution for chrooted applications. | |||
2007-12-16 | remove localhost. zone (localhost. queries are handled by /etc/hosts) | Jakob Schlyter | |
replace IPv4 and IPv6 loopback zones with BIND's autogenerated empty zones. move root.hint to /var/named/etc remove empty directory /var/named/standard | |||
2007-12-07 | hoststated gets renamed to relayd. easier to type, and actually says | Theo de Raadt | |
what the daemon does - it is a relayer that pays attention to the status of pools of hosts; not a status checkers that happens to do some relaying | |||
2007-11-05 | Change chio.conf's group ownership to operator and mode to 644. | Michael Erdely | |
At this time, there is no sensitive information in that file. ok beck@, millert@, jdixon@, deraadt@ | |||
2007-10-08 | Add a sample configuration file for the newly imported ospf6d(8) daemon. | Esben Norby | |
ok dlg@ | |||
2007-08-01 | Retire OpenBSD/cats. Hardware is nice but prone to catch fire, and the firmware | Miod Vallat | |
is anything but useful. Nevertheless this was a very good platform to use as an OpenBSD/*arm* starting point, but nowadays this platform is not necessary anymore. Somehow these CATS motherboard are just like AUI hubs, with the difference that, when my AUI hub caught fire, 10base5 support was not removed from the networking code. | |||
2007-05-04 | incompletely killed the cksum bits | Theo de Raadt | |
2007-05-04 | stop shipping CKSUM files; people can use the MD5 files | Theo de Raadt | |
(this decreases build time a bit too) ok todd (and i assume legacy-architecture-miod would not object either) | |||
2007-02-27 | avoid messing with the cvs tag expansion | Theo de Raadt | |
2007-02-27 | /etc/spamd.conf moves to /etc/mail/spamd.conf | Bob Beck | |
2007-02-22 | sample sasyncd.conf, PR5387 sthen at symphytum.spacehopper.org, ok theo | Henning Brauer | |
2007-02-16 | s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip's | Marc Aurele La France | |
use of a GZIP environment variable for extra command flags. ok deraadt@, millert@ | |||
2007-01-31 | link hoststated to the builds. | Pierre-Yves Ritschard | |
ok miod@, henning@ | |||
2006-12-14 | Uncomment MAKEDEVARCH+=landisk. | Mark Kettenis | |
ok drahn@ | |||
2006-12-12 | enable bgplg, the bgp looking glass | Reyk Floeter | |
ok henning@ deraadt@ | |||
2006-11-10 | landisk has no wsconsctl.conf | Theo de Raadt | |
2006-10-29 | Add the _ripd user and startup stuff. | Esben Norby | |
ok claudio@ | |||
2006-10-10 | etc.landisk does not exist yet, dont try to build MAKEDEV for it yet either | Todd T. Fries | |
2006-10-06 | enable landisk MAKEDEV building later | Theo de Raadt | |
2006-07-27 | remove unused WCS stuff | Theo de Raadt | |
2006-07-27 | remove "snapshot" code, now that our snapshots are always actually | Theo de Raadt | |
releases... | |||
2006-07-24 | Build wscons stuff on vax (but no for bsd.rd yet) | Miod Vallat | |
2006-06-06 | System build pieces for armish arch. | Dale Rahn | |
2006-06-03 | do chio.conf install from right place | Theo de Raadt | |