libbb: commonalize a bit of little-endian CRC32 table generation code
[oweals/busybox.git] / util-linux / unshare.c
2017-11-09 Denys Vlasenkounshare: -r should map root to user, not the other...
2017-11-09 Denys Vlasenkounshare: -r implies -U, not -u
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-08 Denys Vlasenkogetopt32: remove applet_long_options
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-19 Denys VlasenkoUpdate remaining menuconfig items with approximate...
2017-06-14 Denys Vlasenkounshare: fix help text; select LONG_OPTS instead depend...
2017-01-21 Denys Vlasenkomake --help texts more uniform
2016-11-23 Denys VlasenkoConvert all util-linux/* applets to "new style" applet...
2016-08-22 Denys Vlasenkounshare: --network should be --net. Closes 9116
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2016-04-02 Denys Vlasenkonsenter,unshare: work around older header
2016-04-02 Denys Vlasenkonsenter,unshare: share common code; fix a bug of not...
2016-04-02 Denys Vlasenkounshare: remove stale comment
2016-04-01 Denys Vlasenkolibbb: two new functions: wait_for_exitstatus(pid)...
2016-04-01 Bartosz Golaszewskiunshare: new applet