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
/
libbb
/
u_signal_names.c
Age
Commit message (
Expand
)
Author
2007-09-30
print_signames_and_exit -> print_signames (because of "ash calls kill_main")
Denis Vlasenko
2007-09-29
pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-05-01
test: code size saving, no logic changes
Denis Vlasenko
2007-03-14
stop using (yet another) static buffer
Denis Vlasenko
2006-12-23
fix recognitions of -SIGname signals
Denis Vlasenko
2006-12-04
- cosmetic change to avoid warnings about eventual padding/packing.
Bernhard Reutner-Fischer
2006-09-27
kill: fix bugs (kill -l output was horrible), fix style, constify data
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-07-12
A couple things that got tangled up in my tree, easier to check in both than
Rob Landley
2006-05-19
- include strings.h
Bernhard Reutner-Fischer
2006-04-03
- move buffer allocation schemes to libbb.h
Bernhard Reutner-Fischer
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
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-08-02
Oops. I forgot to commit this part of vodz' patch.
Eric Andersen