summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: agetty long optionsSami Kerola2011-04-141-34/+40
* agetty: symbolic standard file descriptorsSami Kerola2011-04-141-24/+25
* agetty: #endif commentsSami Kerola2011-04-141-13/+13
* agetty: error message about required argumentsSami Kerola2011-04-141-3/+6
* agetty: use long optionsSami Kerola2011-04-141-7/+63
* agetty: use program_invocation_short_nameSami Kerola2011-04-141-19/+2Star
* agetty: use xalloc.hSami Kerola2011-04-141-6/+4Star
* script: optional timing output file argument addedSami Kerola2011-04-122-9/+18
* docs: scriptreplay add note about new optionsSami Kerola2011-04-121-0/+11
* scriptreplay: allow arguments as command line switchesSami Kerola2011-04-121-9/+28
* docs: scriptreplay mention basic long optionsSami Kerola2011-04-121-0/+7
* scriptreplay: support long optionsSami Kerola2011-04-121-9/+38
* scriptreplay: end printing with new lineSami Kerola2011-04-121-0/+1
* script: don't include err.h directlyKarel Zak2011-04-121-1/+1
* wall: support --timeout switch (vol 2.)Karel Zak2011-04-122-1/+6
* wall: cleanup mbufsize usageKarel Zak2011-04-121-7/+5Star