Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 | "Vladimir N. Oleynik" | 2005-10-15 | 1 | -3/+1 |
| | |||||
* | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" | 2005-10-14 | 1 | -1/+1 |
| | | | | | - new bb_getopt_ulflags features: check max and min args, convert first argv to options special for ar and tar applets - use bb_default_error_retval for env applet | ||||
* | - size reduction of pidof | Bernhard Reutner-Fischer | 2005-10-07 | 1 | -42/+30 |
| | | | | - fix typo in reverse_pidlist | ||||
* | - pidof(8): make -s optional and optional -o; closes #168 | Bernhard Reutner-Fischer | 2005-10-06 | 1 | -30/+96 |
| | | | | first cut. | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+1 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -1/+1 |
| | |||||
* | last_patch_67 from Vladimir N. Oleynik | Glenn L McGrath | 2002-11-25 | 1 | -3/+4 |
| | |||||
* | Patch last_pach62 from vodz. This patch moves all the /proc parsing | Eric Andersen | 2002-10-22 | 1 | -9/+4 |
| | | | | code into libbb so it can be shared by ps, top, etc, saving over 1.5k. | ||||
* | Made exit code SysV compliant. Also added -s (single pid) flag. | Robert Griebl | 2002-05-22 | 1 | -12/+9 |
| | |||||
* | Patch from Jim Treadway <jim@stardot-tech.com> to teach | Eric Andersen | 2002-04-13 | 1 | -3/+3 |
| | | | | pidof to not add trailing spaces when not needed. | ||||
* | If find_pid_by_name() had an error, it was returning -1, but storing | Eric Andersen | 2001-12-06 | 1 | -1/+1 |
| | | | | | | | | that into a pid_t, which is unsigned on a number archs. Furthermore, find_pid_by_name() would _never_ return an error if the intended proces was "init", but instead would return 1, meaning we would fail to work on 2.4.x kernels running an initrd... -Erik | ||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | I just wrote up a simple pidof applet, closing bug #1197 | Eric Andersen | 2001-07-31 | 1 | -0/+79 |
-Erik |