summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* | docs: also uniformize headers and footers of troff-formatted man pagesBenno Schulenberg2011-08-292-4/+4
* | scriptreplay: improve synopsis and formatting and wording in man pageBenno Schulenberg2011-08-221-14/+18
* | docs: uniformize the header and footer lines in man pagesBenno Schulenberg2011-08-228-10/+10
* | write: cleanup usage()Karel Zak2011-08-161-6/+8
* | wall: cleanup usage()Karel Zak2011-08-161-7/+8
* | setterm: cleanup usage()Karel Zak2011-08-161-43/+42Star
* | scriptreplay: cleanup usage()Karel Zak2011-08-161-8/+10
* | script: cleanup usage()Karel Zak2011-08-161-10/+9Star
* | mesg: cleanup usage()Karel Zak2011-08-161-6/+7
* | agetty: clean up usageKarel Zak2011-08-161-9/+9
* | script: normalize formatting of the man pageBenno Schulenberg2011-08-151-19/+18Star
* | script: indicate that the file argument to --timing is optionalBenno Schulenberg2011-08-151-4/+4
* | write: remove inconsistent periods from two error messagesBenno Schulenberg2011-08-151-2/+2
|/
* agetty: improve login(1) argv[]Karel Zak2011-08-082-72/+121
* agetty: C.UTF-8 locale instead of en_US.UTF-8Samuel Thibault2011-08-081-1/+1
* agetty: only enable F_UTF8 if kernel has already set IUTF8.Samuel Thibault2011-08-081-1/+2
* wall: build with SUID_{C,LD}FLAGSPetr Uzel2011-08-081-0/+2
* agetty: Fix IUTF8 flagWerner Fink2011-08-021-1/+7
* scriptreplay: fix buffer overflowSami Kerola2011-07-261-2/+2
* build-sys: fix spaces versus tabs conflictMarc-Antoine Perennou2011-07-111-4/+4
* build-sys: don't try to chgrp write or wall if they are not builtMarc-Antoine Perennou2011-07-111-3/+8
* script: remove magic constants and a type mismatch fixSami Kerola2011-06-291-36/+38
* script: include-what-you-use header checkSami Kerola2011-06-291-2/+5
* script: remove unnecessary void castingSami Kerola2011-06-291-28/+28
* script: option --force addedSami Kerola2011-06-292-7/+17
* write: maintenance fixesSami Kerola2011-06-251-103/+90Star
* write: long options & new usageSami Kerola2011-06-251-3/+34
* build-sys: move write to term-utils directorySami Kerola2011-06-254-3/+473
* misc: hurd build fixesSamuel Thibault2011-06-201-3/+17
* agetty: try next speed after CBREAKKarel Zak2011-05-181-1/+1
* agetty: don't use xalloc.h stuffKarel Zak2011-05-171-8/+17
* agetty: remove unnecessary options synonymsKarel Zak2011-05-172-16/+11Star
* agetty: use a generic function for strings concatenationKarel Zak2011-05-171-50/+60
* agetty: remove unnecessary space and "(void)" junkKarel Zak2011-05-171-68/+71
* aggety: further mingetty featuresDr. Werner Fink2011-05-172-38/+146
* agetty: add an autologin featureWerner Fink2011-05-172-26/+222