openbsd
2017-05-31 antonDrop -t option from ctags call.
2017-05-31 floriando not leak address and dfr proposals if an interface...
2017-05-31 teduwe can just use void for functions that always return 0.
2017-05-31 teduadd a workaround for the rebound portjacking hijinks...
2017-05-31 florianremove DEBUG_IMSG; I have figured out imsg flow by...
2017-05-31 tedumake a copy of the first EV_SET argument to prevent...
2017-05-31 markusremove now obsolete ctx from ssh_dispatch_run; ok djm@
2017-05-31 antonAllow replacement of UTF-8 characters in vi mode.
2017-05-31 jsgca_revoke() gets called two ways. Directly from ca_opt...
2017-05-31 jmctweak previous;
2017-05-31 mpiMove IPv4 & IPv6 incoming/forwarding path, PIPEX ppp...
2017-05-31 jmatthewadd some details relating to SATA device power management
2017-05-31 jmatthewfix SATA_SStatus_DET_OFFLINE value and add newer SStatu...
2017-05-31 markususe the ssh_dispatch_run_fatal variant
2017-05-31 dlgfold the vnetid and parent lines into a single encap...
2017-05-31 dlgmake vlan use their parents lladdr all the time, not...
2017-05-31 djmanother ctx => ssh conversion (in GSSAPI code)
2017-05-31 deraadtuse strerror; from Edgar Pettijohn
2017-05-31 deraadttypo; from Edgar Pettijohn
2017-05-31 jsgavoid going outside array bounds
2017-05-31 djmspell out that custom options/extensions should follow...
2017-05-31 djmone more void *ctx => struct ssh *ssh conversion
2017-05-31 jsgclose fd on an exit path
2017-05-31 djmone more void *ctx => struct ssh *ssh conversion
2017-05-31 jsgFix a memory leak in pkey_add() error path. All curren...
2017-05-31 jsgAdd support for Ralink RT5360. From Kevin Lo who teste...
2017-05-31 jsgregen
2017-05-31 jsgAdd Ralink RT5360. From Kevin Lo.
2017-05-31 stefanMake gcc move switch tables into .rodata instead of...
2017-05-31 djmfix possible OOB strlen() in SOCKS4A hostname parsing...
2017-05-31 djmmake the AES-XTS mode a little more constant-time,...
2017-05-30 bennoadd option "query from <ip>" to ntpd.conf, to specify...
2017-05-30 naddyAllow building the bootstrap with clang:
2017-05-30 sthensync
2017-05-30 florianOops, this was RTP_BGP during development to be able...
2017-05-30 zhukMake doas regression tests that involve doas running...
2017-05-30 bennoremove no longer needed splnet/splx.
2017-05-30 nicmRewrite of choose mode, both to simplify and tidy the...
2017-05-30 fcambusUse the CD bit (Cursor Disable) in the cursor start...
2017-05-30 zhukFirst pass to make bluhm@ happy regarding doas regress...
2017-05-30 mlarkinevent injection framework, will be used for other featu...
2017-05-30 jmctweak previous;
2017-05-30 deraadtMIN->MINIMUM, even though smb is currently disabled.
2017-05-30 deraadtsizes for free()
2017-05-30 henningremove XXX from the comments marking "holes" in the...
2017-05-30 henningremove DIOCCLRRULECTRS here as well, pt out by sashan
2017-05-30 jmctweak previous;
2017-05-30 henningg/c DIOCCLRRULECTRS
2017-05-30 mlarkinSVM: return EIO to vmd to stop the guest when it HLTs...
2017-05-30 schwarzeSTYLE message about useless macros we don't want (Bt...
2017-05-30 sfMore minor virtio tweaks
2017-05-30 florianSend a source link-layer address option with our solici...
2017-05-30 mlarkinAdd missing KERNEL_LOCKs to a few error paths.
2017-05-30 bluhmAdd RemoteCommand option to specify a command in the...
2017-05-30 bluhmHeader sys/scanio.h has been deleted, do not include...
2017-05-30 deraadtwhitespace encountered during review
2017-05-30 bennoremove extended communities that have the transitive...
2017-05-30 tedusplit vioblk read/write functions into start and finish...
2017-05-30 yasuokaRemove never used ifdefs, define FATAL macro properly...
2017-05-30 schwarzevarious mdoc(7) fixes, triggered by a smaller diff...
2017-05-30 mlarkinFPU context save/restore for SVM in vmm(4), matches...
2017-05-30 krwReplace nifty DBGPRINT() with a more familiar DPRINTF...
2017-05-30 tbDon't mention the operator file -- it was moved to...
2017-05-30 yasuokaStop using __P macro.
2017-05-30 schwarzeFix escaping: .Nm Op Fl "Dx" turning into "pflogd ...
2017-05-30 deraadtgetrlimit is now allowed by "stdio"
2017-05-30 schwarzefix formatting of intermediate punctuation in .Lk
2017-05-30 yasuokaDon't call TAILQ_REMOVE twice. This caused radiusd...
2017-05-30 stspImprove the new ieee80211_{min,max}_rates() APIs and...
2017-05-30 schwarzeMacro argument quoting does not prevent recognition...
2017-05-30 deraadtsizes for free()
2017-05-30 deraadtadd sizes to free() calls
2017-05-30 floriandelete default route from FIB when we receive advertise...
2017-05-30 floriandelete default route from FIB when it expires
2017-05-30 mpiKill db_sym_t.
2017-05-30 bluhmOrganize iked parser regress Makefile similar to mandoc...
2017-05-30 teduusage and order tweaks from jmc
2017-05-30 deraadtSupport for SMAP is pretty small, so don't exclude...
2017-05-30 schwarzestop reacharound from w(1) to ps(1); no functional...
2017-05-30 teduid -R: make current rdomain more easily accessible...
2017-05-30 millertRemove FILES section now that /usr/share/misc/ascii...
2017-05-30 deraadtgetrtable() is now permitted in "stdio". It carries...
2017-05-30 naddyBuild amd64 bootstrap with -ffreestanding.
2017-05-30 florianno need to pass the slaacd_iface around, the proposal...
2017-05-30 millertDon't fall back to heapsort() if we would otherwise...
2017-05-30 millertRemove /usr/share/misc/ascii since we have ascii(7).
2017-05-30 florianfix previous; actually free the memory
2017-05-30 markusswitch auth2 to ssh_dispatch API; ok djm@
2017-05-30 markusswitch auth2-none.c to modern APIs; ok djm@
2017-05-30 markusswitch auth2-passwd.c to modern APIs; ok djm@
2017-05-30 markusswitch auth2-hostbased.c to modern APIs; ok djm@
2017-05-30 markusprotocol handlers all get struct ssh passed; ok djm@
2017-05-30 florianRemove default router proposals and address_proposals
2017-05-30 florianUpdate default router states; pointed out by naddy
2017-05-30 markusssh: pass struct ssh to auth functions, too; ok djm@
2017-05-30 markussshd: pass struct ssh to auth functions; ok djm@
2017-05-30 markusremove unused wrapper functions from key.[ch]; ok djm@
2017-05-30 markussshkey_new() might return NULL (pkcs#11 code only)...
2017-05-30 markusswitch sshconnect.c to modern APIs; ok djm@
2017-05-30 markusswitch auth2-pubkey.c to modern APIs; with & ok djm@
next