kernel - make POLLHUP conform better to OpenGroup
[dragonfly.git] / sys / kern / sys_generic.c
2010-08-13 Matthew Dillonkernel - make POLLHUP conform better to OpenGroup
2010-08-13 Matthew Dillonkernel - More kqueue work
2010-08-10 Matthew Dillonkqueue - Fix junk kfree() in doselect()
2010-08-06 Samuel J. Greearkernel - Silently swallow EOPNOTSUPP filter errors...
2010-08-06 Samuel J. Greearkernel - make poll return only explicitly asked for...
2010-08-03 Samuel J. Greearkernel - Silently swallow EOPNOTSUPP filter errors...
2010-08-02 Sascha WildnerFix x86_64 build by casting some {u,}intmax_t's for...
2010-08-02 Samuel J. Greearkernel - Filter out unknown errors for select(2) and...
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-19 Samuel J. GreearMerge branch 'kq_devices' into selwakeup
2010-07-14 Samuel J. Greearkernel - Tear out selwakeup()
2010-07-14 Matthew Dillonkqueue - Minor adjustments to fix x86_64 build errors
2010-07-13 Samuel J. Greearkernel - Remove selrecord()
2010-07-13 Samuel J. Greearkern - Make socket_wait() actually work
2010-07-12 Samuel J. Greearkernel - Tear out socket polling
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 - Make returned pollfd's more conformant with...
2010-06-30 Matthew Dillonkernel - kqueue - Bug fixing pass
2010-06-30 Samuel J. Greearkernel - Implement poll(2) in terms of kevent
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-03-30 Sylvestre GallonAllow the kernel to be compile without KTRACE option.
2010-01-06 Matthew Dillonkernel - poll - Fix MP races
2010-01-03 Matthew Dillonkernel - poll/select - temporary fix for stalls
2010-01-03 Matthew Dillonkernel - poll/select - temporary fix for stalls
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent 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-08-26 Matthew DillonKernel - pass sysmsg through to ioctl.
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2008-05-05 Matthew DillonOnly call bwillwrite() for regular file write()s, inste...
2008-04-14 Matthew DillonFix ktrace for threaded processes. Move the KTRFAC_ACT...
2008-01-10 Nicolas TheryAdd pselect syscall.
2007-08-15 Matthew DillonConvert the lwp list into a red-black tree. This great...
2007-08-02 Simon SchubertFix select and poll use in LWPs.
2007-02-22 Simon Schubert1:1 Userland threading stage 4.2/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.14/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.13/4:
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-08 Matthew DillonRename the following special extended I/O system calls...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-27 Matthew DillonMark various forms of read() and write() MPSAFE. Note...
2006-05-19 Matthew DillonConvert most manual accesses to filedesc->fd_files...
2006-05-19 Matthew DillonConsolidate the file descriptor destruction code used...
2006-05-17 Matthew DillonPass the process (p) instead of the vnode (p->p_tracep...
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-04-26 Matthew DillonFix the range checking for all read and write system...
2006-04-26 Matthew DillonAdd the preadv() and pwritev() systems and regenerate.
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-03-29 David RhodusRemove some uses of the SCARG macro.
2005-03-01 Simon SchubertFix a bug in the ioctl mapping (written by me), which...
2004-09-13 David RhodusChange the array of char to an array of struct pollfd...
2004-08-13 Joerg SonnenbergerIOCTL mapping layer Part I/II
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2003-10-21 Matthew DillonFix bug in last commit, flags were not being passed...
2003-10-17 David P. Reese, Jr.Create kern_readv() and kern_writev() and use them...
2003-10-11 David Rhodus* Move variable 'p' into a more proper place.
2003-10-02 David Rhodus Correct a case in readv(2) where the file descriptor...
2003-08-26 Robert Garrett__P() removal
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-26 Robert GarrettRegister keyword removal
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-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
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: