summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/xalloc: fix mamory leak in xgethostname() [coverity scan]Karel Zak2013-03-271-4/+6
* agetty: make \{4,6} issue file code more robust [coverity scan]Karel Zak2013-03-271-3/+6
* script: use __noreturn__ for really last function [clang -Winvalid-noreturn]Karel Zak2013-03-201-4/+4
* remove duplicate includesKarel Zak2013-03-201-1/+0Star
* docs: make the section AVAILABILITY always come last in man pagesBenno Schulenberg2013-03-201-3/+1Star
* wall: use xgethostname()Sami Kerola2013-03-041-4/+3Star
* add missing rpmatch.h everywhere it needs to beWilliam Pitcock2013-02-201-0/+1
* a pointer should not be compared to zero [coccinelle]Sami Kerola2013-02-061-2/+2
* textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg2013-02-066-6/+6
* agetty: properly pluralize the reporting of the number of usersBenno Schulenberg2013-01-301-2/+3
* agetty: make usage() translator friendlySami Kerola2013-01-251-35/+35
* textual: gettextize several overlooked messagesBenno Schulenberg2013-01-251-13/+13
* textual: tag two bug messages as "internal error"Benno Schulenberg2013-01-251-1/+1
* script: search shell from path, when necessarySami Kerola2013-01-091-5/+11
* include/ttyutils: add default chardataWerner Fink2013-01-081-25/+2Star
* agetty: replace perms 660 to 620Karel Zak2013-01-021-1/+1
* sulogin: remove consoles.c from libcommonKarel Zak2012-12-231-14/+3Star
* setterm: fix compiler warningKarel Zak2012-12-201-1/+3
* agetty: remove @ and # as default kill and erase charsKarel Zak2012-11-222-8/+8
* agetty: add --{erase,kill}-chars optionsKarel Zak2012-11-222-5/+39
* agetty: make --autologin useful with --skip-login (prompt)Karel Zak2012-11-191-4/+8
* script: do not try to close stderr twiceSami Kerola2012-11-081-3/+5
* agetty: fix autodetection for TERMMichal Schmidt2012-11-021-1/+0Star
* agetty: replace gethostbyname() with getaddrinfo()Sami Kerola2012-10-222-7/+19
* write: stop using MAXHOSTNAMELENKarel Zak2012-10-191-3/+7
* agetty: stop using MAXHOSTNAMELENKarel Zak2012-10-191-23/+55