openbsd
2021-08-21 nicmStop caring about empty commands, just treat as a null...
2021-08-21 deraadtocteon has no wskbd, so ucc cannot link. the files...
2021-08-21 nicmRemove some members of struct cmd which are no longer...
2021-08-21 nicmPreserve command group when moving temporary list to...
2021-08-21 nicmRename a member to match what it will be in future.
2021-08-21 jmcmake the description for ucc match exactly;
2021-08-21 nicmAdd args parsing callback for some future work, current...
2021-08-21 nicmWrap command argument definitions in their own struct.
2021-08-21 antonfix indent in previous
2021-08-21 gkoehlerSwitch macppc to ld.lld
2021-08-21 deraadtrefactor to resolve unused variable on non-WSDISPLAY_CO...
2021-08-20 nicmA couple more spacing fixes.
2021-08-20 nicmSpacing tweaks.
2021-08-20 nicmHide struct args behind a couple of accessor functions.
2021-08-20 nicmAdd a couple of const and fix some warnings.
2021-08-20 nicmRemove some unnecessary blank lines.
2021-08-20 nicmExpose args_value struct (will be needed soon) and...
2021-08-20 nicmAdd a way to create an empty arguments set.
2021-08-20 nicmRemove stray spaces after function names.
2021-08-20 nicmFill colour palette correctly from option for new panes...
2021-08-20 nicmActually parse contents of {} as a command and then...
2021-08-20 nicmAdd a helper function for actually parsing the command.
2021-08-20 antonsync
2021-08-20 antonadd ucc(4) manual, looks good to jmc@
2021-08-20 antonAdd ucc(4), a driver for USB HID Consumer Control keybo...
2021-08-20 antonadd consumer control hid usages, will be used by ucc(4)
2021-08-20 kevloBack out last commit.
2021-08-20 djmopenssh-8.7
2021-08-20 kevloWhen plugging and unplugging an adapter continuously...
2021-08-20 kevloIn the attach routine, the hardware bug workaround...
2021-08-20 stspRevert previous; Turns out the start_hw() functions...
2021-08-19 stspRun more device init code when resuming iwm(4) and...
2021-08-19 schwarzedo not crash when a manpath directory contains a symbol...
2021-08-19 schwarzefix the section number in the <title> element for prefo...
2021-08-19 patrickPurge the cached nodes when we switch back to SCAN...
2021-08-19 patrickConsistently use ieee80211_begin_scan() to switch to...
2021-08-19 dlgimplement reception of "VLAN 0 priority tagged" packets.
2021-08-19 stspFix an off-by-one in bwfm(4) SSID length checks.
2021-08-19 stspHide detailed firmware error reports from iwn/iwm/iwx...
2021-08-19 beckPull roots out of the trust store in the legacy xsc...
2021-08-18 soleneAdd veb(4) to the list of pseudo devices that can be...
2021-08-18 tbImport regress tests for SM2. Not yet linked to the...
2021-08-18 tbImport initial code for the SM2 cipher
2021-08-18 beckAdd a check_trust call to the legacy chain validation...
2021-08-18 nicmNeed to flatten arguments for aliases.
2021-08-18 beckRefactor the legacy chain validation from the chain...
2021-08-18 nicmPush the conversion of {} to string up out of the parse...
2021-08-18 jsgdrm/i915: Only access SFC_DONE when media domain is...
2021-08-18 jsgdrm/amdgpu: don't enable baco on boco platforms in...
2021-08-18 jsgdrm/amd/display: use GFP_ATOMIC in amdgpu_dm_irq_schedu...
2021-08-18 jsgdrm/amd/display: Remove invalid assert for ODM + MPC...
2021-08-17 deraadtsync
2021-08-17 nicmTreat a pane that has died the same as no pane when...
2021-08-17 tbSync amd64's est.c r1.40 to i386
2021-08-17 nicmFix pipe-pane usage.
2021-08-17 nicmDo not block with incremental command prompt.
2021-08-17 sthensync
2021-08-17 sthen7.1 fw key
2021-08-17 antonoops, fix spelling of my own name
2021-08-17 nicmSet the right session if detach-on-destroy is off.
2021-08-17 deraadtsync
2021-08-17 naddy7.1 packages key
2021-08-17 deraadtsync
2021-08-17 deraadt7.1 base key
2021-08-17 deraadt7.0-beta
2021-08-17 antonFor devices with rechargeable batteries, expose a new...
2021-08-17 nicmcalloc for confirm-before data since the item needs...
2021-08-17 nicmBe more sophisticated about enabling synchronized updat...
2021-08-17 nicmRevert previous; this is not how it should work.
2021-08-17 jmcdocument 11ac as a valid wireless mode; ok stsp
2021-08-17 nicmStart sync before drawing popup.
2021-08-17 antonSet the battery level sensor status to unknown while...
2021-08-16 kevloRemove obsolete pre-release support code about two...
2021-08-16 tbtypo in comment
2021-08-16 jsgadd missing break
2021-08-16 kevloRemove redundant SIOCSIFMTU ioctl handler already handl...
2021-08-15 krwDon't check & errx() after each and every invocation of
2021-08-14 nicmSome other missing palette NULL checks, from oss-fuzz.
2021-08-14 millertFix iostat per-device values when in boot time mode...
2021-08-14 nicmDo not use NULL palette when clearing.
2021-08-14 schwarzeprint a BAGARG message if -T markdown is requested...
2021-08-14 schwarzewhen talking about non-blocking I/O, .Xr both FIONBIO...
2021-08-14 nicmMissing argument specifier for -c.
2021-08-14 florianUse new val-max-restart: 0 option to stop unwind from...
2021-08-14 florianFix "no previous prototype" warning
2021-08-14 floriansync to unbound 1.13.2
2021-08-14 jsgcall task_del() from destroy_work_on_stack()
2021-08-13 nicmTweak how mouse works on popup: only Meta alone resizes...
2021-08-13 nicmCheck callback needs to only return 0 (text should...
2021-08-13 sthenmerge unbound-1.13.2 / regen configure, ok florian
2021-08-13 sthenimport unbound 1.13.2, ok florian@
2021-08-13 nicmFill in some other bits on new panes.
2021-08-13 nicmAdd menu options to convert a popup into a pane.
2021-08-13 nicmAdjust overlay check callback before drawing data from...
2021-08-13 nicmAdd a menu when a popup is present (mouse only for...
2021-08-13 nicmAdd -B flag to remove border from popup.
2021-08-13 stspPlug memory leak in an unlikely error path of iwx_umac_...
2021-08-13 jmcupdate usage() to reflect s->step change;
2021-08-13 martijnMake -b, -c, and -b mutually exclusive.
2021-08-13 schwarzeDuring line editing, let Ctrl-C discard the current...
next