kernel - use new td_ucred in numerous places
[dragonfly.git] / sys / kern / kern_checkpoint.c
2009-12-15 Matthew Dillonkernel - use new td_ucred in numerous places
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2009-03-09 Simon Schubertsignals: stop all threads of a process before taking...
2009-03-01 Matthew DillonAdjust checkpoint restore to use same note order as...
2008-09-17 Matthew Dillon* Implement the ability to export NULLFS mounts via...
2007-06-29 Matthew DillonFlag the checkpoint descriptor so on restore we can...
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-21 Simon Schubert1:1 Userland threading stage 2.19/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-12 Matthew DillonFix a number of places where the kernel assumed it...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-22 Matthew DillonDo a major cleanup of the file descriptor handling...
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2005-10-27 Sepherosa Ziehau- convert {set, fill}_??regs() and ptrace_single_step...
2005-08-09 Hiten PandyaMake a few PRINTF lines readable, break them up if...
2005-07-06 Matthew DillonAdd another argument to fp_read() to tell the kernel...
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-02-26 Matthew DillonAdd signal mask save/restore to the checkpoint code...
2004-11-23 Matthew DillonThere is enough demand for Kip Macy's checkpointing...