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
*
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
*
Do not allocate a callout for all crashdumps, not just when you panic.
ps
2000-10-13
1
-1
/
+2
*
Added used include of <sys/mutex.h> (don't depend on pollution in
bde
2000-09-17
1
-0
/
+1
*
Fix some printf format string warnings due to sizeof(int) != sizeof(long) on
jhb
2000-09-11
1
-4
/
+4
*
Allow interrupt threads to run during shutdown. This should fix the
jasone
2000-09-10
1
-2
/
+15
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-2
/
+7
*
kern_shutdown.c was more ANSI-C than K&R - remove the remnants of K&R
peter
2000-09-03
1
-21
/
+12
*
gcc knows that savectx() is potentially a setjmp style dual-return
peter
2000-09-03
1
-6
/
+5
*
Make it possible to pass boot()'s flags to shutdown_nice() so that the
msmith
2000-08-31
1
-1
/
+8
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-1
/
+1
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-1
/
+1
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
The SMP cleanup commit broke UP compiles. Make UP compiles work again.
dillon
2000-03-28
1
-2
/
+0
*
Seconds to ticks conversion was done at the wrong place.
luoqi
2000-01-12
1
-2
/
+2
*
Introduce a mechanism to suspend/resume system processes. Suspend syncer
luoqi
2000-01-07
1
-0
/
+32
*
Change the default poweroff delay from 0 to 5 seconds. This seems to be
msmith
1999-12-07
1
-1
/
+5
*
I always forget to check before I reboot a system, and while it
phk
1999-12-06
1
-0
/
+30
*
Convert dumpon to work on character devices instead of block devices.
phk
1999-11-28
1
-2
/
+2
*
struct mountlist and struct mount.mnt_list have no business being
phk
1999-11-20
1
-1
/
+1
*
A little bit of nitpicking in the 'syncing disks...' end of a shutdown.
phk
1999-11-08
1
-20
/
+13
[next]