Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-19 | sync | anton | |
2018-08-19 | Add kcov(4), a kernel code coverage tracing driver. It's used in conjunction | anton | |
with the syzkaller kernel fuzzer. So far, 8 distinct panics have been found and fixed. This effort will continue. kcov is limited to architectures using Clang as their default compiler and is not enabled by default. With help from mpi@, thanks! ok kettenis@ mpi@ visa@ | |||
2018-07-28 | sync | Alexandre Ratchov | |
2017-11-14 | sync | Christian Weisgerber | |
2017-10-16 | sync | Christian Weisgerber | |
2017-07-21 | sync | Mike Belopuhov | |
2017-07-08 | Increase size to make slaacd fit. | Florian Obser | |
Size problem noted by me, correct fix from deraadt@ | |||
2017-06-13 | The KARL compile.tgz linkkit adds some growth to the base set. | Theo de Raadt | |
Prepare the install*.fs files for this growth. | |||
2017-04-04 | cp -p the bootblocks to RELEASEDIR; ok tb | Theo de Raadt | |
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano | |
machdep.lidaction=0 # do nothing machdep.lidaction=1 # suspend machdep.lidaction=2 # hibernate lidsuspend is just an alias for lidaction, so if you change one, the other one will have the same value. The plan is to remove machdep.lidsuspend eventually when people have upgraded their /ets/sysctl.conf. discussed with deraadt, who came up with the new MIB name no objections mlarkin ok stsp halex jcs | |||
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-30 | resize some of the ramdisks and miniroots that can be larger. | Theo de Raadt | |
2016-11-25 | Increase default datasize limit from 512M to 768M on amd64. This | Alexander Bluhm | |
allows to build xenocara with extra options in malloc.conf. OK 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 | 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-06-26 | upgrade selected login.conf to use auto rounds for bcrypt. the installer | Ted Unangst | |
already does this, so we don't want to go backwards on password changes. ok krw | |||
2016-05-21 | sync | Theo de Raadt | |
2016-05-21 | sync | Theo de Raadt | |
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 | |
2016-02-05 | Regen | Masao Uebayashi | |
2016-02-05 | Add ipmi(4) cdev entry on amd64 and i386 | Masao Uebayashi | |
2016-01-27 | sync | Reyk Floeter | |
2016-01-27 | Add /dev/pvbus0 (mode 0640) to MAKEDEV on i386 and amd64. | Reyk Floeter | |
Needed for the key-value interface that has been added to pvbus(4). OK mikeb@ | |||
2015-12-21 | regen MAKEDEV | Stefan Fritsch | |
2015-12-21 | add virtio-console driver | Stefan Fritsch | |
This patch adds a new driver for use of virtio-console devices as ttys. It's still in an early state and not compiled by default, yet. Currently it is only wired into amd64. i386 is still missing. Discussed with uebayasi@, deraadt@ | |||
2015-12-21 | regen MAKEDEV | Stefan Fritsch | |
2015-11-10 | sync | Stuart Henderson | |
2015-11-10 | sync | Stuart Henderson | |
2015-11-10 | add /dev/vmm, req'd by and ok mlarkin@ | 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-09-07 | sync to BOOTIA32.EFI change | Theo de Raadt | |
2015-09-02 | copy from mdec to reldir | Theo de Raadt | |
2015-09-02 | ship BOOTX64.EFI BOOTX86.EFI | Theo de Raadt | |
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@. | |||
2015-08-13 | 'sk', 'cs', 'hs', 'ts' were removed from getdiskbyname() in 2007 | Kenneth R Westerback | |
with r1.18. 'rm' and 'il' were removed from getdiskbyname() in 2009 with r1.19. The associated disklabel fields were recycled for other purposes. Another 'harmless' part of the larger disklabel cleanup diff. ok deraadt@ as part of that larger diff. | |||
2015-07-26 | Fix ba# attribute in rdroot entry. It should be 4096 (a valid size for | Kenneth R Westerback | |
a FFS block), not 4480 (the size of the partition). ok millert@ | |||
2015-07-20 | add class used by the _pbuild user for DPB, ok ajacoutot@ | Stuart Henderson | |
2015-06-16 | Typos in comments; Ville Valkonen | Miod Vallat | |
2015-02-17 | Add class section for unbound, using openfiles-cur=512 rather | Stuart Henderson | |
than the daemon class' default of 128. Reminded by/ok ajacoutot@ | |||
2015-01-20 | increase limits for staff (user created at install time is in staff) | Theo de Raadt | |