use user's shell instead of hardwired "/bin/sh" (android needs this)
[platform/upstream/busybox.git] / miscutils / ionice.c
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-07-03 Pascal Bellardlibbb: introduce and use BB_EXECVP_or_die()
2010-06-24 Denys Vlasenko*: make exec failure message more consistent
2009-04-01 Denis Vlasenkotrailing whitespace removal
2009-01-31 Denis Vlasenkoionice: new applet, adapted from Linux kernel' example...