summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sendfile is documented to return 0 on success, however if when aalfred2001-04-261-0/+7
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+1
* Fix is a similar race condition as existed in the mbuf code. When we gobmilekic2001-03-081-6/+7
* Make the wait for sendfile buffers interruptable. Stops one processdwmalone2001-03-081-3/+24
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-1/+4
* Return ECONNABORTED from accept if connection is closed while on thejlemon2001-02-141-1/+14
* Change and clean the mutex lock interface.bmilekic2001-02-091-6/+6
* Fix the <sys/queue.h> abuse.phk2001-01-021-8/+7
* Add an XXX about a <sys/queue.h> transgression which needs cleaned up.phk2001-01-021-0/+1
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-3/+3
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+2
* Changed second argument in a call to sf_buf_free() to be NULL instead ofdg2000-12-031-1/+1
* Make sure to free the sf_buf if we've allocated it but fail to allocatebmilekic2000-12-021-0/+1
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-181-66/+151
* Fixed a certain panic on IO error in sendfile(): Page must be set PG_BUSYdg2000-11-121-1/+3
* * Have m_pulldown() use the new M_WRITABLE() macro in order to determinebmilekic2000-11-111-1/+2
* Change the sf_bufs wakeups to be wakeup_one(), because we don't want tobmilekic2000-11-041-4/+5
* Setup and put to use the mutex lock for sf_freelist, the sendfile(2) bufsbmilekic2000-11-041-9/+18
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.bp2000-09-121-2/+1
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-43/+25
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *green2000-07-021-6/+14
* unstatic getfp() so that other subsystems can use it.alfred2000-06-121-3/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-161-0/+4
* This is Bosko Milekic's mbuf allocation waiting code. Basically, thisgreen1999-12-121-0/+4
* General clean-up of socket.h and associated sources to synchronise upphk1999-11-241-1/+1
* This is a partial commit of the patch from PR 14914:phk1999-11-161-3/+3
* useracc() the prequel:phk1999-10-291-1/+0
* Add a missing spl lowering.green1999-10-141-0/+1
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-2/+0
* Plug a potential filedescriptor leak. This will probably almostguido1999-09-301-1/+6
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-191-0/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix fd race conditions (during shared fd table usage.) Badfileops isgreen1999-08-041-14/+11
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* Don't free the socket address if soaccept() / pru_accept() doesn'tfenner1999-01-251-2/+3
OpenPOWER on IntegriCloud