aboutsummaryrefslogtreecommitdiff
path: root/sbin/shutdown
Commit message (Expand)AuthorAgeFilesLines
* shutdown.8: Fix typoNiclas Zeising2020-07-051-1/+1
* Small tweak to the default behavior of shutdown -cWarner Losh2020-01-171-2/+2
* shutdown: Fix r327476 by adding initEitan Adler2018-01-021-1/+2
* shutdown: Assume absolute time is in the futureEitan Adler2018-01-012-4/+28
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Add -c to the usage statements.Warner Losh2017-10-311-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add power cycle support (-c) to shutdown.Warner Losh2017-10-252-11/+35
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* shutdown appeared as a standalone utility in 4.1BSD.Sevan Janiyan2016-10-031-4/+6
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-3/+32
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | sync from headSimon J. Gerraty2013-04-121-1/+6
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-041-3/+3
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | sbin/shutdown: Support time units as in 'shutdown -r +5sec'Gleb Kurtsou2014-12-162-3/+32
| |_|_|/ |/| | |
* | | | Change file permissions for some setuid executables so they are "o+r".Neel Natu2014-08-211-1/+1
| |_|/ |/| |
* | | Add simple example.Joel Dahl2013-03-191-1/+6
| |/ |/|
* | Restore a piece of BSD history.Dag-Erling Smørgrav2012-08-011-3/+3
|/
* shutdown: Remove unnecessary 2-second delay.Jilles Tjoelker2012-05-231-1/+0
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-1/+1
* Remove trailing whitespace in the shutdown(8) manual.Glen Barber2011-07-141-2/+2
* Improvements to the shutdown(8) manual.Glen Barber2011-07-141-12/+14
* For compatibility with Linux and Solaris add poweroff(8).Pawel Jakub Dawidek2010-12-303-4/+39
* Add missing `void' for functions without arguments.Ed Schouten2009-12-291-4/+4
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-2/+0
* Static'ify internal methods and use prototype.Xin LI2009-09-281-20/+20
* Note that when shutdown is run without options, it will placeTom Rhodes2008-12-231-1/+7
* Use new style declarations instead of K&R ones.Xin LI2005-01-251-10/+5
* Use modern style defination for main() and move a externXin LI2005-01-252-4/+6
* Use the standard section name.Ruslan Ermilov2005-01-181-3/+3
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+8
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-092-8/+0
* Centralize _PATH_* definitions.David E. O'Brien2003-05-052-43/+1
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4
* Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov2002-12-231-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* The .Nm utility.Philippe Charnier2002-07-061-3/+4
* Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.Juli Mallett2002-05-171-1/+1
* more file system > filesystemTom Rhodes2002-05-161-1/+1
* o remove __PWarner Losh2002-03-211-9/+9
* Default to WARNS=2.David E. O'Brien2001-12-041-1/+0