summaryrefslogtreecommitdiff
path: root/util-linux/mkswap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* hunt down improper include <>, make mkswap output 4Gb+ friendlyDenis Vlasenko2006-11-241-6/+7
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-1/+1
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-1/+1
* New mkswap. Small and simple. Might even work. :)Rob Landley2006-07-161-380/+29
* Remove "#if 0" content."Robert P. J. Day"2006-07-011-4/+0
* Remove warnings caused by #include <sys/mount.h> in platform.h. ApparentlyRob Landley2006-06-161-11/+1
* - single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer2006-05-191-5/+5
* - patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer2006-04-131-2/+2
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-4/+3
* - shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas.Bernhard Reutner-Fischer2006-03-291-79/+73
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-1/+1
* hopefully the last of the annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-2/+2
* Patch from David Meggy to make the swap default to the new version if noGlenn L McGrath2003-10-311-5/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-23/+23
* Apply lash_patch35 from vodz, which brings several nice size_optimizations.Eric Andersen2002-04-061-4/+4
* Scrub up some function prototypes.Eric Andersen2001-10-181-1/+1
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-1/+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-5/+5
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-16/+16
* Cleanup patch from Vladimir N. Oleynik.Eric Andersen2001-01-311-15/+9
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-1/+1
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-9/+4
* Make more things be static (like they are supposed to be).Eric Andersen2000-12-201-4/+4
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-8/+8
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-5/+5
* Fix uname problem that was breaking poweroff.Eric Andersen2000-10-301-16/+2
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Some #include updates.Eric Andersen2000-08-101-1/+0
* Extract usage information into a separate file.Matt Kraai2000-07-161-14/+0
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-20/+13
* Use global applet_name instead of local versions.Matt Kraai2000-07-121-11/+7
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-3/+6
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-211-4/+2
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-97/+100
* Updates to usage, and made tar work.Eric Andersen1999-11-101-4/+5
* Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1999-10-191-116/+332
* More stuff.Eric Andersen1999-10-181-9/+8
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+253