summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-30Clear the DMA select bits in case we use PIO instead of DMA. SomePatrick Wildt
2018-05-30The open POSIX test suite reveals that sigpause(int sigmask) fromAlexander Bluhm
2018-05-30tweak previous;Jason McIntyre
2018-05-30Remove comcnspeed variable, which gets set but is never actually used.Mark Kettenis
2018-05-30port -u userlist option from update-plist, as suggested by sthen@.Marc Espie
2018-05-30teach mail.maildir how to junk mails if -j option is set and X-Spam isGilles Chehade
2018-05-30Add a const qualifier to the return value of BIO_s_file().Theo Buehler
2018-05-29it turns out we can provide syntaxic sugar for an LMTP action in smtpd.confGilles Chehade
2018-05-29RECIPIENT should really be the dest address, post-expansion, not rcptGilles Chehade
2018-05-29remove unused functionEric Faurot
2018-05-29missing caseEric Faurot
2018-05-29no need to parse and dump the relayhost in the lookup process.Eric Faurot
2018-05-29Make md_consoleinfo() set the appropriate variables that make install.subMark Kettenis
2018-05-29When adjusting the speed of a 'console' tty entry, also change entriesMark Kettenis
2018-05-29Remove redundant value= attributes from option elements,Ingo Schwarze
2018-05-29remove unused codeEric Faurot
2018-05-29simplify mail.maildir as well as the parse.y glueGilles Chehade
2018-05-29provide mail user agents with the same environments as PostfixGilles Chehade
2018-05-29Lock the device vnode when calling vinvalbuf() in ext2fs_reload(),Visa Hankala
2018-05-29Improve `checkpatch' descriptionkn
2018-05-29remove paragraph that's no longer true about authenticated users beingGilles Chehade
2018-05-29If foo doesn't exist and can't be expanded in #{?foo,a,b} then assume itNicholas Marriott
2018-05-29`f_mtx' must block interrupts as long as it is taken w/ and w/o theMartin Pieuchot
2018-05-29syncTheo de Raadt
2018-05-29Delete support for the print_otag(sw) * and - modifiers,Ingo Schwarze
2018-05-29Ignore author-specified -width arguments for -tag and -hang listsIngo Schwarze
2018-05-288 spaces -> tabTheo Buehler
2018-05-28Initialize FIFO watermark thresholds. Fixes DMA issues on controllers thatMark Kettenis
2018-05-28Make sure that the inetd echo and nonxt protocol reflectors areAlexander Bluhm
2018-05-28More steps for i386 Meltdown fix:Alexander Bluhm
2018-05-28Cleanup bootconfig.h and use strlcpy() to copy boot arguments.Mark Kettenis
2018-05-28Remove unused include file.Mark Kettenis
2018-05-28Drop include of <arm64/swi.h> and remove it.Mark Kettenis
2018-05-28Call readdisksector() instead of rolling our own. Drop <sys/systm.h>Mark Kettenis
2018-05-28fix mail-from in relay rules, was not propagated from grammar to mtaGilles Chehade
2018-05-28rwsleep: generalize to support both read- and write-locks.cheloha
2018-05-28Constipate a bunch of time functionsPhilip Guenther
2018-05-28zero memory before calling text_to_relayhost()Eric Faurot
2018-05-28stop processing envelope if smarthost parsing failedEric Faurot
2018-05-28Call vput(dvp) in vnode operation functions instead of calling it inVisa Hankala
2018-05-28When mounting an ext2 filesystem, lock the device vnode for the durationVisa Hankala
2018-05-28John Gardner tells me that among frontend developers, gratuitous useIngo Schwarze
2018-05-28URL-fragment strings can only contain certain characters.Ingo Schwarze
2018-05-28When looking for panes, ignore dead ones (with -1 fileNicholas Marriott
2018-05-28Document escaping inside conditionals, from "sadie-parayno" in GitHubNicholas Marriott
2018-05-28regenMartin Pieuchot
2018-05-28missing m_close()Eric Faurot
2018-05-28Next step in disentangling the switches in in_ioctl(). Split out theTheo Buehler
2018-05-28regenMartin Pieuchot
2018-05-28Grab the KERNEL_LOCK() after socreate() and soconnect2() in socket(2)Martin Pieuchot