summaryrefslogtreecommitdiff
path: root/init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-06-22Fix version #Eric Andersen1-1/+1
-Erik
2000-06-22More doc updatesEric Andersen1-0/+31
-Erik
2000-06-22Merged two TODO items into oneMark Whitley1-2/+1
2000-06-22Update the list.Eric Andersen1-3/+4
-Erik
2000-06-22Pavel Roskin <proski@gnu.org> just found a nasty memoryEric Andersen2-2/+16
corruption bug. Disabling 'ln -n' till it is fixed. -Erik
2000-06-21Document 'ln --'Eric Andersen3-3/+6
-Erik
2000-06-21Cleaned up some #ifdef spiderwebs.Mark Whitley2-60/+38
2000-06-21Bump version number to 0.45Eric Andersen5-5/+12
-Erik
2000-06-21Added an implicit rule for #defining BB_FEATURE_USE_TERMIOS ifMark Whitley1-0/+6
BB_FEATURE_AUTOWIDTH is #defined.
2000-06-21More doc updates.Eric Andersen2-26/+42
-Erik
2000-06-21Web site updates.Eric Andersen3-215/+329
-Erik
2000-06-21Add in my little patch for 2.4.x to make sysinfo binary compatable (again)Eric Andersen2-0/+88
-Erik
2000-06-21Documented "which"Pavel Roskin1-1/+14
2000-06-21Removed trailing spacesPavel Roskin1-15/+15
2000-06-21Add in telnet docs.Eric Andersen1-1/+10
-Erik
2000-06-21Add insmod docsEric Andersen1-1/+16
-Erik
2000-06-21Updated the list of supported commandsPavel Roskin1-11/+11
2000-06-21Removed all vestiges of "math"Pavel Roskin6-21/+14
2000-06-21+ added dc (aka the function formerly known as math)John Beppu8-28/+234
+ did all the housekeeping that this change requires.
2000-06-21'tar --help' wasn't working. Fixed it.Eric Andersen2-0/+6
-Erik
2000-06-21+ made it so that you can use the mnemonicsJohn Beppu1-6/+10
(add, sub, mul, div) in lieu of (+, -, *, /)
2000-06-20Special case the memcopy stuff so it isn't enabled for uclibcEric Andersen1-1/+1
-Erik
2000-06-20Some makefile fixes to allow compiling with ucLibc (stuff turned offEric Andersen1-5/+5
by default of course). -Erik
2000-06-20Updated e-mail address of Pavel Roskin to proski@gnu.orgPavel Roskin3-9/+9
2000-06-19Mention libc support, Pavel's rm fix is already merged.Eric Andersen2-1/+1
-Erik
2000-06-19Finish off the libc5 porting effort. Everything now works with libc5Eric Andersen6-6/+15
except for md5sum, which uses the GNU libc addition getline(). -Erik
2000-06-19Made insmod work with both libc5 and libc6.Eric Andersen2-6/+12
-Erik
2000-06-19Made ping work with libc5 and libc6.Eric Andersen2-4/+168
-Erik
2000-06-19Make umount work and compile cleanly under libc5 and libc6.Eric Andersen2-10/+32
-Erik
2000-06-19Make swaponoff compile cleanly under both libc5 and libc6.Eric Andersen2-4/+8
-Erik
2000-06-19Make syslogd.c, init.c, and update.c compile error/warning free under both ↵Eric Andersen6-14/+14
libc5 and libc6. -Erik
2000-06-19printf now compiles cleanly under both libc5 and libc6.Eric Andersen2-4/+2
-Erik
2000-06-19Updated to compile and work with libc5.Eric Andersen2-28/+58
-Erik
2000-06-19Update internal.h to conditionally include asm/string.hEric Andersen1-0/+2
-Erik
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen142-221/+190
Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
2000-06-19Added a note to the "maybe by 0.44" list to prune sfdisk and graft fdisk.Mark Whitley1-0/+2
2000-06-19Fix a stupid bug, where I cleaned things as the last makefile target. duh.Eric Andersen1-1/+1
-Erik
2000-06-19Added support for building debian packages.Eric Andersen5-0/+200
-Erik
2000-06-18Check for 3 and more arguments was incorrectPavel Roskin2-2/+2
It is only allowed for linking to a directory But linking to a directory still fails and may be removed
2000-06-16Fix some spelling errors in the source as well.Eric Andersen7-11/+11
-Erik
2000-06-16Ran it through a spell checker and fixed the spelling errors.Eric Andersen1-12/+12
-Erik
2000-06-16Update to ar.c from Glenn McGrath. His comments follow:Eric Andersen2-174/+284
------------------------------ the attached diff applies to the ar.c i originally submitted Changes Preserve dates now works. Extracted files are set to the uid, gid and mode specified in the archive. Checks for valid end of header marker. Correctly unpacks newer debian files. (has a '\n' character between entries) Added more comments. Cleaned up code. Added a last modified date to help keep track of versions. TODO Common functionality in ar.c are in tar.c should be merged, in particular getOctal and extractSubFile. Should all functions that are used by multiple file go in utilities.c ?
2000-06-16Added some comments and changed a variable name to be more meaningful. NoMark Whitley2-10/+44
fixes yet for the space bug, but should be coming soon.
2000-06-15ln: fixed command line parser. Added support for "--"Pavel Roskin3-17/+26
2000-06-14Remove trailing space char.Eric Andersen1-1/+1
-Erik
2000-06-14Integrate Tomi Ollila's telnet. Costs 3k. :)Eric Andersen6-915/+1274
-Erik
2000-06-14Fixed "rm foo" that had been broken while implementing "rm -- foo"Pavel Roskin3-13/+23
2000-06-14Modified status of some TODO items, added some others in preparation for theMark Whitley1-5/+16
0.44 release.
2000-06-14+ minor typo fixJohn Beppu1-1/+1
s/&gt/&gt;/
2000-06-14+ removed some cruft left over from when lines could be too long.John Beppu2-6/+0