summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* build-sys: check HAVE_ definitions with #ifdef [smatch scan]Sami Kerola2011-12-021-3/+7
* agetty: map NL to CR-NL on output in initial termiossettingsDennis Jensen2011-11-281-1/+2
* agetty: pass hostname to login(1)Karel Zak2011-10-262-7/+22
* docs: align wall.1 with howto-man-page.txtSami Kerola2011-10-031-47/+45Star
* docs: align scriptreplay.1 with howto-man-page.txtSami Kerola2011-10-031-164/+31Star
* docs: align script.1 with howto-man-page.txtSami Kerola2011-10-031-98/+91Star
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-271-1/+1
* agetty: test ECHO on c_lflagKarel Zak2011-09-261-3/+3
* script: non-ANSI definition [smatch scan]Karel Zak2011-09-121-7/+7
* agetty: add --nohintsKarel Zak2011-09-122-1/+12
* script: libintl.h included in nls.hKarel Zak2011-09-071-3/+0Star
* agetty: double equals sign typo in opentty()Karel Zak2011-09-071-1/+1
* script: fix building with --disable-nlsNatanael Copa2011-09-071-0/+2
* write: fix path for freopen()Karel Zak2011-09-061-1/+1
* Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-08-312-79/+1Star
|\
| * docs: Documentation directory addedSami Kerola2011-08-122-79/+1Star