aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mostly style fixesvda2006-11-011-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16487 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dd: fix bugs: always assumed conv=sync, died on write errorsvda2006-10-311-50/+69
| | | | | | | w/o perror and statictics. Several small improvements git-svn-id: svn://busybox.net/trunk/busybox@16476 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ls: silly comment fixesvda2006-10-281-9/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16466 69ca8d6d-28ef-0310-b511-8ec308f3f277
* chmod: typo in commentsvda2006-10-281-8/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16465 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ls: cleanup part 2. ifdef forest is much less scary now :)vda2006-10-282-198/+148
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16464 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ls: cleanup part 1vda2006-10-282-271/+181
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16463 69ca8d6d-28ef-0310-b511-8ec308f3f277
* recursive_action: add depth paramvda2006-10-273-28/+84
| | | | | | | chmod: match coreutils versus following links git-svn-id: svn://busybox.net/trunk/busybox@16462 69ca8d6d-28ef-0310-b511-8ec308f3f277
* chgrp: just call chown! :)vda2006-10-272-39/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16461 69ca8d6d-28ef-0310-b511-8ec308f3f277
* chown: add -vcf support if CONFIG_DESKTOPvda2006-10-272-25/+64
| | | | | | | chmod: stop following symlinks git-svn-id: svn://busybox.net/trunk/busybox@16459 69ca8d6d-28ef-0310-b511-8ec308f3f277
* chmod: support -vcf if CONFIG_DESKTOPvda2006-10-271-53/+44
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16458 69ca8d6d-28ef-0310-b511-8ec308f3f277
* reshuffle libbb.h contents so that order of decls makes sensevda2006-10-273-7/+7
| | | | | | | Found bad typo in largefile support :) git-svn-id: svn://busybox.net/trunk/busybox@16453 69ca8d6d-28ef-0310-b511-8ec308f3f277
* get_terminal_width_height: do not pass insanely large valuesvda2006-10-271-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16452 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last nail into error_msg() (de)capitalizationvda2006-10-272-12/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16451 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ...and yet another small fix. Ouch...vda2006-10-261-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16449 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rename functions to more understandable namesvda2006-10-2611-19/+18
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16447 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove bb_printf and the likevda2006-10-2630-99/+103
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16446 69ca8d6d-28ef-0310-b511-8ec308f3f277
* silly size savings and capitalization fixesvda2006-10-262-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16438 69ca8d6d-28ef-0310-b511-8ec308f3f277
* watch: fix warningvda2006-10-231-1/+3
| | | | | | | getty: fix breakage; fix excessive stack usage git-svn-id: svn://busybox.net/trunk/busybox@16428 69ca8d6d-28ef-0310-b511-8ec308f3f277
* cp: add support for -s, -l. Fix free(nonmalloc) bug.vda2006-10-214-74/+58
| | | | | | | | Add doc on POSIX's rules on -i and -f (insane!). ln: make "ln dangling_symlink new_link" work. git-svn-id: svn://busybox.net/trunk/busybox@16419 69ca8d6d-28ef-0310-b511-8ec308f3f277
* watch: execute command thru shell, not fork/exec. Other fixesvda2006-10-201-29/+50
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16417 69ca8d6d-28ef-0310-b511-8ec308f3f277
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-206-8/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16412 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add open_read_close() and similar stuffvda2006-10-141-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16377 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-125-7/+7
| | | | | | | Renaming... git-svn-id: svn://busybox.net/trunk/busybox@16375 69ca8d6d-28ef-0310-b511-8ec308f3f277
* cut, mount: small improvementsvda2006-10-122-20/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16374 69ca8d6d-28ef-0310-b511-8ec308f3f277
* od: provide full-blown od from coreutils if CONFIG_DESKTOPvda2006-10-102-4/+1600
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16359 69ca8d6d-28ef-0310-b511-8ec308f3f277
* start_stop_daemon: add -N <nice> compatvda2006-10-081-31/+13
| | | | | | | | [re]nice: add support for -nNNN w/o spaces, -NNN (nice only), simplified code git-svn-id: svn://busybox.net/trunk/busybox@16344 69ca8d6d-28ef-0310-b511-8ec308f3f277
* correct largefile support, add comments about it.vda2006-10-083-14/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16343 69ca8d6d-28ef-0310-b511-8ec308f3f277
* attempt to regularize atoi mess.vda2006-10-0817-108/+83
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16342 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dd: make it recognize not only 'k' but 'K' too;vda2006-10-071-14/+17
| | | | | | | make it (partially) CONFIG_LFS-aware git-svn-id: svn://busybox.net/trunk/busybox@16340 69ca8d6d-28ef-0310-b511-8ec308f3f277
* httpd: add -u user[:grp] supportvda2006-10-051-13/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16313 69ca8d6d-28ef-0310-b511-8ec308f3f277
* build system overhaulvda2006-10-059-355/+245
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16307 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bb_applet_name -> applet_namevda2006-10-032-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16306 69ca8d6d-28ef-0310-b511-8ec308f3f277
* getopt_ulflags -> getopt32.vda2006-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. git-svn-id: svn://busybox.net/trunk/busybox@16305 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-036-8/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16304 69ca8d6d-28ef-0310-b511-8ec308f3f277
* runit/chpst: "change process state" utilityvda2006-10-031-3/+3
| | | | | | | It's "nice" on steroids - can set uid/gid, mem/cpu limits etc. +3.5k git-svn-id: svn://busybox.net/trunk/busybox@16298 69ca8d6d-28ef-0310-b511-8ec308f3f277
* sed: unbreak multiple -e, -f option handling (my fault)vda2006-10-011-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16286 69ca8d6d-28ef-0310-b511-8ec308f3f277
* g[un]zip: add support for -v (verbose).vda2006-10-011-0/+2
| | | | | | | | Add CONFIG_DESKTOP, almost all bloat from this change is hidden under that. git-svn-id: svn://busybox.net/trunk/busybox@16283 69ca8d6d-28ef-0310-b511-8ec308f3f277
* wc: optionally support very large files in wcvda2006-09-292-3/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16267 69ca8d6d-28ef-0310-b511-8ec308f3f277
* wc: reduce source cruft, make it so that "wc -c" (one option, no filenames)vda2006-09-291-44/+31
| | | | | | | will not print leading blanks. git-svn-id: svn://busybox.net/trunk/busybox@16266 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16263 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cvda2006-09-281-11/+9
| | | | | | | (time to sleep, 02:28 in the morning)... git-svn-id: svn://busybox.net/trunk/busybox@16244 69ca8d6d-28ef-0310-b511-8ec308f3f277
* usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.vda2006-09-271-5/+5
| | | | | | | Few bugs are now exposed... git-svn-id: svn://busybox.net/trunk/busybox@16242 69ca8d6d-28ef-0310-b511-8ec308f3f277
* silly switch style fixvda2006-09-272-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16239 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another attempt at untangling the logic so the compiler can follow it and notlandley2006-09-231-24/+23
| | | | | | | generate pointless warnings. git-svn-id: svn://busybox.net/trunk/busybox@16209 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove unneeded #includes, fix indentationvda2006-09-231-23/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16206 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1,landley2006-09-221-1/+1
| | | | | | | without having to feed the compiler nonsense. git-svn-id: svn://busybox.net/trunk/busybox@16192 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - pull r15578 from busybox_scratch branch:aldot2006-09-211-25/+21
| | | | | | | | | | | | | | | | | | - fix bug where it would behave wrong if ./nohup.out was not writable. - debloat and make it readable while at it. $ size coreutils/nohup.o* text data bss dec hex filename 362 0 0 362 16a coreutils/nohup.o.trunk 344 0 0 344 158 coreutils/nohup.o $ make bloatcheck function old new delta nohup_main 324 310 -14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-14) Total: -14 bytes git-svn-id: svn://busybox.net/trunk/busybox@16173 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - silence gcc warning about a funcptr possibly being used uninitialized.aldot2006-09-211-2/+2
| | | | | | | | | | This is a perfect example on where we should NOT care if the functor is not initialized since the result will not be what the user may expect. Safe bet would be to init to NULL, but let's try normal uu for good measure. - fix commentary typo while at it. git-svn-id: svn://busybox.net/trunk/busybox@16172 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix embarrassing typo of mine. Closes bug #1038aldot2006-09-201-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16162 69ca8d6d-28ef-0310-b511-8ec308f3f277
* stty: fix few bugs found in testingvda2006-09-191-25/+27
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16158 69ca8d6d-28ef-0310-b511-8ec308f3f277