openbsd
2021-08-26 jcsRequest wMaxInputLength bytes of data on each interrupt...
2021-08-26 antonRename ucc_intr_to_usage() to ucc_bits_to_usage(),...
2021-08-26 antonAdd missing leading colon to error message.
2021-08-26 kevloThere are some races in the hardware which thus require...
2021-08-25 krwTwo more Capt. Obvious comments go away.
2021-08-25 krwDon't use log_procname before it is initialized. In...
2021-08-25 krwConsolidate '-e' edit command parsing into ask_cmd...
2021-08-25 nicmImprove some logging.
2021-08-25 nicmIgnore client creating session when working out size...
2021-08-25 nicmbind-key needs to allow commands for any argument for...
2021-08-25 nicmValidate command argument types (string or command...
2021-08-25 nicmsetupterm needs char * not const char * on some platforms.
2021-08-25 nicmFix up some printflike attributes.
2021-08-25 nicmStart inputs as NULL so not freeing random stack garbag...
2021-08-25 antonMake all conversion routines consistent by returning...
2021-08-25 antonRemove the KB_DEFAULT flag from the wskbd keymap layout...
2021-08-25 antonPrevent ucc(4) from matching report IDs with an empty...
2021-08-25 antonIf the buffer given to the ucc interrupt handler is...
2021-08-25 antonDetermine if a hid item is an array by solely inspectin...
2021-08-24 bluhmFix automatic upgrade after fetching response file...
2021-08-24 jmc- guiness -> guinness
2021-08-24 kettenisFix ping group offsets.
2021-08-24 krwAdd an #ifdef DEBUG/#endif chunk that dumps the entire...
2021-08-24 tbFix various read buffer overflow when printing ASN...
2021-08-24 florianWhen an interface disappears, e.g. when a usb dongle...
2021-08-24 florianWhen an interface disappears, e.g. when a usb dongle...
2021-08-24 jmcuse Pa for resolv.conf.tail, since there is no longer...
2021-08-24 jmcvini vidi vici -> veni vidi vici
2021-08-24 jmcmake SYNOPSIS match usage to indicate -l is optional in:
2021-08-24 krwA couple more Capt. Obvious comments can go.
2021-08-24 krwTrim leading/trailing whitespace from -e input to make...
2021-08-24 patrickFix compilation with debug enabled.
2021-08-24 antonSome consumer control descriptor reports uses an array...
2021-08-24 bennofix outdated comments, from Emil Engler, thanks.
2021-08-24 florianWe no longer have resolv.conf.tail.
2021-08-23 florianSay which read failed, helps debugging.
2021-08-23 florianWe don't have a config file on the ramdisks; prevents...
2021-08-23 florianSince we have a config file now we should Xr its manpage.
2021-08-23 antonI missed that wskbd_rawinput() is hidden behind WSDISPL...
2021-08-23 nicmargs_make_commands_now needs to take an extra reference...
2021-08-23 nicmMove command argument parsing common functions and...
2021-08-23 nicmKey bindings steal a reference to the command instead...
2021-08-23 nicmRevert one of previous, for some reason it is being...
2021-08-23 nicmFix a few memory leaks.
2021-08-23 stspFix the initial length check in iwx_fill_probe_req...
2021-08-23 nicmLimit width and height to tty correctly, GitHub issue...
2021-08-22 nicmFix handling of leading #s when working out width.
2021-08-22 nicmDo not double free expanded path in source-file, also...
2021-08-22 nicmInsert alias in the right place, GitHub issue 2842.
2021-08-22 antonSince the raw keymap already has a capacity of holding...
2021-08-22 deraadtucc also fails to work here, because there is no wskbd_...
2021-08-21 nicmFree value properly.
2021-08-21 nicmPreserve argument type in command and convert to string...
2021-08-21 nicmPass typed arguments out of the parser into the argumen...
2021-08-21 jmcioc(4) disappeared with sgi removal...
2021-08-21 jmcescape two instances of the word "An" in Rs/Re blocks...
2021-08-21 nicmUse new syntax for default key bindings.
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
next