summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-08-10sigh, i made the previous diff to small.David Gwynne
2020-08-10factor out the printing of kstats. no functional change otherwise.David Gwynne
2020-08-10add the ability to filter which kstats are displayed.David Gwynne
2020-08-09Convert openssl req option handling.Joel Sing
2020-08-08Reorder SNMPv2-MIB to match order with original document.Martijn van Duren
2020-08-08Reorganize SNMPv2-MIB so that all it's elements are together and in orderMartijn van Duren
2020-08-08Clean up smi_mibtree.Martijn van Duren
2020-08-08Implement SNMP-USM-AES-MIB and SNMP-USM-HMAC-SHA2-MIBMartijn van Duren
2020-08-08Polish up SNMP-USER-BASED-SM-MIB and SNMP-FRAMEWORK-MIB.Martijn van Duren
2020-08-08Somewhere during working on UTF-8 support I thought it was a good idea toMartijn van Duren
2020-08-08Document UTF-8 support in snmp.Martijn van Duren
2020-08-07Do not force line width to grid width because it may need to be largerNicholas Marriott
2020-08-06Wow, the indentation is totally messed up, to the point where compilersTheo de Raadt
2020-08-05Change searching to behave more like emacs and so that regex searchingNicholas Marriott
2020-08-04Also ignore SIGQUIT so it can't be used to kill the client when locked.Nicholas Marriott
2020-08-03Add support for UTF-8 DISPLAY-HINTs with octet length. For now onlyMartijn van Duren
2020-08-03Put the code handling \} into a new function roff_cond_checkend()Ingo Schwarze
2020-08-03ensure that certificate extensions are lexically sorted. PreviouslyDamien Miller
2020-08-03allow -A to explicitly enable agent forwarding in scp and sftp. TheDamien Miller
2020-08-03clang -Wimplicit-fallthrough does not recognise /* FALLTHROUGH */Theo de Raadt
2020-08-03Split some code that gives clang10 heartburnTheo de Raadt
2020-08-02missing {} identified by clang10Theo de Raadt
2020-08-01update currency exchange rates;Jason McIntyre
2020-07-31Also compare username when checking for JumpHost loops. bz#3057, ok djm@Darren Tucker
2020-07-30Don't print extra newlines on error before awk starts parsing.Todd C. Miller
2020-07-30Update awk to July 30, 2020 version.Todd C. Miller
2020-07-30Improved handling of an unescaped '/' in a bracket expression.Todd C. Miller
2020-07-30Trim newline from ctime, from Thomas Adam.Nicholas Marriott
2020-07-27Wrap long lines s_server.cKinichiro Inoguchi
2020-07-27Add function prototype and move sub functions to bottomKinichiro Inoguchi
2020-07-27Remove space between '*' and pointer variable in s_server.cKinichiro Inoguchi
2020-07-27Remove 's_' prefix from member of s_server_config structKinichiro Inoguchi
2020-07-27Convert openssl(1) s_server option handlingKinichiro Inoguchi
2020-07-27Add a -d option to display-message to set delay, from theonekeyg atNicholas Marriott
2020-07-26Add / as alias for g (grep)kn
2020-07-24Add a hook when the pane title changed.Nicholas Marriott
2020-07-24Regular expression support in RS is an extension.Todd C. Miller
2020-07-23Change line counter from int to unsigned long long to reduce overflow.Martijn van Duren
2020-07-23getline(3) does it's own memory allocation. No need to use an intermediateMartijn van Duren
2020-07-23Check all lists if option not found already.Nicholas Marriott
2020-07-22Avoid running out of memory with query-replace-regex ^Theo Buehler
2020-07-22Prevent mg segfault with query-replace-regex replacing ^Theo Buehler
2020-07-22Correct checks for window borders.Nicholas Marriott
2020-07-21undocumented options -O outfilename and -O tagfilenameIngo Schwarze
2020-07-21Fix show-buffer when run from inside tmux, GitHub issue 2314.Nicholas Marriott
2020-07-20If closefile() is called on std{in,out,err}, freopen() /dev/null instead.Todd C. Miller
2020-07-20In closeall(), skip stdin and flush std{err,out} instead of closing.Todd C. Miller
2020-07-20as jmc@ points out, i missed a few instances of .Xr more 1Ingo Schwarze
2020-07-20Switch the default pager from "more -s" to "less".Ingo Schwarze
2020-07-19Delete support for LC_MESSAGES which we shall never implement.Ingo Schwarze