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