summaryrefslogtreecommitdiff
path: root/mkfs_minix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen2001-03-191-1/+1
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-1/+1
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-4/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-7/+0
* Make old compilers not choke -- define the attribute in the func prototype.Eric Andersen2001-01-311-1/+3
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-25/+25
* Cleanup patch from Vladimir N. Oleynik.Eric Andersen2001-01-311-37/+25
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-5/+2
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-2/+2
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Both of these commands were subtly broken. Fortunately when used together theEric Andersen2000-09-191-2/+6
* Some #include updates.Eric Andersen2000-08-101-1/+0
* It is now possible to select in busybox.def.h whether minixfs version 2Pavel Roskin2000-07-171-14/+10
* Extract usage information into a separate file.Matt Kraai2000-07-161-13/+0
* Don't use strings directly in calls to usage(). This is in preparationMatt Kraai2000-07-141-18/+14
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-3/+3
* Use global applet_name instead of local versions.Matt Kraai2000-07-121-6/+3
* More linux kernel header file removal.Eric Andersen2000-07-101-2/+97
* Some cosmetic updates. Changed "OPTIONS" to "Options".Eric Andersen2000-07-041-1/+1
* Finish off the libc5 porting effort. Everything now works with libc5Eric Andersen2000-06-191-1/+1
* Oops. Remove the debugging noise.Eric Andersen2000-06-061-7/+0
* mkfs.minix rev 1.7 completely broke the option parser. This fixes it.Eric Andersen2000-06-061-11/+25
* Fixed a bunch of stuff:Eric Andersen2000-06-061-1/+1
* First pass at fixing tar segfault, and more portability updates.Erik Andersen2000-05-201-4/+1
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-47/+81
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-2/+4
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-2/+2
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-211-7/+3
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-242/+257
* Updates to usage, and made tar work.Eric Andersen1999-11-101-4/+9
* Made em work.Eric Andersen1999-10-191-69/+60
* More stuffEric Andersen1999-10-191-0/+755