aboutsummaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
2000-05-20First pass at fixing tar segfault, and more portability updates.Erik Andersen
2000-05-19More libc portability updates, add in the website (which has not beenErik Andersen
2000-05-17Some more portability updatesErik Andersen
2000-05-13BusyBox shell (lash) can now be used as a standalone shell whenErik Andersen
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
2000-05-10* cp -fa now works as expected for symlinks (it didn't before)Erik Andersen
2000-05-01Some accrued fixes/updates.Erik Andersen
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen
2000-04-25Several more updatesErik Andersen
2000-04-17+ in the interest of robustness, I addedJohn Beppu
2000-04-12Some enhancements I've been working on over the weekend,Erik Andersen
2000-04-07Patch to make killall actually kill all PIDs with the specified name,Erik Andersen
2000-04-06Some more minor updates to better use some gcc attributes.Erik Andersen
2000-04-04usleep contributed by Nicolas Pitre <nico@cam.org>Erik Andersen
2000-03-28Yet another installment in the ongoing tar sagaErik Andersen
2000-03-24The new tar for busybox is now done, and works just fineErik Andersen
2000-03-23My latest ramblings.Erik Andersen
2000-03-22Use the nice new find_real_root_device function to find theErik Andersen
2000-03-19Some more stuff.Erik Andersen
2000-03-16Major build system updates...Erik Andersen
2000-03-12First pass at writing a shell for busybox.Erik Andersen
2000-03-07Wrote killall.Erik Andersen
2000-03-05Add in tr and dirnameErik Andersen
2000-03-05Wrote uptime. Doesn't use /proc. :)Erik Andersen
2000-03-04Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen
2000-03-04A few updates (including the cp fix the Craig has been looking for)Erik Andersen
2000-02-22Sync up a few things. Add in a new telnet implementation (stillErik Andersen
2000-02-18Some updates for the day,Erik Andersen
2000-02-11UpdatesErik Andersen
2000-02-09Fixed the init problem where it wouldn't unmount filesystemsErik Andersen
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
2000-02-07Forgot a semicolon.Erik Andersen
2000-02-07device_open is common code -- moved into utility.cErik Andersen
2000-02-07A few minor updates. ;-)Erik Andersen
2000-01-29 nslookup -- a work in progress...John Beppu
2000-01-26Shuffle location of generic code into utility.cErik Andersen
2000-01-26mount and umount could leak loop device allocations causing the system toErik Andersen
2000-01-25Some busybox updates. See the changelog for details if you care.Erik Andersen
2000-01-23* added (and documented) "-n" option for head -Erik Andersen
2000-01-23Fix a bug where tar could change perms and ownership of dirs pointedErik Andersen
2000-01-15Sync up busybox with the latest and greatest. This is not stuff forErik Andersen
2000-01-13Bug fixes.Erik Andersen
2000-01-06i am busybox of borg. unix will be assimilated.John Beppu
2000-01-05The latest and greatest. init basically works, though needsErik Andersen
2000-01-04Bunches of fixes. Typos, bugs, etc.Erik Andersen
1999-12-29Add the beginings of some regression testing. Add in the recentlyErik Andersen
1999-12-22 added hooks for sortJohn Beppu
1999-12-17Minor fixes to rmmod. First pass at insmod (not yet working).Erik Andersen
1999-12-16Wrote rmmod for busybox.Erik Andersen
1999-12-16Fix bugs in logger and syslogd. Add fbset.Erik Andersen