Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-24 | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h | Igor Sobrado | |
as neither arrayified not arrayfied exist -- sanctioned dictionaries like Merriam-Webster ones suggest a few alternatives (e.g., arrayed), however these made up words are easy to understand and we are not certain that current ones are not ok. ok jmc@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2007-11-19 | remove another list which just keeps going out of date; | Jason McIntyre | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-01-29 | sort FILES; | Jason McIntyre | |
2006-10-18 | Replace gcc __attribute with __dead. Recompile yields no binary change. | Chad Loder | |
2005-12-02 | more sig_atomic_t | Theo de Raadt | |
2005-05-19 | sort options + sync usage(); | Jason McIntyre | |
2005-03-09 | Sync with reboot(8) man page. | Kenji Aoyama | |
(luna88k and zaurus also work with -p option.) ok miod@ | |||
2004-01-24 | minor knf | Theo de Raadt | |
2003-07-30 | NULL -> (char *)NULL in execle; ok millert@ | Anil Madhavapeddy | |
2003-07-15 | .Ql Fl -> .Sq Fl where literal makes no sense; | Jason McIntyre | |
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-16 | use errx instead of fprintf+exit; millert@ ok | Michael Shalayeff | |
2002-12-08 | GNU semantics say that if optstring begins with '-' then | Todd C. Miller | |
each non-option shall be treated as arguments to option '\1'. BSD getopt match '-' in optstring with a '-' on the command line. This is used to support deprecated options like "su -" that would otherwise prevent the use of getopt(). Resolving this simply requires that the leading '-' be moved somewhere else (I moved it to the end of optstring) since position within optstring is not meaningful. | |||
2002-07-03 | ansi | Theo de Raadt | |
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok; | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-10-11 | Add sparc64 to the list of arches which can poweroff at shutdown, and | Miod Vallat | |
sort it. | |||
2001-09-18 | Mention macppc in the list of platforms which can do poweroff at shutdown. | Miod Vallat | |
2001-08-07 | No need to remove /etc/nologin after killing shutdown; signal | Heikki Korpela | |
handler will take care of this. Pointed out by bk@rt.fm; millert@ ok. (Although it was millert@ who asked for it in the first place, bad me for not checking the source. :-) | |||
2001-08-07 | Document how to cancel a scheduled shutdown with kill(1). | Heikki Korpela | |
Also mention that /etc/nologin should be deleted after this if needed. ok millert@ | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-06-05 | Alphabetize SEE ALSO entries; mpech@prosoft.org.lv | Aaron Campbell | |
2001-01-28 | remove i386 md note per Theo's request | Marco S Hyman | |
2001-01-28 | remove i386 md note per Theo's request | Marco S Hyman | |
2001-01-26 | Mention that shutdown brings the system to single user mode when issued | Marco S Hyman | |
without options. Other wording tweaks. Move comment related to -p to where -p is defined, not where -h is defined. | |||
2001-01-19 | mark signal races i cannot fix at the moment | Theo de Raadt | |
2001-01-15 | use _exit() in term handler if real signal | Theo de Raadt | |
2001-01-05 | Add i386 specific sysctl to modify halt -p processing, required to make | Marco S Hyman | |
powerdown work correctly on some processors. Idea from mickey@ and smcho@tsp.korea.ac.kr. Tested my me and angelos@. Note: If you want to try these out you'll need to cd /sys/arch/i386/include && sudo install -m 444 -o root -g root cpu.h /usr/include/i386 cd /usr/src/sbin/sysctl && make obj && make && sudo make install to get a sysctl that understands the new variable (machdep.apmhalt). | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-06-18 | - Give more precise definitions for the -d and -f options. | Aaron Campbell | |
- Clean up FILES section. - s/BACKWARD COMPATIBILITY/COMPATIBILITY/ - Use standard options list introduction. | |||
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-01-15 | add 'd' to usage. mention rc.shutdown in the man page. | Eric Jackson | |
1999-10-07 | there is no fastboot man page | Eric Jackson | |
1999-09-03 | have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes ↵ | Theo de Raadt | |
completely admin-editable | |||
1999-07-19 | if we run /etc/rc.shutdown ourselves, do it on /dev/console | Theo de Raadt | |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-04-29 | Y2K fix: allow 'shutdown yymmddhhmm' to work in the next century. | Alex Feldman | |
1999-04-22 | Add mac68k to the -p list... | Jason Downs | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell | |
1998-11-11 | more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes | Aaron Campbell | |