| 2011-11-15 |
Matthew Dillon | kernel - Major signal path adjustments to fix races... |
blob | commitdiff |
| 2011-11-12 |
Matthew Dillon | kernel - Implement degenerate timeout case for select... |
blob | commitdiff | diff to current |
| 2011-09-25 |
Sepherosa Ziehau | poll(2): Set POLLERR properly |
blob | commitdiff | diff to current |
| 2011-09-23 |
Sepherosa Ziehau | kevent: Restore old EV_EOF semantics |
blob | commitdiff | diff to current |
| 2011-09-23 |
Sepherosa Ziehau | select(2)/kevent: Bail out immediately if EV_ERROR... |
blob | commitdiff | diff to current |
| 2011-03-16 |
Venkatesh Srinivas | kernel -- Remove MPlock in sys_pselect(). |
blob | commitdiff | diff to current |
| 2011-01-20 |
Matthew Dillon | kernel - Remove mplock shims from global tokens |
blob | commitdiff | diff to current |
| 2010-09-10 |
Matthew Dillon | network - MP socket free & abort interactions, so_state |
blob | commitdiff | diff to current |
| 2010-08-28 |
Matthew Dillon | kernel - Add description to static token initializers |
blob | commitdiff | diff to current |
| 2010-08-25 |
Matthew Dillon | kernel - Make sys_ioctl() MPSAFE |
blob | commitdiff | diff to current |
| 2010-08-22 |
Matthew Dillon | kernel - Fix read event on file for select/poll API |
blob | commitdiff | diff to current |
| 2010-08-13 |
Matthew Dillon | kernel - make POLLHUP conform better to OpenGroup |
blob | commitdiff | diff to current |
| 2010-08-13 |
Matthew Dillon | kernel - More kqueue work |
blob | commitdiff | diff to current |
| 2010-08-10 |
Matthew Dillon | kqueue - Fix junk kfree() in doselect() |
blob | commitdiff | diff to current |
| 2010-08-06 |
Samuel J. Greear | kernel - Silently swallow EOPNOTSUPP filter errors... |
blob | commitdiff | diff to current |
| 2010-08-06 |
Samuel J. Greear | kernel - make poll return only explicitly asked for... |
blob | commitdiff | diff to current |
| 2010-08-03 |
Samuel J. Greear | kernel - Silently swallow EOPNOTSUPP filter errors... |
blob | commitdiff | diff to current |
| 2010-08-02 |
Sascha Wildner | Fix x86_64 build by casting some {u,}intmax_t's for... |
blob | commitdiff | diff to current |
| 2010-08-02 |
Samuel J. Greear | kernel - Filter out unknown errors for select(2) and... |
blob | commitdiff | diff to current |
| 2010-07-26 |
Samuel J. Greear | kernel - Fix poll return values in the presence of... |
blob | commitdiff | diff to current |
| 2010-07-23 |
Samuel J. Greear | kernel - Count only non-spurious events in main kevent... |
blob | commitdiff | diff to current |
| 2010-07-19 |
Samuel J. Greear | Merge branch 'kq_devices' into selwakeup |
blob | commitdiff | diff to current |
| 2010-07-14 |
Samuel J. Greear | kernel - Tear out selwakeup() |
blob | commitdiff | diff to current |
| 2010-07-14 |
Matthew Dillon | kqueue - Minor adjustments to fix x86_64 build errors |
blob | commitdiff | diff to current |
| 2010-07-13 |
Samuel J. Greear | kernel - Remove selrecord() |
blob | commitdiff | diff to current |
| 2010-07-13 |
Samuel J. Greear | kern - Make socket_wait() actually work |
blob | commitdiff | diff to current |
| 2010-07-12 |
Samuel J. Greear | kernel - Tear out socket polling |
blob | commitdiff | diff to current |
| 2010-07-09 |
Matthew Dillon | kernel - Fix kqfilter error return codes |
blob | commitdiff | diff to current |
| 2010-07-09 |
Matthew Dillon | kernel - implement serialno for kqueue poll handling... |
blob | commitdiff | diff to current |
| 2010-06-30 |
Samuel J. Greear | kernel - Make returned pollfd's more conformant with... |
blob | commitdiff | diff to current |
| 2010-06-30 |
Matthew Dillon | kernel - kqueue - Bug fixing pass |
blob | commitdiff | diff to current |
| 2010-06-30 |
Samuel J. Greear | kernel - Implement poll(2) in terms of kevent |
blob | commitdiff | diff to current |
| 2010-06-30 |
Samuel J. Greear | kernel - KQueue: Create EVFILT_EXCEPT for exceptional... |
blob | commitdiff | diff to current |
| 2010-06-30 |
Matthew Dillon | kernel - kqueue select support |
blob | commitdiff | diff to current |
| 2010-06-30 |
Samuel J. Greear | Implement select(2) in terms of kevent |
blob | commitdiff | diff to current |
| 2010-03-30 |
Sylvestre Gallon | Allow the kernel to be compile without KTRACE option. |
blob | commitdiff | diff to current |
| 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 |
|