AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / kern / sys_generic.c
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: