kernel - Add description to static token initializers
[dragonfly.git] / sys / kern / kern_event.c
2010-08-28 Matthew Dillonkernel - Add description to static token initializers
2010-08-22 Matthew Dillonkernel - Assert on remaining known races
2010-08-22 Matthew Dillonkernel - close more kqueue MP races
2010-08-22 Matthew Dillonkernel - close numerous kqueue MP and blocking races
2010-08-21 Matthew Dillonkernel - Fix system lockup w/ kqueue based select/poll...
2010-08-03 Samuel J. Greearkernel - Make filters able to be marked MPSAFE
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-07-26 Samuel J. Greearkernel - Fix poll return values in the presence of...
2010-07-23 Samuel J. Greearkernel - Count only non-spurious events in main kevent...
2010-07-14 Samuel J. Greearkernel - Tear out selwakeup()
2010-07-13 Samuel J. Greearkern - Make socket_wait() actually work
2010-07-11 Samuel J. Greearkernel - Tear out descriptor polling
2010-07-09 Matthew Dillonkernel - kqfilter - Fix edge-case lockup in kern_kevent()
2010-07-09 Matthew Dillonkernel - Fix kqfilter error return codes
2010-07-09 Matthew Dillonkernel - implement serialno for kqueue poll handling...
2010-06-30 Samuel J. Greearkernel - Introduce a local marker to kqueue_scan()
2010-06-30 Samuel J. Greearkernel - refactor main kqueue event loop
2010-06-30 Matthew Dillonkernel - kqueue - Bug fixing pass
2010-06-30 Samuel J. Greearkernel - KQueue: Create EVFILT_EXCEPT for exceptional...
2010-06-30 Matthew Dillonkernel - kqueue select support
2010-06-30 Samuel J. GreearImplement select(2) in terms of kevent
2010-06-13 Matthew Dillonkernel - MPSAFE work - fix bugs in recent MPSAFE work.
2010-03-13 Alex Hornunglinux emu - peripheral changes
2010-01-03 Matthew Dillonkernel - kqueue - fix bug in marker handling
2010-01-03 Matthew Dillonkernel - kqueue - refactor kqueue_scan(), rename tick...
2010-01-03 Matthew Dillonkernel - kqueue - major refactoring
2010-01-02 Matthew Dillonkernel - kqueue - move kq_kev out of struct kqueue
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-15 Matthew Dillonkernel - adjust falloc and arguments to dupfdopen,...
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: