| Commit message (Expand) | Author | Age | Files | Lines |
| * | ncurses: Add support for terminfo database | Baptiste Daroussin | 2021-02-25 | 5 | -457/+0 |
| * | tput(1): Several enhancements for the manual page | Gordon Bergling | 2020-08-11 | 1 | -19/+44 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 2 | -0/+4 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 3 | -3/+3 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+19 |
| |\ |
|
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 1 | -2/+1 |
| | |\
| |/
|/| |
|
| | * | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 2 | -3/+2 |
| | |\ |
|
| | * | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| | * | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| | * | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| | * | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+21 |
| * | | | Convert to usr.bin/ to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
| | |/
|/| |
|
| * | | Replace all uses of libncurses and libtermcap with their wide character | Brooks Davis | 2014-07-17 | 1 | -2/+2 |
| |/ |
|
| * | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 3 | -12/+2 |
| * | Revert most part of 200420 as requested, as more review and polish is | Xin LI | 2009-12-13 | 1 | -0/+2 |
| * | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI | 2009-12-11 | 1 | -2/+0 |
| * | At least one argument is required. | Ruslan Ermilov | 2006-10-12 | 1 | -0/+3 |
| * | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -2/+2 |
| * | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 1 | -1/+1 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -4/+7 |
| * | command -> utility. Add section number to .Xr | Philippe Charnier | 2003-06-08 | 1 | -8/+8 |
| * | ANSIify function definitions. | David Malone | 2002-09-04 | 1 | -9/+4 |
| * | Sort sections. | Tim J. Robbins | 2002-06-15 | 1 | -10/+10 |
| * | Use the Cm macro for the clear, init, reset and longname operands. | Tim J. Robbins | 2002-06-14 | 1 | -4/+4 |
| * | Adjust the exit status to conform to SUSv3 and document the fact it takes | Tim J. Robbins | 2002-06-14 | 2 | -19/+29 |
| * | Skip %pN comes from ncurses | Andrey A. Chernov | 2002-06-03 | 1 | -0/+5 |
| * | remove __P | Warner Losh | 2002-03-22 | 1 | -3/+3 |
| * | Silence some WFORMAT=1 warnings | Kris Kennaway | 2002-02-04 | 1 | -3/+3 |
| * | WARNS=2 fixes, use __FBSDID(). | Mark Murray | 2001-12-11 | 1 | -10/+12 |
| * | mdoc(7) police: sort xrefs. | Ruslan Ermilov | 2001-08-07 | 1 | -2/+2 |
| * | Fix some man page xrefs. | Mike Pritchard | 2001-07-22 | 1 | -1/+1 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -1/+1 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
| * | Include missing header files which define functions for which gcc has | Dima Dorfman | 2001-06-24 | 1 | -0/+1 |
| * | beforeinstall -> SCRIPTS. | Ruslan Ermilov | 2001-04-07 | 1 | -4/+2 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-19 | 1 | -0/+1 |
| * | getopt and friends are declared in <unistd.h> | Warner Losh | 2000-09-04 | 1 | -2/+4 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Some man page cleanup. Make the NAME and SYNOPSIS sections agree so | Mike Pritchard | 1999-06-24 | 1 | -4/+12 |
| * | ``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam) | John-Mark Gurney | 1997-04-27 | 1 | -19/+30 |
| * | add comment about the brokeness of some termcap entires that require a | John-Mark Gurney | 1997-04-02 | 2 | -1/+9 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 1 | -1/+1 |
| * | ${DESTDIR}/usr/bin -> ${DESTDIR}${BINDIR} | Wolfram Schneider | 1997-02-02 | 1 | -1/+1 |
| * | Remove _set_ospeed, done in tgetent now. | Andrey A. Chernov | 1995-08-05 | 1 | -13/+0 |
| * | Replace ospeed switch with _set_ospeed | Andrey A. Chernov | 1995-08-04 | 1 | -28/+1 |
| * | Change `install' to `${INSTALL}' so that default install flags can be | Bruce Evans | 1995-07-25 | 1 | -1/+1 |
| * | Fix includes, tputs argument, ospeed setting, printing | Andrey A. Chernov | 1994-12-12 | 1 | -7/+35 |