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