source: MondoRescue/branches/stable/mindi-busybox/coreutils/cal.c@ 1770

Last change on this file since 1770 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: 9.1 KB
RevLine 
[1770]1/* vi: set sw=4 ts=4: */
[821]2/*
3 * Calendar implementation for busybox
4 *
5 * See original copyright at the end of this file
6 *
[1770]7 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
8 */
[821]9
10/* BB_AUDIT SUSv3 compliant with -j and -y extensions (from util-linux). */
11/* BB_AUDIT BUG: The output of 'cal -j 1752' is incorrect. The upstream
12 * BB_AUDIT BUG: version in util-linux seems to be broken as well. */
13/* http://www.opengroup.org/onlinepubs/007904975/utilities/cal.html */
14
15/* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org)
16 *
17 * Major size reduction... over 50% (>1.5k) on i386.
18 */
19
[1770]20#include "libbb.h"
[821]21
[1770]22/* We often use "unsigned" intead of "int", it's easier to div on most CPUs */
[821]23
24#define THURSDAY 4 /* for reformation */
25#define SATURDAY 6 /* 1 Jan 1 was a Saturday */
26
27#define FIRST_MISSING_DAY 639787 /* 3 Sep 1752 */
28#define NUMBER_MISSING_DAYS 11 /* 11 day correction */
29
30#define MAXDAYS 42 /* max slots in a month array */
31#define SPACE -1 /* used in day array */
32
[1770]33static const unsigned char days_in_month[] ALIGN1 = {
[821]34 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31
35};
36
[1770]37static const unsigned char sep1752[] ALIGN1 = {
38 1, 2, 14, 15, 16,
[821]39 17, 18, 19, 20, 21, 22, 23,
40 24, 25, 26, 27, 28, 29, 30
41};
42
[1770]43static unsigned julian;
[821]44
45/* leap year -- account for Gregorian reformation in 1752 */
[1770]46static int leap_year(unsigned yr)
[821]47{
[1770]48 if (yr <= 1752)
49 return !(yr % 4);
50 return (!(yr % 4) && (yr % 100)) || !(yr % 400);
[821]51}
52
53/* number of centuries since 1700, not inclusive */
54#define centuries_since_1700(yr) \
55 ((yr) > 1700 ? (yr) / 100 - 17 : 0)
56
57/* number of centuries since 1700 whose modulo of 400 is 0 */
58#define quad_centuries_since_1700(yr) \
59 ((yr) > 1600 ? ((yr) - 1600) / 400 : 0)
60
61/* number of leap years between year 1 and this year, not inclusive */
62#define leap_years_since_year_1(yr) \
63 ((yr) / 4 - centuries_since_1700(yr) + quad_centuries_since_1700(yr))
64
[1770]65static void center(char *, unsigned, unsigned);
66static void day_array(unsigned, unsigned, unsigned *);
67static void trim_trailing_spaces_and_print(char *);
[821]68
69static void blank_string(char *buf, size_t buflen);
[1770]70static char *build_row(char *p, unsigned *dp);
[821]71
72#define DAY_LEN 3 /* 3 spaces per day */
73#define J_DAY_LEN (DAY_LEN + 1)
74#define WEEK_LEN 20 /* 7 * 3 - one space at the end */
75#define J_WEEK_LEN (WEEK_LEN + 7)
76#define HEAD_SEP 2 /* spaces between day headings */
77
[1770]78int cal_main(int argc, char **argv);
[821]79int cal_main(int argc, char **argv)
80{
81 struct tm *local_time;
82 struct tm zero_tm;
83 time_t now;
[1770]84 unsigned month, year, flags, i;
[821]85 char *month_names[12];
86 char day_headings[28]; /* 28 for julian, 21 for nonjulian */
87 char buf[40];
88
[1770]89 flags = getopt32(argv, "jy");
[821]90 julian = flags & 1;
[1770]91 month = 0;
[821]92 argv += optind;
[1770]93 argc -= optind;
[821]94
[1770]95 if (argc > 2) {
[821]96 bb_show_usage();
97 }
98
99 if (!argc) {
100 time(&now);
101 local_time = localtime(&now);
102 year = local_time->tm_year + 1900;
103 if (!(flags & 2)) {
104 month = local_time->tm_mon + 1;
105 }
106 } else {
107 if (argc == 2) {
[1770]108 month = xatou_range(*argv++, 1, 12);
[821]109 }
[1770]110 year = xatou_range(*argv, 1, 9999);
[821]111 }
112
[1770]113 blank_string(day_headings, sizeof(day_headings) - 7 + 7*julian);
[821]114
115 i = 0;
116 do {
117 zero_tm.tm_mon = i;
118 strftime(buf, sizeof(buf), "%B", &zero_tm);
[1770]119 month_names[i] = xstrdup(buf);
[821]120
121 if (i < 7) {
122 zero_tm.tm_wday = i;
123 strftime(buf, sizeof(buf), "%a", &zero_tm);
124 strncpy(day_headings + i * (3+julian) + julian, buf, 2);
125 }
126 } while (++i < 12);
127
128 if (month) {
[1770]129 unsigned row, len, days[MAXDAYS];
130 unsigned *dp = days;
[821]131 char lineout[30];
132
133 day_array(month, year, dp);
134 len = sprintf(lineout, "%s %d", month_names[month - 1], year);
[1770]135 printf("%*s%s\n%s\n",
[821]136 ((7*julian + WEEK_LEN) - len) / 2, "",
137 lineout, day_headings);
138 for (row = 0; row < 6; row++) {
139 build_row(lineout, dp)[0] = '\0';
140 dp += 7;
141 trim_trailing_spaces_and_print(lineout);
142 }
143 } else {
[1770]144 unsigned row, which_cal, week_len, days[12][MAXDAYS];
145 unsigned *dp;
[821]146 char lineout[80];
147
148 sprintf(lineout, "%d", year);
149 center(lineout,
150 (WEEK_LEN * 3 + HEAD_SEP * 2)
151 + julian * (J_WEEK_LEN * 2 + HEAD_SEP
152 - (WEEK_LEN * 3 + HEAD_SEP * 2)),
153 0);
154 puts("\n"); /* two \n's */
155 for (i = 0; i < 12; i++) {
156 day_array(i + 1, year, days[i]);
157 }
158 blank_string(lineout, sizeof(lineout));
159 week_len = WEEK_LEN + julian * (J_WEEK_LEN - WEEK_LEN);
160 for (month = 0; month < 12; month += 3-julian) {
161 center(month_names[month], week_len, HEAD_SEP);
162 if (!julian) {
163 center(month_names[month + 1], week_len, HEAD_SEP);
164 }
165 center(month_names[month + 2 - julian], week_len, 0);
[1770]166 printf("\n%s%*s%s", day_headings, HEAD_SEP, "", day_headings);
[821]167 if (!julian) {
[1770]168 printf("%*s%s", HEAD_SEP, "", day_headings);
[821]169 }
170 putchar('\n');
171 for (row = 0; row < (6*7); row += 7) {
172 for (which_cal = 0; which_cal < 3-julian; which_cal++) {
173 dp = days[month + which_cal] + row;
174 build_row(lineout + which_cal * (week_len + 2), dp);
175 }
176 /* blank_string took care of nul termination. */
177 trim_trailing_spaces_and_print(lineout);
178 }
179 }
180 }
181
[1770]182 fflush_stdout_and_exit(0);
[821]183}
184
185/*
186 * day_array --
187 * Fill in an array of 42 integers with a calendar. Assume for a moment
188 * that you took the (maximum) 6 rows in a calendar and stretched them
189 * out end to end. You would have 42 numbers or spaces. This routine
190 * builds that array for any month from Jan. 1 through Dec. 9999.
191 */
[1770]192static void day_array(unsigned month, unsigned year, unsigned *days)
[821]193{
[1770]194 unsigned long temp;
195 unsigned i;
196 unsigned day, dw, dm;
[821]197
198 memset(days, SPACE, MAXDAYS * sizeof(int));
199
200 if ((month == 9) && (year == 1752)) {
[1770]201 /* Assumes the Gregorian reformation eliminates
202 * 3 Sep. 1752 through 13 Sep. 1752.
203 */
204 unsigned j_offset = julian * 244;
[821]205 size_t oday = 0;
[1770]206
[821]207 do {
208 days[oday+2] = sep1752[oday] + j_offset;
209 } while (++oday < sizeof(sep1752));
210
211 return;
212 }
213
214 /* day_in_year
[1770]215 * return the 1 based day number within the year
[821]216 */
217 day = 1;
218 if ((month > 2) && leap_year(year)) {
219 ++day;
220 }
221
222 i = month;
223 while (i) {
224 day += days_in_month[--i];
225 }
226
227 /* day_in_week
[1770]228 * return the 0 based day number for any date from 1 Jan. 1 to
229 * 31 Dec. 9999. Assumes the Gregorian reformation eliminates
230 * 3 Sep. 1752 through 13 Sep. 1752. Returns Thursday for all
231 * missing days.
[821]232 */
[1770]233 temp = (long)(year - 1) * 365 + leap_years_since_year_1(year - 1) + day;
[821]234 if (temp < FIRST_MISSING_DAY) {
235 dw = ((temp - 1 + SATURDAY) % 7);
[1770]236 } else {
[821]237 dw = (((temp - 1 + SATURDAY) - NUMBER_MISSING_DAYS) % 7);
238 }
239
240 if (!julian) {
241 day = 1;
242 }
243
244 dm = days_in_month[month];
245 if ((month == 2) && leap_year(year)) {
246 ++dm;
247 }
248
[1770]249 do {
[821]250 days[dw++] = day++;
[1770]251 } while (--dm);
[821]252}
253
254static void trim_trailing_spaces_and_print(char *s)
255{
256 char *p = s;
257
258 while (*p) {
259 ++p;
260 }
[1770]261 while (p != s) {
[821]262 --p;
263 if (!(isspace)(*p)) { /* We want the function... not the inline. */
264 p[1] = '\0';
265 break;
266 }
267 }
268
269 puts(s);
270}
271
[1770]272static void center(char *str, unsigned len, unsigned separate)
[821]273{
[1770]274 unsigned n = strlen(str);
[821]275 len -= n;
[1770]276 printf("%*s%*s", (len/2) + n, str, (len/2) + (len % 2) + separate, "");
[821]277}
278
279static void blank_string(char *buf, size_t buflen)
280{
281 memset(buf, ' ', buflen);
282 buf[buflen-1] = '\0';
283}
284
[1770]285static char *build_row(char *p, unsigned *dp)
[821]286{
[1770]287 unsigned col, val, day;
[821]288
289 memset(p, ' ', (julian + DAY_LEN) * 7);
290
291 col = 0;
292 do {
[1770]293 day = *dp++;
294 if (day != SPACE) {
[821]295 if (julian) {
296 ++p;
297 if (day >= 100) {
298 *p = '0';
299 p[-1] = (day / 100) + '0';
300 day %= 100;
301 }
302 }
[1770]303 val = day / 10;
304 if (val > 0) {
[821]305 *p = val + '0';
306 }
307 *++p = day % 10 + '0';
308 p += 2;
309 } else {
310 p += DAY_LEN + julian;
311 }
312 } while (++col < 7);
313
314 return p;
315}
316
317/*
318 * Copyright (c) 1989, 1993, 1994
319 * The Regents of the University of California. All rights reserved.
320 *
321 * This code is derived from software contributed to Berkeley by
322 * Kim Letkeman.
323 *
324 * Redistribution and use in source and binary forms, with or without
325 * modification, are permitted provided that the following conditions
326 * are met:
327 * 1. Redistributions of source code must retain the above copyright
328 * notice, this list of conditions and the following disclaimer.
329 * 2. Redistributions in binary form must reproduce the above copyright
330 * notice, this list of conditions and the following disclaimer in the
331 * documentation and/or other materials provided with the distribution.
332 * 3. Neither the name of the University nor the names of its contributors
333 * may be used to endorse or promote products derived from this software
334 * without specific prior written permission.
335 *
336 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
337 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
338 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
339 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
340 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
341 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
342 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
343 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
344 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
345 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
346 * SUCH DAMAGE.
347 */
Note: See TracBrowser for help on using the repository browser.