summaryrefslogtreecommitdiff
path: root/usr.bin/killall
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-12-01killall(1): allow sending signals to processes with control terminal on pts(4)Daniel Dowse
2020-06-27killall(1): Clarify -d, -s and -v optionsFernando Apesteguía
2020-06-05Belatedly bump .Dd for r361783Benjamin Kaduk
2020-06-04Add EXAMPLES to killall(1)Benjamin Kaduk
2019-10-02Revert r352953: Convert pnmatch to single element array in regexec callsAlexander Kabaev
2019-10-02Convert pnmatch to single element array in regexec callsAlexander Kabaev
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2014-12-17Adjust printf format specifiers for dev_t and ino_t in user space.Gleb Kurtsou
2014-11-25Convert to usr.bin/ to LIBADDBaptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2014-01-17Re-work r260800 to include other signals which start with 'I'Christian S.J. Peron
2014-01-17fix a regression introduced in r237618 that would result inChristian S.J. Peron
2013-09-05Merge from headSimon J. Gerraty
2013-06-30killall: add -q flag to suppress error message when no processes are matchedMateusz Guzik
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-06-30Once in a month, when the moon is full, killall mistakenly considersKonstantin Belousov
2012-06-30killall(1) does not use libkvm.Konstantin Belousov
2012-06-30Only initialize array of mibs once.Konstantin Belousov
2012-06-30Initialize procs closer to the place were it is used.Konstantin Belousov
2012-06-27Add a -I flag which requests confirmation before action, like what is doneXin LI
2012-03-26mdoc: terminate quoted strings.Joel Dahl
2011-03-06Simplify various code that allowed for sys_signame being lower case.Jilles Tjoelker
2011-02-04Make sys_signame upper case.Jilles Tjoelker
2010-05-13mdoc: move remaining sections into consistent orderUlrich Spörlein
2010-04-14mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein
2009-12-26Fix grammar and reduce ambiguity.Xin LI
2009-12-25Document the difference between FreeBSD and traditional System V killallXin LI
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2009-06-24Add libjail, a (somewhat) simpler interface to the jail_set and jail_getJamie Gritton
2009-05-27Add support for the arbitrary named jail parameters used by jail_set(2)Jamie Gritton
2008-11-19Use strlcpy() where appropriate.Xin LI
2007-11-09Fix a typo.Ruslan Ermilov
2007-11-09- Fix documentation to match code. Specifically, -c doesn't haveRuslan Ermilov