summaryrefslogtreecommitdiff
path: root/term-utils
AgeCommit message (Expand)AuthorFilesLines
2014-02-16Use utmpxIgor Pashev1-26/+41
2014-02-10scriptreplay: Add --maxdelay option.Jesper Dahl Nyerup2-4/+20
2014-01-24include/c.h: prefer nanosleep() over usleep()Karel Zak1-1/+1
2014-01-16script: use all-io.h to make the code more robustKarel Zak1-9/+5
2014-01-16script: fix inconsistent -q, use poll() rather then O_NONBLOCKKarel Zak1-25/+17
2014-01-16script: don't wait for empty descriptors if child is deadKarel Zak1-4/+8
2013-12-03script: script input redirection / eof handlingKarel Zak1-19/+79
2013-12-02script: check that stdin is a terminalKarel Zak1-0/+4
2013-12-02setterm: fix -dump man page infoKarel Zak1-1/+1
2013-12-02agetty: support the special terminal on first serial line on a S/390Werner Fink1-0/+18
2013-12-02losetup, agetty: remove unnecessary if's before free()Sami Kerola1-4/+2
2013-11-14script: restore errno in signal handlerKarel Zak1-0/+3
2013-11-14script: don't call TIOCGWINSZ in signal handlerKarel Zak1-3/+5
2013-10-15docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg4-7/+7
2013-10-15docs: format, grammarize, and standardize the wall man pageBenno Schulenberg1-19/+21
2013-10-08various: fix mixing declarations and code compiler warnings [smatch]Sami Kerola1-5/+5
2013-10-08textual: make two messages somewhat easier to understandBenno Schulenberg1-2/+2
2013-10-04build-sys: use tinfo *or* ncurses for more(1), ul(1) and setterm(1)Karel Zak1-2/+9
2013-10-04docs: tweak the grammar of an agetty man-page fragmentBenno Schulenberg1-4/+4
2013-10-04agetty: use standard angular brackets in usage messageBenno Schulenberg1-2/+2
2013-10-04build-sys: Fix check for __GNU_LIBRARY__Michael Forney1-1/+1
2013-10-04include: Add missing includesMichael Forney1-0/+1
2013-09-30Merge branch 'master' of https://github.com/yurchor/util-linuxKarel Zak1-1/+1
2013-09-30textual: fix misspelled words in -rc1Karel Zak1-1/+1
2013-09-30clean up term lib handlingMike Frysinger1-5/+2
2013-09-30setterm: fix term.h/ncurses.h include orderingMike Frysinger1-2/+3
2013-09-28Fix various typosYuri Chornoivan1-2/+2
2013-09-12agetty: add \S to output /etc/os-release dataKarel Zak2-2/+111
2013-09-12agetty: add baud rates available from glibc that are not already supportedJames Buren1-0/+36
2013-09-12agetty: only use EXTA/EXTB macros if B19200/B38400 macros are not presentJames Buren1-7/+5
2013-09-09agetty: cleanup debug ifdefsKarel Zak1-5/+5
2013-08-29last, utmpdump, agetty, wall, write: avoid compatibility hacksSami Kerola3-3/+7
2013-08-29write: change determination can user write to a terminalSami Kerola1-4/+5
2013-08-29docs: add note to wall(1) about sessions which will not get messageSami Kerola1-0/+6
2013-08-29wall: line wrap at column 79 also when line has tab charsSami Kerola1-0/+2
2013-08-29mesg: sync usage() with howto-usage-function.txtSami Kerola1-8/+7
2013-08-29wall: sync usage() with howto-usage-function.txtSami Kerola1-11/+10
2013-08-29wall: send message also to sessions opened by user 'sleeper'Sami Kerola1-4/+1
2013-08-23include: carefulput: print determined char when unprintable char is foundSami Kerola2-2/+2
2013-08-13wall: make banner sysvinit compatibleKarel Zak1-16/+18
2013-08-13wall: allow to specify <message> on command lineKarel Zak2-36/+68
2013-08-06agetty: -L accepts optional argumentKarel Zak1-1/+1
2013-07-09agetty: fix memory leak [clang-analyzer]Sami Kerola1-1/+3
2013-07-04Fixes "getty: unrecognized option '--loginpause'"kernc1-2/+2
2013-06-18agetty: improve wording, grammar and some formatting in man pageBenno Schulenberg1-49/+49
2013-06-18agetty: fix a kill/erase error in man page and improve clarityBenno Schulenberg1-12/+12
2013-06-13Merge branch 'master' of https://github.com/eric-s-raymond/util-linuxKarel Zak1-26/+44
2013-06-13agetty: use O_NONBLOCK only for serial lines with CLOCALKarel Zak1-5/+7
2013-06-10Re-layout a FILES section in the traditional style.Eric S. Raymond1-5/+12
2013-06-10Remove another .ti for .RS/.RE, and remove a .TP that broke list parsing.Eric S. Raymond1-8/+11