aboutsummaryrefslogtreecommitdiff
path: root/sbin/reboot
Commit message (Expand)AuthorAgeFilesLines
* reboot: fix openlog(3) callsRicardo Branco2026-07-081-5/+5
* reboot: Include limits.h for PATH_MAXMark Johnston2026-05-121-0/+1
* reboot: Fix halt -p behaviorDag-Erling Smørgrav2025-12-191-2/+2
* reboot: Default to a clean shutdownDag-Erling Smørgrav2025-12-102-32/+88
* nextboot: Reimplement missing -a optionDag-Erling Smørgrav2025-12-082-12/+36
* reboot(8): add support for noshutdownKonstantin Belousov2025-07-222-0/+16
* reboot.8: Xr reboot(2)Maxim Konovalov2025-04-121-1/+2
* boot_i386.8: Mention this is legacyEd Maste2025-04-071-3/+3
* nextboot: Smarter warning about deleting nextbootWarner Losh2025-01-141-1/+16
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* nextboot: Permit ZFS boot filesystems mounted at the pool's rootJohn Baldwin2024-05-301-3/+3
* man filesystems: fix xrefs after move to section 4Alexander Ziaee2024-05-161-1/+1
* nextboot: Write nextboot.conf safelyMark Johnston2024-04-031-9/+29
* nextboot: check unlink, but only warn on !ENOENTWarner Losh2024-02-221-1/+2
* reboot: Emulate nextboot -D betterWarner Losh2024-02-211-2/+1
* nextboot: fix nextboot -k on ZFSGleb Smirnoff2024-02-201-0/+5
* nextboot: fix typo that merged two args into oneGleb Smirnoff2024-02-201-1/+1
* reboot: Move extern for environWarner Losh2024-02-181-1/+2
* reboot: Remove sys/types.h: it's not needed here...Warner Losh2024-02-181-1/+0
* reboot: Use posix_spawn instead of systemWarner Losh2024-02-161-15/+37
* reboot: initialize howtoWarner Losh2024-02-151-1/+2
* rescue,nextboot: Install nextboot as a link to reboot, rm nextboot.shWarner Losh2024-02-122-136/+4
* reboot: Allow this to be installed as nextbootWarner Losh2024-02-121-8/+26
* reboot: Implement -o to set kernel options for next bootWarner Losh2024-02-122-1/+11
* reboot: Implement -k in terms of envWarner Losh2024-02-121-7/+6
* reboot: Implement -e from nextbootWarner Losh2024-02-122-4/+64
* reboot: Implement zfs supportWarner Losh2024-02-121-9/+49
* reboot: Implement -D from nextbootWarner Losh2024-02-122-7/+22
* reboot: Add sanity checking of write to nextboot.confWarner Losh2024-02-121-10/+37
* reboot: Don't reboot if the next kernel isn't thereWarner Losh2024-02-122-16/+38
* reboot: convert flags to boolsWarner Losh2024-02-121-11/+13
* reboot: Disallow -k and -r, it doesn't make sense.Warner Losh2024-02-121-0/+2
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-274-8/+0
* reboot(8): print syscall error on sysctl failureKonstantin Belousov2023-11-131-1/+1
* reboot(8): adapt for vmmeter v_swappgsin expansion to 64bitKonstantin Belousov2023-11-131-5/+5
* Use 115200 bps by default for serial communicationEd Maste2023-08-171-1/+1
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* 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
* Cross-reference nextboot(8) and freebsd-update(8)Mateusz Piotrowski2022-03-291-1/+2
* boottrace: annotate init and shutdown utilitiesMitchell Horne2022-02-221-2/+8
* nextboot: Improve the shell code used to figure out the zpool nameAllan Jude2021-06-051-1/+1
* Address a mandoc warningMateusz Piotrowski2020-11-101-1/+1
* The nextboot(8) manual page currently says that the loader(8) would deleteAlexey Dokuchaev2020-10-111-7/+7
* nextboot(8): Fix behavior on non-ZFS /boot systemsConrad Meyer2020-09-231-1/+1