Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-22 | reboot: don't wait for processes to die if there are none | Stefan Fritsch | |
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@ | |||
2017-06-16 | s/CPU_LIDSUSPEND/CPU_LIDACTION/ | Martin Natano | |
ok mlarkin | |||
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano | |
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 | |||
2016-09-03 | no more boot_zaurus.8; | Jason McIntyre | |
2016-09-01 | remove references to sparc | Ted Unangst | |
2016-08-27 | Pull in <sys/time.h> for struct timespec | Philip Guenther | |
<sys/fcntl.h> shouldn't be used by userspace; this already uses <fcntl.h> ok deraadt@ | |||
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt | |
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 | |||
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre | |
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 | |||
2016-03-09 | We are done providing support for the vax. | Theo de Raadt | |
lots of agreement. | |||
2015-12-01 | Send Aviion to same place as Nova II | Theo de Raadt | |
discussed with jsg | |||
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt | |
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) | |||
2014-07-14 | powerdown=YES has been removed. | Martin Pelikan | |
ok deraadt | |||
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat | |
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. | |||
2013-02-09 | Ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP. | Todd C. Miller | |
Just because CPU_LIDSUSPEND is defined in cpu.h does mean it is actually supported by the hardware. OK miod@ kettenis@ | |||
2012-07-10 | disable lidsuspend on shutdown | Alexander Hall | |
ok phessler@ mpf@ pirofti@ mpi@ | |||
2012-06-20 | no more boot_mac68k(8); | Jason McIntyre | |
2011-07-08 | Rename 'rc_scripts' to 'pkg_scripts' to make it clear this variable is for | Antoine Jacoutot | |
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) | |||
2011-07-07 | remove mvmeppc; it is really rough shape. ok drahn miod | Theo de Raadt | |
2011-04-22 | Move things around after recent rc(8) changes. | Antoine Jacoutot | |
ok robert@ jmc@ | |||
2010-07-23 | Block all signals before sending SIGTERM to all non-system processes. | Todd C. Miller | |
This ensures that we reach the call to reboot(2) without being killed by some other process. OK deraadt@ nicm@ | |||
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-08-01 | cats went away | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-11 | it's silly for reboot to poweroff. adapted from diff by diana eichert | Ted Unangst | |
2006-06-01 | delint | David Hill | |
ok moritz | |||
2006-05-09 | Administrative changes for aviion, ok deraadt@ | Miod Vallat | |
2006-04-08 | document "powerdown" in rc.shutdown; | Jason McIntyre | |
based on diffs from henning, and ok him too... | |||
2006-04-06 | if "/etc/rc shutdown" exits 2, attempt powerdown. it does so if | Henning Brauer | |
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 | |||
2005-12-09 | add some missing boot_ pages; | Jason McIntyre | |
2005-05-19 | p's and q's; | Jason McIntyre | |
2005-01-14 | `halt -p' works on some zaurus platforms (C3000). | Uwe Stuehler | |
ok drahn@ | |||
2004-07-09 | variety of cleanups; nofsk@aanet.com.au and I | Theo de Raadt | |
2004-04-21 | Mention that luna88k can poweroff; also add an boot_amd64(8) reference while ↵ | Miod Vallat | |
there. | |||
2003-09-02 | Xref boot_mvme88k | Miod Vallat | |
2003-08-21 | More boot_foo Xr are valid now. | Miod Vallat | |
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-05-14 | gotta xref boot_hppa from here | Michael Shalayeff | |
2003-02-27 | Refer to reboot(2). Other commands from section 8 (mount, chown) refer | Chad Loder | |
to their section 2 counterparts. OK jmc@ | |||
2002-12-31 | Prepare for the removal of amiga and sun3 platforms from the tree. | Miod Vallat | |
There has not been enough activity and interest towards these platform to keep them lying in the tree. | |||
2002-07-03 | ansi | 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-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-10-27 | sync -p arch support list with shutdown(8); from Jason Ackley <jason@ackley.net> | Peter Valchev | |
2001-09-20 | Comment out Xr to missing boot_foo(8) pages. | Miod Vallat | |
2001-07-19 | #include <termios.h> | Todd C. Miller | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-06-05 | Alphabetize SEE ALSO entries; mpech@prosoft.org.lv | Aaron Campbell | |
2001-06-04 | return from main() don't exit | Michael Shalayeff | |
2001-01-28 | remove i386 md note per Theo's request | Marco S Hyman | |