Age | Commit message (Expand) | Author |
2018-04-27 | Move FREF() inside fd_getfile(). | Martin Pieuchot |
2018-04-27 | Fix an off-by-one in xhci_xfer_tdsize(). | Martin Pieuchot |
2018-04-27 | pledge earlier in preparation of pledgepath | Florian Obser |
2018-04-27 | Remove duplicate device identification so my usb drive attaches as a umass | Theo Buehler |
2018-04-27 | remove references to O flags in test messages | Bob Beck |
2018-04-27 | vmd(8): allow counter state readback via misc port for square wave mode | Mike Larkin |
2018-04-27 | Fix the prologue detection to match amd64 opcodes, not i386 opcodes | Philip Guenther |
2018-04-27 | Delete superfluous includes of <sys/file.> | Philip Guenther |
2018-04-27 | Make sure ld.so doesn't use floating point registers, as the lazy-binding | Philip Guenther |
2018-04-27 | pthread_join() must not return EINTR | Philip Guenther |
2018-04-27 | Restore mode on symlinks | Philip Guenther |
2018-04-27 | The i.MX8M has the same quirk as the i.MX6SX, where the CAP1 register | Patrick Wildt |
2018-04-27 | vmd(8): allow unlatch PIT reads | Mike Larkin |
2018-04-27 | Newer fec(4), like implemented on i.MX8M, have multiple interrupt lines | Patrick Wildt |
2018-04-27 | implement test for running in a hypervisor on amd64/i386 | Jonathan Gray |
2018-04-26 | - fix some macro abuse | Jason McIntyre |
2018-04-26 | fix build for smtp(1) after log.h update | Eric Faurot |
2018-04-26 | sync log.h with other daemons | Eric Faurot |
2018-04-26 | add some Xr, and shorten all "See blah(4) for details." to just "See blah(4)." | Jason McIntyre |
2018-04-26 | ioctlname() prototype is already in ../kdump/kdump.h | Philip Guenther |
2018-04-26 | vmd(8): fix some bugs in PIT mode setting | Mike Larkin |
2018-04-26 | tests for clearing out flags | Bob Beck |
2018-04-26 | Cast a multiplicand to ino_t to avoid overflow in 32*32=64 calculations | Philip Guenther |
2018-04-26 | vmd(8): some more long lines that got missed last time | Mike Larkin |
2018-04-26 | vmm(4): passthrough port 0x61 to vmd(8) | Mike Larkin |
2018-04-26 | vmd(8): handle PIT channel 2 status readback via port 0x61 | Mike Larkin |
2018-04-26 | Add error handling to unconfuse myself when playing with pledgepath(). | Florian Obser |
2018-04-26 | The frontend tells the main process when the startup is finished so | Florian Obser |
2018-04-26 | Hoist initialisations up; while here tighten not yet working pledge. | Florian Obser |
2018-04-26 | vmd(8): wrap some long lines | Mike Larkin |
2018-04-26 | Convert a format string variable to a static const char[] to reduce warnings | Philip Guenther |
2018-04-26 | Oups, we only need vmmci(4) for the ramdisk, not the whole vmm(4). | Peter Hessler |
2018-04-26 | vmd(8): bump virtio network max queue size to 256 (to match qemu) | Mike Larkin |
2018-04-26 | vmd(8): use #defines for queue indices and cleanup some code | Mike Larkin |
2018-04-26 | Prefer <fcntl.h> over <sys/fcntl.h> in userland | Philip Guenther |
2018-04-26 | No need for two copies of tricky user input gathering code. Just use | Kenneth R Westerback |
2018-04-26 | enable vmmci(4) on the ramdisks, so bsd.rd plays nicer when it powers off | Peter Hessler |
2018-04-26 | Since the previous commit, ssh regress test sftp-chroot was failing. | Alexander Bluhm |
2018-04-26 | fix OpenBSD release | Eric Faurot |
2018-04-26 | Add some range checks to make sure we don't attempt to store values | Kenneth R Westerback |
2018-04-26 | vmm(4): Rearrange some interrupt window exiting code | Mike Larkin |
2018-04-26 | vmd(8): fix broken networking on newer linux guest kernels | Mike Larkin |
2018-04-26 | Plug leak in error case of the common 'varset' implementations. | Kenneth R Westerback |
2018-04-26 | Prefer leaq+%rip-relative over movabsq | Philip Guenther |
2018-04-26 | Adjust regress for new rwxc flags instead of O_FLAGS | Bob Beck |
2018-04-26 | add a simple SMTP client | Eric Faurot |
2018-04-26 | Globally remember the passwd entry for _syslogd. The user id is | Alexander Bluhm |
2018-04-26 | Minimal macro cleanup. | Ingo Schwarze |
2018-04-26 | adjust to removed support for /etc/networks | Ingo Schwarze |
2018-04-26 | Fix previous. Adding "offset" to "maxval" was required. | YASUOKA Masahiko |