Age | Commit message (Expand) | 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 |
2020-05-25 | Add a comment explaining the interaction between kcovclose() and | anton |
2020-05-25 | Use <dev/clock_subr.h> in mcclock(4). | Visa Hankala |
2020-05-25 | Use <dev/clock_subr.h> in mfokclock(4). | Visa Hankala |
2020-05-25 | Pass boothowto from the bootloader to the kernel on octeon. | Visa Hankala |
2020-05-25 | Mix board information into the entropy pool. | Visa Hankala |
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 |
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 |
2020-05-25 | Test that syslogd closes the UDP sockets only if not configured to | Alexander Bluhm |
2020-05-25 | When DNS lookup of an UDP loghost failed, syslogd(8) did close the | Alexander Bluhm |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-26 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | Instead of storing all UTF-8 characters in the extended cell which means | Nicholas Marriott |
2020-05-25 | For regular users sndioctl(1) can be restricted to pledge(2) "stdio", but since | Ricardo Mestre |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |
2020-05-25 | Kill unused cdev_pc_init(). | Martin Pieuchot |
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 |
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 |
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 |
2020-05-24 | sync | Theo de Raadt |
2020-05-24 | done() is no longer needed | Marc Espie |
2020-05-24 | Adjust the sanity check for patch file names to allow a hyphen. | Theo Buehler |
2020-05-24 | Relax the filename checks to allow dashes as well. Starting with | Theo Buehler |
2020-05-24 | Fix some stylistic nits from jsing. | Theo Buehler |
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 |
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 |
2020-05-24 | sync | Theo de Raadt |
2020-05-24 | Minimally document PKCS7_dataInit(3). | Ingo Schwarze |
2020-05-24 | Briefly mention the obsolete function OPENSSL_init(3). | Ingo Schwarze |
2020-05-24 | The version detection doesn't work on bluhm's test machine, causing | Theo Buehler |
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 |
2020-05-23 | those tempfiles no longer have names | Marc Espie |
2020-05-23 | Increase chances of getting a successful PCIe link on the i.MX8MM. | Patrick Wildt |
2020-05-23 | use rewind on tempfiles, so that we don't need to name them | Marc Espie |
2020-05-23 | Look at the openbsd,boothowto property and bring the bootarg parsing | Mark Kettenis |