summaryrefslogtreecommitdiff
path: root/term.c
Commit message (Expand)AuthorAgeFilesLines
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Update copyright headersDmitry V. Levin2018-04-051-1/+1
* build: prepare for -Wimplicit-fallthrough=5Dmitry V. Levin2018-03-061-0/+6
* Imply RVAL_DECODED when RVAL_IOCTL_PARSED is returned on enteringDmitry V. Levin2017-08-281-1/+1
* Replace return 1 ioctl sub-decoder hack with proper flagEugene Syromyatnikov2017-08-281-1/+1
* term: use print_quoted_stringEugene Syromyatnikov2017-08-271-5/+3
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* term: do not abort decoding in case of non-verbose outputEugene Syromyatnikov2017-01-061-15/+0
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-6/+6
* Use printxval64 instead of printxval_longDmitry V. Levin2016-12-251-2/+2
* printstr: rename to printstrn, add printstr as a thin wrapperDmitry V. Levin2016-12-251-1/+1
* Change type of ioctl 3rd argument from long to kernel_ureg_tDmitry V. Levin2016-12-251-6/+7
* Use tprints instead of tprintf in a few more placesDmitry V. Levin2016-10-021-4/+4
* Fix printing of invalid arguments of term ioctlsDmitry V. Levin2016-05-171-2/+2
* term.c: enhance tty ioctl parserDmitry V. Levin2015-07-131-185/+190
* term.c: fix typoDmitry V. Levin2015-07-051-4/+6
* Do not include sys/filio.hDmitry V. Levin2015-07-051-3/+0
* ioctl: assume that all ioctl commands have unsigned int typeDmitry V. Levin2015-01-201-1/+2
* Compress blank linesDmitry V. Levin2014-05-301-1/+0
* Generate xlat/*.in filesDmitry V. Levin2014-05-301-123/+4
* Use XLAT_END macroDmitry V. Levin2014-02-051-4/+4
* Use XLAT macroDmitry V. Levin2014-02-051-51/+51
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-161-5/+1
* Compress blank linesDmitry V. Levin2012-02-251-1/+0
* Automated removal of non-Linux codeDenys Vlasenko2012-02-251-27/+0
* Decode TIOCSCTTY's third parameterDenys Vlasenko2011-10-221-3/+5
* Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko2011-09-011-10/+10
* Remove dead codeDmitry V. Levin2010-02-041-12/+1
* 2008-07-18 Andreas Schwab <schwab@suse.de>Roland McGrath2008-07-221-3/+3
* 2005-05-31 Dmitry V. Levin <ldv@altlinux.org>Roland McGrath2005-06-011-2/+1
* 2004-09-03 Roland McGrath <roland@redhat.com>Roland McGrath2004-09-041-4/+4
* 2003-01-13 Roland McGrath <roland@redhat.com>Roland McGrath2003-01-141-4/+12
* more FreeBSD updatesWichert Akkerman2000-09-031-2/+14
* Add FreeBSD supportWichert Akkerman2000-09-011-1/+10
* The `too much stuff, just check the ChangeLog' updateWichert Akkerman2000-05-011-0/+45
* Merged in a bunch of patches that I got as reaction to the 3.99 release.Wichert Akkerman1999-05-091-2/+10
* Initial revisionWichert Akkerman1999-02-191-0/+380