Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-27 | do not tset if the terminal is already xterm; ok matthieu guenther | Theo de Raadt | |
2009-04-26 | remove "set require-order no", it is now the default | Stuart Henderson | |
2009-04-26 | correct case; it has to be loginShell | Theo de Raadt | |
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-25 | remove some archaic stuff. Are we still telling people to not use telnet? ↵ | Theo de Raadt | |
That is not our job. | |||
2009-04-23 | shorten subject to be prettier | Theo de Raadt | |
2009-04-23 | the crt option is a good default for new users; ok millert | Theo de Raadt | |
2009-04-22 | no more bsdsbc kernels; probably not needed anymore I read from discussion | Theo de Raadt | |
between nick and miod | |||
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-20 | do NOT set defaults to their default here | Theo de Raadt | |
2009-04-17 | a scrub was hiding here when nfs was enabled. since we want the no-df | Henning Brauer | |
behaviour here replace by an explicit set reassemble yes no-df. noticed by Valery Masiutsin <val.masutin at gmail dot com> | |||
2009-04-17 | sync | Theo de Raadt | |
2009-04-17 | bpf0 can be created by MAKEDEV; ok krw | Theo de Raadt | |
2009-04-17 | remove some junk | Theo de Raadt | |
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-04-12 | regen | Mark Kettenis | |
2009-04-12 | Add /dev/mdesc. | Mark Kettenis | |
2009-04-06 | reassembly works different now | Henning Brauer | |
2009-04-05 | regen; | Jason McIntyre | |
2009-04-05 | video(4) devices use v4l2 api; from J.C. Roberts | Jason McIntyre | |
ok miod | |||
2009-04-02 | restore previous behaviour and reach directly to libexec for | Jacek Masiulaniec | |
makemap as !sendmail versions of this binary are not valid here. pointed out by and ok sthen@ | |||
2009-03-25 | Regen | Miod Vallat | |
2009-03-25 | Move drm from ``console ports'' to ``special purpose devices'' section. | Miod Vallat | |
2009-03-24 | increase maxproc | Nikolay Sturm | |
ok deraadt, millert | |||
2009-03-23 | Small rewording to remove ambiguity. | Antoine Jacoutot | |
A package can actually "change" after an update even if its version does not and yet it will not appear in the security(8) output. wording by eric@ ok mbalmer@ | |||
2009-03-18 | the ellipsis is not an optional argument. | Igor Sobrado | |
ok miod@ | |||
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@ | |||
2009-03-17 | move smtpd.conf to etc/mail/ directory. it is not installed yet by the | Gilles Chehade | |
build | |||
2009-03-16 | support for smtpd(8); ok gilles@ | Jacek Masiulaniec | |
2009-03-16 | add secrets.db; ok gilles@ | Jacek Masiulaniec | |
2009-03-16 | add smtpd files and dirs; ok gilles@ | Jacek Masiulaniec | |
2009-03-16 | run makemap through mailwrapper(8), to avoid conflict between | Jacek Masiulaniec | |
sendmail and smtpd. ok gilles@, "Go go go!" todd@ | |||
2009-03-10 | do not give an example which implies people should put their hostname on | Theo de Raadt | |
127.0.0.1 or ::1 lots of discussion with many, but ok krw | |||
2009-03-05 | add _smtpd to ftpusers | Gilles Chehade | |
2009-03-04 | add _smtpd, ok deraadt@ | Gilles Chehade | |
2009-03-04 | add user and group for smtpd | Gilles Chehade | |
discussed with pyr@ and deraadt@ | |||
2009-03-04 | Don't synchronise carp states in default PF ruleset, these get created | Ryan Thomas McBride | |
on each host and end up conflicting, so they never sync anyways. ok dlg henning | |||
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-03-01 | Support for MVME165 board - code written in april 2006, eventually debugged | Miod Vallat | |
last month. | |||
2009-02-23 | A newruleset that contains actual blocks people can use if they | Theo de Raadt | |
uncomment them. this is no longer a sample. everything in here now must be completely legit. discussed at length with henning, claudio, and sthen ok sthen | |||
2009-02-14 | ftpd(8) allows users to connect when listed in /etc/ftpchroot too; | Igor Sobrado | |
this change has been suggested by form@ as a part of a larger issue we are looking at right now. grammatical review by jmc@ ok millert@ | |||
2009-02-13 | nobody is for NFS, and nobody should *&^#@$ use it for anything else | Theo de Raadt | |
2009-02-10 | Fix some typos | giovanni | |
ok sthen@ | |||
2009-02-08 | Move to 4.5-BETA | Miod Vallat | |
2009-02-06 | regen | Alexander Yurchenko | |
2009-02-06 | Bump the number of /dev/sd* files on usb-capable archs. With modern | Alexander Yurchenko | |
all-in-one usb card readers and memory sticks you run out of sd device files very quickly with default install. This doesn't affect install media. ok krw@ miod@ | |||
2009-02-06 | Use $Mdocdate$ instead of date(1). | Alexander Yurchenko | |
ok miod@ |