summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* agetty: better support of virtual consoleDr. Werner Fink2011-05-171-61/+126
* agetty: check virtual console for UTF-8 supportWerner Fink2011-05-171-9/+115
* agetty: proper session on the terminal lineWerner Fink2011-05-172-35/+126
* agetty: cleanup argv parsing, utmp update, use writeall(), etc.Werner Fink2011-05-171-205/+243
* agetty: more code cleanupWerner Fink2011-05-171-84/+80Star
* docs: agetty manual updateSami Kerola2011-04-271-5/+5
* agetty.c: move issue path to pathnames.hSami Kerola2011-04-271-1/+1
* agetty.c: further scrubbingSami Kerola2011-04-271-545/+555
* mesg: add \n to usage() outputKarel Zak2011-04-141-1/+1
* mesg: man page clean wqupKarel Zak2011-04-141-5/+2Star
* mesg: new --verbose optionSami Kerola2011-04-142-2/+14
* mesg: add long options to the man pageSami Kerola2011-04-141-1/+10
* mesg: use long options, also --help and --version addedSami Kerola2011-04-141-7/+30
* agetty: coding style - fix identationKarel Zak2011-04-141-973/+938Star
* agetty: coding style - fix comments, remove tailing whitespaceKarel Zak2011-04-141-51/+42Star
* agetty: getopt case segment reorderingSami Kerola2011-04-141-28/+27Star