summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-04-26Delete support for the networks.by{name,addr} YP maps.Ingo Schwarze
2018-04-26Don't hide stderr; starting with 6.4 there will always be an SHA256.sig.Antoine Jacoutot
2018-04-26net80211: stub SIOCS80211SCAN, make ifconfig scan instant.Paul Irofti
2018-04-26Do not call getnetbyname(3) when parsing securenet(5) and ypserv.acl(5).Ingo Schwarze
2018-04-26Reorder trapframe/intrframe to put %rbp next to %rip and make itPhilip Guenther
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2018-04-26Do not try getnetbyname(3) if gethostbyname(3) returns no result.Ingo Schwarze
2018-04-26Make ed's 'l' command end lines with a '$' and make sure that literalMartijn van Duren
2018-04-26reorg error handling so it's always passed to class methods that canMarc Espie
2018-04-26remove mail.file.{8,c}, unusedGilles Chehade
2018-04-26remove unused MakefileGilles Chehade
2018-04-26don't build mail.fileGilles Chehade
2018-04-26AF_LOCAL is #define-non-grata; 'local' is 'unix'Philip Guenther
2018-04-26vmm(4): remove some unnecessary kernel lock code from the SVM guest loopMike Larkin
2018-04-26Consolidate duplicate error messages, 'return' is not a function soKenneth R Westerback
2018-04-26Remove solock() surrounding PRU_CONTROL in soo_ioctl().Paul Irofti
2018-04-26vmm(4): ensure SVM_INTERCEPT_INTR is always enabled before enteringMike Larkin
2018-04-26Reduce differences between isoch & bulk/intr routines.Martin Pieuchot
2018-04-26Follows section 6.2.3.6 to compute endpoint interval.Martin Pieuchot
2018-04-26prot_exec is the correct name; spotted by landryTheo de Raadt
2018-04-26nuke trailing whitespaceBob Beck
2018-04-26failure for exiting on signalBob Beck
2018-04-26Add regress for .. being disallowed as it currently isBob Beck
2018-04-26test double slash in pathsBob Beck
2018-04-26Moar regressBob Beck
2018-04-26Regress additions and fixes for latestBob Beck
2018-04-26Add a '-tunneldomain' ifconfig(8) option as shorthand for 'tunneldomain 0'akoshibe
2018-04-26Drop into ddb(4) if pmap_tlb_shoot*() take too much time in MP_LOCKDEBUGMartin Pieuchot
2018-04-26Rewrite fdcopy() to avoid memcpy()s.Martin Pieuchot
2018-04-26spelling error in log messageccardenas
2018-04-25Put function name on a separate line and zap stray whitespace.Theo Buehler
2018-04-25tweak previous;Jason McIntyre
2018-04-25The time-setting codepath can use pledge "settime" which was added forTheo de Raadt