Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 年之前 |
Rob Landley
|
d893b120ba
New mkswap. Small and simple. Might even work. :)
|
18 年之前 |
"Robert P. J. Day"
|
53f21e34a7
Remove "#if 0" content.
|
18 年之前 |
Rob Landley
|
bc8c50351f
Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently
|
18 年之前 |
Bernhard Reutner-Fischer
|
e2e56c7c41
- single KERNEL_VERSION(a,b,c) macro in platform.h
|
18 年之前 |
Bernhard Reutner-Fischer
|
c2cb0f32b4
- patch from Denis Vlasenko to add and use bb_xopen3()
|
18 年之前 |
Bernhard Reutner-Fischer
|
dac7ff15b7
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
|
18 年之前 |
Bernhard Reutner-Fischer
|
56dd0bff06
- shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas.
|
18 年之前 |
Rob Landley
|
bc68cd14cc
Patch from Denis Vlasenko turning static const int (which gets emitted into
|
18 年之前 |
Eric Andersen
|
3496fdc9a5
hopefully the last of the annoying signed/unsigned and mixed type errors
|
19 年之前 |
Glenn L McGrath
|
e64bf409dd
Patch from David Meggy to make the swap default to the new version if no
|
21 年之前 |
Eric Andersen
|
cb81e6484d
Update a bunch of docs. Run a script to update my email addr.
|
21 年之前 |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 年之前 |
Eric Andersen
|
fcffa2cc1a
Apply lash_patch35 from vodz, which brings several nice size_optimizations.
|
22 年之前 |
Eric Andersen
|
74400ccfd0
Scrub up some function prototypes.
|
23 年之前 |
Eric Andersen
|
3e6ff9017f
A cleanup patch from Jeff Garzik to static-ify a number of
|
24 年之前 |
Eric Andersen
|
cbe31dace5
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
24 年之前 |
Eric Andersen
|
67991cf824
This patch, put together by Manuel Novoa III, is a merge of work
|
24 年之前 |
Matt Kraai
|
dd19c69904
Removed trailing \n from error_msg{,_and_die} messages.
|
24 年之前 |
Eric Andersen
|
65225df2dc
Cleanup patch from Vladimir N. Oleynik.
|
24 年之前 |
Mark Whitley
|
59ab025363
#define -> static const int. Also got rid of some big static buffers.
|
24 年之前 |
Matt Kraai
|
a9819b2908
Use busybox error handling functions wherever possible.
|
24 年之前 |
Eric Andersen
|
16fdbe8b27
Make more things be static (like they are supposed to be).
|
24 年之前 |
Mark Whitley
|
f57c944e09
Changed names of functions in utility.c and all affected files, to make
|
24 年之前 |
Matt Kraai
|
3e856ce428
Stop using TRUE and FALSE for exit status.
|
24 年之前 |
Eric Andersen
|
ef936da7c5
Fix uname problem that was breaking poweroff.
|
24 年之前 |
Eric Andersen
|
3570a34de4
Renamed "internal.h" to the more sensible "busybox.h".
|
24 年之前 |
Eric Andersen
|
88f50b6bf5
Some #include updates.
|
24 年之前 |
Matt Kraai
|
bf181b9338
Extract usage information into a separate file.
|
24 年之前 |
Matt Kraai
|
d537a95fdb
Use errorMsg rather than fprintf.
|
24 年之前 |