Funny. Head was getting installed to the wrong spot.
[oweals/busybox.git] / internal.h
2000-07-17 Pavel RoskinMoved functions used by "lsmod" from cat.c to utility.c
2000-07-17 Pavel RoskinNow it's possible to compile Busybox with only one...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Eric AndersenMore cleanups.
2000-07-14 Eric AndersenA couple of minor warning cleanups.
2000-07-12 Mark WhitleyChanged bb_regcomp to xregcomp and #if 0'ed out destroy...
2000-07-12 Matt KraaiThe applet name isn't constant.
2000-07-11 Matt KraaiAdded applet_name to contain the applet name.
2000-07-11 Eric AndersenForgot to commit these cleanups it seems.
2000-07-11 Eric AndersenAdded 'dumpkmap' to allow people to dump a binary keyma...
2000-07-11 Mark WhitleyApplied patch from Matt Kraai which does the following:
2000-07-10 Eric AndersenFixed NFS so it supports 2.4.x kernels and NFSv3. ...
2000-07-10 Eric AndersenFrom Matt Kraai <kraai@alumni.carnegiemellon.edu>:
2000-07-06 Eric AndersenRemove leftovers of block_device, which disapperared...
2000-07-05 Eric Andersen* Fix to tr so it recognizes standard escape sequences...
2000-06-28 Mark WhitleyYanked out the cstring_alloc() and cstring_lineFromFile...
2000-06-28 Eric AndersenBetter cross libc support.
2000-06-26 Eric AndersenUpdates to handle Linux 2.4.0 kernels (kludged around...
2000-06-21 Pavel RoskinRemoved all vestiges of "math"
2000-06-21 John Beppu+ added dc (aka the function formerly known as math)
2000-06-20 Eric AndersenSpecial case the memcopy stuff so it isn't enabled...
2000-06-19 Eric AndersenFinish off the libc5 porting effort. Everything now...
2000-06-19 Eric AndersenUpdate internal.h to conditionally include asm/string.h
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-16 Eric AndersenFix some spelling errors in the source as well.
2000-06-13 Eric AndersenAdd new apps md5sum uudecode uuencode, fix some minor...
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-05-20 Erik AndersenFirst pass at fixing tar segfault, and more portability...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-17 Erik AndersenSome more portability updates
2000-05-13 Erik AndersenBusyBox shell (lash) can now be used as a standalone...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-10 Erik Andersen* cp -fa now works as expected for symlinks (it didn...
2000-05-01 Erik AndersenSome accrued fixes/updates.
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-25 Erik AndersenSeveral more updates
2000-04-17 John Beppu+ in the interest of robustness, I added
2000-04-12 Erik AndersenSome enhancements I've been working on over the weekend,
2000-04-07 Erik AndersenPatch to make killall actually kill all PIDs with the...
2000-04-06 Erik AndersenSome more minor updates to better use some gcc attributes.
2000-04-04 Erik Andersenusleep contributed by Nicolas Pitre <nico@cam.org>
2000-03-28 Erik AndersenYet another installment in the ongoing tar saga
2000-03-24 Erik AndersenThe new tar for busybox is now done, and works just...
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-22 Erik AndersenUse the nice new find_real_root_device function to...
2000-03-19 Erik AndersenSome more stuff.
2000-03-16 Erik AndersenMajor build system updates...
2000-03-12 Erik AndersenFirst pass at writing a shell for busybox.
2000-03-07 Erik AndersenWrote killall.
2000-03-05 Erik AndersenAdd in tr and dirname
2000-03-05 Erik AndersenWrote uptime. Doesn't use /proc. :)
2000-03-04 Erik AndersenAdd in freeramdisk.c, which (duh) frees ramdisks. ...
2000-03-04 Erik AndersenA few updates (including the cp fix the Craig has been...
2000-02-22 Erik AndersenSync up a few things. Add in a new telnet implementati...
2000-02-18 Erik AndersenSome updates for the day,
2000-02-11 Erik AndersenUpdates
2000-02-09 Erik AndersenFixed the init problem where it wouldn't unmount filesy...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenForgot a semicolon.
2000-02-07 Erik Andersendevice_open is common code -- moved into utility.c
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-29 John Beppu nslookup -- a work in progress...
2000-01-26 Erik AndersenShuffle location of generic code into utility.c
2000-01-26 Erik Andersenmount and umount could leak loop device allocations...
2000-01-25 Erik AndersenSome busybox updates. See the changelog for details...
2000-01-23 Erik Andersen* added (and documented) "-n" option for head -
2000-01-23 Erik AndersenFix a bug where tar could change perms and ownership...
2000-01-15 Erik AndersenSync up busybox with the latest and greatest. This...
2000-01-13 Erik AndersenBug fixes.
2000-01-06 John Beppui am busybox of borg. unix will be assimilated.
2000-01-05 Erik AndersenThe latest and greatest. init basically works, though...
2000-01-04 Erik AndersenBunches of fixes. Typos, bugs, etc.
1999-12-29 Erik AndersenAdd the beginings of some regression testing. Add...
1999-12-22 John Beppu added hooks for sort
1999-12-17 Erik AndersenMinor fixes to rmmod. First pass at insmod (not yet...
1999-12-16 Erik AndersenWrote rmmod for busybox.
1999-12-16 Erik AndersenFix bugs in logger and syslogd. Add fbset.
1999-12-15 Erik AndersenAdded lsmod
1999-12-11 Eric AndersenOk, so this is reallt 0.38...
1999-12-10 Eric AndersenAdded poweroff (and adjusted init to use it). Inlined...
1999-12-10 John Beppu Implemented head(1).
1999-12-10 John Beppu Implemented tee(1).
1999-12-09 John Beppu findInitPid() has been implemented and it seems...
1999-12-09 John Beppu Modified to include du
1999-12-09 Eric AndersenTail now works (costs 6k). Several other updates.
1999-12-08 Eric AndersenLatest and greatest
1999-12-07 Eric AndersenStuf
1999-12-03 Eric AndersenStuf
1999-11-25 Eric AndersenStuf
1999-11-19 Eric AndersenStuf
1999-11-16 Eric AndersenStuf
1999-11-15 Eric AndersenUpdates
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-11-06 Eric AndersenFixed ln, df, and removed redundant stuff from mtab.
1999-11-04 Eric AndersenMore stuff.
1999-10-29 Eric AndersenStuff
1999-10-25 Eric AndersenStuf
1999-10-22 Eric AndersenCosmetic adjustments.
1999-10-22 Eric AndersenAdded regexp support, fixed Changelog.
1999-10-20 Eric AndersenFixed up copyright notices and such
next