summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_shutdown.c
Commit message (Expand)AuthorAgeFilesLines
* decrement the dumping variable after use so we can call it several timespeter2001-09-201-4/+6
* KSE Milestone 2julian2001-09-121-7/+7
* - Axe holding_giant as it is not used now anyways and was ok'd byjhb2001-09-101-35/+4
* Sigh. Dig up text from a signature in a 1994 Usenet post I made and redopeter2001-09-051-5/+12
* The !RESTARTABLE_PANICS code has some loose ends.peter2001-09-021-0/+8
* Giant Pushdown. Saved the worst P4 tree breakage for last.dillon2001-09-011-9/+28
* Add a new kernel option RESTARTABLE_PANICS. If this option is present,jhb2001-08-231-0/+2
* Clear db_active in boot() so that one can call the boot function (as welljhb2001-08-211-0/+8
* Allow one to restart from a panic in DDB by clearing the panicstrjhb2001-08-211-6/+18
* Don't dump on the label sector or below. This avoids clobbering thebde2001-08-151-2/+3
* - Sort includes.jhb2001-06-251-9/+9
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-1/+1
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Blow away the panic mutex in favor of using a single atomic_cmpset() on ajhb2001-04-171-1/+9
* Last commit was broken.. It always prints '[CTRL-C to abort]'.ps2001-03-281-0/+21
* Lock initproc when we send SIGINT to init during shutdown.jhb2001-03-071-0/+2
* RIP <machine/lock.h>.markm2001-02-111-1/+0
* Change and clean the mutex lock interface.bmilekic2001-02-091-3/+3
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-1/+1
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-101-2/+2
* Stick the kthread API in a kthread_* namespace, and the specialized kprocjhb2000-12-151-2/+2
* Only print out APIC info on an SMP system during a panic if APIC_IO isjhb2000-11-291-0/+2
* Don't release and acquire Giant in mi_switch(). Instead, release andjhb2000-11-161-0/+2
* Catch up to moving headers:jhb2000-10-201-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* savectx() is now used exclusively by the crash dump system. Move thepeter2000-10-131-3/+0
* Do not allocate a callout for all crashdumps, not just when you panic.ps2000-10-131-1/+2
* Added used include of <sys/mutex.h> (don't depend on pollution inbde2000-09-171-0/+1
* Fix some printf format string warnings due to sizeof(int) != sizeof(long) onjhb2000-09-111-4/+4
* Allow interrupt threads to run during shutdown. This should fix thejasone2000-09-101-2/+15
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-2/+7
* kern_shutdown.c was more ANSI-C than K&R - remove the remnants of K&Rpeter2000-09-031-21/+12
* gcc knows that savectx() is potentially a setjmp style dual-returnpeter2000-09-031-6/+5
* Make it possible to pass boot()'s flags to shutdown_nice() so that themsmith2000-08-311-1/+8
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.dillon2000-03-281-2/+0
* Seconds to ticks conversion was done at the wrong place.luoqi2000-01-121-2/+2
* Introduce a mechanism to suspend/resume system processes. Suspend syncerluoqi2000-01-071-0/+32
* Change the default poweroff delay from 0 to 5 seconds. This seems to bemsmith1999-12-071-1/+5
* I always forget to check before I reboot a system, and while itphk1999-12-061-0/+30
* Convert dumpon to work on character devices instead of block devices.phk1999-11-281-2/+2
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-1/+1
* A little bit of nitpicking in the 'syncing disks...' end of a shutdown.phk1999-11-081-20/+13
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-1/+0
* Remove unneeded "maj" variable.phk1999-08-291-6/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
OpenPOWER on IntegriCloud