summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Sync new socket nonblocking/async state with file flags in accept().tegge2003-02-231-0/+7
* Remove duplicate includes.cognet2003-02-201-1/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-11/+11
* Break out the bind and connect syscalls to intend to make callingume2003-02-031-15/+40
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-3/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-11/+11
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-4/+4
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-4/+4
* Move the declaration of the socket fileops from socketvar.h to file.h.phk2002-12-231-2/+0
* Integrate mac_check_socket_send() and mac_check_socket_receive()rwatson2002-10-061-0/+22
* In an SMP environment post-Giant it is no longer safe to blindlytruckman2002-10-031-2/+4
* accept(2) on a socket that has been shutdown(2) normally returnsarchie2002-08-281-5/+4
* In order to better support flexible and extensible access control,rwatson2002-08-151-1/+6
* Fix return case for negative namelen by jumping to normal exit processingrwatson2002-08-151-2/+4
* Moved sf_buf_alloc and sf_buf_free function declarations to sys/socketvar.hdg2002-08-131-2/+0
* Remove obsolete comment about sf_buf_* functions being static. They weredg2002-08-131-3/+0
* Fix sendfile(), who was calling vn_rdwr() without aresid parameter andsemenu2002-08-111-2/+2
* While we're at it, add range checks similar to those in previous commit tonectar2002-08-091-0/+8
* Add additional range checks for copyout targets.rwatson2002-08-091-0/+2
* Include file cleanup; mac.h and malloc.h at one point had orderingrwatson2002-08-011-0/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+21
* o In do_sendfile(), replace vm_page_sleep_busy() by vm_page_sleep_if_busy()alc2002-07-301-5/+6
* - Make use of the VM_ALLOC_WIRED flag in the call to vm_page_alloc() inarr2002-07-231-12/+12
* Lock accesses to the page queues by sendfile() and friends.alc2002-07-131-0/+8
* Create a bug-for-bug FreeBSD4 compatible version of sendfile and move thealfred2002-07-121-3/+36
* nuke more instances of caddr_talfred2002-06-291-23/+19
* remove or replace caddr_t with void.alfred2002-06-281-32/+29
* At long last, commit the zero copy sockets code.ken2002-06-261-7/+7
* Implement SO_NOSIGPIPE option for sockets. This allows one to request thatalfred2002-06-201-1/+2
* Catch up to changes in ktrace API.jhb2002-06-071-8/+8
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-35/+2
* Lock down a socket, milestone 1.tanimura2002-05-201-2/+35
* In sendfile(), use the vn_rdwr() helper function, rather than manuallyrwatson2002-04-191-13/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-241-3/+3
* Remove __P.alfred2002-03-191-8/+8
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-4/+4
* Fixed bug in calculation of amount of file to send when nbytes !=0 anddg2002-01-221-3/+6
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-7/+29
* Sockets are called 'so' not 'sp'.alfred2002-01-091-8/+8
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-3/+6
* Give struct socket structures a ref counting interface similar todillon2001-11-171-134/+71
* remove holdfp()dillon2001-11-141-17/+5
* KSE Milestone 2julian2001-09-121-176/+168
* Giant pushdown syscalls in kern/uipc_syscalls.c. Affected calls:dillon2001-08-311-67/+230
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-13/+4
* Don't dereference a NULL pointer if we fail to get a sendfilebuf.dwmalone2001-06-241-1/+2
* Add vm locking to sendfile(2) and sf_buf_free().jhb2001-05-251-5/+13
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+5
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-1/+0
OpenPOWER on IntegriCloud