Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
8f8f268cfd
bb_applet_name -> applet_name
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Rob Landley
|
e9a7a6212b
Change license statements (and clean up headers) on some of the files that
|
18 years ago |
Bernhard Reutner-Fischer
|
e15d7573a1
- move #include busybox.h to the very top so we pull in the config
|
18 years ago |
Bernhard Reutner-Fischer
|
d765ee5d0f
- provide fallback defines for non-linux
|
18 years ago |
Rob Landley
|
0a7c8ef6e2
Patch from Denis Vlasenko to constify things and fix a few typos.
|
19 years ago |
Rob Landley
|
646129163a
Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.
|
19 years ago |
Rob Landley
|
2edf52643d
The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything
|
19 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 years ago |
Eric Andersen
|
0246222351
Support reboot, halt, and poweroff independent of busybox init.
|
21 years ago |
Eric Andersen
|
cb81e6484d
Update a bunch of docs. Run a script to update my email addr.
|
21 years ago |
Eric Andersen
|
b01ed65ad2
Apply last_patch93 from vodz:
|
21 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 years ago |
Eric Andersen
|
1d1d2f9b18
Update some missing copyright notices
|
22 years ago |
Eric Andersen
|
b24d65659f
If find_pid_by_name() had an error, it was returning -1, but storing
|
23 years ago |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 years ago |
Eric Andersen
|
11fdb8a4c7
Fix a nasty bug with variable name shadowing
|
23 years ago |
Eric Andersen
|
371ca19f53
Look for either "init" or "linuxrc" processes
|
23 years ago |
Eric Andersen
|
332394b577
Be extra extra careful about what we dereference.
|
23 years ago |
Mark Whitley
|
f57c944e09
Changed names of functions in utility.c and all affected files, to make
|
24 years ago |
Eric Andersen
|
3570a34de4
Renamed "internal.h" to the more sensible "busybox.h".
|
24 years ago |
Matt Kraai
|
27a804246a
Centralize handling of --help.
|
24 years ago |
Matt Kraai
|
2f46b664b7
Add usage messages for applets without them.
|
24 years ago |
Eric Andersen
|
b610615be9
Updates to a number of apps to remove warnings/compile errors under libc5.
|
24 years ago |
Erik Andersen
|
825aead68b
Patch to make killall actually kill all PIDs with the specified name,
|
25 years ago |
Erik Andersen
|
2ac2fae728
Fix bugs related to finding PIDs.
|
25 years ago |
Erik Andersen
|
246cc6dddd
Wrote killall.
|
25 years ago |
Erik Andersen
|
e49d5ecbbe
Some formatting updates (ran the code through indent)
|
25 years ago |