tftp: optional tftp-hpa compat
[oweals/busybox.git] / coreutils / chmod.c
2018-12-28 Denys Vlasenkoconfig: update size information
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2016-11-23 Denys VlasenkoConvert all coreutils/* applets to "new style" applet...
2015-10-07 Denys Vlasenkolibbb: more compact API for bb_parse_mode()
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-03-23 Denys Vlasenko*: merge some common strings
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-03-29 Bernhard Reutner... - fold recurse, depthFirst and dereference params into...
2007-03-08 Denis Vlasenkochown: support -H -L -P if ENABLE_DESKTOP
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-26 Denis Vlasenkofind: fix -mtime, -mmin, -perm (+ add symbolic perm...
2006-10-28 Denis Vlasenkochmod: typo in comments
2006-10-28 Denis Vlasenkols: cleanup part 2. ifdef forest is much less scary...
2006-10-27 Denis Vlasenkorecursive_action: add depth param
2006-10-27 Denis Vlasenkochown: add -vcf support if CONFIG_DESKTOP
2006-10-27 Denis Vlasenkochmod: support -vcf if CONFIG_DESKTOP
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-01-30 Bernhard Reutner... - add some ATTRIBUTE_UNUSED.
2005-12-12 Rob LandleyBug 310: be consistent about stat/lstat and chown/lchow...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Restrict octal perms to <= 07777. Cosmetic error messa...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-10-10 Eric Andersenlast_patch59 from vodz to cleanup chmod and correctly...
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-04-26 Matt KraaiFix handling of permission addition and removal (e...
2001-04-26 Eric AndersenDoh. I never allocated storate for the struct stat...
2001-04-26 Matt KraaiFix handling of -R flag.
2001-04-26 Eric AndersenAs Larry pointed out, this the off by one canbe fixed...
2001-04-26 Eric AndersenFix a silly off-by-one error noticed by Santiago Garcia...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-24 Eric AndersenSplit up chmod_chown_chgrp.c into 3 separate apps....
1999-10-13 Eric AndersenCombined stuff
1999-10-13 Eric AndersenMore stuff
1999-10-05 Eric AndersenInitial revision 0_29alpha2