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
*
Collect N identical (or near identical) mkdumpheader() implementations into
peter
2008-10-01
1
-0
/
+22
*
If the panic thread is preempted after setting panicstr but before
kib
2008-09-27
1
-0
/
+2
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
1
-1
/
+1
*
Make it possible to continue working after calling doadump()
ru
2008-03-04
1
-0
/
+1
*
Add a wrapper function that bound checks writes to the dump device.
ru
2008-01-28
1
-0
/
+14
*
- Introduce the function lockmgr_recursed() which returns true if the
attilio
2008-01-19
1
-1
/
+1
*
Add textdump(4) facility, which provides an alternative form of kernel
rwatson
2007-12-26
1
-1
/
+9
*
Add a new 'why' argument to kdb_enter(), and a set of constants to use
rwatson
2007-12-25
1
-1
/
+1
*
Introduce a way to make pure kernal threads.
julian
2007-10-26
1
-0
/
+22
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-1
/
+1
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-1
/
+1
*
Commit 14/14 of sched_lock decomposition.
jeff
2007-06-05
1
-6
/
+6
*
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
[next]