Age | Commit message (Expand) | Author | Files | Lines |
2014-02-16 | Use utmpx | Igor Pashev | 1 | -26/+41 |
2014-02-10 | scriptreplay: Add --maxdelay option. | Jesper Dahl Nyerup | 2 | -4/+20 |
2014-01-24 | include/c.h: prefer nanosleep() over usleep() | Karel Zak | 1 | -1/+1 |
2014-01-16 | script: use all-io.h to make the code more robust | Karel Zak | 1 | -9/+5 |
2014-01-16 | script: fix inconsistent -q, use poll() rather then O_NONBLOCK | Karel Zak | 1 | -25/+17 |
2014-01-16 | script: don't wait for empty descriptors if child is dead | Karel Zak | 1 | -4/+8 |
2013-12-03 | script: script input redirection / eof handling | Karel Zak | 1 | -19/+79 |
2013-12-02 | script: check that stdin is a terminal | Karel Zak | 1 | -0/+4 |
2013-12-02 | setterm: fix -dump man page info | Karel Zak | 1 | -1/+1 |
2013-12-02 | agetty: support the special terminal on first serial line on a S/390 | Werner Fink | 1 | -0/+18 |
2013-12-02 | losetup, agetty: remove unnecessary if's before free() | Sami Kerola | 1 | -4/+2 |
2013-11-14 | script: restore errno in signal handler | Karel Zak | 1 | -0/+3 |
2013-11-14 | script: don't call TIOCGWINSZ in signal handler | Karel Zak | 1 | -3/+5 |
2013-10-15 | docs: standardize the phrases for --help and --version in all man pages | Benno Schulenberg | 4 | -7/+7 |
2013-10-15 | docs: format, grammarize, and standardize the wall man page | Benno Schulenberg | 1 | -19/+21 |
2013-10-08 | various: fix mixing declarations and code compiler warnings [smatch] | Sami Kerola | 1 | -5/+5 |
2013-10-08 | textual: make two messages somewhat easier to understand | Benno Schulenberg | 1 | -2/+2 |
2013-10-04 | build-sys: use tinfo *or* ncurses for more(1), ul(1) and setterm(1) | Karel Zak | 1 | -2/+9 |
2013-10-04 | docs: tweak the grammar of an agetty man-page fragment | Benno Schulenberg | 1 | -4/+4 |
2013-10-04 | agetty: use standard angular brackets in usage message | Benno Schulenberg | 1 | -2/+2 |
2013-10-04 | build-sys: Fix check for __GNU_LIBRARY__ | Michael Forney | 1 | -1/+1 |
2013-10-04 | include: Add missing includes | Michael Forney | 1 | -0/+1 |
2013-09-30 | Merge branch 'master' of https://github.com/yurchor/util-linux | Karel Zak | 1 | -1/+1 |
2013-09-30 | textual: fix misspelled words in -rc1 | Karel Zak | 1 | -1/+1 |
2013-09-30 | clean up term lib handling | Mike Frysinger | 1 | -5/+2 |
2013-09-30 | setterm: fix term.h/ncurses.h include ordering | Mike Frysinger | 1 | -2/+3 |
2013-09-28 | Fix various typos | Yuri Chornoivan | 1 | -2/+2 |
2013-09-12 | agetty: add \S to output /etc/os-release data | Karel Zak | 2 | -2/+111 |
2013-09-12 | agetty: add baud rates available from glibc that are not already supported | James Buren | 1 | -0/+36 |
2013-09-12 | agetty: only use EXTA/EXTB macros if B19200/B38400 macros are not present | James Buren | 1 | -7/+5 |
2013-09-09 | agetty: cleanup debug ifdefs | Karel Zak | 1 | -5/+5 |
2013-08-29 | last, utmpdump, agetty, wall, write: avoid compatibility hacks | Sami Kerola | 3 | -3/+7 |
2013-08-29 | write: change determination can user write to a terminal | Sami Kerola | 1 | -4/+5 |
2013-08-29 | docs: add note to wall(1) about sessions which will not get message | Sami Kerola | 1 | -0/+6 |
2013-08-29 | wall: line wrap at column 79 also when line has tab chars | Sami Kerola | 1 | -0/+2 |
2013-08-29 | mesg: sync usage() with howto-usage-function.txt | Sami Kerola | 1 | -8/+7 |
2013-08-29 | wall: sync usage() with howto-usage-function.txt | Sami Kerola | 1 | -11/+10 |
2013-08-29 | wall: send message also to sessions opened by user 'sleeper' | Sami Kerola | 1 | -4/+1 |
2013-08-23 | include: carefulput: print determined char when unprintable char is found | Sami Kerola | 2 | -2/+2 |
2013-08-13 | wall: make banner sysvinit compatible | Karel Zak | 1 | -16/+18 |
2013-08-13 | wall: allow to specify <message> on command line | Karel Zak | 2 | -36/+68 |
2013-08-06 | agetty: -L accepts optional argument | Karel Zak | 1 | -1/+1 |
2013-07-09 | agetty: fix memory leak [clang-analyzer] | Sami Kerola | 1 | -1/+3 |
2013-07-04 | Fixes "getty: unrecognized option '--loginpause'" | kernc | 1 | -2/+2 |
2013-06-18 | agetty: improve wording, grammar and some formatting in man page | Benno Schulenberg | 1 | -49/+49 |
2013-06-18 | agetty: fix a kill/erase error in man page and improve clarity | Benno Schulenberg | 1 | -12/+12 |
2013-06-13 | Merge branch 'master' of https://github.com/eric-s-raymond/util-linux | Karel Zak | 1 | -26/+44 |
2013-06-13 | agetty: use O_NONBLOCK only for serial lines with CLOCAL | Karel Zak | 1 | -5/+7 |
2013-06-10 | Re-layout a FILES section in the traditional style. | Eric S. Raymond | 1 | -5/+12 |
2013-06-10 | Remove another .ti for .RS/.RE, and remove a .TP that broke list parsing. | Eric S. Raymond | 1 | -8/+11 |