summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* various: fix mixing declarations and code compiler warnings [smatch]Sami Kerola2013-10-081-5/+5
* textual: make two messages somewhat easier to understandBenno Schulenberg2013-10-081-2/+2
* build-sys: use tinfo *or* ncurses for more(1), ul(1) and setterm(1)Karel Zak2013-10-041-2/+9
* docs: tweak the grammar of an agetty man-page fragmentBenno Schulenberg2013-10-041-4/+4
* agetty: use standard angular brackets in usage messageBenno Schulenberg2013-10-041-2/+2
* build-sys: Fix check for __GNU_LIBRARY__Michael Forney2013-10-041-1/+1
* include: Add missing includesMichael Forney2013-10-041-0/+1
* Merge branch 'master' of https://github.com/yurchor/util-linuxKarel Zak2013-09-301-1/+1
|\
| * Fix various typosYuri Chornoivan2013-09-281-2/+2
* | textual: fix misspelled words in -rc1Karel Zak2013-09-301-1/+1
* | clean up term lib handlingMike Frysinger2013-09-301-5/+2Star
* | setterm: fix term.h/ncurses.h include orderingMike Frysinger2013-09-301-2/+3
|/
* agetty: add \S to output /etc/os-release dataKarel Zak2013-09-122-2/+111
* agetty: add baud rates available from glibc that are not already supportedJames Buren2013-09-121-0/+36
* agetty: only use EXTA/EXTB macros if B19200/B38400 macros are not presentJames Buren2013-09-121-7/+5Star
* agetty: cleanup debug ifdefsKarel Zak2013-09-091-5/+5
* last, utmpdump, agetty, wall, write: avoid compatibility hacksSami Kerola2013-08-293-3/+7
* write: change determination can user write to a terminalSami Kerola2013-08-291-4/+5
* docs: add note to wall(1) about sessions which will not get messageSami Kerola2013-08-291-0/+6
* wall: line wrap at column 79 also when line has tab charsSami Kerola2013-08-291-0/+2
* mesg: sync usage() with howto-usage-function.txtSami Kerola2013-08-291-8/+7Star
* wall: sync usage() with howto-usage-function.txtSami Kerola2013-08-291-11/+10Star
* wall: send message also to sessions opened by user 'sleeper'Sami Kerola2013-08-291-4/+1Star
* include: carefulput: print determined char when unprintable char is foundSami Kerola2013-08-232-2/+2
* wall: make banner sysvinit compatibleKarel Zak2013-08-131-16/+18
* wall: allow to specify <message> on command lineKarel Zak2013-08-132-36/+68
* agetty: -L accepts optional argumentKarel Zak2013-08-061-1/+1
* agetty: fix memory leak [clang-analyzer]Sami Kerola2013-07-091-1/+3
* Fixes "getty: unrecognized option '--loginpause'"kernc2013-07-041-2/+2
* agetty: improve wording, grammar and some formatting in man pageBenno Schulenberg2013-06-181-49/+49
* agetty: fix a kill/erase error in man page and improve clarityBenno Schulenberg2013-06-181-12/+12
* Merge branch 'master' of https://github.com/eric-s-raymond/util-linuxKarel Zak2013-06-131-26/+44
|\
| * Re-layout a FILES section in the traditional style.Eric S. Raymond2013-06-101-5/+12
| * Remove another .ti for .RS/.RE, and remove a .TP that broke list parsing.Eric S. Raymond2013-06-101-8/+11
| * Replace .IP o with .IP \(bu, using the [nt]roff bullet character.Eric S. Raymond2013-06-101-9/+9
| * Replace .ti operations with equivalent .RS/.RE pairs.Eric S. Raymond2013-06-101-4/+12
* | agetty: use O_NONBLOCK only for serial lines with CLOCALKarel Zak2013-06-131-5/+7
|/
* textual: standardize the spelling of "superuser"Benno Schulenberg2013-06-072-2/+2
* agetty: update man page and usage()Karel Zak2013-06-032-22/+23
* agetty: allow full control on CLOCAL flagKarel Zak2013-05-232-9/+49
* build-sys: add --disable-settermKarel Zak2013-04-261-4/+1Star
* wall: check writing to a file descriptor was successfulSami Kerola2013-04-261-2/+2
* agetty: check writing to a file was successfulSami Kerola2013-04-261-1/+10
* various: fix variable and function declarations [smatch scan]Sami Kerola2013-04-091-5/+5
* setterm: fix various color option argument listsSami Kerola2013-04-051-37/+37
* agetty: the command does not have -h and -V optionsSami Kerola2013-04-051-3/+2Star
* docs: remove repeated wordsKarel Zak2013-04-051-1/+1
* agetty: add --chroot to usage() and man pageKarel Zak2013-04-052-0/+4
* agetty: add -E, --remote to usage()Karel Zak2013-04-051-0/+1
* setterm: fix memory leak [coverity scan]Karel Zak2013-03-271-1/+5