index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_shutdown.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 'MPSAFE' annotations from the comments above most system calls: all
rwatson
2007-03-04
1
-5
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-1
/
+2
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
On shutdown try to turn off all swap devices. This way GEOM providers are
pjd
2006-04-10
1
-0
/
+7
*
- Add the global 'rebooting' variable that is used to detect when
jeff
2006-02-06
1
-0
/
+3
*
Don't pretend to be thread0 when calling sync().
ups
2005-09-22
1
-2
/
+2
*
Add a new struct buf flag bit, B_PERSISTENT, and use it to tag
truckman
2005-09-08
1
-11
/
+13
*
- Remove unused include.
jeff
2005-04-12
1
-1
/
+0
*
Replace a printf with a KASSERT that we are indeed running on the BSP.
njl
2004-11-30
1
-4
/
+1
*
Bind to cpu0 for boot() processing on all platforms again.
marcel
2004-11-08
1
-1
/
+1
*
Add comments to clarify why we need to run shutdown code on the BSP, update
njl
2004-11-07
1
-4
/
+9
*
Restrict the sched_bind to cpu 0 to i386 and amd64 for now. I forgot that
peter
2004-11-05
1
-1
/
+1
*
Bind to cpu0 for boot() processing. (Note this is reboot, not startup)
peter
2004-11-05
1
-0
/
+8
*
Remove buf->b_dev field.
phk
2004-11-04
1
-2
/
+5
*
Change the perfectly precise message
phk
2004-10-04
1
-1
/
+1
*
Turn PREEMPTION into a kernel option. Make sure that it's defined if
scottl
2004-09-02
1
-0
/
+1
*
Remove the HW_WDOG option; it serves no purpose.
des
2004-08-29
1
-12
/
+0
*
Remove some dead code under a straggling APIC_IO #ifdef that I missed
jhb
2004-08-20
1
-7
/
+1
*
Yet another tweak to the shutdown messages in boot():
truckman
2004-08-15
1
-15
/
+12
*
Skip the syncing disks loop if there are no dirty buffers. Remove a
njl
2004-08-10
1
-5
/
+13
*
Minor message cleanup.
njl
2004-07-30
1
-4
/
+3
*
Don't sync the file system on panic by default. This seems to basically
rwatson
2004-07-21
1
-1
/
+1
*
You always spot the typos after you have committed.. Start sentence
julian
2004-07-19
1
-1
/
+1
*
Allow the user who calls doadump() from the kernel debugger
julian
2004-07-19
1
-2
/
+11
*
Cleanup shutdown output.
alfred
2004-07-15
1
-5
/
+3
*
Tidy up system shutdown.
alfred
2004-07-15
1
-5
/
+13
*
Clean up the output on reboot by keeping completion messages on the same
njl
2004-07-15
1
-2
/
+2
*
Update for the KDB framework:
marcel
2004-07-10
1
-33
/
+15
*
Implement preemption of kernel threads natively in the scheduler rather
jhb
2004-07-02
1
-13
/
+24
*
- Change mi_switch() and sched_switch() to accept an optional thread to
jhb
2004-07-02
1
-1
/
+1
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-1
/
+1
*
Remove filename+line number from panic messages.
phk
2004-06-06
1
-3
/
+3
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-05
1
-4
/
+0
*
- Add a flags parameter to mi_switch. The value of flags may be SW_VOL or
jeff
2004-01-25
1
-2
/
+4
*
Add linenumber and source filename to panic(9) output.
phk
2004-01-19
1
-3
/
+3
*
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
marcel
2003-08-16
1
-1
/
+1
*
Don't overwrite the static panicstr buffer for secondary and further
iedowse
2003-06-15
1
-3
/
+8
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Lock the sched_lock while setting TDF_INPANIC.
jhb
2003-04-17
1
-0
/
+2
*
Don't include <sys/disklabel.h>
phk
2003-04-16
1
-1
/
+0
*
style.
alfred
2003-02-14
1
-8
/
+20
*
Print "Stack backtrace:" right before dumping the backtrace. We cannot
peter
2003-02-13
1
-1
/
+2
*
- Update a printf format for b_flags.
jeff
2003-02-09
1
-1
/
+1
*
Introduce the
phk
2003-01-04
1
-0
/
+14
*
During shutdown explain what the numbers following the 'syncing
alfred
2002-11-18
1
-1
/
+1
*
Hook up mac_check_system_reboot(), a MAC Framework entry point that
rwatson
2002-10-27
1
-3
/
+12
*
Add kernel dump support, based on the ia64 version (which was committed
tmm
2002-10-20
1
-1
/
+1
*
Add ability to dump stacktraces on kernel panics when DDB is compiled into
jhb
2002-09-19
1
-2
/
+17
*
Revert previous revision which was accidentally committed and has not been
jhb
2002-08-01
1
-11
/
+9
*
If we fail to write to a vnode during a ktrace write, then we drop all
jhb
2002-08-01
1
-9
/
+11
[next]