aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When making parent directories set permissions based on the base parent tree ↵bug12002-11-241-1/+3
| | | | | | rather than the new directory to be created. git-svn-id: svn://busybox.net/trunk/busybox@6010 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Will the real od.c please stand up! (my previous commit was a mistake)bug12002-11-101-64/+230
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5904 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au>bug12002-11-101-224/+64
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5902 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa'andersen2002-10-101-17/+29
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5638 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz' last_patch57:andersen2002-09-303-8/+5
| | | | | | | | | | | | | | | | | | Hi, Erik. my_getpw(uid/gid) and applets used it have problem: if username for uid not found, applets can`t detect it (but code pessent). Also "%8ld " format is bad: spaces not required (applets have self format or spec format (tar applet) and overflow for "id" applet...) This problem also pressent in stable version. Patch for unstable in attach. --w vodz git-svn-id: svn://busybox.net/trunk/busybox@5613 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make_directory() will fail instantly so we dont need to test for failure herebug12002-09-281-5/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5603 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sane-ify the screen clearing stuff.andersen2002-09-171-3/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5547 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Watch applet by Michael Habermannbug12002-09-161-0/+104
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5513 69ca8d6d-28ef-0310-b511-8ec308f3f277
* move some globals to bssaaronl2002-08-231-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5355 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Run through indent, fix commentsbug12002-08-231-135/+103
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5352 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Run through indent, fix commentsbug12002-08-231-126/+112
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5351 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Run through indent, specify castbug12002-08-231-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5350 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Run through indentbug12002-08-231-30/+32
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5349 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Run through indent, fix BB_ definebug12002-08-221-355/+441
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5339 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - updated a few copyright/left file headerssandman2002-08-051-0/+2
| | | | | | | - documented most of my 0.61 changes in the ChangeLog git-svn-id: svn://busybox.net/trunk/busybox@5150 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added the -I (isofmt) options to date, which comes in handy for scriptssandman2002-07-301-7/+55
| | | | | | | (this is a confiureable option) git-svn-id: svn://busybox.net/trunk/busybox@5123 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)sandman2002-07-192-23/+19
| | | | | | | | | | | | #49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes. git-svn-id: svn://busybox.net/trunk/busybox@5066 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixup warnings and undefined operations that show up in gcc-3.1andersen2002-07-112-6/+7
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5042 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Scrub pwd.h and grp.h handling so we don't have to play anyandersen2002-07-031-2/+2
| | | | | | | | silly games. -Erik git-svn-id: svn://busybox.net/trunk/busybox@5011 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Little fix to avoid overflowandersen2002-07-031-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4989 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove advertising clauses in accordance withaaronl2002-06-232-10/+2
| | | | | | | ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change git-svn-id: svn://busybox.net/trunk/busybox@4971 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a potential macro expansion problem... isspace can beandersen2002-06-151-1/+1
| | | | | | | a macro causing a double decrement... git-svn-id: svn://busybox.net/trunk/busybox@4895 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't use pointless GNU-ismsandersen2002-06-151-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4893 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch41 from vodz to fix stty -F and similarandersen2002-06-061-3/+22
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4861 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Include busybox.h before testing CONFIG_LOCALE_SUPPORT.mjn32002-05-291-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4821 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added include for isdigit(); simplified -<num> detectionsandman2002-05-272-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4810 69ca8d6d-28ef-0310-b511-8ec308f3f277
* SUpport old style -[::digit::] options for head and tailsandman2002-05-172-1/+11
| | | | | | | Also make head behave like GNU head (-0/-n 0 is valid) git-svn-id: svn://busybox.net/trunk/busybox@4782 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix and shrink uuencodetimr2002-05-011-55/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4710 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix silly combinitorial oversightandersen2002-04-271-5/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4705 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Support noerror optionandersen2002-04-271-3/+16
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4684 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>andersen2002-04-261-0/+85
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4678 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ls could mis-color certain entries when previous commandsandersen2002-04-171-0/+2
| | | | | | | had failed. Explicitly 0 out errno to prevent that. git-svn-id: svn://busybox.net/trunk/busybox@4641 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update some missing copyright noticesandersen2002-04-135-4/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4599 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Edward Betts <edward@debian.org> to add -x switch to du.candersen2002-04-061-2/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4550 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply lash_patch35 from vodz, which brings several nice size_optimizations.andersen2002-04-061-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4548 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Work around compiler/assembler problem and reduce code size at the same time.mjn32002-03-251-4/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4485 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Eliminate extra trailing spaceandersen2002-03-201-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4449 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provideandersen2002-03-201-2/+63
| | | | | | | | | color ls support, modifed by me to behave properly when not running output to a terminal (i.e. 'ls | more') -Erik git-svn-id: svn://busybox.net/trunk/busybox@4431 69ca8d6d-28ef-0310-b511-8ec308f3f277
* list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined.kraai2002-03-081-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4338 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * fileutils/ls.c (showfiles): Display multiple short names on a line.kraai2002-03-081-6/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4337 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not akraai2002-02-051-2/+8
| | | | | | | file or directory. git-svn-id: svn://busybox.net/trunk/busybox@4186 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.kraai2001-12-206-11/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3925 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Avoid printing a trailing blank character.kraai2001-12-201-5/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3921 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make cp and mv optionally preserve hard links.kraai2001-12-171-73/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3894 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use an int to hold the result of fgetc (bug noted by David Kimdon).kraai2001-12-111-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3881 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Continue processing files if we are asked to touch, but not create, a filekraai2001-12-071-3/+5
| | | | | | | which doesn't exist. git-svn-id: svn://busybox.net/trunk/busybox@3867 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update copyright and close file descriptors (noted by Axel Kittenberger).kraai2001-12-071-1/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3861 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>andersen2001-12-061-0/+428
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3857 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Combined size reduction changes by Glenn and myself. Added back in "unknown"mjn32001-12-051-96/+48
| | | | | | | for -p to match normal uname behavior (at a cost of 30-40 bytes). git-svn-id: svn://busybox.net/trunk/busybox@3824 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor space saving improvmentsbug12001-11-211-29/+33
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3771 69ca8d6d-28ef-0310-b511-8ec308f3f277