aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Jason Schoon writes: This makes the case where LFS is not defined, but fdisk ↵vapier2006-04-211-5/+1
| | | | | | is configured with large disk support use the pretty build rules. git-svn-id: svn://busybox.net/trunk/busybox@14937 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Robert Eggers noticed that nfsmount would sometimes incorrectly return success.landley2006-04-171-6/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14904 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use memmove() instead of bcopy()vapier2006-04-161-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14887 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't havelandley2006-04-131-19/+19
| | | | | | | to do it in Config.in. git-svn-id: svn://busybox.net/trunk/busybox@14850 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-132-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14847 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Denis Vlasenko to add and use bb_xsocket() and to usealdot2006-04-123-24/+7
| | | | | | | | bb_xopen some more while at it. Also use shorter boilerplate while at it. git-svn-id: svn://busybox.net/trunk/busybox@14833 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Kumar spotted another bug: if we autodetect nfs and they haven't specified thelandley2006-04-051-0/+1
| | | | | | | fstype, it should be set to nfs. git-svn-id: svn://busybox.net/trunk/busybox@14749 69ca8d6d-28ef-0310-b511-8ec308f3f277
* You'd think there'd be a compiler warning for "pointless if", wouldn't you?landley2006-04-041-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14746 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - do away with useless fwd-decls, redundant bb_printf calls, silence warningaldot2006-04-031-220/+204
| | | | | | | | | | | | about comparing signed and unsigned and make stuff static. text data bss dec hex filename 6944 0 0 6944 1b20 util-linux/ipcs.o.oorig 6509 0 0 6509 196d util-linux/ipcs.o TODO: bb_getopt_ulflags, and further simplifications git-svn-id: svn://busybox.net/trunk/busybox@14735 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug spotted by Kumar Gala. Hopefully this fixes it...landley2006-04-011-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14723 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig:aldot2006-03-311-21/+10
| | | | | | | | | text data bss dec hex filename 1307 0 0 1307 51b util-linux/hwclock.o.oorig 1255 0 0 1255 4e7 util-linux/hwclock.o git-svn-id: svn://busybox.net/trunk/busybox@14714 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas.aldot2006-03-292-79/+83
| | | | | | | | | | | http://busybox.net/lists/busybox/2006-March/019326.html 2137 8 28 2173 87d util-linux/mkswap.o.orig 1890 8 28 1926 786 util-linux/mkswap.o.v0+v1 1560 4 28 1592 638 util-linux/mkswap.o.v1 git-svn-id: svn://busybox.net/trunk/busybox@14689 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - shrink dmesg a bit.aldot2006-03-291-41/+22
| | | | | | | http://busybox.net/lists/busybox/2006-March/019477.html git-svn-id: svn://busybox.net/trunk/busybox@14688 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Kumar Gala tracked down a problem with NFS mounting. This is a different fixlandley2006-03-291-21/+19
| | | | | | | from his, but to the same problem. git-svn-id: svn://busybox.net/trunk/busybox@14684 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocatelandley2006-03-281-1/+0
| | | | | | | it. git-svn-id: svn://busybox.net/trunk/busybox@14681 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Robert P Day removed some commented out code.landley2006-03-261-14/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14660 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - make sure that we see freeramdisk only oncealdot2006-03-241-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14643 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dont printf arguments given by user for security sanityvapier2006-03-231-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14613 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix missing copyright and license notice.landley2006-03-211-0/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14593 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove unneeded entries.landley2006-03-201-10/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14586 69ca8d6d-28ef-0310-b511-8ec308f3f277
* whitespace cleanupandersen2006-03-201-29/+29
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14584 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix some obvious compile problems. Make the -f' fakeIt option actually work.andersen2006-03-201-1/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14583 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from tito, acked by Bernhard Fischer.landley2006-03-202-8/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14578 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use lstat() instead of stat so /init being a symlink doesn't screw people up.landley2006-03-201-3/+3
| | | | | | | (And use it consistently, for size reasons.) git-svn-id: svn://busybox.net/trunk/busybox@14577 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - explain what magic numbers we're using here.aldot2006-03-181-1/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14567 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - whitespace cleanup (and also check against the const first and only then lookaldot2006-03-181-2/+2
| | | | | | | at bb_applet_name[1]) git-svn-id: svn://busybox.net/trunk/busybox@14566 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More fixes. Type "auto" should mean unspecified from fstab as well as thelandley2006-03-181-18/+30
| | | | | | | | | | | | | | command line, initialize singlemount's rc to an error value so it doesn't think it succeeded when it didn't, use absolute path when associating a loop device (and the previous FEATURE_CLEAN_UP logic related to that was freeing the wrong thing), move reading of /proc/filesystems to where we can re-read it (when it's empty) for every entry on a "mount -a" so that when /proc is mounted as the first entry, the later filesystems can autodetect filesystem type. git-svn-id: svn://busybox.net/trunk/busybox@14557 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug fix: umount wasn't detaching loop devices unless mtab support was enabled.landley2006-03-171-35/+38
| | | | | | | Made some whitespace cleanups while I was there. git-svn-id: svn://busybox.net/trunk/busybox@14552 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Missed one.landley2006-03-141-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14539 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The new, new mount rewrite. (Mount double prime?) Still being debugged, butlandley2006-03-141-252/+408
| | | | | | | | | the new infrastructure is reentrant so in theory it's capable of handling mount -a sanely. It can also re-use existing flags with remount, handle -t auto, mount -a -t, and several smaller bugfixes. git-svn-id: svn://busybox.net/trunk/busybox@14537 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tito unified fdflush and freeramdisk. I tweaked the result a bit.landley2006-03-143-95/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14536 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - revert back to r14406aldot2006-03-131-40/+51
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14531 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Denis Vlasenko to add xstat() and use it.landley2006-03-131-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14530 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-105-69/+84
| | | | | | | the busybox binary) into enums (which don't). git-svn-id: svn://busybox.net/trunk/busybox@14513 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+6
| | | | | | | version of make (3.71.1). git-svn-id: svn://busybox.net/trunk/busybox@14477 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-068-8/+8
| | | | | | | definitions. (That should only be on prototypes.) git-svn-id: svn://busybox.net/trunk/busybox@14457 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
| | | | | | | Fixes make trying to include the very same file in an endless loop. git-svn-id: svn://busybox.net/trunk/busybox@14429 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fixes parallel builds (make -j)aldot2006-03-011-50/+35
| | | | | | | - use less resources for the buildsystem itself git-svn-id: svn://busybox.net/trunk/busybox@14407 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more security: don't start shell code from argvvodz2006-02-281-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14360 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove duplicate license noticevapier2006-02-251-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14277 69ca8d6d-28ef-0310-b511-8ec308f3f277
* strip out unneeded commentsvapier2006-02-251-4/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14276 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fdisk unmaintained now :(vodz2006-02-251-1/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14275 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another clean-up patch from Garrett.landley2006-02-251-137/+120
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14267 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor cleanup from Garrett Kajmowicz.landley2006-02-251-4/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14266 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup from Denis Vlasenko.landley2006-02-241-1904/+2013
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14260 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - put NLS stuff in one central place to avoid redefines.aldot2006-02-232-5/+1
| | | | | | | | | | | Fixes warnings about: fdisk.c:45:1: warning: "_" redefined nfsmount.c:121:1: warning: "_" redefined nfsmount.c:122:1: warning: "N_" redefined interface.c:84:1: warning: "_" redefined git-svn-id: svn://busybox.net/trunk/busybox@14235 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-211-1/+2
| | | | | | | Cherry-picked from Devin Bayer's big MacOS X patch. git-svn-id: svn://busybox.net/trunk/busybox@14165 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Create /dev/root symlink pointing to real root device, if any.landley2006-02-211-0/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14159 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add setarch/linux32/linux64 appletvapier2006-02-213-0/+64
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14156 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix off by one error. (I know I had a reason for doing that, but I have _no_landley2006-02-141-1/+1
| | | | | | | idea what it was...) git-svn-id: svn://busybox.net/trunk/busybox@14007 69ca8d6d-28ef-0310-b511-8ec308f3f277