projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
priv: Narrow down privileges
[dragonfly.git]
/
sys
/
kern
/
kern_shutdown.c
2009-06-18
Michael Neumann
priv: Narrow down privileges
blob
|
commitdiff
2009-02-05
Aggelos Economopoulos
kill db_print_backtrace()
blob
|
commitdiff
|
diff to current
2008-12-15
Michael Neumann
suser_* to priv_* conversion
blob
|
commitdiff
|
diff to current
2008-01-05
Simon Schubert
Export bootverbose as sysctl debug.bootverbose.
blob
|
commitdiff
|
diff to current
2007-11-06
Matthew Dillon
Convert the global 'bioops' into per-mount bio_ops...
blob
|
commitdiff
|
diff to current
2007-09-21
Sascha Wildner
style(9) nit.
blob
|
commitdiff
|
diff to current
2007-07-02
Matthew Dillon
Clean up a kprintf() that was missing a newline.
blob
|
commitdiff
|
diff to current
2007-06-18
Joe Talbott
Make vkernel compile with 'options SMP'. Most function...
blob
|
commitdiff
|
diff to current
2007-06-17
Matthew Dillon
Implement (non-bootable) GPT support. If a PMBR partit...
blob
|
commitdiff
|
diff to current
2007-06-04
Matthew Dillon
Do any crash dump operation before the shutdown_post_sy...
blob
|
commitdiff
|
diff to current
2007-05-27
Matthew Dillon
From within a virtual kernel, make /sbin/shutdown and...
blob
|
commitdiff
|
diff to current
2007-05-23
Matthew Dillon
The dump device must be opened before ioctls can be...
blob
|
commitdiff
|
diff to current
2007-05-19
Matthew Dillon
Continue untangling the disklabel. Clean up dumpdev...
blob
|
commitdiff
|
diff to current
2007-05-15
Matthew Dillon
* The diskslice abstraction now stores offsets/sizes...
blob
|
commitdiff
|
diff to current
2007-05-08
Matthew Dillon
Replace NOCDEV with NULL. NOCDEV was ((void *)-1)...
blob
|
commitdiff
|
diff to current
2007-04-30
Matthew Dillon
Revamp SYSINIT ordering. Relabel sysinit IDs (SI_...
blob
|
commitdiff
|
diff to current
2007-01-25
Matthew Dillon
Stop init before ripping its filesystem references...
blob
|
commitdiff
|
diff to current
2007-01-24
Simon Schubert
Declare dumpmag as used, even though it is an unused...
blob
|
commitdiff
|
diff to current
2007-01-05
Matthew Dillon
Move dumplo from MD to kern/kern_shutdown.c
blob
|
commitdiff
|
diff to current
2006-12-28
Matthew Dillon
Introduce globals: KvaStart, KvaEnd, and KvaSize. ...
blob
|
commitdiff
|
diff to current
2006-12-23
Sascha Wildner
Ansify function declarations and fix some minor style...
blob
|
commitdiff
|
diff to current
2006-12-23
Sascha Wildner
Rename printf -> kprintf in sys/ and add some defines...
blob
|
commitdiff
|
diff to current
2006-12-18
Matthew Dillon
Rename kvprintf -> kvcprintf (call-back version)
blob
|
commitdiff
|
diff to current
2006-12-04
Matthew Dillon
Make int bootverbose and int cold declarations machine...
blob
|
commitdiff
|
diff to current
2006-11-07
Matthew Dillon
Misc cleanups and CVS surgery. Move a number of header...
blob
|
commitdiff
|
diff to current
2006-10-27
Matthew Dillon
Major namecache work primarily to support NULLFS.
blob
|
commitdiff
|
diff to current
2006-10-20
Matthew Dillon
Add a ton of infrastructure for VKERNEL support. ...
blob
|
commitdiff
|
diff to current
2006-09-24
Matthew Dillon
Try to clean up any remaining filesystem references...
blob
|
commitdiff
|
diff to current
2006-09-21
Matthew Dillon
Recent dev_t work confused sysctl. Adjust the reported...
blob
|
commitdiff
|
diff to current
2006-09-10
Matthew Dillon
Change the kernel dev_t, representing a pointer to...
blob
|
commitdiff
|
diff to current
2006-09-09
Matthew Dillon
Rename the kernel NODEV to NOCDEV to avoid conflicts...
blob
|
commitdiff
|
diff to current
2006-09-05
Matthew Dillon
Rename malloc->kmalloc, free->kfree, and realloc->kreal...
blob
|
commitdiff
|
diff to current
2006-09-03
Matthew Dillon
Rename functions to avoid conflicts with libc.
blob
|
commitdiff
|
diff to current
2006-09-03
Matthew Dillon
Rename functions to avoid conflicts with libc.
blob
|
commitdiff
|
diff to current
2006-08-12
Sascha Wildner
Silence LINT warning.
blob
|
commitdiff
|
diff to current
2006-06-05
Matthew Dillon
Modify kern/makesyscall.sh to prefix all kernel system...
blob
|
commitdiff
|
diff to current
2006-04-28
Matthew Dillon
Remove non-existant variable from debugging message.
blob
|
commitdiff
|
diff to current
2006-04-27
Matthew Dillon
Move most references to the buffer cache array (buf...
blob
|
commitdiff
|
diff to current
2006-03-24
Matthew Dillon
Major BUF/BIO work commit. Make I/O BIO-centric and...
blob
|
commitdiff
|
diff to current
2006-03-07
Simon Schubert
Switch to building a libgdb and both gdb and kgdb.
blob
|
commitdiff
|
diff to current
2006-02-21
Matthew Dillon
Reformulate some code which was #if 0'd out in the...
blob
|
commitdiff
|
diff to current
2006-02-17
Matthew Dillon
Make the entire BUF/BIO system BIO-centric instead...
blob
|
commitdiff
|
diff to current
2005-11-04
Matthew Dillon
Switch to the BSP when doing a normal shutdown. ACPI...
blob
|
commitdiff
|
diff to current
2005-07-19
Matthew Dillon
Interlock panics that occur on multiple cpus before...
blob
|
commitdiff
|
diff to current
2005-07-18
Matthew Dillon
DELAY() is a spin loop, we can't use it any more becaus...
blob
|
commitdiff
|
diff to current
2005-06-16
Matthew Dillon
spl->critical section conversion.
blob
|
commitdiff
|
diff to current
2005-04-19
Matthew Dillon
Abstract out the routines which manipulate the mountlist.
blob
|
commitdiff
|
diff to current
2004-08-09
David Rhodus
Document that there seems to be a problem with the...
blob
|
commitdiff
|
diff to current
2004-06-24
David Rhodus
Drop to the debugger if unable to sync out the buffers...
blob
|
commitdiff
|
diff to current
2004-02-17
Matthew Dillon
Introduce an MI cpu synchronization API, redo the SMP...
blob
|
commitdiff
|
diff to current
2004-01-08
Jeroen Ruigrok/asmodai
Spell 'separate' and its siblings the way it is suppose...
blob
|
commitdiff
|
diff to current
2003-11-16
Matthew Dillon
panic() normally tries to sync. Add a sysctl to contro...
blob
|
commitdiff
|
diff to current
2003-11-09
Matthew Dillon
Core integer types header file reorganization stage...
blob
|
commitdiff
|
diff to current
2003-09-05
Jeffrey Hsu
Introduce the DDB_TRACE kernel config option to automat...
blob
|
commitdiff
|
diff to current
2003-08-26
Robert Garrett
__P() removal
blob
|
commitdiff
|
diff to current
2003-07-26
Robert Garrett
Register keyword removal
blob
|
commitdiff
|
diff to current
2003-07-22
Matthew Dillon
DEV messaging stage 2/4: In this stage all DEV commands...
blob
|
commitdiff
|
diff to current
2003-07-04
Matthew Dillon
Generic MP rollup work.
blob
|
commitdiff
|
diff to current
2003-06-27
Matthew Dillon
proc->thread stage 6: kernel threads now create process...
blob
|
commitdiff
|
diff to current
2003-06-25
Matthew Dillon
proc->thread stage 4: rework the VFS and DEVICE subsyst...
blob
|
commitdiff
|
diff to current
2003-06-23
Matthew Dillon
proc->thread stage 2: MAJOR revamping of system calls...
blob
|
commitdiff
|
diff to current
2003-06-22
Matthew Dillon
proc->thread stage 1: change kproc_*() API to take...
blob
|
commitdiff
|
diff to current
2003-06-19
Matthew Dillon
thread stage 5: Separate the inline functions out of...
blob
|
commitdiff
|
diff to current
2003-06-17
Matthew Dillon
Add the DragonFly cvs id and perform general cleanups...
blob
|
commitdiff
|
diff to current
2003-06-17
Matthew Dillon
Initial import from FreeBSD RELENG_4:
blob
|
commitdiff
|
diff to current