Age | Commit message (Expand) | Author |
2024-08-23 | Fix some program names that were not expanded correctly when ncurses was | Nicholas Marriott |
2024-04-29 | install accidentally dropped tput(1) man page again | Christian Weisgerber |
2024-04-27 | add a man page from curses source for clear(1); | Jason McIntyre |
2023-10-17 | Update ncurses and associated libraries (form, panel, menu) to | Nicholas Marriott |
2023-09-06 | remove unused variable | Jonathan Gray |
2023-02-08 | Use _nc_tparm_analyze() instead of trying to do it ourselves in process(). | Todd C. Miller |
2023-02-03 | Fix tput when compiled with clang-15 -O2 | Theo Buehler |
2022-12-22 | Denote multiple arguments with 'arg ...' not 'args' | Klemens Nanni |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-07-25 | If a command or interface first appeared in PWB/UNIX, UNIX System III or | Jonathan Gray |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2017-08-21 | Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(), | Theo de Raadt |
2016-12-28 | fix the remaining cases of .Xr with only one argument | Ingo Schwarze |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-11-16 | pledge "stdio rpath wpath tty" | Theo de Raadt |
2015-08-24 | Document clear(1) a bit more prominently. | Jeremie Courreges-Anglas |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-06-03 | document "longname" as an extension; while here, tidy up EXAMPLES and add | Jason McIntyre |
2013-11-27 | unsigned char cast was on a wrong place. | YASUOKA Masahiko |
2013-11-27 | unsigned char for ctype | Theo de Raadt |
2012-01-15 | Document what remains of the 2BSD heritage. | Ingo Schwarze |
2010-09-29 | various EXIT STATUS fixes; from Daniel Dickman | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-09 | STANDARDS: these applications are no longer optional in posix | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-31 | - note some apps which are xpg4, not posix | Jason McIntyre |
2007-03-15 | sort options and remove some unneccessary markup; from Igor Sobrado | Jason McIntyre |
2004-10-05 | fix an overflow in the handling of -S | Jared Yanovich |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-08-03 | o) We always closes .Bl and .Bd tags; | Mike Pechkin |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell |
2000-03-06 | Some section re-ordering. | Aaron Campbell |
1999-09-12 | correct exit value; noted by shinobi@monkey.org | Todd C. Miller |
1999-08-18 | comma splices, formatting nits, et al | Aaron Campbell |
1999-07-02 | For "tput init" set margins and 8 character tabs, for "tput reset" set margins | Todd C. Miller |
1999-06-29 | Heavily modified to support both terminfo and termcap attributes. | Todd C. Miller |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-03-06 | back out changes that should not have escaped my local tree | Todd C. Miller |
1999-03-06 | add missing reference to infocmp | Todd C. Miller |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell |
1998-07-25 | use ocurses correctly | Todd C. Miller |