summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2020-05-25sync from MAKEDEV.mdkmos
2020-05-25Increase the default number of ldom and ttyV devices for sparc64 fromkmos
eight to sixteen. It's quite easy to be able to create that many LDOMs on the newer machines. Help making the change in the right place from Miod and otto@ ok kn@ "looks fine" deraadt@
2020-05-23Remove useless line from daemon class in login.confDaniel Jakots
We used to have different numbers of blowfish rounds between the default and daemon classes in login.conf. On Jun 26, 2016, tedu committed "upgrade selected login.conf to use auto rounds for bcrypt" for amd64, sparc64, i386, and maccpc. Since the class daemon inherits from the default class, the :localcipher=blowfish,a:\ is a duplicate. ok millert@ deraadt@ sthen@
2020-05-22Revert the following commit as it breaks hostname.if(5) lines with akn
backslash at the end for line continuation Breaking long lines into multiple ones must still be possible and does require to treat the backslash as an escape character. Breakage reported by Mark Patruck <mark at wrapped dot cx >, thanks! --- distrib/miniroot/install.sub revision 1.1151 etc/netstart revision 1.203 date: 2020/05/21 11:54:41; author: kn; state: Exp; lines: +2 -2; Do not treat backslashe as an escape character in hostname.if(5) lines ifstart() should always pass such lines unaltered, especially if they contain "nwid" or "description" lines with arbitrary strings. <bsdlisten at gmail dot com> reported SSIDs such as "Mike's" during installation end as broken; this was because the installer escaped the single quote using backslashes which ended up being treated as escape characters much later during hostname.if parsing in netstart(8). Ok deraadt
2020-05-21Fix stripcom() description wrt. comments not on their own linekn
Neither netstart's nor install.sub's (subtly different) implementations remove trailing comments on lines not starting as a comment, e.g., lines like "up #not down" go through unaltered and without "#not down" being removed. Only lines *beginning* with the comment sign ("#") are stripped. No functional change, just updating function descriptions.
2020-05-21Do not treat backslashe as an escape character in hostname.if(5) lineskn
ifstart() should always pass such lines unaltered, especially if they contain "nwid" or "description" lines with arbitrary strings. <bsdlisten at gmail dot com> reported SSIDs such as "Mike's" during installation end as broken; this was because the installer escaped the single quote using backslashes which ended up being treated as escape characters much later during hostname.if parsing in netstart(8). Ok deraadt
2020-05-17Change install images called *.fs to *.img. These are UFS filesystem images,Theo de Raadt
but additionally have a bootblock in the first 8K (since UFS does not use that space). There are some UEFI direct-from-internet bootloaders that require the name *.img. So this makes things more convenient for those, while keeping it consistant in all architectures. ok kettenis beck kn
2020-05-08less ugly upstream namesTheo de Raadt
2020-05-05watch the /.profile and the /.cshrc in the root directory;Ingo Schwarze
i noticed this is desirable while looking at an issue reported by Doug Moss <dougmoss710 at yahoo dot com> on bugs@; OK deraadt@ sthen@ tb@
2020-05-03repair headers, as noted by tbTheo de Raadt
2020-05-03correct dateTheo de Raadt
2020-04-29Sort variables and fix a comment.Antoine Jacoutot
No functional change.
2020-04-24regenAlexandre Ratchov
2020-04-24Bump audio devices count to 4Alexandre Ratchov
ok deraadt
2020-04-24rpki-client does not do privsep and also no chroot to /var/empty. ChangeClaudio Jeker
the user to 'rpki-client user' and the homedir to /nonexistent since it is not required for operation of rpki-client. OK deraadt@
2020-04-23"local-address" can be specified for both address families now, soStuart Henderson
no more need for separate v4/v6 groups. ok claudio@
2020-04-23Recent changes in usr/mdec require (substantial) growth of the ramdisk.Theo de Raadt
ok jsg kettenis, testing by kmos also
2020-04-18regenAlexandre Ratchov
2020-04-18Create /dev/audio* and /dev/rmidi* with mode 0660 and owned byAlexandre Ratchov
root:_sndiod. Stop creating unused /dev/mixer* devices. suggested by and ok deraadt
2020-04-18document the flags field, and combine flags in the rpki example;Jason McIntyre
ok deraadt
2020-04-16Suggest to update RPKI once an hour.job
In autonomous systems running bgpd(8) and rpki-client(8) on their edge routers, it may be beneficial when out-of-the-box all routers don't all do rpki fetches & bgp loads at the same time. It is expected behavior for RPKI information to un-evenly percolate towards the BGP edge in a staggered way. The 'once an hour' pace may be a reasonable balance between the needs of internet users, and what network operators tolerate in churn. OK deraadt@
2020-04-15Use the new random interval support in cron instead of a random sleep.Todd C. Miller
The random intervals used can be adjusted as needed. OK deraadt@
2020-04-05adjust day of the week and yearTheo Buehler
2020-04-05crank to 6.7-betaTheo de Raadt
2020-04-04clang bsd.rd is a bit bigger..Theo de Raadt
2020-04-03increase rdroot sizeJonathan Gray
ok kettenis@ deraadt@
2020-03-13Run getty on all /dev/ttyC* apart from ttyC0, since it might conflictPatrick Wildt
with /dev/console. Feedback from and ok kettenis@
2020-03-12syncPatrick Wildt
2020-03-12Add /dev/drm[0-3].Patrick Wildt
ok deraadt@
2020-03-12grow limits a bit because clang is a pig.Theo de Raadt
2020-03-11Bump the pbuild data size limit to 7G; Firefox 74 no longer builds in 6G.Christian Weisgerber
ok deraadt@
2020-03-10add 6.8 fw pubkeyStuart Henderson
2020-03-04add 6.8 syspatch public keyRobert Nagy
2020-02-28oops some snapshot tests fell inTheo de Raadt
2020-02-28syncTheo de Raadt
2020-02-276.8 packages keyChristian Weisgerber
2020-02-26add 6.8 base keyTheo de Raadt
2020-02-22Do not run _rc_parse_conf of /var/run/rc.d/foobar on "start".Antoine Jacoutot
This is needed in case a foobar fails to start but still returns 0. Changing its flags (in rc.conf.local) would then get ignored because of this cache (which is around to handle stop/check/reload on flags changes). claudio@ reported this issue when struggling with prometheus several weeks ago
2020-02-20Import regenerated moduli.Darren Tucker
2020-02-16Remove trailing backslasheskn
"prefix-set" blocks work with line breaks just fine, probably old macro leftover. OK job claudio
2020-02-12do not propagate TMPDIR and override value from /etc/locate.rc in weeklyJoerg Jung
effectively reverting r1.9 to follow principal of least surprise "this is fine" millert "i agree with direction" schwarze
2020-01-28sortChristian Weisgerber
2020-01-26try disconnecting old world boot.mac bootloader for a bitTed Unangst
2020-01-25sync rc.d/sshd with sshd proctitle change - listener has been modified toStuart Henderson
keep command-line arguments again; ok aja@ djm@
2020-01-24regenMartin Pieuchot
2020-01-24Use major 32 for dt(4).Martin Pieuchot
ok visa@, kettenis@, deraadt@
2020-01-24retire rebound etc bits to the atticTed Unangst
2020-01-24revert previous; guenther noted that the csh(1) part belongs in dot.loginOkan Demirmen
because each invocation will grow the path, but that exposed an interaction with loginShell:true in our dot.Xdefaults...
2020-01-23Extend PATH from login(1)/setusercontext(3) instead of overriding.Okan Demirmen
OK millert@
2020-01-23regen after adding pppacDavid Gwynne