History log of /openbsd/etc/etc.sparc64/login.conf (Results 1 – 21 of 21)
Revision Date Author Comments
# 615efeaf 11-Dec-2023 kettenis <kettenis@openbsd.org>

Synchronize datasize-cur limit for staff with the default class.

ok deraadt@, millert@, phessler@


# 0f9e8641 12-Nov-2023 jca <jca@openbsd.org>

Bump datasize for the default login class, needed to build clang-16


# e9a172df 21-Feb-2022 robert <robert@openbsd.org>

cap the daemon login class' datasize at either 1G or 4G depending on
the architecture and set the bgpd class' datasize to either 16G or 1G

ok sthen@ and discussed with many


# 29ec0a10 04-Jan-2022 jmc <jmc@openbsd.org>

- add LDAP
- capitalise RADIUS when referring to the protocol
- remove tis

from raf czlonka
ok sthen ajacoutot


# 6d2c6693 12-Nov-2021 ajacoutot <ajacoutot@openbsd.org>

Bump maxproc-cur to 512 for the pbuild user.
This will prevent recurring failures in bulks ('cannot fork').

ok tb@ sthen@ deraadt@


# af6a71fe 25-Apr-2021 mortimer <mortimer@openbsd.org>

Bump pbuild stacksize to 8M.

Addresses a stack exhaustion issue with llvm11 and a small number of ports.

ok kettenis@


# c90ed944 11-Jan-2021 kettenis <kettenis@openbsd.org>

Bump default datasize-max and datasize-cur since clang now seems to
require more than 768M to build itself.

ok deraadt@


# 521e6185 07-Jan-2021 robert <robert@openbsd.org>

add a xenodm login class and bump openfiles to 512 to avoid running out
of file descriptors while running a busy desktop

the xenodm login class expands the records from the daemon login class

ok aj

add a xenodm login class and bump openfiles to 512 to avoid running out
of file descriptors while running a busy desktop

the xenodm login class expands the records from the daemon login class

ok aja@, deraadt@, kettenis@, sthen@

show more ...


# 885dbb90 23-May-2020 danj <danj@openbsd.org>

Remove useless line from daemon class in login.conf

We used to have different numbers of blowfish rounds between the
default and daemon classes in login.conf. On Jun 26, 2016, tedu
committed "upgrad

Remove useless line from daemon class in login.conf

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@

show more ...


# 38dc29e6 05-Nov-2019 solene <solene@openbsd.org>

Add a default priority of 5 for user _pbuild, this should help keeping system
responsive during packages compilation, especially on slower machines.

feedback welcome from people building ports

disc

Add a default priority of 5 for user _pbuild, this should help keeping system
responsive during packages compilation, especially on slower machines.

feedback welcome from people building ports

discussed with deraadt@

show more ...


# 62197c3f 08-Sep-2019 landry <landry@openbsd.org>

Bump datasize-cur to 4Gb for pbuild class on sparc64, rust is a pig.

ok semarie@


# 791377de 02-Jun-2019 jmc <jmc@openbsd.org>

spelling/grammar fixes; from larry hynes


# bb1f4f10 19-Feb-2019 jsg <jsg@openbsd.org>

sync staff datasize-cur with default
ok deraadt@


# bedfcc8c 03-Feb-2019 deraadt <deraadt@openbsd.org>

crank datasize, because mesa is a pig


# 80f9238a 06-Feb-2017 sthen <sthen@openbsd.org>

List openfiles-max explicitly in default /etc/login.conf files. Otherwise,
raising openfiles-cur above the implicit -max value (1024 on at least the
common arch) results in the setting not being appl

List openfiles-max explicitly in default /etc/login.conf files. Otherwise,
raising openfiles-cur above the implicit -max value (1024 on at least the
common arch) results in the setting not being applied at all.

Earlier version OK tom@ danj@ ajacoutot@ benno@ krw@ beck@, suggestion about
openfiles= from millert@ - changes in this version are to use 1024 for -max
rather than 512 to avoid changing the existing hard limit, and just use
openfiles= for bgpd/unbound where max and cur are the same value.

show more ...


# 69b58a8d 26-Jun-2016 tedu <tedu@openbsd.org>

upgrade selected login.conf to use auto rounds for bcrypt. the installer
already does this, so we don't want to go backwards on password changes.
ok krw


# 651e6709 23-Oct-2015 sthen <sthen@openbsd.org>

ypcipher isn't supported any more - it was already removed from login.conf(5)
and pwd_gensalt.c - so remove it from the default /etc/login.conf files as well.
ok millert@


# acb92636 20-Jul-2015 sthen <sthen@openbsd.org>

add class used by the _pbuild user for DPB, ok ajacoutot@


# fe51f237 17-Feb-2015 sthen <sthen@openbsd.org>

Add class section for unbound, using openfiles-cur=512 rather
than the daemon class' default of 128. Reminded by/ok ajacoutot@


# 18f9620c 22-Apr-2014 reyk <reyk@openbsd.org>

Remove the kerberos login methods.

ok henning@


# cf9c8788 26-Mar-2014 tedu <tedu@openbsd.org>

end experimental login.conf template support. one file per machine.
ok deraadt millert