index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
mkdir.c
Age
Commit message (
Expand
)
Author
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2008-03-23
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-23
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-10
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-03-12
introduce and use setfscreatecon_or_die
Denis Vlasenko
2007-03-10
selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-11-19
mkdir: style fix
Denis Vlasenko
2006-11-18
rodata cleanup. "unable to" == "cannot". -300 bytes
Denis Vlasenko
2006-10-27
reshuffle libbb.h contents so that order of decls makes sense
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-07-12
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-05-26
- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2005-09-11
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
Rob Landley
2003-06-20
last_patch89 from vodz:
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-24
When making parent directories set permissions based on the base parent tree ...
Glenn L McGrath
2002-09-28
make_directory() will fail instantly so we dont need to test for failure here
Glenn L McGrath
2001-06-21
Rewrote mkdir (and touched lots of things in the process).
Matt Kraai
2001-04-25
Move messages.c to libbb. Make each string in messages.c be its own .o file.
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-14
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-01-31
Removed trailing \n from error_msg{,_and_die} messages.
Matt Kraai
2001-01-31
Cleanup patch from Vladimir N. Oleynik.
Eric Andersen
2001-01-27
Fix up copyright msgs. Bump version to 0.49 in preparation for
Eric Andersen
2001-01-27
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2000-12-07
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
2000-12-01
Stop using TRUE and FALSE for exit status.
Matt Kraai
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-07-16
Extract usage information into a separate file.
Matt Kraai
2000-07-14
Use errorMsg rather than fprintf.
Matt Kraai
2000-06-19
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-05-12
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
Erik Andersen
2000-04-28
Latest and greatest. Some effort at libc5 (aiming towards newlib)
Erik Andersen
2000-04-13
Upates to include copyright 2000 to everything
Erik Andersen
2000-02-08
Some formatting updates (ran the code through indent)
Erik Andersen
2000-02-07
A few minor updates. ;-)
Erik Andersen
2000-01-23
* added (and documented) "-n" option for head -
Erik Andersen
2000-01-13
Bug fixes.
Erik Andersen
1999-11-22
Bug fixes
Eric Andersen
1999-11-19
Stuf
Eric Andersen
1999-11-18
Latest and greatest
Eric Andersen
1999-11-10
Updates to usage, and made tar work.
Eric Andersen
1999-10-22
Make mkdir -m work
Eric Andersen
[next]