Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reboot: don't wait for processes to die if there are none | 2017-08-22 | 1 | -4/+15 | |
| | | | | | | | | | If processes are already dead, reduce wait times between SIGTERM and SIGKILL and wait time after SIGKILL. The reboot syscall will cause another sync later on, therefore the long wait times are not necessary for disk i/o, either. "makes sense" deraadt@ | ||||
* | s/CPU_LIDSUSPEND/CPU_LIDACTION/ | 2017-06-16 | 1 | -3/+3 | |
| | | | | ok mlarkin | ||||
* | Add a new sysctl machdep.lidaction. The sysctl works as follows: | 2017-03-02 | 1 | -7/+5 | |
| | | | | | | | | | | | | | | | machdep.lidaction=0 # do nothing machdep.lidaction=1 # suspend machdep.lidaction=2 # hibernate lidsuspend is just an alias for lidaction, so if you change one, the other one will have the same value. The plan is to remove machdep.lidsuspend eventually when people have upgraded their /ets/sysctl.conf. discussed with deraadt, who came up with the new MIB name no objections mlarkin ok stsp halex jcs | ||||
* | no more boot_zaurus.8; | 2016-09-03 | 1 | -3/+2 | |
| | |||||
* | remove references to sparc | 2016-09-01 | 1 | -3/+2 | |
| | |||||
* | Pull in <sys/time.h> for struct timespec | 2016-08-27 | 1 | -2/+2 | |
| | | | | | | <sys/fcntl.h> shouldn't be used by userspace; this already uses <fcntl.h> ok deraadt@ | ||||
* | remove hppa64 port, which we never got going beyond broken single users. | 2016-05-11 | 1 | -3/+2 | |
| | | | | | | hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis | ||||
* | for some time now mandoc has not required MLINKS to function | 2016-03-30 | 1 | -2/+1 | |
| | | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung | ||||
* | We are done providing support for the vax. | 2016-03-09 | 1 | -3/+2 | |
| | | | | lots of agreement. | ||||
* | Send Aviion to same place as Nova II | 2015-12-01 | 1 | -3/+2 | |
| | | | | discussed with jsg | ||||
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -2/+1 | |
| | | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | ||||
* | powerdown=YES has been removed. | 2014-07-14 | 1 | -17/+2 | |
| | | | | ok deraadt | ||||
* | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | 2014-03-18 | 1 | -5/+2 | |
| | | | | | | | this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish. | ||||
* | Ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP. | 2013-02-09 | 1 | -2/+2 | |
| | | | | | Just because CPU_LIDSUSPEND is defined in cpu.h does mean it is actually supported by the hardware. OK miod@ kettenis@ | ||||
* | disable lidsuspend on shutdown | 2012-07-10 | 1 | -1/+18 | |
| | | | | ok phessler@ mpf@ pirofti@ mpi@ | ||||
* | no more boot_mac68k(8); | 2012-06-20 | 1 | -3/+2 | |
| | |||||
* | Rename 'rc_scripts' to 'pkg_scripts' to make it clear this variable is for | 2011-07-08 | 1 | -3/+3 | |
| | | | | | | | | | packages _only_. One is not supposed to add any base scripts in it. naddy@ doesn't care (I think he does care but he won't admit it) ok robert@ (I'll add something to current.html in a few) | ||||
* | remove mvmeppc; it is really rough shape. ok drahn miod | 2011-07-07 | 1 | -3/+2 | |
| | |||||
* | Move things around after recent rc(8) changes. | 2011-04-22 | 1 | -4/+11 | |
| | | | | ok robert@ jmc@ | ||||
* | Block all signals before sending SIGTERM to all non-system processes. | 2010-07-23 | 1 | -1/+9 | |
| | | | | | This ensures that we reach the call to reboot(2) without being killed by some other process. OK deraadt@ nicm@ | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -15/+1 | |
| | | | | | | | 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 | ||||
* | remove another list which just keeps going out of date; | 2007-11-19 | 1 | -4/+2 | |
| | |||||
* | cats went away | 2007-08-01 | 1 | -3/+2 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | it's silly for reboot to poweroff. adapted from diff by diana eichert | 2007-05-11 | 1 | -3/+3 | |
| | |||||
* | delint | 2006-06-01 | 1 | -3/+3 | |
| | | | | ok moritz | ||||
* | Administrative changes for aviion, ok deraadt@ | 2006-05-09 | 1 | -1/+2 | |
| | |||||
* | document "powerdown" in rc.shutdown; | 2006-04-08 | 1 | -2/+12 | |
| | | | | based on diffs from henning, and ok him too... | ||||
* | if "/etc/rc shutdown" exits 2, attempt powerdown. it does so if | 2006-04-06 | 1 | -4/+7 | |
| | | | | | | | rc.shutdown sets powerdown to YES. From: Michele 'mydecay' Marchetto <mydecay@openbeer.it> but didn't apply, so I redid & added comment to clarify ok mickey theo | ||||
* | add some missing boot_ pages; | 2005-12-09 | 1 | -2/+5 | |
| | |||||
* | p's and q's; | 2005-05-19 | 1 | -6/+6 | |
| | |||||
* | `halt -p' works on some zaurus platforms (C3000). | 2005-01-14 | 1 | -2/+2 | |
| | | | | ok drahn@ | ||||
* | variety of cleanups; nofsk@aanet.com.au and I | 2004-07-09 | 1 | -10/+15 | |
| | |||||
* | Mention that luna88k can poweroff; also add an boot_amd64(8) reference while there. | 2004-04-21 | 1 | -2/+5 | |
| | |||||
* | Xref boot_mvme88k | 2003-09-02 | 1 | -2/+2 | |
| | |||||
* | More boot_foo Xr are valid now. | 2003-08-21 | 1 | -4/+5 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 2 | -13/+5 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | gotta xref boot_hppa from here | 2003-05-14 | 1 | -1/+2 | |
| | |||||
* | Refer to reboot(2). Other commands from section 8 (mount, chown) refer | 2003-02-27 | 1 | -1/+2 | |
| | | | | | | to their section 2 counterparts. OK jmc@ | ||||
* | Prepare for the removal of amiga and sun3 platforms from the tree. | 2002-12-31 | 1 | -3/+1 | |
| | | | | | There has not been enough activity and interest towards these platform to keep them lying in the tree. | ||||
* | ansi | 2002-07-03 | 1 | -6/+4 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -3/+3 | |
| | |||||
* | kill more registers; | 2001-11-05 | 1 | -3/+3 | |
| | | | | millert@ ok | ||||
* | sync -p arch support list with shutdown(8); from Jason Ackley <jason@ackley.net> | 2001-10-27 | 1 | -2/+2 | |
| | |||||
* | Comment out Xr to missing boot_foo(8) pages. | 2001-09-20 | 1 | -4/+6 | |
| | |||||
* | #include <termios.h> | 2001-07-19 | 1 | -2/+3 | |
| | |||||
* | correct type on last arg to execl(); nordin@cse.ogi.edu | 2001-07-09 | 1 | -3/+3 | |
| | |||||
* | Alphabetize SEE ALSO entries; mpech@prosoft.org.lv | 2001-06-05 | 1 | -8/+7 | |
| | |||||
* | return from main() don't exit | 2001-06-04 | 1 | -5/+5 | |
| | |||||
* | remove i386 md note per Theo's request | 2001-01-28 | 1 | -11/+2 | |
| |