summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-272-9/+9
|
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-275-27/+27
|
* Provide our own isdigit macro. saves more than 400 bytes.Denis Vlasenko2006-11-273-9/+7
|
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-272-7/+26
| | | | | Remove it, introduce saner bb_strtoXX. Saved ~350 bytes.
* sort: two small optimizationsDenis Vlasenko2006-11-261-9/+10
|
* sort: reformat entire file wrt style.Denis Vlasenko2006-11-261-182/+215
| | | | | | fix single obvious bug: right hand was 0 here: flags & (FLAG_b&FLAG_d&FLAG_f&FLAG_i&FLAG_bb) fixed to use |
* small fixes:Denis Vlasenko2006-11-261-1/+1
| | | | | | fix xstrdup to not grossly overallocate memory use xopen instean of xopen3 in several places etc.
* tee: fix bug: argv[-1] is a no-no!Denis Vlasenko2006-11-251-38/+38
| | | | | bb_full_fd_action: optimize die_if_ferror: "<applet>: filename" isn't a good err msg, add "..I/O error"
* dd: support >2gb values for seek, skip, countDenis Vlasenko2006-11-251-4/+10
|
* header_verbose_list: stop truncating file size in listingDenis Vlasenko2006-11-242-4/+4
|
* md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".Denis Vlasenko2006-11-231-20/+24
| | | | Also eradicate 95 bytes of bloat.
* httpd: fix cgi-bin/index.cgi support, add example of it,Denis Vlasenko2006-11-211-31/+37
| | | | | stat: fix end-of-line if format is specified (wasn't printing it), fix %z (time) format to match coreutils 6.3
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko2006-11-213-6/+5
|
* mkdir: style fixDenis Vlasenko2006-11-191-5/+5
|
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-185-6/+6
|
* - end may be used uninitialized.Bernhard Reutner-Fischer2006-11-171-1/+2
| | | | - TODO: should eventually use skip_whitespace there
* mostly style fixesDenis Vlasenko2006-11-011-1/+1
|
* dd: fix bugs: always assumed conv=sync, died on write errorsDenis Vlasenko2006-10-311-50/+69
| | | | w/o perror and statictics. Several small improvements
* ls: silly comment fixesDenis Vlasenko2006-10-281-9/+9
|
* chmod: typo in commentsDenis Vlasenko2006-10-281-8/+8
|
* ls: cleanup part 2. ifdef forest is much less scary now :)Denis Vlasenko2006-10-282-198/+148
|
* ls: cleanup part 1Denis Vlasenko2006-10-282-271/+181
|
* recursive_action: add depth paramDenis Vlasenko2006-10-273-28/+84
| | | | chmod: match coreutils versus following links
* chgrp: just call chown! :)Denis Vlasenko2006-10-272-39/+11
|
* chown: add -vcf support if CONFIG_DESKTOPDenis Vlasenko2006-10-272-25/+64
| | | | chmod: stop following symlinks
* chmod: support -vcf if CONFIG_DESKTOPDenis Vlasenko2006-10-271-53/+44
|
* reshuffle libbb.h contents so that order of decls makes senseDenis Vlasenko2006-10-273-7/+7
| | | | Found bad typo in largefile support :)
* get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko2006-10-271-1/+0
|
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-272-12/+12
|
* ...and yet another small fix. Ouch...Denis Vlasenko2006-10-261-2/+2
|
* rename functions to more understandable namesDenis Vlasenko2006-10-2611-19/+18
|
* remove bb_printf and the likeDenis Vlasenko2006-10-2630-99/+103
|
* silly size savings and capitalization fixesDenis Vlasenko2006-10-262-2/+2
|
* watch: fix warningDenis Vlasenko2006-10-231-1/+3
| | | | getty: fix breakage; fix excessive stack usage
* cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko2006-10-214-74/+58
| | | | | Add doc on POSIX's rules on -i and -f (insane!). ln: make "ln dangling_symlink new_link" work.
* watch: execute command thru shell, not fork/exec. Other fixesDenis Vlasenko2006-10-201-29/+50
|
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-206-8/+8
|
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-3/+3
|
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-125-7/+7
| | | | Renaming...
* cut, mount: small improvementsDenis Vlasenko2006-10-122-20/+15
|
* od: provide full-blown od from coreutils if CONFIG_DESKTOPDenis Vlasenko2006-10-102-4/+1600
|
* start_stop_daemon: add -N <nice> compatDenis Vlasenko2006-10-081-31/+13
| | | | | [re]nice: add support for -nNNN w/o spaces, -NNN (nice only), simplified code
* correct largefile support, add comments about it.Denis Vlasenko2006-10-083-14/+15
|
* attempt to regularize atoi mess.Denis Vlasenko2006-10-0817-108/+83
|
* dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko2006-10-071-14/+17
| | | | make it (partially) CONFIG_LFS-aware
* httpd: add -u user[:grp] supportDenis Vlasenko2006-10-051-13/+13
|
* build system overhaulDenis Vlasenko2006-10-059-355/+245
|
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-032-1/+2
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-0336-67/+65
| | | | | | | | 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.
* rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko2006-10-036-8/+8
|