| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-20 | use HEAD in git URIs to point to the default branch | Mike Frysinger | |
| This makes the URIs shorter and dynamic: whatever the default branch the repo uses will be used. | |||
| 2021-12-20 | change getopt definition to elide pointer storage | Mike Frysinger | |
| Make this a const pointer to the storage directly instead of a pointer variable that points to the storage. Makes the code slightly smaller. | |||
| 2018-10-13 | misc: style fixups | Austin English | |
| 2018-10-13 | misc: whitespace fixes | Austin English | |
| 2018-02-24 | kill_all: change execl call to execlp | William Hubbs | |
| 2018-02-14 | kill_all: create strings with xasprintf | William Hubbs | |
| 2017-06-08 | kill_all: include limits.h for PATH_MAX | Jory A. Pratt | |
| 2017-05-19 | add kill_all helper | William Hubbs | |
| This is similar to the sysvinit killall5 utility. It should only be used in service scripts, so it will not be installed in the path. This closes #129. | |||
