| 2010-03-30 |
Sylvestre Gallon | Allow the kernel to be compile without KTRACE option. |
blob | commitdiff |
| 2010-01-06 |
Matthew Dillon | kernel - poll - Fix MP races |
blob | commitdiff | diff to current |
| 2010-01-03 |
Matthew Dillon | kernel - poll/select - temporary fix for stalls |
blob | commitdiff | diff to current |
| 2010-01-03 |
Matthew Dillon | kernel - poll/select - temporary fix for stalls |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - Move mplock to machine-independent C |
blob | commitdiff | diff to current |
| 2009-12-15 |
Matthew Dillon | kernel - use new td_ucred in numerous places |
blob | commitdiff | diff to current |
| 2009-12-13 |
Matthew Dillon | kernel - Move MP lock inward, plus misc other stuff |
blob | commitdiff | diff to current |
| 2009-08-26 |
Matthew Dillon | Kernel - pass sysmsg through to ioctl. |
blob | commitdiff | diff to current |
| 2009-08-19 |
Matthew Dillon | AMD64 - Refactor uio_resid and size_t assumptions. |
blob | commitdiff | diff to current |
| 2008-05-05 |
Matthew Dillon | Only call bwillwrite() for regular file write()s, inste... |
blob | commitdiff | diff to current |
| 2008-04-14 |
Matthew Dillon | Fix ktrace for threaded processes. Move the KTRFAC_ACT... |
blob | commitdiff | diff to current |
| 2008-01-10 |
Nicolas Thery | Add pselect syscall. |
blob | commitdiff | diff to current |
| 2007-08-15 |
Matthew Dillon | Convert the lwp list into a red-black tree. This great... |
blob | commitdiff | diff to current |
| 2007-08-02 |
Simon Schubert | Fix select and poll use in LWPs. |
blob | commitdiff | diff to current |
| 2007-02-22 |
Simon Schubert | 1:1 Userland threading stage 4.2/4: |
blob | commitdiff | diff to current |
| 2007-02-18 |
Simon Schubert | 1:1 Userland threading stage 2.14/4: |
blob | commitdiff | diff to current |
| 2007-02-18 |
Simon Schubert | 1:1 Userland threading stage 2.13/4: |
blob | commitdiff | diff to current |
| 2007-02-16 |
Simon Schubert | 1:1 Userland threading stage 2.12/4: |
blob | commitdiff | diff to current |
| 2007-02-03 |
Simon Schubert | 1:1 Userland threading stage 2.11/4: |
blob | commitdiff | diff to current |
| 2007-01-08 |
Matthew Dillon | Rename the following special extended I/O system calls... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-09-10 |
Matthew Dillon | Change the kernel dev_t, representing a pointer to... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
blob | commitdiff | diff to current |
| 2006-07-28 |
Matthew Dillon | MASSIVE reorganization of the device operations vector... |
blob | commitdiff | diff to current |
| 2006-06-13 |
Matthew Dillon | Add kernel syscall support for explicit blocking and... |
blob | commitdiff | diff to current |
| 2006-06-05 |
Matthew Dillon | Modify kern/makesyscall.sh to prefix all kernel system... |
blob | commitdiff | diff to current |
| 2006-05-27 |
Matthew Dillon | Mark various forms of read() and write() MPSAFE. Note... |
blob | commitdiff | diff to current |
| 2006-05-19 |
Matthew Dillon | Convert most manual accesses to filedesc->fd_files... |
blob | commitdiff | diff to current |
| 2006-05-19 |
Matthew Dillon | Consolidate the file descriptor destruction code used... |
blob | commitdiff | diff to current |
| 2006-05-17 |
Matthew Dillon | Pass the process (p) instead of the vnode (p->p_tracep... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The fdrop() procedure no longer needs a thread argument... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The thread/proc pointer argument in the VFS subsystem... |
blob | commitdiff | diff to current |
| 2006-04-26 |
Matthew Dillon | Fix the range checking for all read and write system... |
blob | commitdiff | diff to current |
| 2006-04-26 |
Matthew Dillon | Add the preadv() and pwritev() systems and regenerate. |
blob | commitdiff | diff to current |
| 2005-11-14 |
Matthew Dillon | Make tsleep/wakeup() MP SAFE for kernel threads and... |
blob | commitdiff | diff to current |
| 2005-06-22 |
Matthew Dillon | File descriptor cleanup stage 2, remove the separate... |
blob | commitdiff | diff to current |
| 2005-06-06 |
Matthew Dillon | Remove spl*() calls from kern, replacing them with... |
blob | commitdiff | diff to current |
| 2005-03-29 |
David Rhodus | Remove some uses of the SCARG macro. |
blob | commitdiff | diff to current |
| 2005-03-01 |
Simon Schubert | Fix a bug in the ioctl mapping (written by me), which... |
blob | commitdiff | diff to current |
| 2004-09-13 |
David Rhodus | Change the array of char to an array of struct pollfd... |
blob | commitdiff | diff to current |
| 2004-08-13 |
Joerg Sonnenberger | IOCTL mapping layer Part I/II |
blob | commitdiff | diff to current |
| 2004-01-07 |
Matthew Dillon | tvtohz() was originally designed for tsleep() and timeo... |
blob | commitdiff | diff to current |
| 2003-10-21 |
Matthew Dillon | Fix bug in last commit, flags were not being passed... |
blob | commitdiff | diff to current |
| 2003-10-17 |
David P. Reese, Jr. | Create kern_readv() and kern_writev() and use them... |
blob | commitdiff | diff to current |
| 2003-10-11 |
David Rhodus | * Move variable 'p' into a more proper place. |
blob | commitdiff | diff to current |
| 2003-10-02 |
David Rhodus | Correct a case in readv(2) where the file descriptor... |
blob | commitdiff | diff to current |
| 2003-08-26 |
Robert Garrett | __P() removal |
blob | commitdiff | diff to current |
| 2003-07-30 |
Matthew Dillon | syscall messaging 3: Expand the 'header' that goes... |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
blob | commitdiff | diff to current |
| 2003-07-26 |
Matthew Dillon | syscall messaging 2: Change the standard return value... |
blob | commitdiff | diff to current |
| 2003-07-24 |
Matthew Dillon | Preliminary syscall messaging work. Adjust all <syscal... |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-06-27 |
Matthew Dillon | proc->thread stage 6: kernel threads now create process... |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|