index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
chown.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: --help tweaks
Denys Vlasenko
2021-06-14
1
-3
/
+7
*
*: --help text tweaks
Denys Vlasenko
2021-04-14
1
-1
/
+1
*
libbb: shrink recursive_action() by reducing memory pressure
Denys Vlasenko
2020-10-01
1
-5
/
+4
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
chown: fix a mistake in opt_complementary change
Denys Vlasenko
2017-12-31
1
-2
/
+2
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-4
/
+3
*
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-08
1
-3
/
+4
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-2
/
+2
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-2
/
+0
*
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+17
*
libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1
Denys Vlasenko
2015-10-19
1
-4
/
+0
*
cpio: implement -R/--owner
Aaro Koskinen
2015-10-16
1
-2
/
+2
*
chown: fix help text
Junling Zheng
2015-06-07
1
-1
/
+1
*
chown: fix help text
Denys Vlasenko
2014-01-09
1
-1
/
+1
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-15
1
-2
/
+2
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2011-03-31
1
-0
/
+26
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
cosmetic fixes
Denys Vlasenko
2010-02-06
1
-5
/
+6
*
chown: -2 bytes
Denys Vlasenko
2010-01-23
1
-4
/
+3
*
chown: support long options
Matheus Izvekov
2010-01-23
1
-1
/
+17
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-7
/
+7
*
chown: do not use static data
Denis Vlasenko
2008-07-22
1
-20
/
+30
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-1
/
+1
*
ash: optional printf builtin. +25 bytes if off, +35 if on.
Denis Vlasenko
2008-06-01
1
-1
/
+0
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-2
/
+2
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-10-01
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)
Denis Vlasenko
2007-07-05
1
-29
/
+31
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
1
-0
/
+3
*
find: fix handling of -prune
Denis Vlasenko
2007-04-08
1
-2
/
+2
*
- fold recurse, depthFirst and dereference params into one param flags.
Bernhard Reutner-Fischer
2007-03-29
1
-7
/
+6
*
chown, env: stop using statics
Denis Vlasenko
2007-03-14
1
-7
/
+9
*
chown: fix comment, fix verbose message
Denis Vlasenko
2007-03-08
1
-16
/
+15
*
chown: support -H -L -P if ENABLE_DESKTOP
Denis Vlasenko
2007-03-08
1
-14
/
+94
*
start_stop_daemon: add -chuid support
Denis Vlasenko
2007-02-26
1
-19
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
whitespace fixes (leading spaces to tab)
Denis Vlasenko
2007-01-13
1
-1
/
+1
*
Trailing whitespace removal over entire tree
Denis Vlasenko
2007-01-11
1
-1
/
+1
*
chown: fix handling of "user.group" notation
Denis Vlasenko
2007-01-03
1
-13
/
+12
*
bb_xget[pw/gr]nam were horribly misnamed - fixed.
Denis Vlasenko
2006-12-28
1
-11
/
+17
*
recursive_action: add depth param
Denis Vlasenko
2006-10-27
1
-3
/
+5
*
chown: add -vcf support if CONFIG_DESKTOP
Denis Vlasenko
2006-10-27
1
-20
/
+38
*
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-20
1
-1
/
+1
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
- remove emacs layout block as suggested by Robert P.J. Day
Bernhard Reutner-Fischer
2006-05-19
1
-8
/
+0
[next]