source: MondoRescue/branches/stable/mindi-busybox/util-linux/more.c

Last change on this file was 1770, checked in by Bruno Cornec, 16 years ago
  • Better output for mindi-busybox revision
  • Remove dummy file created on NFS - report from Arnaud Tiger <arnaud.tiger_at_hp.com>
  • strace useful for debug
  • fix new versions for pb (2.0.0 for mindi and 1.7.2 for mindi-busybox)
  • fix build process for mindi-busybox + options used in that version (dd for label-partitions-as-necessary)
  • fix typo in label-partitions-as-necessary which doesn't seem to work
  • Update to busybox 1.7.2
  • perl is now required at restore time to support uuid swap partitions (and will be used for many other thigs

in the future for sure)

  • next mindi version will be 2.0.0 due to all the changes made in it (udev may break working distros)
  • small optimization in mindi on keyboard handling (one single find instead of multiple)
  • better interaction for USB device when launching mindi manually
  • attempt to automatically guess block disk size for ramdisk
  • fix typos in bkphw
  • Fix the remaining problem with UUID support for swap partitions
  • Updates mondoarchive man page for USB support
  • Adds preliminary Hardware support to mindi (Proliant SSSTK)
  • Tries to add udev support also for rhel4
  • Fix UUID support which was still broken.
  • Be conservative in test for the start-nfs script
  • Update config file for mindi-busybox for 1.7.2 migration
  • Try to run around a busybox bug (1.2.2 pb on inexistant links)
  • Add build content for mindi-busybox in pb
  • Remove distributions content for mindi-busybox
  • Fix a warning on inexistant raidtab
  • Solve problem on tmpfs in restore init (Problem of inexistant symlink and busybox)
  • Create MONDO_CACHE and use it everywhere + creation at start
  • Really never try to eject a USB device
  • Fix a issue with &> usage (replaced with 1> and 2>)
  • Adds magic file to depllist in order to have file working + ldd which helps for debugging issues
  • tty modes correct to avoid sh error messages
  • Use ext3 normally and not ext2 instead
  • USB device should be corrected after reading (take 1st part)
  • Adds a mount_USB_here function derived from mount_CDROM_here
  • usb detection place before /dev detection in device name at restore time
  • Fix when restoring from USB: media is asked in interactive mode
  • Adds USB support for mondorestore
  • mount_cdrom => mount_media
  • elilo.efi is now searched throughout /boot/efi and not in a fixed place as there is no standard
  • untar-and-softlink => untar (+ interface change)
  • suppress useless softlinks creation/removal in boot process
  • avoids udevd messages on groups
  • Increase # of disks to 99 as in mindi at restore time (should be a conf file parameter)
  • skip existing big file creation
  • seems to work correctly for USB mindi boot
  • Adds group and tty link to udev conf
  • Always load usb-torage (even 2.6) to initiate USB bus discovery
  • Better printing of messages
  • Attempt to fix a bug in supporting OpenSusE 10.3 kernel for initramfs (mindi may now use multiple regex for kernel initrd detection)
  • Links were not correctly done as non relative for modules in mindi
  • exclusion of modules denied now works
  • Also create modules in their ordinary place, so that classical modprobe works + copy modules.dep
  • Fix bugs for DENY_MODS handling
  • Add device /dev/console for udev
  • ide-generic should now really be excluded
  • Fix a bug in major number for tty
  • If udev then adds modprobe/insmod to rootfs
  • tty0 is also cretaed with udev
  • ide-generic put rather in DENY_MODS
  • udevd remove from deplist s handled in mindi directly
  • better default for mindi when using --usb
  • Handles dynamically linked busybox (in case we want to use it soon ;-)
  • Adds fixed devices to create for udev
  • ide-generic should not be part of the initrd when using libata v2
  • support a dynamically linked udev (case on Ubuntu 7.10 and Mandriva 2008.0 so should be quite generic) This will give incitation to move to dyn. linked binaries in the initrd which will help for other tasks (ia6 4)
  • Improvement in udev support (do not use cl options not available in busybox)
  • Udev in mindi
    • auto creation of the right links at boot time with udev-links.conf(from Mandriva 2008.0)
    • rework startup of udev as current makes kernel crash (from Mandriva 2008.0)
    • add support for 64 bits udev
  • Try to render MyInsmod silent at boot time
  • Adds udev support (mandatory for newest distributions to avoid remapping of devices in a different way as on the original system)
  • We also need vaft format support for USB boot
  • Adds libusual support (Ubuntu 7.10 needs it for USB)
  • Improve Ubuntu/Debian keyboard detection and support
  • pbinit adapted to new pb (0.8.10). Filtering of docs done in it
  • Suppress some mondo warnings and errors on USB again
  • Tries to fix lack of files in deb mindi package
  • Verify should now work for USB devices
  • More log/mesages improvement for USB support
  • - Supress g_erase_tmpdir_and_scratchdir
  • Improve some log messages for USB support
  • Try to improve install in mindi to avoid issues with isolinux.cfg not installed vene if in the pkg :-(
  • Improve mindi-busybox build
  • In conformity with pb 0.8.9
  • Add support for Ubuntu 7.10 in build process
  • Add USB Key button to Menu UI (CD streamer removed)
  • Attempt to fix error messages on tmp/scratch files at the end by removing those dir at the latest possible.
  • Fix a bug linked to the size of the -E param which could be used (Arnaud Tiger/René Ribaud).
  • Integrate ~/.pbrc content into mondorescue.pb (required project-builder >= 0.8.7)
  • Put mondorescue in conformity with new pb filtering rules
  • Add USB support at restore time (no test done yet). New start-usb script PB varibale added where useful
  • Unmounting USB device before removal of temporary scratchdir
  • Stil refining USB copy back to mondo (one command was not executed)
  • No need to have the image subdor in the csratchdir when USB.
  • umount the USB partition before attempting to use it
  • Remove useless copy from mindi to mondo at end of USB handling

(risky merge, we are raising the limits of 2 diverging branches. The status of stable is not completely sure as such. Will need lots of tests, but it's not yet done :-()
(merge -r1692:1769 $SVN_M/branches/2.2.5)

File size: 5.4 KB
Line 
1/* vi: set sw=4 ts=4: */
2/*
3 * Mini more implementation for busybox
4 *
5 * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
6 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
7 *
8 * Latest version blended together by Erik Andersen <andersen@codepoet.org>,
9 * based on the original more implementation by Bruce, and code from the
10 * Debian boot-floppies team.
11 *
12 * Termios corrects by Vladimir Oleynik <dzo@simtreas.ru>
13 *
14 * Licensed under GPLv2 or later, see file License in this tarball for details.
15 */
16
17#include "libbb.h"
18#if ENABLE_FEATURE_USE_TERMIOS
19#include <termios.h>
20#endif /* FEATURE_USE_TERMIOS */
21
22
23#if ENABLE_FEATURE_USE_TERMIOS
24
25struct globals {
26 int cin_fileno;
27 struct termios initial_settings;
28 struct termios new_settings;
29};
30#define G (*(struct globals*)bb_common_bufsiz1)
31//#define G (*ptr_to_globals)
32#define INIT_G() ((void)0)
33//#define INIT_G() PTR_TO_GLOBALS = xzalloc(sizeof(G))
34#define initial_settings (G.initial_settings)
35#define new_settings (G.new_settings )
36#define cin_fileno (G.cin_fileno )
37
38#define setTermSettings(fd, argp) tcsetattr(fd, TCSANOW, argp)
39#define getTermSettings(fd, argp) tcgetattr(fd, argp)
40
41static void gotsig(int sig)
42{
43 putchar('\n');
44 setTermSettings(cin_fileno, &initial_settings);
45 exit(EXIT_FAILURE);
46}
47
48#else /* !FEATURE_USE_TERMIOS */
49#define INIT_G() ((void)0)
50#define setTermSettings(fd, argp) ((void)0)
51#endif /* FEATURE_USE_TERMIOS */
52
53#define CONVERTED_TAB_SIZE 8
54
55int more_main(int argc, char **argv);
56int more_main(int argc, char **argv)
57{
58 int c = c; /* for gcc */
59 int lines;
60 int input = 0;
61 int spaces = 0;
62 int please_display_more_prompt;
63 struct stat st;
64 FILE *file;
65 FILE *cin;
66 int len;
67 int terminal_width;
68 int terminal_height;
69
70 INIT_G();
71
72 argv++;
73 /* Another popular pager, most, detects when stdout
74 * is not a tty and turns into cat. This makes sense. */
75 if (!isatty(STDOUT_FILENO))
76 return bb_cat(argv);
77 cin = fopen(CURRENT_TTY, "r");
78 if (!cin)
79 return bb_cat(argv);
80
81#if ENABLE_FEATURE_USE_TERMIOS
82 cin_fileno = fileno(cin);
83 getTermSettings(cin_fileno, &initial_settings);
84 new_settings = initial_settings;
85 new_settings.c_lflag &= ~ICANON;
86 new_settings.c_lflag &= ~ECHO;
87 new_settings.c_cc[VMIN] = 1;
88 new_settings.c_cc[VTIME] = 0;
89 setTermSettings(cin_fileno, &new_settings);
90 signal(SIGINT, gotsig);
91 signal(SIGQUIT, gotsig);
92 signal(SIGTERM, gotsig);
93#endif
94
95 do {
96 file = stdin;
97 if (*argv) {
98 file = fopen_or_warn(*argv, "r");
99 if (!file)
100 continue;
101 }
102 st.st_size = 0;
103 fstat(fileno(file), &st);
104
105 please_display_more_prompt = 0;
106 /* never returns w, h <= 1 */
107 get_terminal_width_height(fileno(cin), &terminal_width, &terminal_height);
108 terminal_height -= 1;
109
110 len = 0;
111 lines = 0;
112 while (spaces || (c = getc(file)) != EOF) {
113 int wrap;
114 if (spaces)
115 spaces--;
116 loop_top:
117 if (input != 'r' && please_display_more_prompt) {
118 len = printf("--More-- ");
119 if (st.st_size > 0) {
120 len += printf("(%d%% of %"OFF_FMT"d bytes)",
121 (int) (ftello(file)*100 / st.st_size),
122 st.st_size);
123 }
124 fflush(stdout);
125
126 /*
127 * We've just displayed the "--More--" prompt, so now we need
128 * to get input from the user.
129 */
130 for (;;) {
131 input = getc(cin);
132 input = tolower(input);
133#if !ENABLE_FEATURE_USE_TERMIOS
134 printf("\033[A"); /* up cursor */
135#endif
136 /* Erase the last message */
137 printf("\r%*s\r", len, "");
138
139 /* Due to various multibyte escape
140 * sequences, it's not ok to accept
141 * any input as a command to scroll
142 * the screen. We only allow known
143 * commands, else we show help msg. */
144 if (input == ' ' || input == '\n' || input == 'q' || input == 'r')
145 break;
146 len = printf("(Enter:next line Space:next page Q:quit R:show the rest)");
147 }
148 len = 0;
149 lines = 0;
150 please_display_more_prompt = 0;
151
152 if (input == 'q')
153 goto end;
154
155 /* The user may have resized the terminal.
156 * Re-read the dimensions. */
157#if ENABLE_FEATURE_USE_TERMIOS
158 get_terminal_width_height(cin_fileno, &terminal_width, &terminal_height);
159 terminal_height -= 1;
160#endif
161 }
162
163 /* Crudely convert tabs into spaces, which are
164 * a bajillion times easier to deal with. */
165 if (c == '\t') {
166 spaces = CONVERTED_TAB_SIZE - 1;
167 c = ' ';
168 }
169
170 /*
171 * There are two input streams to worry about here:
172 *
173 * c : the character we are reading from the file being "mored"
174 * input: a character received from the keyboard
175 *
176 * If we hit a newline in the _file_ stream, we want to test and
177 * see if any characters have been hit in the _input_ stream. This
178 * allows the user to quit while in the middle of a file.
179 */
180 wrap = (++len > terminal_width);
181 if (c == '\n' || wrap) {
182 /* Then outputting this character
183 * will move us to a new line. */
184 if (++lines >= terminal_height || input == '\n')
185 please_display_more_prompt = 1;
186 len = 0;
187 }
188 if (c != '\n' && wrap) {
189 /* Then outputting this will also put a character on
190 * the beginning of that new line. Thus we first want to
191 * display the prompt (if any), so we skip the putchar()
192 * and go back to the top of the loop, without reading
193 * a new character. */
194 goto loop_top;
195 }
196 /* My small mind cannot fathom backspaces and UTF-8 */
197 putchar(c);
198 }
199 fclose(file);
200 fflush(stdout);
201 } while (*argv && *++argv);
202 end:
203 setTermSettings(cin_fileno, &initial_settings);
204 return 0;
205}
Note: See TracBrowser for help on using the repository browser.