aboutsummaryrefslogtreecommitdiff
path: root/toys/other
AgeCommit message (Expand)Author
2014-09-08Don't close device handle until after calling flush ioctls, reported by Ashwi...Rob Landley
2014-08-23Promote blockdev to other.Rob Landley
2014-08-20Promote inotifyd to other.Rob Landley
2014-08-12Patches to commands for issues reported from static analysis tool.Ashwini Sharma
2014-08-11Promote lspci.Rob Landley
2014-08-09Disable xopen's default O_CLOEXEC for oneit.Rob Landley
2014-08-01factor: catch integer overflow.Rob Landley
2014-08-01Add factor.Rob Landley
2014-07-30As long as I had to write xabspath(), no point in wrapping realpath().Rob Landley
2014-07-26Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still ope...Rob Landley
2014-07-06Add nbd-client.Rob Landley
2014-06-30Promote makedevs to other.Rob Landley
2014-06-28Make fallocate depend on probe for libc support.Rob Landley
2014-06-28Promote mkpasswd from pending to other.Rob Landley
2014-06-11Cleanup pass on loginRob Landley
2014-06-11Enable fallocate in defconfig.Rob Landley
2014-06-09Promote rfkill.Rob Landley
2014-06-02Help text should have a blank line after usage: lines, and a couple other whi...Rob Landley
2014-05-31Promote partprobe.Rob Landley
2014-05-31Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W...Rob Landley
2014-05-29Make "losetup /dev/loop0 filename" work.Rob Landley
2014-05-25atolx_range() is already added into lib/lib.c, in vconfig.c atolx_range() can...Ashwini Sharma
2014-05-25logname and whoami are the same as id -un, so merge them.Isaac Dunham
2014-05-15Promote sysctl from pending to other, default y.Rob Landley
2014-05-02Attached is the patch for lsattr and chattr implementation.Ashwini Sharma
2014-04-23Add example directory, move hello.c into it, add skeleton.c to demonstrate mo...Rob Landley
2014-04-16Revert lots of half-finished local debris I didn't mean to check in with Isaa...Rob Landley
2014-04-16Probe for the existence of FIFREEZE and make fsfreeze depend on it.Rob Landley
2014-04-13An issue in ifconfig while verifying the HW Address, which is assumed to be o...Ashwini sharma
2014-04-12roadmap: describe glibc commands.Isaac Dunham
2014-04-02In ifconfig.c, there is a glitch in function get_addrinfo() when computing th...Ashwini Sharma
2014-04-01New toy fsfreeze, from Isaac Dunham, plus minor cleanups.Rob Landley
2014-03-28Add help -a (to show all commands) and -h (to produce HTML output).Rob Landley
2014-03-09Promote freeramdisk from pending to other, default y.Rob Landley
2014-02-28Fix two bugs reported by Ashwini Sharma.Rob Landley
2014-02-16Various cleanups found by Tom Sparrow's static analysis.Rob Landley
2014-02-07Move bunzip2 logic from lib into bzcat.Rob Landley
2014-02-04Tweak help text.Rob Landley
2014-02-04Add /prefix netmask support to ifconfig, ala "ifconfig eth0 192.168.1.42/28"Rob Landley
2014-01-28Two changes to shut up GCC:Isaac Dunham
2014-01-16Rename xmsprintf() to just xmprintf().Rob Landley
2013-12-27Cleanup vmstat. Procs, memory, and cpu are reading right, the others not so m...Rob Landley
2013-12-23Fix some issues raised (albeit indirectly) by Isaac Dunham.Rob Landley
2013-12-22Ashwini sharma pointed out that show_help() doesn't exit so "ifconfig eth0 ne...Rob Landley
2013-12-19Don't permute toys.optargs, cleanup code (xexec()) can free it.Rob Landley
2013-12-04When building for 32-bit, the compiler can't figure out that a constant too b...Rob Landley
2013-11-30Cleanup help text, remove dead fields unused by linux kernel.Rob Landley
2013-11-28Promote ifconfig from pending to other.Rob Landley
2013-11-18Add test suite for blkid and clean up an editorial comment that shouldn't hav...0.4.7Rob Landley
2013-11-02Sceond cleanup pass on vconfigRob Landley