summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-25Adjust fwrandom() to return 0 for sucess, -1 for failureTheo de Raadt
2020-05-25add wsmoused support to efifbJonathan Gray
2020-05-25Add a comment explaining the interaction between kcovclose() andanton
2020-05-25Use <dev/clock_subr.h> in mcclock(4).Visa Hankala
2020-05-25Use <dev/clock_subr.h> in mfokclock(4).Visa Hankala
2020-05-25Pass boothowto from the bootloader to the kernel on octeon.Visa Hankala
2020-05-25Mix board information into the entropy pool.Visa Hankala
2020-05-25regenPatrick Wildt
2020-05-25ThingM blink(1)Patrick Wildt
2020-05-25Add missing .Xr and .Nm, reword and simplify few sentencesAlexandre Ratchov
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
2020-05-25Test that syslogd closes the UDP sockets only if not configured toAlexander Bluhm
2020-05-25When DNS lookup of an UDP loghost failed, syslogd(8) did close theAlexander Bluhm
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-26By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25Instead of storing all UTF-8 characters in the extended cell which meansNicholas Marriott
2020-05-25For regular users sndioctl(1) can be restricted to pledge(2) "stdio", but sinceRicardo Mestre
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-05-25Kill unused cdev_pc_init().Martin Pieuchot
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
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
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
2020-05-24syncTheo de Raadt
2020-05-24done() is no longer neededMarc Espie
2020-05-24Adjust the sanity check for patch file names to allow a hyphen.Theo Buehler
2020-05-24Relax the filename checks to allow dashes as well. Starting withTheo Buehler
2020-05-24Fix some stylistic nits from jsing.Theo Buehler
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
2020-05-24address some nits from jsingTheo Buehler
2020-05-24Correct one statement about how the 'm' command works, talk lessIngo Schwarze
2020-05-24syncTheo de Raadt
2020-05-24Minimally document PKCS7_dataInit(3).Ingo Schwarze
2020-05-24Briefly mention the obsolete function OPENSSL_init(3).Ingo Schwarze
2020-05-24The version detection doesn't work on bluhm's test machine, causingTheo Buehler
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
2020-05-23those tempfiles no longer have namesMarc Espie
2020-05-23Increase chances of getting a successful PCIe link on the i.MX8MM.Patrick Wildt
2020-05-23use rewind on tempfiles, so that we don't need to name themMarc Espie
2020-05-23Look at the openbsd,boothowto property and bring the bootarg parsingMark Kettenis