summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_shutdown.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-231-3/+3
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-134/+55
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-7/+7
* When doing a dump, if ENODEV is returned explain what happened to the user,alfred1999-08-111-3/+13
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* Make a dev2budev() function, and use it. This refixes pstat (working, broken,green1999-07-201-5/+2
* dev2udev() returns a CDEV udev_t, but we use block io in savecore. Savecoregreen1999-07-201-2/+5
* Centralize dumpdev handling.phk1999-07-171-4/+57
* Fix a warning - the code is correct but gcc can't tell.peter1999-07-011-1/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-9/+10
* Try an fix a couple of dev_t/major/minor etc nits.peter1999-05-121-2/+3
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-4/+4
* Continue where Julian left off in July 1998:phk1999-05-071-4/+4
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-3/+4
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-3/+4
* Suser() simplification:phk1999-04-271-2/+2
* An error in the last commit; the changes were submitted by, not reviewed by,msmith1999-01-301-1/+1
* Add a new sysctl node kern.shutdown, off which shutdown-related thingsmsmith1999-01-301-4/+30
* Improved DDB_UNATTENDED behaviour. From the submitter:msmith1998-12-281-3/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+2
* Don't count non-local dirty buffers as outstanding when shutting down.msmith1998-11-131-1/+17
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-301-5/+33
* Fix precedence bug, so that kernel dump works.dt1998-09-201-2/+2
* Add a new at_shutdown queue, SHUTDOWN_FINAL. This queue is run atgibbs1998-09-151-84/+67
* Store formatted panic string in static buffer to make it available laterache1998-09-061-5/+6
* Don't check minor number of dump device at all.des1998-08-231-6/+1
* Include opt_devfs.h which defines SLICE, to make previous commitdes1998-08-191-1/+2
* Enable kernel dumps on SLICE systems.des1998-08-161-1/+3
* Fixed printf format errors.bde1998-07-111-3/+7
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+3
* Add forwarding of roundrobin to other cpus. This gives a more regulartegge1998-05-171-16/+1
* Backed out previous commit. It is invalid to call d_ioctl() onbde1998-05-121-8/+3
* Add dump support to the DEVFS/slice code.julian1998-05-061-3/+8
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-2/+12
* Add HW_WDOG to LINT, and turn it into a new-style option.eivind1998-02-161-1/+2
* Shift a few SYSINT() calls around.julian1997-11-251-1/+11
* Get buffer stuff by #including <sys/buf.h> instead of <sys/vnode.h>.bde1997-11-181-5/+5
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-4/+3
* Cosmetic adjustment for the trap/double fault/panic cpu id listing.peter1997-09-051-2/+5
OpenPOWER on IntegriCloud