| 2009-12-15 |
Matthew Dillon | kernel - use new td_ucred in numerous places |
blob | commitdiff |
| 2009-12-13 |
Matthew Dillon | kernel - Move MP lock inward, plus misc other stuff |
blob | commitdiff | diff to current |
| 2009-12-05 |
Matthew Dillon | network - Move socket from netmsg ext to netmsg header... |
blob | commitdiff | diff to current |
| 2009-08-26 |
Matthew Dillon | Kernel - pass sysmsg through to ioctl. |
blob | commitdiff | diff to current |
| 2009-08-20 |
Matthew Dillon | Fix numerous compiler warnings and format conversion... |
blob | commitdiff | diff to current |
| 2009-08-19 |
Matthew Dillon | AMD64 - Refactor uio_resid and size_t assumptions. |
blob | commitdiff | diff to current |
| 2008-11-26 |
Sepherosa Ziehau | - In sys_setsockopt(): |
blob | commitdiff | diff to current |
| 2008-11-10 |
Matthew Dillon | Add required range checks prior to kmalloc()ing socket... |
blob | commitdiff | diff to current |
| 2008-10-30 |
Sepherosa Ziehau | Use atomic_fetchadd_int() to avoid N->0 race when freei... |
blob | commitdiff | diff to current |
| 2008-07-26 |
Sepherosa Ziehau | Bring following change from FreeBSD (yar@freebsd.org): |
blob | commitdiff | diff to current |
| 2008-07-10 |
Aggelos Economopoulos | Fix sockopt syscalls for the Nth time. |
blob | commitdiff | diff to current |
| 2008-07-07 |
Aggelos Economopoulos | Do copy{in,out} early in the {g,s}etsockopt system... |
blob | commitdiff | diff to current |
| 2008-07-01 |
Matthew Dillon | Fix numerous pageout daemon -> buffer cache deadlocks... |
blob | commitdiff | diff to current |
| 2008-04-14 |
Matthew Dillon | Fix ktrace for threaded processes. Move the KTRFAC_ACT... |
blob | commitdiff | diff to current |
| 2007-12-19 |
Sepherosa Ziehau | Make divert(4) socket dispatch mbuf to correct the... |
blob | commitdiff | diff to current |
| 2007-11-07 |
Matthew Dillon | Separate ssb_lock() and ssb_unlock() into its own heade... |
blob | commitdiff | diff to current |
| 2007-05-24 |
Matthew Dillon | Add lwkt_sleep() to formalize a shortcut numerous bits... |
blob | commitdiff | diff to current |
| 2007-05-23 |
Matthew Dillon | * Greatly reduce the complexity of the LWKT messaging... |
blob | commitdiff | diff to current |
| 2007-04-22 |
Matthew Dillon | Give the sockbuf structure its own header file and... |
blob | commitdiff | diff to current |
| 2007-02-22 |
Simon Schubert | 1:1 Userland threading stage 4.2/4: |
blob | commitdiff | diff to current |
| 2007-01-28 |
YONETANI Tomokazu | kern_recvmsg() may not return a valid(non-NULL) pointer... |
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-09-16 |
Matthew Dillon | Fix a bug in sendmsg() and two compatibility versions... |
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-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
blob | commitdiff | diff to current |
| 2006-08-08 |
Matthew Dillon | LK_NOPAUSE no longer serves a purpose, scrap it. |
blob | commitdiff | diff to current |
| 2006-06-13 |
Matthew Dillon | Add two more system calls, __accept and __connect.... |
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-22 |
Matthew Dillon | Do a major cleanup of the file descriptor handling... |
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-05-05 |
Matthew Dillon | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
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-03-29 |
Matthew Dillon | Remove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA... |
blob | commitdiff | diff to current |
| 2006-03-27 |
Matthew Dillon | Change *_pager_allocate() to take off_t instead of... |
blob | commitdiff | diff to current |
| 2005-12-01 |
Matthew Dillon | The primary mbuf cluster management code needs to be... |
blob | commitdiff | diff to current |
| 2005-09-02 |
Jeffrey Hsu | Now that the C language has a "void *", use it instead... |
blob | commitdiff | diff to current |
| 2005-07-15 |
Eirik Nygaard | Tie SCTP into the kernel, this includes adding a new... |
blob | commitdiff | diff to current |
| 2005-07-13 |
Matthew Dillon | Make shutdown() a fileops operation rather then a socke... |
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-21 |
Jeffrey Hsu | Replace the linear search in file descriptor allocation... |
blob | commitdiff | diff to current |
| 2005-05-31 |
Joerg Sonnenberger | Remove M_EXT_OLD, rename m_ext.ext_nref.new to m_ext... |
blob | commitdiff | diff to current |
| 2005-05-29 |
Jeffrey Hsu | Simplify the interface to m_uiomove(). |
blob | commitdiff | diff to current |
| 2005-03-31 |
Matthew Dillon | Move the setting of sopt->sopt_dir down into the lower... |
blob | commitdiff | diff to current |
| 2005-03-02 |
Hiten Pandya | Rename the flags for sf_buf_alloc(9) to be in line... |
blob | commitdiff | diff to current |
| 2005-02-08 |
Jeffrey Hsu | Eliminate conditional check for initialized 'fp' on... |
blob | commitdiff | diff to current |
| 2005-02-05 |
Joerg Sonnenberger | Do initialise fp to NULL explicitly, the last comment... |
blob | commitdiff | diff to current |
| 2005-01-12 |
Jeffrey Hsu | Instead of explicitly initializing "fp" to NULL in... |
blob | commitdiff | diff to current |
| 2005-01-12 |
Joerg Sonnenberger | Explicitly initialize fp to NULL. If sendfile is called... |
blob | commitdiff | diff to current |
| 2004-11-20 |
Matthew Dillon | sendfile() was seriously broken. It was calling vm_pag... |
blob | commitdiff | diff to current |
| 2004-11-12 |
Matthew Dillon | VFS messaging/interfacing work stage 9/99: VFS 'NEW... |
blob | commitdiff | diff to current |
| 2004-10-22 |
Jeffrey Hsu | Correct use of the flags argument to the recvmsg system... |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | VFS messaging/interfacing work stage 8/99: Major rework... |
blob | commitdiff | diff to current |
| 2004-08-24 |
Matthew Dillon | Fix a SFBUF memory leak in sendfile(). We were not... |
blob | commitdiff | diff to current |
| 2004-07-30 |
Matthew Dillon | Change sendfile() to use the new m_ext callback scheme... |
blob | commitdiff | diff to current |
| 2004-07-29 |
Matthew Dillon | Stage 1/many: mbuf/cluster accounting rewrite and mbuf... |
blob | commitdiff | diff to current |
| 2004-06-06 |
Jeffrey Hsu | Close race condition in accept(2). |
blob | commitdiff | diff to current |
| 2004-06-02 |
Eirik Nygaard | Change mbug allocation flags from M_ to MB_ to avoid... |
blob | commitdiff | diff to current |
| 2004-05-20 |
Matthew Dillon | Get rid of VM_WAIT and VM_WAITPFAULT crud, replace... |
blob | commitdiff | diff to current |
| 2004-05-13 |
Matthew Dillon | Close an interrupt race between vm_page_lookup() and... |
blob | commitdiff | diff to current |
| 2004-05-09 |
Jeffrey Hsu | Move accounting of sendfile header bytes sent down... |
blob | commitdiff | diff to current |
| 2004-04-23 |
Jeffrey Hsu | Pass more information down to the protocol-specific... |
blob | commitdiff | diff to current |
| 2004-04-20 |
Matthew Dillon | Revamp the initial lwkt_abortmsg() support to normalize... |
blob | commitdiff | diff to current |
| 2004-04-10 |
Jeffrey Hsu | Always send the sendfile header out even if the file... |
blob | commitdiff | diff to current |
| 2004-04-01 |
Matthew Dillon | Enhance the pmap_kenter*() API and friends, separating... |
blob | commitdiff | diff to current |
| 2004-03-29 |
Matthew Dillon | Generally bring in additional sf_buf improvements from... |
blob | commitdiff | diff to current |
| 2004-03-27 |
Jeffrey Hsu | Change sendfile() to send the header out coaleseced... |
blob | commitdiff | diff to current |
| 2004-03-14 |
Joerg Sonnenberger | Fix warning about missing prototyp for psignal |
blob | commitdiff | diff to current |
| 2004-03-06 |
Jeffrey Hsu | Use 0 for integer value rather than NULL. |
blob | commitdiff | diff to current |
| 2004-03-04 |
Jeffrey Hsu | Introduce access methods for making protocol requests. |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2003-12-20 |
Matthew Dillon | Fix a syscall separation bug in recvfrom() which someti... |
blob | commitdiff | diff to current |
| 2003-12-10 |
Jeffrey Hsu | Pull the sf_buf routines and structures out into its... |
blob | commitdiff | diff to current |
| 2003-12-10 |
Jeffrey Hsu | This patch improves the performance of sendfile(2)... |
blob | commitdiff | diff to current |
| 2003-10-15 |
David P. Reese, Jr. | I wasn't properly checking for rollover in iovec_copyin... |
blob | commitdiff | diff to current |
| 2003-10-08 |
David P. Reese, Jr. | Fix a bug in the last commit where sendfile() would... |
blob | commitdiff | diff to current |
| 2003-10-08 |
David P. Reese, Jr. | Introduce the function iovec_copyin() and it's friend... |
blob | commitdiff | diff to current |
| 2003-10-03 |
David P. Reese, Jr. | Modify kern_{send,recv}msg() to take struct uio's,... |
blob | commitdiff | diff to current |
| 2003-09-29 |
David P. Reese, Jr. | Split getsockopt() and setsockopt(). |
blob | commitdiff | diff to current |
| 2003-09-19 |
David P. Reese, Jr. | Separate all of the send{to,msg} and recv{from,msg... |
blob | commitdiff | diff to current |
| 2003-09-12 |
David P. Reese, Jr. | Create an emulation/43bsd directory and move the recent... |
blob | commitdiff | diff to current |
| 2003-09-07 |
David P. Reese, Jr. | Change the split syscall naming convention from syscall... |
blob | commitdiff | diff to current |
| 2003-09-06 |
Matthew Dillon | Make bind1() and accept1() non-static for linux emulato... |
blob | commitdiff | diff to current |
| 2003-08-30 |
Matthew Dillon | Fix sendfile() bug introduced by the message passing... |
blob | commitdiff | diff to current |
| 2003-08-24 |
Matthew Dillon | Separate out userland copyin/copyout operations from... |
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-27 |
Hiten Pandya | Consolidate usage of MIN/MAX(). |
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-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
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 |
|