summaryrefslogtreecommitdiff
path: root/mkfs_minix.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finish off the libc5 porting effort. Everything now works with libc5Eric Andersen2000-06-191-1/+1
| | | | | except for md5sum, which uses the GNU libc addition getline(). -Erik
* Oops. Remove the debugging noise.Eric Andersen2000-06-061-7/+0
| | | | -Erik
* mkfs.minix rev 1.7 completely broke the option parser. This fixes it.Eric Andersen2000-06-061-11/+25
| | | | -Erik
* Fixed a bunch of stuff:Eric Andersen2000-06-061-1/+1
| | | | | | | | | | * Fixed segfault caused by "touch -c" * Fixed segfault caused by "rm -f" * Fixed segfault caused by "ln -s -s" and similar abuses. * Fixed segfault caused by "cp -a -a" and similar abuses. * Implemented "rm -- <foo>" updated docs accordingly. -Erik
* First pass at fixing tar segfault, and more portability updates.Erik Andersen2000-05-201-4/+1
| | | | -Erik
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-47/+81
| | | | | archived previously). Wrote 'which' during the meeting today. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-2/+4
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-2/+2
| | | | | compatability. -Erik
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-211-7/+3
| | | | | | the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-242/+257
| | | | -Erik
* Updates to usage, and made tar work.Eric Andersen1999-11-101-4/+9
| | | | -Erik
* Made em work.Eric Andersen1999-10-191-69/+60
|
* More stuffEric Andersen1999-10-191-0/+755