summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-04-25Use a NUMKEYS macro instead of magic and use a more familiar idiomTheo Buehler
2018-04-25Simplify the handling of faults in iretq and xrstor by doing thePhilip Guenther
2018-04-25vmm(4): clarify whose FPU state we are saving (change in a comment)Mike Larkin
2018-04-25Make this header standalone #if __BSD_VISIBLE, by including needed headersJeremie Courreges-Anglas
2018-04-25Fix use of unreferenced vnode by decrementing the vnode's referenceVisa Hankala
2018-04-25vmd(8)'s early error messages weren't visible when started via /etc/rcMike Larkin
2018-04-25In asn1.h rev. 1.46 2018/04/25 11:48:21, tb@ added const qualifiersIngo Schwarze
2018-04-25tyop in previousDaniel Jakots
2018-04-25Avoid talking about the innternal, undocumented data type "struct lhash_st",Ingo Schwarze
2018-04-25Document the callbacks as taking "SSL *" and "SSL_CTX *" argumentsIngo Schwarze
2018-04-25cheat-list for PORTS_PRIVSEP, summarized from dpb(1)Marc Espie
2018-04-25In ssl.h rev. 1.156 2018/04/25 07:10:39, tb@ added const qualifiersIngo Schwarze
2018-04-25remove whitespace before closing parensTheo Buehler
2018-04-25remove the largely out of date examples related to kernelJason McIntyre
2018-04-25New regress to handle flagsBob Beck