util-linux/misc-utils
Karel Zak 9683e327ed wipefs: fix mem usage
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-16 23:40:46 +02:00
..
.gitignore findmnt: add new command 2010-06-03 15:20:11 +02:00
Makefile.am build-sys: cleanup lib{mount,blkid} building 2010-06-08 10:55:24 +02:00
README.cal
README.ddate build-sys: fix README filenames and add missing files to EXTRA_DISTs 2007-02-08 12:38:25 +01:00
README.flushb build-sys: fix README filenames and add missing files to EXTRA_DISTs 2007-02-08 12:38:25 +01:00
README.namei
README.namei2 build-sys: fix README filenames and add missing files to EXTRA_DISTs 2007-02-08 12:38:25 +01:00
README.reset build-sys: fix README filenames and add missing files to EXTRA_DISTs 2007-02-08 12:38:25 +01:00
blkid.8 blkid: remove duplicate option from man page 2010-05-21 15:56:44 +02:00
blkid.c blkid: remove _ENC from ID_PART_ENTRY_{NAME,TYPE} variables 2010-06-02 16:11:52 +02:00
cal.1 cal: remove unnecessary info from man page 2010-06-16 09:16:00 +02:00
cal.c cal: factor out and update multibyte alignment code 2010-03-16 15:16:11 +01:00
chkdupexe.1
chkdupexe.pl Imported from util-linux-2.13-pre1 tarball. 2006-12-07 00:26:54 +01:00
ddate.1 ddate.1: formatting 2009-08-17 12:11:07 +02:00
ddate.c ddate: 11th, 12th and 13th of month 2008-06-09 12:49:40 +02:00
findfs.8 findfs: fix typo in findfs.8 2009-10-05 15:23:57 +02:00
findfs.c blkid: move to misc-utils/ directory 2009-07-02 14:38:23 +02:00
findmnt.8 textual: fix typos, and rephrase some things for clarity 2010-06-14 11:17:00 +02:00
findmnt.c textual: fix typos 2010-06-14 18:15:29 +02:00
kill.1 kill.1: formatting 2009-08-17 12:11:07 +02:00
kill.c kill: use c.h 2009-10-16 01:28:41 +02:00
kill.h
logger.1 logger: add note about 'kern' to the man page 2010-04-27 08:31:03 +02:00
logger.c replace bcopy,bzero,index and rindex 2009-08-17 11:15:59 +02:00
look.1 look: man page clarification 2007-07-25 18:03:52 +02:00
look.c build-sys: nls/locale handling in util-linux-ng general 2007-09-19 23:15:21 +02:00
mcookie.1 mcookie.1: formatting 2009-08-17 12:11:07 +02:00
mcookie.c remove CVS keywords 2008-07-28 11:10:08 +02:00
namei.1 textual: fix typos, and rephrase some things for clarity 2010-06-14 11:17:00 +02:00
namei.c namei: use c.h 2009-10-16 01:44:33 +02:00
procs.c
rename.1 rename.1: formatting 2009-08-17 12:11:08 +02:00
rename.c rename: remove useless variable 2007-09-05 11:51:11 +02:00
reset Imported from util-linux-2.13-pre1 tarball. 2006-12-07 00:26:54 +01:00
reset.1 reset.1: formatting 2009-08-17 12:11:08 +02:00
reset.033c build-sys: fix README filenames and add missing files to EXTRA_DISTs 2007-02-08 12:38:25 +01:00
script.1 script: preserve child exit status 2010-04-27 12:11:31 +02:00
script.c script: optionally compile with libutempter to update utmp 2010-04-29 12:25:06 +02:00
scriptreplay.1 scriptreplay.1: formatting 2009-08-17 12:11:08 +02:00
scriptreplay.c scriptreplay: fix typo in error message 2009-07-20 10:31:27 +02:00
setterm.1 setterm.1: formatting 2009-08-17 12:11:08 +02:00
setterm.c setterm: use c.h, remove tailing whitespace 2009-10-16 01:40:58 +02:00
uuidd.8 textual: fix typos, and rephrase some things for clarity 2010-06-14 11:17:00 +02:00
uuidd.c messages: gettextize a few skipped or forgotten ones 2010-06-14 11:19:19 +02:00
uuidd.rc uuidd: init /var/run/uuidd, add option for on-demand mode to .rc file 2009-07-01 21:25:37 +02:00
uuidgen.1 uuidd: spell the plural of "UUID" consistently as "UUIDs" 2010-06-14 11:13:51 +02:00
uuidgen.c uuidgen: new command (from e2fsprogs) 2009-05-22 10:06:16 +02:00
whereis.1 whereis.1: formatting 2009-08-17 12:11:08 +02:00
whereis.c replace bcopy,bzero,index and rindex 2009-08-17 11:15:59 +02:00
wipefs.8 wipefs: support suffixes for --offset 2010-03-30 14:45:29 +02:00
wipefs.c wipefs: fix mem usage 2010-06-16 23:40:46 +02:00
write.1 write.1: formatting 2009-08-17 12:11:09 +02:00
write.c misc-utils: write include signal.h directly 2008-07-28 11:08:09 +02:00

README.reset

RedHat and SuSE take the program reset from ncurses,
 where reset is a name for the program tset.
 It is approximately equivalent to
	stty sane; tputs rs1; tputs rs2; tputs rf
 with `tputs rf' replaced by `tputs if' when there is an
 init_file but no reset_file. In the comments it wonders
 whether also sending rs3, rmacs, rmul, rmm might be a good idea.

Slackware uses the small script given here.
 The part `echo -e \\033c' is the canonical reset of the kernel
 console status, and is equivalent to `tputs rs1' for a linux
 terminal.

So, both versions are approximately the same.


[A disadvantage of `echo -e \\033c' might be that it is potentially
wrong on a non-vt100, non-xterm, non-linux terminal.
An advantage is that there are terminfo entries for xterm around
that only use rs1=^O as reset, and then \Ec is much better.]