summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-25Adjust fwrandom() to return 0 for sucess, -1 for failureTheo de Raadt
2020-05-25add wsmoused support to efifbJonathan Gray
from John Carmack
2020-05-25Add a comment explaining the interaction between kcovclose() andanton
kcov_exit().
2020-05-25Use <dev/clock_subr.h> in mcclock(4).Visa Hankala
Tested on Yeeloong. Looks good to miod@
2020-05-25Use <dev/clock_subr.h> in mfokclock(4).Visa Hankala
Looks good to miod@
2020-05-25Pass boothowto from the bootloader to the kernel on octeon.Visa Hankala
OK deraadt@
2020-05-25Mix board information into the entropy pool.Visa Hankala
The data are static but they introduce differences between systems. OK deraadt@
2020-05-25regenPatrick Wildt
2020-05-25ThingM blink(1)Patrick Wildt
2020-05-25Add missing .Xr and .Nm, reword and simplify few sentencesAlexandre Ratchov
from schwarze@
2020-05-25Do not attempt to divide by zero when working out copy position.Nicholas Marriott
2020-05-25Include title for the width of the menu.Nicholas Marriott
2020-05-25The 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-25Test that syslogd closes the UDP sockets only if not configured toAlexander Bluhm
send UDP packets.
2020-05-25When DNS lookup of an UDP loghost failed, syslogd(8) did close theAlexander 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-25By popular demand and peer pressure, check-in work in progress work to supportMiod 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-26By popular demand and peer pressure, check-in work in progress work to supportMiod 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-25change wsdisplay attribute type from long to uint32_tJonathan 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-25Instead of storing all UTF-8 characters in the extended cell which meansNicholas 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-25For regular users sndioctl(1) can be restricted to pledge(2) "stdio", but sinceRicardo 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-25rename 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-25Kill unused cdev_pc_init().Martin Pieuchot
ok kettenis@, visa@
2020-05-25make non-root filesystems ffs2 for landisk, sgi and luna88k; ok aoyama@ visa@Otto Moerbeek
2020-05-25Unfortunately, breaks UDP NFS under volume, when used on the src machine.Theo de Raadt
backout until resolved.
2020-05-25Add support for write operations to diskstrategy().Theo de Raadt
2020-05-25The dependencies were insufficient.Theo de Raadt
2020-05-24Make "init-system -n" check vcpu and memory constraintskn
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-24msgkn
2020-05-24Previous commit caught a few errx() cases by accident. undo them.Theo Buehler
2020-05-24annotate I/O errors with the corresponding messageMarc Espie
(a full switch to err(3) would involve significant message changes) okay millert@
2020-05-24syncTheo de Raadt
2020-05-24done() is no longer neededMarc Espie
okay millert@
2020-05-24Adjust the sanity check for patch file names to allow a hyphen.Theo Buehler
ok aja
2020-05-24Relax the filename checks to allow dashes as well. Starting withTheo Buehler
OpenBSD 6.9, we can use less awkward filenames. Initial diff by deraadt, ok aja
2020-05-24Fix some stylistic nits from jsing.Theo Buehler
ok jsing
2020-05-24Clear SSL_MODE_AUTO_RETRY in libtls, since we handle WANT_POLLIN correctly.Joel Sing
2020-05-24include newlines in FAIL messagesTheo Buehler
2020-05-24Remove leftover call to control_free_offsets and do not use forNicholas Marriott
non-control clients.
2020-05-24address some nits from jsingTheo Buehler
2020-05-24Correct one statement about how the 'm' command works, talk lessIngo 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-24syncTheo de Raadt
2020-05-24Minimally 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-24Briefly mention the obsolete function OPENSSL_init(3).Ingo Schwarze
Suggested by bluhm@, OK beck@ tb@.
2020-05-24The version detection doesn't work on bluhm's test machine, causingTheo 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-24Give control code its own state struct.Nicholas Marriott
2020-05-24Now the tty has a pointer back to the client there is no point (and aNicholas Marriott
bit confusing) in it keeping a copy of the fd as well. Remove it.
2020-05-23those tempfiles no longer have namesMarc Espie
okay millert@
2020-05-23Increase 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-23use rewind on tempfiles, so that we don't need to name themMarc 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-23Look at the openbsd,boothowto property and bring the bootarg parsingMark Kettenis
code in line with arm64. ok deraadt@