aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Sync up a few things. Add in a new telnet implementation (stillerik2000-02-226-0/+1015
| | | | | | | | not perfect though). -Erik git-svn-id: svn://busybox.net/trunk/busybox@380 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a TODO item,erik2000-02-221-0/+12
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@379 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the changelogerik2000-02-211-0/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@378 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed proc dependancies for init and free (which maintaining exactlyerik2000-02-215-80/+87
| | | | | | | | | | the same functionality). /proc takes up 90k of kernel space, so it is nice to avoid using it at all costs. The only places where it is depended on is for cetain optional mount/umount features, and for ps and lsmod. -Erik git-svn-id: svn://busybox.net/trunk/busybox@377 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor update for handling TERM with serial consoles.erik2000-02-212-4/+8
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@376 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Forgot to add basename. More fixes to du fromerik2000-02-215-20/+162
| | | | | | | | Friedrich Vedder <fwv@myrtle.lahn.de>. -Erik git-svn-id: svn://busybox.net/trunk/busybox@375 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed du. Now behaves just like GNU du (only less so).erik2000-02-194-27/+131
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@374 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some updates for the day,erik2000-02-1819-53/+128
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@373 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Formatting fixerik2000-02-141-3/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@372 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - I suspect the problem has something to do w/ symlinks.beppu2000-02-132-4/+4
| | | | | | | | | | - It's not completely in agreement w/ GNU/du, but + the answer is much closer than before. - Some of the right-shifts seem to have mysteriously disappeared. I put them back in. git-svn-id: svn://busybox.net/trunk/busybox@371 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add this inerik2000-02-111-0/+15
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@369 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updateserik2000-02-1124-414/+483
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@368 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + memory allocation/deallocation is less tolerant of evil.beppu2000-02-112-4/+42
| | | | git-svn-id: svn://busybox.net/trunk/busybox@366 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fsck_minix.c lost fat.beppu2000-02-111-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@365 69ca8d6d-28ef-0310-b511-8ec308f3f277
* reduced .bss size by dynmaically allocating a certain largebeppu2000-02-112-4/+46
| | | | | | | | | | | | | array instead of letting it be static. objdump -t busybox \ | grep .bss \ | sed 's/^.*\.bss //' \ | grep -v ABS \ #| perl -e 'while(<>) { @x = split; @y = reverse split(//, $x[0]); for ($i=0; $i<@y; $i++) { $s += $y[$i] * (16 ** $i); if ($y[$i] && $i > 2) { print "> $y[$i] * 16 ** $i $x[1]\n"; } } } print "$s\n";' git-svn-id: svn://busybox.net/trunk/busybox@364 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed a bug,erik2000-02-101-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@363 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More minor touchups.erik2000-02-105-262/+258
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@362 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix stupid typos -- thanks to Taketoshi Sano <kgh12351@nifty.ne.jp>erik2000-02-092-4/+4
| | | | | | | | for noticing these bugs. -Erik git-svn-id: svn://busybox.net/trunk/busybox@361 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a possible /linuxrc crash.erik2000-02-092-2/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@360 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the sample inittab to add the "ctrlaltdel" action.erik2000-02-093-6/+14
| | | | | | | | Note a bug in busybox init that I need to fix. -Erik git-svn-id: svn://busybox.net/trunk/busybox@359 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed the init problem where it wouldn't unmount filesystemserik2000-02-0913-354/+457
| | | | | | | | on reboot. Also fixed swapoff -a so it works. -Erik git-svn-id: svn://busybox.net/trunk/busybox@358 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some formatting updates (ran the code through indent)erik2000-02-08163-27364/+27866
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@357 69ca8d6d-28ef-0310-b511-8ec308f3f277
* mkdir -p had gotten broken. Fixed now.erik2000-02-081-1/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@356 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Forgot a semicolon.erik2000-02-071-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@355 69ca8d6d-28ef-0310-b511-8ec308f3f277
* device_open is common code -- moved into utility.cerik2000-02-076-76/+25
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@354 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Forgot cp and mv are now cp_mverik2000-02-071-2/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@353 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove the now obsolete test. Tests nowerik2000-02-071-148/+0
| | | | | | | | live in the tests directory. -Erik git-svn-id: svn://busybox.net/trunk/busybox@352 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few minor updates. ;-)erik2000-02-0776-1030/+1856
| | | | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik git-svn-id: svn://busybox.net/trunk/busybox@351 69ca8d6d-28ef-0310-b511-8ec308f3f277
* made more robust and commented my code.beppu2000-01-302-68/+108
| | | | git-svn-id: svn://busybox.net/trunk/busybox@350 69ca8d6d-28ef-0310-b511-8ec308f3f277
* nslookup -- a work in progress...beppu2000-01-296-0/+344
| | | | git-svn-id: svn://busybox.net/trunk/busybox@349 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Clear up some ambiguity with old style assignments.erik2000-01-2911-24/+24
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@348 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor change. init now uses dup2.erik2000-01-294-10/+18
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@347 69ca8d6d-28ef-0310-b511-8ec308f3f277
* copy fixes to simplify link copying and always do the right thing.erik2000-01-293-26/+16
| | | | | | | | | ping could segfault because I'm an idiot, and tried to put a value in where I hadn't allocated storage. choke. -Erik git-svn-id: svn://busybox.net/trunk/busybox@346 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Forgot some debugging noise.erik2000-01-271-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@345 69ca8d6d-28ef-0310-b511-8ec308f3f277
* copyFile could call chmod on a symlink, changing the permserik2000-01-274-15/+21
| | | | | | | | of the pointed to file. Minor fix to tar for directory handling. -Erik git-svn-id: svn://busybox.net/trunk/busybox@344 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed ls formatting for 8 char user names.erik2000-01-275-2/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@343 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Shuffle location of generic code into utility.cerik2000-01-264-143/+71
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@342 69ca8d6d-28ef-0310-b511-8ec308f3f277
* mount and umount could leak loop device allocations causing the system toerik2000-01-2611-264/+266
| | | | | | | | quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik git-svn-id: svn://busybox.net/trunk/busybox@341 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some busybox updates. See the changelog for details if you care.erik2000-01-2518-231/+965
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@338 69ca8d6d-28ef-0310-b511-8ec308f3f277
* put #if's around the lchown, becausebeppu2000-01-241-1/+7
| | | | | | | older glibc versions don't have it. git-svn-id: svn://busybox.net/trunk/busybox@337 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * added (and documented) "-n" option for head -erik2000-01-2321-107/+112
| | | | | | | | | | contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik git-svn-id: svn://busybox.net/trunk/busybox@336 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Making note of my changesbeppu2000-01-231-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@335 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Went ahead and fixed bug #301 (chown not working on symlinks)beppu2000-01-231-1/+1
| | | | | | | | | | in fileAction(), I changed the chown() to lchown(); Hopefully, that doesn't break anything. (I don't think it does). nested ?:?:?: madness in chmod_chown_chgrp.c git-svn-id: svn://busybox.net/trunk/busybox@333 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a bug where tar could change perms and ownership of dirs pointederik2000-01-235-26/+47
| | | | | | | | to by symlink within a tarball. -Erik git-svn-id: svn://busybox.net/trunk/busybox@329 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some busybox updates. You no longer _have_ to put a "-" in front of tarerik2000-01-2311-255/+364
| | | | | | | | | | options, logger is better behaved and has a "-t" option now. init now supports the kernel chroot patch, so you can chroot to a new device and umount the old root. -Erik git-svn-id: svn://busybox.net/trunk/busybox@328 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Better way to check for namespace aliasing.erik2000-01-222-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@325 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tell what I diderik2000-01-201-0/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@322 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a namespace aliasing problem wereby du and dutmp, orerik2000-01-202-2/+2
| | | | | | | | | rm and rmmod symlinks would be created when only du or rm was included. -Erik git-svn-id: svn://busybox.net/trunk/busybox@321 69ca8d6d-28ef-0310-b511-8ec308f3f277
* foreach (@busybox_command) {beppu2000-01-191-7/+428
| | | | | | | | put_help_message_in_busybox_pod($_); } git-svn-id: svn://busybox.net/trunk/busybox@319 69ca8d6d-28ef-0310-b511-8ec308f3f277
* added a little more content.beppu2000-01-191-14/+37
| | | | git-svn-id: svn://busybox.net/trunk/busybox@317 69ca8d6d-28ef-0310-b511-8ec308f3f277