summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2020-08-03grow to cope with clang10Theo de Raadt
2020-07-22build bsd.mp (issues remain, but doing the build effort is valuable already)Theo de Raadt
2020-07-22syncTheo de Raadt
2020-07-22create /dev nodes for sparc64 and powerpc console, so that dev_mkdbTheo de Raadt
will find them, and devname() in various programs won't return "??" ok kettenis
2020-07-18copy out bootblocksTheo de Raadt
2020-07-16regenMark Kettenis
2020-07-16Bootloader magic.Mark Kettenis
2020-07-16Add disk description for bootloader ramdisk.Mark Kettenis
2020-07-12Use su -fl to avoid sourcing /etc/profile / the target user's .profileJeremie Courreges-Anglas
This way rc.d and rcctl don't suffer from side effects in people's rc files. If you somehow used those files to set environment variables, you should have used login.conf as described in rc.d(8) instead. ok ajacoutot@
2020-07-06regen after kstat additionDavid Gwynne
2020-07-06wire up kstat(4).David Gwynne
it's only accessible to root:wheel. ok deraadt@
2020-07-05Build minirootXX.img for powerpc64.Mark Kettenis
2020-07-05Missing file needed for building releases.Mark Kettenis
2020-07-02Minimal fbtab for powerpc64.Mark Kettenis
2020-06-30Fix two places where carp backup state is misspelled in comments.Sebastian Benoit
ok claudio@
2020-06-29enter etc.powerpc64Theo de Raadt
2020-06-29powerpc64; picked the best bits from amd64 and arm64Mark Kettenis
2020-06-29regenMark Kettenis
2020-06-29Fix pasto.Mark Kettenis
2020-06-29powerpc64 MD bitsMark Kettenis
2020-06-29powerpc64 man page dirsTheo de Raadt
2020-06-26Switch cdio's default CDDB database to gnudb.gnudb.org:8880.Christian Weisgerber
The freedb.org CD track database has been discontinued. Retire cddb/888 from /etc/services. Nothing uses this any longer. gnudb.org uses the "cddbp-alt" port of 8880, but we don't need a services(5) entry for a single site. ok deraadt@
2020-06-23bump pbuild datasize limit to 8G to allow Firefox to build with Rust 1.44Christian Weisgerber
ok deraadt@
2020-06-23Enable virtual consoles on armv7, the same way it is done on arm64.Frederic Cambus
Tested on a Cubieboard2. OK patrick@
2020-06-23Sync armv7 fbtab with arm64 fbtab, leaving out drm devices.Frederic Cambus
OK deraadt@, patrick@
2020-06-22Install npppd.conf(5) with mode 0600 instead of 0640. npppd.conf(5) canmvs
store radius passwords and nothing requires it to be group readable. ok yasuoka@
2020-06-21tidy wording from when dnssec was enabled/disabled/reenabledStuart Henderson
ok kn gsoares
2020-06-21start wg with the other interfaces that rely on routing being up.David Gwynne
from Matt Dunwoodie and Jason A. Donenfeld ok deraadt@
2020-06-08growthTheo de Raadt
2020-06-03Import regenerated moduli file.Darren Tucker
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