Denys Vlasenko
|
c13ee8c0f3
basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argument
|
13 년 전 |
Pere Orga
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 년 전 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 년 전 |
Denys Vlasenko
|
729ecb87bf
bbconfig: make it independent from printf functions
|
14 년 전 |
Denys Vlasenko
|
2f32bf8be6
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
|
14 년 전 |
Denys Vlasenko
|
e4070cb0d7
partially migrate coreutils to Config.src and Kbuild.src
|
14 년 전 |
Denis Vlasenko
|
70e8f49f71
basename: fix error code. again. deja vu feeling...
|
16 년 전 |
Denis Vlasenko
|
77ad97f199
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
|
16 년 전 |
Denis Vlasenko
|
c59d802a5a
basename: tiny shrink
|
16 년 전 |
Denis Vlasenko
|
468aea2d88
shells: do not frocibly enable test, echo and kill _applets_,
|
16 년 전 |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 년 전 |
Denis Vlasenko
|
818322b9b1
*: kill bb_get_last_path_component, replace with two functions
|
17 년 전 |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 년 전 |
Denis Vlasenko
|
99912ca733
audit small applets and mark some of them as NOFORK.
|
17 년 전 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 년 전 |
Denis Vlasenko
|
f0ed376eda
remove bb_printf and the like
|
18 년 전 |
"Robert P. J. Day"
|
801ab14013
Add one-line GPL boilerplate to numerous (but not all yet) source files.
|
18 년 전 |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 년 전 |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
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
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 년 전 |
Matt Kraai
|
5171bf6d40
SUSv2 specifies that if the extension is identical to the basename, it
|
23 년 전 |
Matt Kraai
|
59df6f7398
Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c
|
23 년 전 |
Mark Whitley
|
827e45c518
Added some more '/* getopt not needed */' lines.
|
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 년 전 |
Eric Andersen
|
8ec10a9483
Fix up copyright msgs. Bump version to 0.49 in preparation for
|
24 년 전 |
Eric Andersen
|
ed3ef50c23
Fix header file usage -- there were many unnecessary header files included in
|
24 년 전 |
Matt Kraai
|
3e856ce428
Stop using TRUE and FALSE for exit status.
|
24 년 전 |