getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
[oweals/busybox.git] / miscutils / ionice.c
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
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...