index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
unshare.c
Age
Commit message (
Expand
)
Author
2020-12-18
help text tweaks
Denys Vlasenko
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2018-12-28
config: update size information
Denys Vlasenko
2018-07-17
whitespace fixes
Denys Vlasenko
2017-11-09
unshare: -r should map root to user, not the other way around
Denys Vlasenko
2017-11-09
unshare: -r implies -U, not -u
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
getopt32: remove applet_long_options
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-19
Update remaining menuconfig items with approximate applet sizes
Denys Vlasenko
2017-06-14
unshare: fix help text; select LONG_OPTS instead depending on them
Denys Vlasenko
2017-01-21
make --help texts more uniform
Denys Vlasenko
2016-11-23
Convert all util-linux/* applets to "new style" applet definitions
Denys Vlasenko
2016-08-22
unshare: --network should be --net. Closes 9116
Denys Vlasenko
2016-04-22
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-02
nsenter,unshare: work around older header
Denys Vlasenko
2016-04-02
nsenter,unshare: share common code; fix a bug of not closing all fds
Denys Vlasenko
2016-04-02
unshare: remove stale comment
Denys Vlasenko
2016-04-01
libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)
Denys Vlasenko
2016-04-01
unshare: new applet
Bartosz Golaszewski