kernel - use new td_ucred in numerous places
[dragonfly.git] / sys / kern / kern_event.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-09-22 Matthew DillonKernel - Fix NOTE_EXIT.
2009-08-26 Matthew DillonKernel - pass sysmsg through to ioctl.
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-15 Matthew DillonAdd O_ASYNC (SIGIO) support to kqueue(). Also add...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-02 Matthew DillonGet rid of some unused fields in the fileops and adjust...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-26 Matthew DillonAdd #include <sys/lock.h> where needed to support get_m...
2006-05-26 Matthew DillonMore MP work.
2006-05-22 Matthew DillonDo a major cleanup of the file descriptor handling...
2006-05-19 Matthew DillonConvert most manual accesses to filedesc->fd_files...
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-03-25 Matthew DillonUndo the last commit. At the moment we require access...
2006-03-23 David RhodusMerge from FreeBSD.
2005-10-19 Sepherosa ZiehauChange kqueue_scan() interface to take "thread" instead...
2005-09-02 Jeffrey HsuNow that the C language has a "void *", use it instead...
2005-07-13 Matthew DillonMake shutdown() a fileops operation rather then a socke...
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) kern_event.c rev. 1.2.2.10
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-29 Matthew Dillonfileops messaging stage 1: add port and feature mask...
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: