aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/killall
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* killall(1): allow sending signals to processes with control terminal on pts(4)Daniel Dowse2022-12-011-1/+2
* killall(1): Clarify -d, -s and -v optionsFernando Apesteguía2020-06-271-11/+13
* Belatedly bump .Dd for r361783Benjamin Kaduk2020-06-051-1/+1
* Add EXAMPLES to killall(1)Benjamin Kaduk2020-06-041-0/+44
* Revert r352953: Convert pnmatch to single element array in regexec callsAlexander Kabaev2019-10-021-7/+7
* Convert pnmatch to single element array in regexec callsAlexander Kabaev2019-10-021-7/+7
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-5/+6
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-5/+10
| |\
| * \ Merge from headSimon J. Gerraty2013-09-052-4/+11
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-042-13/+33
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | Adjust printf format specifiers for dev_t and ino_t in user space.Gleb Kurtsou2014-12-171-3/+5
* | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | Re-work r260800 to include other signals which start with 'I'Christian S.J. Peron2014-01-171-11/+10
* | | | fix a regression introduced in r237618 that would result inChristian S.J. Peron2014-01-171-3/+9
| |_|/ |/| |
* | | killall: add -q flag to suppress error message when no processes are matchedMateusz Guzik2013-06-302-4/+11
| |/ |/|
* | Once in a month, when the moon is full, killall mistakenly considersKonstantin Belousov2012-06-301-1/+1
* | killall(1) does not use libkvm.Konstantin Belousov2012-06-301-1/+1
* | Only initialize array of mibs once.Konstantin Belousov2012-06-301-3/+4
* | Initialize procs closer to the place were it is used.Konstantin Belousov2012-06-301-5/+5
* | Add a -I flag which requests confirmation before action, like what is doneXin LI2012-06-272-3/+22
|/
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-1/+1
* Simplify various code that allowed for sys_signame being lower case.Jilles Tjoelker2011-03-061-16/+3
* Make sys_signame upper case.Jilles Tjoelker2011-02-041-1/+1
* mdoc: move remaining sections into consistent orderUlrich Spörlein2010-05-131-11/+11
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* Fix grammar and reduce ambiguity.Xin LI2009-12-261-3/+3
* Document the difference between FreeBSD and traditional System V killallXin LI2009-12-251-1/+12
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getJamie Gritton2009-06-242-13/+6
* Add support for the arbitrary named jail parameters used by jail_set(2)Jamie Gritton2009-05-272-11/+22
* Use strlcpy() where appropriate.Xin LI2008-11-191-4/+2
* Fix a typo.Ruslan Ermilov2007-11-091-1/+1
* - Fix documentation to match code. Specifically, -c doesn't haveRuslan Ermilov2007-11-091-21/+15