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
/
procps
/
free.c
Age
Commit message (
Expand
)
Author
2011-07-26
*: work around sysinfo.h versus linux/*.h problems
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2011-01-16
remove a few aliasing warnings
Denys Vlasenko
2010-10-01
free: add -b/k/m/g options; remove 4 TB limitation. +100 bytes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-12
free: more compatible output. +16 bytes. Closes bug 2383.
Denys Vlasenko
2010-02-26
free: silence warning about unused argv
Bernhard Reutner-Fischer
2010-02-21
free: code shrink
Denys Vlasenko
2010-02-21
Replace __uClinux__ define with !BB_MMU
Denys Vlasenko
2010-01-04
*: remove some uses of argc
Denys Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-03-24
random style fixes (extra spaces deleted)
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-09-22
Change license statements (and clean up headers) on some of the files that
Rob Landley
2006-06-02
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-01-11
Patch from Daniel J Walsh at redhat to make free work for systems
Eric Andersen
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-03-09
Added some more '/* getopt not needed */' lines.
Mark Whitley
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-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-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-09-10
Update free for current 2.4.x behavior...
Eric Andersen
2000-07-16
Extract usage information into a separate file.
Matt Kraai
2000-07-14
Don't use strings directly in calls to usage(). This is in preparation
Matt Kraai
2000-06-26
Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in
Eric Andersen
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-13
Upates to include copyright 2000 to everything
Erik Andersen
2000-02-21
Removed proc dependancies for init and free (which maintaining exactly
Erik Andersen
2000-02-08
Some formatting updates (ran the code through indent)
Erik Andersen
1999-12-08
Latest and greatest
Eric Andersen