Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unneeded code removed, usused field "unsigned pscpu" removed | Denis Vlasenko | 2006-11-01 | 1 | -1/+1 |
| | |||||
* | mostly style fixes | Denis Vlasenko | 2006-11-01 | 1 | -68/+63 |
| | |||||
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -4/+4 |
| | |||||
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -4/+4 |
| | | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | ||||
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 |
| | |||||
* | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -2/+2 |
| | | | | | | Adds "Enable getopt long" under "General options", default y. Send patches to fix getopt_ulflags and run_parts.c if you turn this off.. See http://busybox.net/lists/busybox/2006-May/021828.html for a start to run-parts | ||||
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | 2006-05-07 | 1 | -2/+2 |
| | | | | | as the old optimization did (actually does slightly better under gcc 4.0), and simplifies the code. | ||||
* | - use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig: | Bernhard Reutner-Fischer | 2006-03-31 | 1 | -21/+10 |
| | | | | | | text data bss dec hex filename 1307 0 0 1307 51b util-linux/hwclock.o.oorig 1255 0 0 1255 4e7 util-linux/hwclock.o | ||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
| | | | | definitions. (That should only be on prototypes.) | ||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -5/+5 |
| | |||||
* | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" | 2005-10-14 | 1 | -1/+1 |
| | | | | | - new bb_getopt_ulflags features: check max and min args, convert first argv to options special for ar and tar applets - use bb_default_error_retval for env applet | ||||
* | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" | 2005-10-11 | 1 | -1/+1 |
| | | | | | - more long opt compatibility, can set flag for long opt struct now - more logic: check opt-depend requires and global requires, special for 'id' and 'start-stop-daemon' applets. | ||||
* | allow people to adjtime location | Mike Frysinger | 2005-09-28 | 1 | -2/+6 |
| | |||||
* | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" | 2005-09-05 | 1 | -5/+1 |
| | | | | | 2) better support long options 3) new flag '!' for bb_opt_complementally: produce bb_show_usage() if BB_GETOPT_ERROR internally | ||||
* | change the hardcoded error constant (0x80000000UL) to a nice flexible define ↵ | Mike Frysinger | 2005-05-11 | 1 | -1/+1 |
| | | | | (BB_GETOPT_ERROR) | ||||
* | minor style touchups | Mike Frysinger | 2005-04-16 | 1 | -8/+8 |
| | |||||
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | ||||
* | Some corrections from vodz: | Robert Griebl | 2004-03-22 | 1 | -11/+6 |
| | | | | | - Make -u/-l mutually exclusive - Minor size reduction | ||||
* | The utc variable was not modified according to the -u/-l command line | Robert Griebl | 2004-03-21 | 1 | -2/+8 |
| | | | | parameters. | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -19/+19 |
| | |||||
* | Patch from Thomas Frohlich to fix an option ordering bug of mine. | Glenn L McGrath | 2004-03-10 | 1 | -3/+3 |
| | |||||
* | Use bb_getopt_ulflags, marginal saving, better argument checking. | Glenn L McGrath | 2004-02-22 | 1 | -68/+41 |
| | |||||
* | Use /var/lib/hwclock for adjtime, its really a state file rather than a | Glenn L McGrath | 2004-02-22 | 1 | -3/+1 |
| | | | | config file, so it should be in /etc, FHS mentions it also. | ||||
* | Removed some debug printfs | Robert Griebl | 2003-08-26 | 1 | -4/+0 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -9/+9 |
| | |||||
* | > Eliminate dependancy on kernel header files. Naughty naughty. | Robert Griebl | 2003-01-02 | 1 | -2/+15 |
| | | | | | | | | | > Using linux kernel headers is a Bad Thing(tm) and should be > punished. > -Erik Doing this wrong should be punished even harder :) - Robert | ||||
* | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | 2002-12-11 | 1 | -1/+6 |
| | | | | | | Using linux kernel headers is a Bad Thing(tm) and should be punished. -Erik | ||||
* | - updated a few copyright/left file headers | Robert Griebl | 2002-08-05 | 1 | -2/+17 |
| | | | | - documented most of my 0.61 changes in the ChangeLog | ||||
* | Initial checkin of a very primitive hwclock replacement | Robert Griebl | 2002-07-21 | 1 | -0/+229 |