Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-25 | Adjust fwrandom() to return 0 for sucess, -1 for failure | Theo de Raadt | |
2020-05-25 | add wsmoused support to efifb | Jonathan Gray | |
from John Carmack | |||
2020-05-25 | Add a comment explaining the interaction between kcovclose() and | anton | |
kcov_exit(). | |||
2020-05-25 | Use <dev/clock_subr.h> in mcclock(4). | Visa Hankala | |
Tested on Yeeloong. Looks good to miod@ | |||
2020-05-25 | Use <dev/clock_subr.h> in mfokclock(4). | Visa Hankala | |
Looks good to miod@ | |||
2020-05-25 | Pass boothowto from the bootloader to the kernel on octeon. | Visa Hankala | |
OK deraadt@ | |||
2020-05-25 | Mix board information into the entropy pool. | Visa Hankala | |
The data are static but they introduce differences between systems. OK deraadt@ | |||
2020-05-25 | regen | Patrick Wildt | |
2020-05-25 | ThingM blink(1) | Patrick Wildt | |
2020-05-25 | Add missing .Xr and .Nm, reword and simplify few sentences | Alexandre Ratchov | |
from schwarze@ | |||
2020-05-25 | Do not attempt to divide by zero when working out copy position. | Nicholas Marriott | |
2020-05-25 | Include title for the width of the menu. | Nicholas Marriott | |
2020-05-25 | The unmount-nested test creates 15 partitions with file systems. | Alexander Bluhm | |
Use FFS1 for newfs as the file system size is below the FFS2 minimum. | |||
2020-05-25 | Test that syslogd closes the UDP sockets only if not configured to | Alexander Bluhm | |
send UDP packets. | |||
2020-05-25 | When DNS lookup of an UDP loghost failed, syslogd(8) did close the | Alexander Bluhm | |
UDP sockets for sending messages. Keep the sockets open if the config allows to send UDP. Then they can be used to send if DNS is working during the next SIGHUP. bug reported and fix tested by sven falempin; OK millert@ | |||
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-11-26 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray | |
miod explained it was initially a long as it was thought drivers may need to allocate storage but in practice they don't need more than 32 bits for an attribute. suggested and reviewed by miod@ | |||
2020-05-25 | Instead of storing all UTF-8 characters in the extended cell which means | Nicholas Marriott | |
that 14 bytes are wasted for each character in the BMP, only store characters of three bytes or less in the cell itself and store others (outside the BMP or with combining characters) in a separate global tree. Can reduce grid memory use for heavy Unicode users by around 30%. | |||
2020-05-25 | For regular users sndioctl(1) can be restricted to pledge(2) "stdio", but since | Ricardo Mestre | |
it can also be run by root to access the raw devices directly for testing purposes it also needs "audio" promise hint from semarie@ ok ratchov@ | |||
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray | |
Suggested by John Carmack. miod agrees a rename would make sense and explained it was initially thought drivers may need to allocate storage but in practice they don't need more than 32 bits for an attribute. ok mpi@ | |||
2020-05-25 | Kill unused cdev_pc_init(). | Martin Pieuchot | |
ok kettenis@, visa@ | |||
2020-05-25 | make non-root filesystems ffs2 for landisk, sgi and luna88k; ok aoyama@ visa@ | Otto Moerbeek | |
2020-05-25 | Unfortunately, breaks UDP NFS under volume, when used on the src machine. | Theo de Raadt | |
backout until resolved. | |||
2020-05-25 | Add support for write operations to diskstrategy(). | Theo de Raadt | |
2020-05-25 | The dependencies were insufficient. | Theo de Raadt | |
2020-05-24 | Make "init-system -n" check vcpu and memory constraints | kn | |
Second attempt after config.c revision 1.37, this time merely delay the "-n" test until after constraint checks have been performed such that the PRI is still read, as required in order to get the total number of VCPUs and memory. OK kmos who also tested this | |||
2020-05-24 | msg | kn | |
2020-05-24 | Previous commit caught a few errx() cases by accident. undo them. | Theo Buehler | |
2020-05-24 | annotate I/O errors with the corresponding message | Marc Espie | |
(a full switch to err(3) would involve significant message changes) okay millert@ | |||
2020-05-24 | sync | Theo de Raadt | |
2020-05-24 | done() is no longer needed | Marc Espie | |
okay millert@ | |||
2020-05-24 | Adjust the sanity check for patch file names to allow a hyphen. | Theo Buehler | |
ok aja | |||
2020-05-24 | Relax the filename checks to allow dashes as well. Starting with | Theo Buehler | |
OpenBSD 6.9, we can use less awkward filenames. Initial diff by deraadt, ok aja | |||
2020-05-24 | Fix some stylistic nits from jsing. | Theo Buehler | |
ok jsing | |||
2020-05-24 | Clear SSL_MODE_AUTO_RETRY in libtls, since we handle WANT_POLLIN correctly. | Joel Sing | |
2020-05-24 | include newlines in FAIL messages | Theo Buehler | |
2020-05-24 | Remove leftover call to control_free_offsets and do not use for | Nicholas Marriott | |
non-control clients. | |||
2020-05-24 | address some nits from jsing | Theo Buehler | |
2020-05-24 | Correct one statement about how the 'm' command works, talk less | Ingo Schwarze | |
about ancient terminals, employ the more usual term "caret" rather than "up-arrow", and fix a few minor nits. Patch from Andras Farkas <deepbluemistake at gmail dot com>. Just committing right away because we don't currently install this file, but maybe we might in the future. | |||
2020-05-24 | sync | Theo de Raadt | |
2020-05-24 | Minimally document PKCS7_dataInit(3). | Ingo Schwarze | |
No comment when shown around among LibreSSL devs except "very very strange function" from beck@ and "cannot say much about it" from tb@. If needed, this can be further polished in the tree, review is still welcome. | |||
2020-05-24 | Briefly mention the obsolete function OPENSSL_init(3). | Ingo Schwarze | |
Suggested by bluhm@, OK beck@ tb@. | |||
2020-05-24 | The version detection doesn't work on bluhm's test machine, causing | Theo Buehler | |
the test to fail. Neuter it for now and just assume we do TLSv1.3. I have been intending to purge this version detection hack once I'm sure we can leave the 1.3 server enabled but I'll leave it here for now. | |||
2020-05-24 | Give control code its own state struct. | Nicholas Marriott | |
2020-05-24 | Now the tty has a pointer back to the client there is no point (and a | Nicholas Marriott | |
bit confusing) in it keeping a copy of the fd as well. Remove it. | |||
2020-05-23 | those tempfiles no longer have names | Marc Espie | |
okay millert@ | |||
2020-05-23 | Increase chances of getting a successful PCIe link on the i.MX8MM. | Patrick Wildt | |
Hold the reset GPIO for 100ms instead of 20ms, and also directly continue setting up the link instead of waiting for another 20ms. This brings us in line with what Linux is doing and removes the 10% risk of em(4) not showing up on my HummingBoard Pulse. ok kettenis@ | |||
2020-05-23 | use rewind on tempfiles, so that we don't need to name them | Marc Espie | |
switch to tmpfile() at the suggestion of millert@, so that the tempname creation code and the signal handlers/cleanup code can go away entirely. Small prototype tweak by Todd as well. okay millert@ | |||
2020-05-23 | Look at the openbsd,boothowto property and bring the bootarg parsing | Mark Kettenis | |
code in line with arm64. ok deraadt@ |