aboutsummaryrefslogtreecommitdiff
path: root/util-linux/unshare.c
AgeCommit message (Expand)Author
2016-08-22unshare: --network should be --net. Closes 9116Denys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-02nsenter,unshare: work around older headerDenys Vlasenko
2016-04-02nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko
2016-04-02unshare: remove stale commentDenys Vlasenko
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko
2016-04-01unshare: new appletBartosz Golaszewski