summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce gratuitous redundancy and length in function names:rwatson2003-11-161-7/+5
* When implementing getsockopt() for SO_LABEL and SO_PEERLABEL, makerwatson2003-11-161-0/+8
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* speedup stream socket recv handling by tracking the tail ofsam2003-10-281-3/+52
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-1/+2
* Make the second argument to sooptcopyout() constant in order tohsu2003-08-051-4/+1
* To avoid a kernel panic provoked by a NULL pointer dereference,robert2003-07-171-1/+7
* Rev 1.121 meant to pass the value 1 to soalloc() to indicate waitok.hsu2003-07-141-1/+1
* Use __FBSDID().obrien2003-06-111-1/+3
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Use while (*controlp != NULL) instead of do ... while (*control != NULL)cognet2003-04-141-2/+1
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-33/+33
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-5/+5
* Remove duplicate includes.cognet2003-02-201-1/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-16/+16
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-16/+16
* Disallow listen() on sockets which are in the SS_ISCONNECTED ortmm2003-01-171-0/+4
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-6/+6
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-6/+6
* In sodealloc(), if there is an accept filter present on the socketalfred2003-01-051-9/+3
* s/sokqfilter/soo_kqfilter/ for consistency with the naming of allphk2002-12-231-1/+1
* Small SO_RCVTIMEO and SO_SNDTIMEO values are mistakenly taken to be zero.maxim2002-11-271-0/+2
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-1/+1
* Fix filt_soread() to properly flag a kevent when a 0-byte datagram iskbyanc2002-11-051-1/+1
* Revert the change in revision 1.77 of kern/uipc_socket2.c. It is causingalc2002-11-021-1/+1
* Track the number of non-data chararacters stored in socket buffers so thatkbyanc2002-11-011-1/+1
* Trim extraneous #else and #endif MAC comments per style(9).rwatson2002-10-281-8/+8
* Modify label allocation semantics for sockets: pass in soalloc's mallocrwatson2002-10-051-3/+11
* Make similar changes to fo_stat() and fo_poll() as made earlier torwatson2002-08-161-1/+2
* Use the credential authorizing the socket creation operation to performrwatson2002-08-121-2/+2
* Include file cleanup; mac.h and malloc.h at one point had orderingrwatson2002-08-011-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-1/+42
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+11
* Catch up to rev 1.87 of sys/sys/socketvar.h (sb_cc changed from u_longmike2002-07-241-1/+1
* More caddr_t removal.alfred2002-06-291-2/+2
* At long last, commit the zero copy sockets code.ken2002-06-261-0/+102
* Implement SO_NOSIGPIPE option for sockets. This allows one to request thatalfred2002-06-201-0/+2
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-177/+31
* - td will never be NULL, so the call to soalloc() in socreate() will alwaysarr2002-05-211-2/+2
* - OR the flag variable with M_ZERO so that the uma_zalloc() handles thearr2002-05-211-2/+1
* Lock down a socket, milestone 1.tanimura2002-05-201-31/+177
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-061-1/+1
* Redo the sigio locking.alfred2002-05-011-1/+1
* Make sure that sockets undergoing accept filtering are aborted in asilby2002-04-261-2/+1
* There's only one socket zone so we don't need to remember ithsu2002-04-081-2/+1
* UMA permited us to utilize the 'waitok' flag to soalloc.jeff2002-03-201-2/+7
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-4/+4
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-191-1/+1
* In sosend(), enforce the socket buffer limits regardless of whetheriedowse2002-02-281-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
OpenPOWER on IntegriCloud