summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* setterm: make error message more informativePetr Uzel2012-09-211-3/+7
* agetty: add \4 and \6 issue file sequences to print IP addressesKarel Zak2012-09-132-3/+121
* script: add noreturn function attributesSami Kerola2012-07-261-5/+5
* setterm: fix shadow declarationSami Kerola2012-07-261-3/+3
* agetty: remove unnecessary sleep(10)Mantas Mikulėnas2012-07-251-2/+0Star
* scriptreplay: fix compiler warning [-Wmissing-prototypes]Karel Zak2012-07-161-1/+1
* translation: unify file open error messagesSami Kerola2012-07-163-6/+6
* translation: unify stat error messagesSami Kerola2012-07-162-2/+2
* agetty: close tty before vhangup()Karel Zak2012-07-121-17/+27
* agetty: make tcsetpgrp() optionalKarel Zak2012-07-111-1/+1
* agetty: use configured run state directorySami Kerola2012-07-101-2/+1Star
* build-sys: always use default $(LDADD)Karel Zak2012-07-091-5/+5
* build-sys: cleanup .gitignore filesKarel Zak2012-06-261-7/+0Star
* build-sys: convert lib/ to libcommon.laKarel Zak2012-06-261-8/+3Star
* build-sys: convert term-utils/ to moduleKarel Zak2012-06-262-79/+99
* script: remove unused codeKarel Zak2012-06-211-10/+0Star
* agetty: more robust debug() macro, check ioctl result [coverity scan]Karel Zak2012-06-211-5/+7