Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-10 | Regen | Kenneth R Westerback | |
2022-11-09 | Regen | Kenneth R Westerback | |
2022-11-06 | regen after /dev/pf? cleanup (only /dev/pf exists) | Klemens Nanni | |
2022-02-21 | cap the daemon login class' datasize at either 1G or 4G depending on | Robert Nagy | |
the architecture and set the bgpd class' datasize to either 16G or 1G ok sthen@ and discussed with many | |||
2022-01-04 | - add LDAP | Jason McIntyre | |
- capitalise RADIUS when referring to the protocol - remove tis from raf czlonka ok sthen ajacoutot | |||
2021-11-11 | Regen after switch(4) removal | Claudio Jeker | |
2021-11-11 | /dev/switch[0-4] is no longer needed. | Claudio Jeker | |
2021-04-25 | Bump pbuild stacksize to 8M. | mortimer | |
Addresses a stack exhaustion issue with llvm11 and a small number of ports. ok kettenis@ | |||
2021-04-02 | sync | Theo de Raadt | |
2021-04-02 | don't put ptys onto the ramdisk media | Theo de Raadt | |
from miod | |||
2021-01-07 | add a xenodm login class and bump openfiles to 512 to avoid running out | Robert Nagy | |
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@ | |||
2020-07-06 | regen after kstat addition | David Gwynne | |
2020-07-06 | wire up kstat(4). | David Gwynne | |
it's only accessible to root:wheel. ok deraadt@ | |||
2020-05-17 | Change 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-04-18 | regen | Alexandre Ratchov | |
2020-01-23 | regen after adding pppac | David Gwynne | |
2020-01-23 | wire up pppac(4). | David Gwynne | |
with help from claudio@ | |||
2020-01-21 | regen | Martin Pieuchot | |
2020-01-21 | Add /dev/dt | Martin Pieuchot | |
2019-12-14 | sync | Theo de Raadt | |
2019-11-05 | Add a default priority of 5 for user _pbuild, this should help keeping system | solene | |
responsive during packages compilation, especially on slower machines. feedback welcome from people building ports discussed with deraadt@ | |||
2019-09-15 | Add ttyC4 to lost of devices to change when logging in on ttyC0 (and in | Mark Kettenis | |
some cases also the serial console) such that X can use it as its VT when running without root privileges. ok jsg@, matthieu@ | |||
2019-06-11 | regen | Joshua Stein | |
2019-06-02 | spelling/grammar fixes; from larry hynes | Jason McIntyre | |
2018-07-28 | sync | Alexandre Ratchov | |
2017-11-14 | sync | Christian Weisgerber | |
2017-10-16 | sync | Christian Weisgerber | |
2017-04-04 | cp -p the bootblocks to RELEASEDIR; ok tb | Theo de Raadt | |
2017-02-06 | List openfiles-max explicitly in default /etc/login.conf files. Otherwise, | Stuart Henderson | |
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. | |||
2016-12-31 | sync | Kenji Aoyama | |
2016-12-31 | Add xp(4), LUNA's I/O processor entry. | Kenji Aoyama | |
"No problem" deraadt@ | |||
2016-09-11 | sync | Theo de Raadt | |
2016-09-11 | cua/tty nodes only need group dialer, the initial uid does not | Theo de Raadt | |
matter much -- and "uucp" is just stupid in 2016. ok rpe | |||
2016-09-11 | sync | Theo de Raadt | |
2016-09-08 | sync after /dev/sound* removal | Alexandre Ratchov | |
2016-09-04 | regen | Christian Weisgerber | |
2016-09-04 | Remove the tape block device nodes. | Christian Weisgerber | |
While here, also remove two forgotten descriptions for long obsolete devices. | |||
2016-09-02 | sync | Kazuya Goda | |
2016-09-02 | Add switch(4) cdev entry | Kazuya Goda | |
ok deraadt@ yasuoka@ reyk@ | |||
2016-04-28 | Replace /dev/bpf[0-9] with /dev/bpf and /dev/bpf0. The /dev/bpf node is | Martin Natano | |
unused for now, but I plan to convert all programs in base to use it in a future diff. /dev/bpf0 is for compatibility with existing binaries and is to be removed after a transition period. ok rpe krw, for the installer part "Let's see it hit the tree." deraadt | |||
2016-04-25 | regen | Ted Unangst | |
2016-04-25 | burn down the systrace | Ted Unangst | |
2016-03-12 | regen generated files after MAKEDEVs commits | Marc Espie | |
2015-11-10 | sync | Stuart Henderson | |
2015-11-10 | sync | Stuart Henderson | |
2015-10-23 | ypcipher isn't supported any more - it was already removed from login.conf(5) | Stuart Henderson | |
and pwd_gensalt.c - so remove it from the default /etc/login.conf files as well. ok millert@ | |||
2015-10-23 | Sync (after tap addition) | Claudio Jeker | |
2015-10-23 | MAKEDEV bits for tap(4) | Claudio Jeker | |
OK dlg@ mpi@ | |||
2015-08-18 | Add a couple of ":"s at the end of lines for consistancy. Not required, | Kenneth R Westerback | |
but these are the only two lines in any disktab that do it this way. ok miod@ | |||
2015-08-14 | The disktab attribute 'ty' was used to set D_REMOVEABLE and D_RAMDISK | Kenneth R Westerback | |
flags in the disklabel. These flags were discarded in 2006. Remove documentation for and instances of 'ty'. Add instances of 'dt' that were missing. Use 'floppy' as the value of 'dt' for all floppies and 'rdroot' for all boot images/miniroots. Add 'rdroot' to dktypenames and an associated #define DTYPE_RDROOT, since 'dt' values are parsed by matching entries in dktypenames[]. Slightly tweaked part of larger cleanup diff previously ok deraadt@. |