summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* scriptreplay: fix compiler format warningSami Kerola2012-06-171-2/+1Star
* build: fix redundant redeclaration warningsSami Kerola2012-06-113-4/+0Star
* Merge branch '2012wk22' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-053-8/+8
|\
| * fileutils: xmkstemp() interface changeDave Reisner2012-06-021-1/+1
| * docs: fix all man page groff warningsSami Kerola2012-06-022-7/+7
* | Fix typos in comments and wall's man pageBernhard Voelker2012-06-052-2/+2
|/
* write: Don't explicitly include <asm/param.h>.Thomas Schwinge2012-05-291-1/+0Star
* write: Use PATH_MAX instead of MAXPATHLEN, as elsewhere.Thomas Schwinge2012-05-291-3/+3
* include/c: move fallback for MAXHOSTNAMELEN to c.hKarel Zak2012-05-292-16/+0Star
* term-utils: cleanup strtoxx_or_err()Karel Zak2012-05-151-2/+2
* include: rename writeall.h to all-io.hPetr Uzel2012-05-151-1/+1
* term-utils: verify writing to streams was successfulSami Kerola2012-04-047-7/+30
* script: error in usage() outputSami Kerola2012-04-021-1/+1
* reset: make scripts bourne sh compliant [checkbashisms]Sami Kerola2012-03-302-4/+4
* setterm: correct manual page referenceSami Kerola2012-03-301-1/+1
* fileutils: differentiate xmkstemp and xfmkstempSami Kerola2012-03-181-1/+1
* wall: use xmkstemp for temporary fileSami Kerola2012-03-182-15/+6Star
* mesg: use rpmatch to yes/no questionSami Kerola2012-03-181-5/+9
* agetty: move vc initialization to ttyutils.hKarel Zak2012-03-121-63/+7Star
* script: play well with csh when invoked from within /etc/csh.loginKarel Zak2012-03-081-0/+10
* agetty: check localtime() resultKarel Zak2012-02-061-0/+3
* agetty: add static and const qualifiersFrancesco Cosoleto2011-12-161-4/+4
* setterm: order man page items alphabeticallyJari Aalto2011-12-161-85/+67Star
* agetty: don't use log_err() for non-fatal errorsKarel Zak2011-12-081-2/+2
* build-sys: check HAVE_ definitions with #ifdef [smatch scan]Sami Kerola2011-12-021-8/+4Star