Age | Commit message (Expand) | Author |
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 |
2018-04-26 | Delete support for the networks.by{name,addr} YP maps. | Ingo Schwarze |
2018-04-26 | Don't hide stderr; starting with 6.4 there will always be an SHA256.sig. | Antoine Jacoutot |
2018-04-26 | net80211: stub SIOCS80211SCAN, make ifconfig scan instant. | Paul Irofti |
2018-04-26 | Do not call getnetbyname(3) when parsing securenet(5) and ypserv.acl(5). | Ingo Schwarze |
2018-04-26 | Reorder trapframe/intrframe to put %rbp next to %rip and make it | Philip Guenther |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2018-04-26 | Do not try getnetbyname(3) if gethostbyname(3) returns no result. | Ingo Schwarze |
2018-04-26 | Make ed's 'l' command end lines with a '$' and make sure that literal | Martijn van Duren |
2018-04-26 | reorg error handling so it's always passed to class methods that can | Marc Espie |
2018-04-26 | remove mail.file.{8,c}, unused | Gilles Chehade |
2018-04-26 | remove unused Makefile | Gilles Chehade |
2018-04-26 | don't build mail.file | Gilles Chehade |
2018-04-26 | AF_LOCAL is #define-non-grata; 'local' is 'unix' | Philip Guenther |
2018-04-26 | vmm(4): remove some unnecessary kernel lock code from the SVM guest loop | Mike Larkin |
2018-04-26 | Consolidate duplicate error messages, 'return' is not a function so | Kenneth R Westerback |
2018-04-26 | Remove solock() surrounding PRU_CONTROL in soo_ioctl(). | Paul Irofti |
2018-04-26 | vmm(4): ensure SVM_INTERCEPT_INTR is always enabled before entering | Mike Larkin |
2018-04-26 | Reduce differences between isoch & bulk/intr routines. | Martin Pieuchot |
2018-04-26 | Follows section 6.2.3.6 to compute endpoint interval. | Martin Pieuchot |
2018-04-26 | prot_exec is the correct name; spotted by landry | Theo de Raadt |
2018-04-26 | nuke trailing whitespace | Bob Beck |
2018-04-26 | failure for exiting on signal | Bob Beck |
2018-04-26 | Add regress for .. being disallowed as it currently is | Bob Beck |
2018-04-26 | test double slash in paths | Bob Beck |
2018-04-26 | Moar regress | Bob Beck |
2018-04-26 | Regress additions and fixes for latest | Bob Beck |
2018-04-26 | Add a '-tunneldomain' ifconfig(8) option as shorthand for 'tunneldomain 0' | akoshibe |
2018-04-26 | Drop into ddb(4) if pmap_tlb_shoot*() take too much time in MP_LOCKDEBUG | Martin Pieuchot |
2018-04-26 | Rewrite fdcopy() to avoid memcpy()s. | Martin Pieuchot |
2018-04-26 | spelling error in log message | ccardenas |
2018-04-25 | Put function name on a separate line and zap stray whitespace. | Theo Buehler |
2018-04-25 | tweak previous; | Jason McIntyre |
2018-04-25 | The time-setting codepath can use pledge "settime" which was added for | Theo de Raadt |
2018-04-25 | Use a NUMKEYS macro instead of magic and use a more familiar idiom | Theo Buehler |
2018-04-25 | Simplify the handling of faults in iretq and xrstor by doing the | Philip Guenther |
2018-04-25 | vmm(4): clarify whose FPU state we are saving (change in a comment) | Mike Larkin |
2018-04-25 | Make this header standalone #if __BSD_VISIBLE, by including needed headers | Jeremie Courreges-Anglas |
2018-04-25 | Fix use of unreferenced vnode by decrementing the vnode's reference | Visa Hankala |
2018-04-25 | vmd(8)'s early error messages weren't visible when started via /etc/rc | Mike Larkin |
2018-04-25 | In asn1.h rev. 1.46 2018/04/25 11:48:21, tb@ added const qualifiers | Ingo Schwarze |
2018-04-25 | tyop in previous | Daniel Jakots |
2018-04-25 | Avoid talking about the innternal, undocumented data type "struct lhash_st", | Ingo Schwarze |
2018-04-25 | Document the callbacks as taking "SSL *" and "SSL_CTX *" arguments | Ingo Schwarze |
2018-04-25 | cheat-list for PORTS_PRIVSEP, summarized from dpb(1) | Marc Espie |
2018-04-25 | In ssl.h rev. 1.156 2018/04/25 07:10:39, tb@ added const qualifiers | Ingo Schwarze |
2018-04-25 | remove whitespace before closing parens | Theo Buehler |
2018-04-25 | remove the largely out of date examples related to kernel | Jason McIntyre |
2018-04-25 | New regress to handle flags | Bob Beck |