Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a stupid thinko, and fix killall to cope with the updated | Eric Andersen | 2001-07-05 | 1 | -0/+2 |
| | | | | | find_pid_by_name() interface -Erik | ||||
* | Implement suggestion from Adam Slattery, (don't default to killing closing ↵ | Eric Andersen | 2001-07-05 | 1 | -3/+16 |
| | | | | bug #1190. | ||||
* | Make it so we don't segfault when /proc isn't mounted -- guess pid 1... | Eric Andersen | 2001-06-26 | 1 | -0/+9 |
| | | | | -Erik | ||||
* | Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr> | Eric Andersen | 2001-03-17 | 1 | -7/+14 |
| | | | | | that copes with the fact that processes may have been swapped out. | ||||
* | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | 2001-03-16 | 1 | -0/+168 |
files. Clean up the resulting damage and fix up the makefile. -Erik |