| Commit message (Expand) | Author | Age | Files | Lines |
* | In kern_sendfile() fix the calculation of sbytes (the total number of bytes | andre | 2006-11-12 | 1 | -23/+19 |
* | Style cleanups to the sctp_* syscall functions. | andre | 2006-11-07 | 1 | -107/+95 |
* | Handle early errors in kern_sendfile() by introducing a new goto 'out' | andre | 2006-11-06 | 1 | -9/+9 |
* | Ok, here it is, we finally add SCTP to current. Note that this | rrs | 2006-11-03 | 1 | -0/+451 |
* | Rename m_getm() to m_getm2() and rewrite it to allocate up to page sized | andre | 2006-11-02 | 1 | -3/+1 |
* | Rewrite kern_sendfile() to work in two loops, the inner which turns as many | andre | 2006-11-02 | 1 | -240/+278 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Replace PG_BUSY with VPO_BUSY. In other words, changes to the page's | alc | 2006-10-22 | 1 | -1/+1 |
* | Introduce a field to struct vm_page for storing flags that are | alc | 2006-08-09 | 1 | -2/+0 |
* | Reduce the scope of the page queues lock in kern_sendfile() now that | alc | 2006-08-06 | 1 | -4/+4 |
* | The page queues lock is no longer required by vm_page_io_start(). Reduce | alc | 2006-08-04 | 1 | -3/+3 |
* | Fix a file descriptor race I reintroduced when I split accept1() up into | jhb | 2006-07-27 | 1 | -5/+15 |
* | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | rwatson | 2006-07-24 | 1 | -4/+2 |
* | Don't free the sockaddr in kern_bind() and kern_connect() as not all | jhb | 2006-07-19 | 1 | -4/+6 |
* | - Split out kern_accept(), kern_getpeername(), and kern_getsockname() for | jhb | 2006-07-10 | 1 | -103/+169 |
* | Properly cast the values of valsize (the size of the value passed in) | gnn | 2006-06-20 | 1 | -2/+2 |
* | Move some functions and definitions from uipc_socket2.c to uipc_socket.c: | rwatson | 2006-06-10 | 1 | -1/+0 |
* | Use getsock() and fput() instead of fgetsock() and fputsock() in | rwatson | 2006-05-25 | 1 | -2/+4 |
* | Extend getsock() to return the struct file flags read while holding the | rwatson | 2006-04-25 | 1 | -18/+19 |
* | Add comment to accept1() that it should use getsock() instead of fgetsock() | rwatson | 2006-04-01 | 1 | -0/+3 |
* | Use NET_LOCK_GIANT() and VFS_LOCK_GIANT() instead of unconditionally | alc | 2006-03-27 | 1 | -4/+29 |
* | Fix 32bit sendfile by implementing kern_sendfile so that it takes | ps | 2006-02-28 | 1 | -38/+55 |
* | Reformat socket control messages on input/output for 32bit compatibility | ps | 2005-10-31 | 1 | -5/+14 |
* | Implement the 32bit versions of recvmsg, recvfrom, sendmsg | ps | 2005-10-15 | 1 | -3/+15 |
* | Add MAC Framework and MAC policy entry point mac_check_socket_create(), | rwatson | 2005-07-05 | 1 | -0/+14 |
* | Change m_uiotombuf so it will accept offset at which data should be copied | emax | 2005-05-04 | 1 | -1/+1 |
* | Introduce three additional MAC Framework and MAC Policy entry points to | rwatson | 2005-04-16 | 1 | -0/+7 |
* | - LK_NOPAUSE is a nop now. | jeff | 2005-03-31 | 1 | -1/+1 |
* | Add kernel-only flag MSG_NOSIGNAL to be used in emulation layers to surpress | sobomax | 2005-03-08 | 1 | -1/+2 |
* | Remove now unused 'int s' from spl(). | rwatson | 2005-02-18 | 1 | -1/+1 |
* | De-spl kern_connect(). | rwatson | 2005-02-18 | 1 | -2/+0 |
* | In accept1(), extend coverage of the socket lock from just covering | rwatson | 2005-02-17 | 1 | -2/+2 |
* | Extend kern_sendit() to take another enum uio_seg argument, which specifies | sobomax | 2005-01-30 | 1 | -3/+4 |
* | Don't use VOP_GETVOBJECT, use vp->v_object directly. | phk | 2005-01-25 | 1 | -1/+2 |
* | Save a line by unlocking before we test. | phk | 2005-01-24 | 1 | -2/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | phk | 2004-11-13 | 1 | -5/+5 |
* | Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc(). | alc | 2004-11-08 | 1 | -1/+1 |
* | Introduce fdclose() which will clean an entry in a filedesc. | phk | 2004-11-07 | 1 | -38/+6 |
* | Use fget_locked() instead of homerolled | phk | 2004-11-07 | 1 | -2/+2 |
* | The synchronization provided by vm object locking has eliminated the | alc | 2004-11-03 | 1 | -1/+0 |
* | Move from using the socket reference count to the file reference | rwatson | 2004-10-24 | 1 | -23/+87 |
* | Use VM_ALLOC_NOBUSY instead of calling vm_page_wakeup(). | alc | 2004-10-24 | 1 | -2/+1 |
* | Modify the vm object locking in do_sendfile() so that the containing object | alc | 2004-10-20 | 1 | -2/+3 |
* | Add a SOCKBUF_LOCK() to a rarely executed path in do_sendfile(). | alc | 2004-10-02 | 1 | -0/+1 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -1/+1 |
* | Add a kern_setsockopt and kern_getsockopt which can read the option | dwmalone | 2004-07-17 | 1 | -34/+86 |
* | Clean up and wash struct iovec and struct uio handling. | phk | 2004-07-10 | 1 | -142/+55 |
* | Remove spl()'s from do_sendfile(). | rwatson | 2004-07-09 | 1 | -6/+1 |
* | Acquire socket lock in the "waiting for connection" loop in | rwatson | 2004-06-24 | 1 | -1/+4 |