openbsd
2022-06-01 dlgdont have to say Ethernet address in dmesg, address...
2022-06-01 dlgtrim some white space
2022-06-01 dlgrework tx start and completion.
2022-05-31 tbMake sure we error on parse failure.
2022-05-31 schwarzeRudimentary implementation of the \A escape sequence...
2022-05-31 jmcfix spacing;
2022-05-31 tbFix typo: argv[1] -> argv[i]
2022-05-31 tbRemove old checklists and add a couple of new ones.
2022-05-31 mbuhlThe pflow regression test could fail due to a race...
2022-05-31 tbI made non-trivial contributions to these files.
2022-05-31 tbShuffle two helper functions down.
2022-05-31 tbUpdate reference to RSC draft 08
2022-05-31 tbRemove now unused ASN1_frame() and cms_econtent_version()
2022-05-31 tbRewrite rsc.c using ASN.1 templates
2022-05-31 tbPrepare rewrite of rsc.c with templated ASN.1
2022-05-31 schwarzeTrivial patch to put the roff(7) \g (interpolate format...
2022-05-31 nicmAdd a missing space.
2022-05-31 naddyssh-keygen: implement "verify-required" certificate...
2022-05-31 nicmTrim menu item text correctly, GitHub issue 3197.
2022-05-31 claudioIntroduce a integration test for max-communities
2022-05-31 claudioExtend community unit test to also check community_count()
2022-05-31 claudioImplement a max communities filter match
2022-05-30 deraadtsync
2022-05-30 schwarzeDummy implementation of the roff(7) \V (interpolate...
2022-05-30 dvknf; fix whitespace in structs
2022-05-30 kettenissfgpio(4)
2022-05-30 kettenisAdd sfgpio(4), a driver for the GPIO controller found...
2022-05-30 dvgrep(1): print full context when using match count
2022-05-30 visaReplace selwakeup() with KNOTE() in pipe event activation.
2022-05-30 nicmRemove duplicates from completion list, GitHub issue...
2022-05-30 nicmAdd pane_start_path to match start_command.
2022-05-30 nicmSet PWD so shells have a hint about the real path ...
2022-05-30 nicmFix property name from Sergei Dyshel, and a typo from...
2022-05-30 nicmCheck if args_strtonum argument is NULL or not a string...
2022-05-30 nicmDo not allow pipe-pane on dead panes, from Anindya...
2022-05-30 nicmIf a mouse position was above the maximum supported...
2022-05-30 nicmAdd a way for lines added to copy mode to be passed...
2022-05-30 nicmiTerm2 has OSC 7, from Gregory Anders.
2022-05-30 nicmSpacing/style nits.
2022-05-30 nicmEmit window-layout-changed on swap-pane, from George...
2022-05-30 nicmBetter error reporting when applying custom layouts.
2022-05-30 nicmDo not send focus sequences when focus is enabled or...
2022-05-30 nicmAdd an ACL list for users connecting to the tmux socket...
2022-05-30 opmove bufsz description after appbufsz as per struct...
2022-05-30 dlgmake a first pass at providing kstats from the hardware...
2022-05-30 dlgtell the compiler about the tx/rx desc alignment.
2022-05-30 espietweak the display a bit: have "hashing/tieing" be progr...
2022-05-29 jcapwr_action isn't used in this file, zap pointless decl.
2022-05-29 kettenisDevice tree bindings for this device are official now.
2022-05-29 schwarzeMore precision regarding a few minor points:
2022-05-29 schwarzedocument the meaning of the -Q option argument;
2022-05-29 espiefinal part of caching for always-update: the new annota...
2022-05-28 espieEOF does not result in an error code, as spotted by...
2022-05-28 gerhardSince 'sa' can be freed inside the loop, RB_FOREACH_SAF...
2022-05-28 mbuhl*** empty log message ***
2022-05-28 jmcrework the power status changes text;
2022-05-28 espiehave pkg_create generate the hash for always-update
2022-05-28 jmckeywords ref ssh_config.5;
2022-05-28 deraadtoops, wrong value in previous commit
2022-05-28 deraadt64K of locked memory should be enough for anyone (until...
2022-05-28 deraadtclear cur_membag so that pcap can be used more than...
2022-05-28 deraadtDo not walk off the end of the array performing frees
2022-05-27 kettenisConvert KVA allocation to km_alloc(9).
2022-05-27 jmcrework the text on mtu and mss, according to some notes...
2022-05-27 ajacoutotNormalise markup.
2022-05-27 mpiCall uvm_vnp_uncache() before VOP_RENAME().
2022-05-27 djmsplit the low-level file handling functions out from...
2022-05-27 djmrefactor authorized_keys/principals handling
2022-05-27 dtuckerf sshpkt functions fail, then password is not cleared...
2022-05-27 dtuckerAvoid kill with -1 argument.
2022-05-27 dtuckerNote that ProxyJump also accepts the same tokens as...
2022-05-26 kettenisAdjust compatible string to match what has been submitt...
2022-05-26 espieI'm a doofus, of course I need to use "write_without_va...
2022-05-26 jsgrecognise Cortex-X1C
2022-05-26 ajacoutotIntroduce a new daemon_execdir variable for changing...
2022-05-26 espiefirst step in simplifying the always-update case:
2022-05-26 jsgdrm/i915/adl-n: Add stepping info
2022-05-26 jsgdrm/i915/rpl-s: Add stepping info
2022-05-26 jsgdrm/i915/rpl-s: Enable guc submission by default
2022-05-26 jsgdrm/i915/adl-n: Add PCH Support for Alder Lake N
2022-05-26 jsgdrm/i915/rpl-s: Add PCH Support for Raptor Lake S
2022-05-26 jsgregen
2022-05-26 jsgadd more Intel RPL-S graphics ids
2022-05-26 jsgdrm/i915/rpl-p: Add PCI IDs
2022-05-26 jsgdrm/i915: Add RPL-S PCI IDs
2022-05-25 mvsCall if_put(9) after we finish with `ia' within ip_getm...
2022-05-25 guentherRevert the .rodata.cst4 change: results in incorrect...
2022-05-25 tbRemove an unnecessary XXX comment. The suggested check...
2022-05-25 claudioAdjust code after adding an extra argument to community...
2022-05-25 claudioPrint ASnumbers in asplain format and stop using the...
2022-05-25 claudioFix non-transitive extended community handling.
2022-05-25 jobAdd RFC 9234 "BGP Role" support
2022-05-25 jsgdrm/dp/mst: fix a possible memory leak in fetch_monitor...
2022-05-25 jsgdrm/i915/dmc: Add MMIO range restrictions
2022-05-25 jsgdrm/amd: Don't reset dGPUs if the system is going to...
2022-05-25 jsgRevert "drm/i915/opregion: check port number bounds...
2022-05-25 jmatthewAs with if_em.c r1.350, and for the same reasons (arm64...
2022-05-25 djmrevert previous; it was broken (spotted by Theo)
2022-05-25 dlgmarvell,armada-3700-ahci seems to work.
2022-05-25 djmmake SSHBUF_DBG/SSHBUF_TELL (off by default and only...
next