| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix an inconsistency in socket option propagation on accept(). Propagate | bms | 2004-06-22 | 1 | -0/+1 |
* | Assert socket buffer lock in sb_lock() to protect socket buffer sleep | rwatson | 2004-06-19 | 1 | -0/+21 |
* | The socket field so_state is used to hold a variety of socket related | rwatson | 2004-06-14 | 1 | -4/+4 |
* | Socket MAC labels so_label and so_peerlabel are now protected by | rwatson | 2004-06-13 | 1 | -0/+12 |
* | Correct whitespace errors in merge from rwatson_netperf: tabs instead of | rwatson | 2004-06-12 | 1 | -5/+5 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | rwatson | 2004-06-12 | 1 | -0/+7 |
* | Deorbit COMPAT_SUNOS. | phk | 2004-06-11 | 1 | -1/+1 |
* | Correct a resource leak introduced in recent accept locking changes: | rwatson | 2004-06-07 | 1 | -4/+4 |
* | allow more than MLEN bytes for ancillary data to meet the | ume | 2004-06-07 | 1 | -1/+9 |
* | Integrate accept locking from rwatson_netperf, introducing a new | rwatson | 2004-06-02 | 1 | -43/+25 |
* | The SS_COMP and SS_INCOMP flags in the so_state field indicate whether | rwatson | 2004-06-01 | 1 | -1/+1 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 1 | -0/+16 |
* | Unconditionally lock Giant in do_sendfile(), rather than locking it | rwatson | 2004-05-08 | 1 | -2/+2 |
* | Make vm_page's PG_ZERO flag immutable between the time of the page's | alc | 2004-05-06 | 1 | -1/+0 |
* | Fix a regression in my change which sends headers along with data; a | silby | 2004-04-08 | 1 | -2/+8 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Detatch incorrect spellings of detach. | rwatson | 2004-04-04 | 1 | -1/+1 |
* | In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it | alc | 2004-04-03 | 1 | -1/+1 |