aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/socketvar.h
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-011-1/+1
* Modify soalloc() API so that it accepts a malloc flags argument ratherRobert Watson2004-02-291-1/+1
* - Modify alpha's sf_buf implementation to use the direct virtual-to-Alan Cox2003-11-161-9/+0
* Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson2003-11-121-3/+2
* speedup stream socket recv handling by tracking the tail ofSam Leffler2003-10-281-0/+22
* Make the second argument to sooptcopyout() constant in order toJeffrey Hsu2003-08-051-1/+1
* To avoid a kernel panic provoked by a NULL pointer dereference,Robert Drehmel2003-07-171-0/+1
* Pass the vm_page's address to sf_buf_alloc(); map the vm_page as partAlan Cox2003-03-291-1/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Don't count mbufs with m_type == MT_HEADER or MT_OOBDATA as control dataTim J. Robbins2003-01-111-2/+4
* Move the declaration of the socket fileops from socketvar.h to file.h.Poul-Henning Kamp2002-12-231-20/+0
* s/sokqfilter/soo_kqfilter/ for consistency with the naming of allPoul-Henning Kamp2002-12-231-1/+1
* Revert the change in revision 1.77 of kern/uipc_socket2.c. It is causingAlan Cox2002-11-021-0/+1
* Track the number of non-data chararacters stored in socket buffers so thatKelly Yancey2002-11-011-0/+5
* In continuation of early fileop credential changes, modify fo_ioctl() toRobert Watson2002-08-171-1/+1
* Make similar changes to fo_stat() and fo_poll() as made earlier toRobert Watson2002-08-161-3/+4
* In order to better support flexible and extensible access control,Robert Watson2002-08-151-3/+3
* Move to a nested include of _label.h instead of mac.h in sys/sys/*.hRobert Watson2002-08-141-1/+1
* Moved sf_buf_alloc and sf_buf_free function declarations to sys/socketvar.hDavid Greenman2002-08-131-0/+3
* Introduce support for Mandatory Access Control and extensible kernelRobert Watson2002-07-301-0/+3
* Remote socheckproc(), which was removed when p_can*() was introducedRobert Watson2002-07-271-1/+0
* Widen struct sockbuf's sb_timeo member to int from short. WithJohn Polstra2002-07-241-13/+13
* More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t.Alfred Perlstein2002-06-291-1/+1
* change struct socket -> so_pcb from caddr_t to void *.Alfred Perlstein2002-06-281-1/+1
* At long last, commit the zero copy sockets code.Kenneth D. Merry2002-06-261-0/+1
* Remove so*_locked(), which were backed out by mistake.Seigo Tanimura2002-06-181-18/+8
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-91/+70
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-70/+91
* Cleanup, quote:Alfred Perlstein2002-05-021-32/+29
* Redo the sigio locking.Alfred Perlstein2002-05-011-6/+0
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-4/+2
* Add a global sx sigio_lock to protect the pointer to the sigio objectSeigo Tanimura2002-04-271-10/+43
* Remove sodropablereq - this function hasn't been used since theMike Silbersack2002-04-241-2/+0
* There's only one socket zone so we don't need to remember itJeffrey Hsu2002-04-081-1/+0
* Removed some namespace pollution (unnecessary nested includes).Bruce Evans2002-03-261-1/+0
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-9/+7
* Backout part of my previous commit; I was wrong about vm_zone's handling ofJeff Roberson2002-03-201-0/+1
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-4/+3
* Remove __PAlfred Perlstein2002-03-191-83/+83
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-191-2/+3
* Add parens around macro args.Alfred Perlstein2002-01-131-4/+4
* holdsock is gone, remove the prototypeAlfred Perlstein2002-01-091-1/+0
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-311-1/+1
* Remove stale prototype for sonewconn3().Brian Feldman2001-12-131-2/+0
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-171-1/+24
* o Remove extern showallsockets, defunct as of the change toRobert Watson2001-10-251-1/+0
* Only allow users to see their own socket connections ifPaul Saab2001-10-051-0/+4