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
*
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
*
Allow alphas to do crashdumps: Refuse to run anything in choosethread()
gallatin
2002-07-17
1
-0
/
+2
*
Add a missing newline during panic printf's for SMP systems that don't
jhb
2002-07-11
1
-0
/
+2
*
Part 1 of KSE-III
julian
2002-06-29
1
-1
/
+0
*
Fix alpha build. The alpha has dumpsys implemented.
marcel
2002-05-12
1
-1
/
+1
*
Put back dumppcb, but this time we put a comment to tell what it is for.
phk
2002-04-08
1
-4
/
+12
*
Added the new kernel dumping support for pc98.
nyan
2002-04-06
1
-1
/
+1
*
Don't compile the dummy dumpsys for ia64.
marcel
2002-04-02
1
-1
/
+1
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
Extend a hack to also hack around PC98's definition of __i386__
phk
2002-04-01
1
-1
/
+1
*
Here follows the new kernel dumping infrastructure.
phk
2002-03-31
1
-173
/
+30
*
Centralize the "bootdev" and "dumpdev" variables. They are still pretty
phk
2002-03-31
1
-0
/
+1
*
Add needed includes of machine/smp.h, remove nested include in sys/smp.h
jake
2002-03-07
1
-0
/
+1
*
Replace accidentally removed setrunqueue()
julian
2002-02-09
1
-0
/
+1
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-3
/
+2
*
Allow dump device be configured as early as possible using loader(8) tunable.
sobomax
2002-01-21
1
-0
/
+11
*
Explain that the admin can safely power down the system as well as
nik
2002-01-18
1
-1
/
+2
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
1
-1
/
+1
*
Fix a signed bug in the crashdump code for systems with > 2GB of ram.
ps
2001-11-13
1
-2
/
+2
*
Add a sysctl for preventing the sync() in panic() recovery. This can
peter
2001-10-19
1
-0
/
+6
*
decrement the dumping variable after use so we can call it several times
peter
2001-09-20
1
-4
/
+6
*
KSE Milestone 2
julian
2001-09-12
1
-7
/
+7
*
- Axe holding_giant as it is not used now anyways and was ok'd by
jhb
2001-09-10
1
-35
/
+4
*
Sigh. Dig up text from a signature in a 1994 Usenet post I made and redo
peter
2001-09-05
1
-5
/
+12
*
The !RESTARTABLE_PANICS code has some loose ends.
peter
2001-09-02
1
-0
/
+8
*
Giant Pushdown. Saved the worst P4 tree breakage for last.
dillon
2001-09-01
1
-9
/
+28
*
Add a new kernel option RESTARTABLE_PANICS. If this option is present,
jhb
2001-08-23
1
-0
/
+2
*
Clear db_active in boot() so that one can call the boot function (as well
jhb
2001-08-21
1
-0
/
+8
*
Allow one to restart from a panic in DDB by clearing the panicstr
jhb
2001-08-21
1
-6
/
+18
*
Don't dump on the label sector or below. This avoids clobbering the
bde
2001-08-15
1
-2
/
+3
*
- Sort includes.
jhb
2001-06-25
1
-9
/
+9
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-1
/
+1
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
Blow away the panic mutex in favor of using a single atomic_cmpset() on a
jhb
2001-04-17
1
-1
/
+9
*
Last commit was broken.. It always prints '[CTRL-C to abort]'.
ps
2001-03-28
1
-0
/
+21
*
Lock initproc when we send SIGINT to init during shutdown.
jhb
2001-03-07
1
-0
/
+2
*
RIP <machine/lock.h>.
markm
2001-02-11
1
-1
/
+0
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-3
/
+3
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
1
-1
/
+1
*
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
jake
2001-01-10
1
-2
/
+2
*
Stick the kthread API in a kthread_* namespace, and the specialized kproc
jhb
2000-12-15
1
-2
/
+2
*
Only print out APIC info on an SMP system during a panic if APIC_IO is
jhb
2000-11-29
1
-0
/
+2
*
Don't release and acquire Giant in mi_switch(). Instead, release and
jhb
2000-11-16
1
-0
/
+2
*
Catch up to moving headers:
jhb
2000-10-20
1
-1
/
+1
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
savectx() is now used exclusively by the crash dump system. Move the
peter
2000-10-13
1
-3
/
+0
[next]