Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 gadi atpakaļ |
Denis Vlasenko
|
6b06cb80be
more of -Wall fixes from Cristian Ionescu-Idbohrn.
|
16 gadi atpakaļ |
Denis Vlasenko
|
77ad97f199
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
|
16 gadi atpakaļ |
Denis Vlasenko
|
b851c42a14
signal names hack was wrong, it broke "get signal name" function.
|
17 gadi atpakaļ |
Denis Vlasenko
|
c689fcfdb0
Make signal table a bit smaller
|
17 gadi atpakaļ |
Denis Vlasenko
|
5f934b0785
guard against SIGxxx >= 32 (no code changes on i386)
|
17 gadi atpakaļ |
Denis Vlasenko
|
a4f4de9b7e
print_signames_and_exit -> print_signames (because of "ash calls kill_main")
|
17 gadi atpakaļ |
Denis Vlasenko
|
72e1c89d97
pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>
|
17 gadi atpakaļ |
Denis Vlasenko
|
80b8b39899
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>)
|
17 gadi atpakaļ |
Denis Vlasenko
|
dcf4de20a1
test: code size saving, no logic changes
|
17 gadi atpakaļ |
Denis Vlasenko
|
75ab6af71e
stop using (yet another) static buffer
|
17 gadi atpakaļ |
Denis Vlasenko
|
2a813e20e2
fix recognitions of -SIGname signals
|
18 gadi atpakaļ |
Bernhard Reutner-Fischer
|
bbda98f14c
- cosmetic change to avoid warnings about eventual padding/packing.
|
18 gadi atpakaļ |
Denis Vlasenko
|
a77947f5bb
kill: fix bugs (kill -l output was horrible), fix style, constify data
|
18 gadi atpakaļ |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 gadi atpakaļ |
Rob Landley
|
c9c1a41c58
A couple things that got tangled up in my tree, easier to check in both than
|
18 gadi atpakaļ |
Bernhard Reutner-Fischer
|
a2a647dfc1
- include strings.h
|
18 gadi atpakaļ |
Bernhard Reutner-Fischer
|
421d9e5941
- move buffer allocation schemes to libbb.h
|
18 gadi atpakaļ |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
20 gadi atpakaļ |
Eric Andersen
|
cb81e6484d
Update a bunch of docs. Run a script to update my email addr.
|
21 gadi atpakaļ |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 gadi atpakaļ |
Eric Andersen
|
842757dc96
Oops. I forgot to commit this part of vodz' patch.
|
23 gadi atpakaļ |