summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-21Add args parsing callback for some future work, currently unused.Nicholas Marriott
2021-08-21Wrap command argument definitions in their own struct.Nicholas Marriott
2021-08-21fix indent in previousanton
2021-08-21Switch macppc to ld.lldgkoehler
2021-08-21refactor to resolve unused variable on non-WSDISPLAY_COMPAT_RAWKBD archTheo de Raadt
2021-08-20A couple more spacing fixes.Nicholas Marriott
2021-08-20Spacing tweaks.Nicholas Marriott
2021-08-20Hide struct args behind a couple of accessor functions.Nicholas Marriott
2021-08-20Add a couple of const and fix some warnings.Nicholas Marriott
2021-08-20Remove some unnecessary blank lines.Nicholas Marriott
2021-08-20Expose args_value struct (will be needed soon) and add some missing frees.Nicholas Marriott
2021-08-20Add a way to create an empty arguments set.Nicholas Marriott
2021-08-20Remove stray spaces after function names.Nicholas Marriott
2021-08-20Fill colour palette correctly from option for new panes, GitHub issueNicholas Marriott
2021-08-20Actually parse contents of {} as a command and then convert to a stringNicholas Marriott
2021-08-20Add a helper function for actually parsing the command.Nicholas Marriott
2021-08-20syncanton
2021-08-20add ucc(4) manual, looks good to jmc@anton
2021-08-20Add ucc(4), a driver for USB HID Consumer Control keyboards. Suchanton
2021-08-20add consumer control hid usages, will be used by ucc(4)anton
2021-08-20Back out last commit.Kevin Lo
2021-08-20openssh-8.7Damien Miller
2021-08-20When plugging and unplugging an adapter continuously, it waits for a timeoutKevin Lo
2021-08-20In the attach routine, the hardware bug workaround is only for legacy PCIKevin Lo
2021-08-20Revert previous; Turns out the start_hw() functions don't alwaysStefan Sperling
2021-08-19Run more device init code when resuming iwm(4) and iwx(4) devices.Stefan Sperling
2021-08-19do not crash when a manpath directory contains a symbolic linkIngo Schwarze
2021-08-19fix the section number in the <title> element for preformatted pages;Ingo Schwarze
2021-08-19Purge the cached nodes when we switch back to SCAN. In case we lostPatrick Wildt
2021-08-19Consistently use ieee80211_begin_scan() to switch to SCAN.Patrick Wildt
2021-08-19implement reception of "VLAN 0 priority tagged" packets.David Gwynne
2021-08-19Fix an off-by-one in bwfm(4) SSID length checks.Stefan Sperling
2021-08-19Hide detailed firmware error reports from iwn/iwm/iwx by default.Stefan Sperling
2021-08-19Pull roots out of the trust store in the legacy xsc when building chainsBob Beck
2021-08-18Add veb(4) to the list of pseudo devices that can be created.solene
2021-08-18Import regress tests for SM2. Not yet linked to the build.Theo Buehler
2021-08-18Import initial code for the SM2 cipherTheo Buehler
2021-08-18Add a check_trust call to the legacy chain validation on chain add, rememberingBob Beck
2021-08-18Need to flatten arguments for aliases.Nicholas Marriott
2021-08-18Refactor the legacy chain validation from the chain adding code into itsBob Beck
2021-08-18Push the conversion of {} to string up out of the parser and into theNicholas Marriott
2021-08-18drm/i915: Only access SFC_DONE when media domain is not fused offJonathan Gray
2021-08-18drm/amdgpu: don't enable baco on boco platforms in runpmJonathan Gray
2021-08-18drm/amd/display: use GFP_ATOMIC in amdgpu_dm_irq_schedule_workJonathan Gray
2021-08-18drm/amd/display: Remove invalid assert for ODM + MPC caseJonathan Gray
2021-08-17syncTheo de Raadt
2021-08-17Treat a pane that has died the same as no pane when sending data toNicholas Marriott
2021-08-17Sync amd64's est.c r1.40 to i386Theo Buehler
2021-08-17Fix pipe-pane usage.Nicholas Marriott
2021-08-17Do not block with incremental command prompt.Nicholas Marriott