aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/socketvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-apply rev 1.178 -- style(9) the structure definitions.David E. O'Brien2001-09-131-3/+3
* KSE Milestone 2Julian Elischer2001-09-121-15/+15
* style(9) the structure definitions.David E. O'Brien2001-09-051-1/+1
* Whitespace change.Jonathan Lemon2001-08-311-1/+1
* Correct comment: so_q -> so_comp, so_q0 -> so_incomp.Jonathan Lemon2001-06-281-3/+3
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-0/+2
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-1/+1
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-311-1/+1
* This patchset fixes a large number of file descriptor race conditions.Matthew Dillon2000-11-181-1/+1
* Accept filter maintainanceAlfred Perlstein2000-09-061-0/+1
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-1/+0
* return of the accept filter part IIAlfred Perlstein2000-06-201-0/+27
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-5/+5
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-161-1/+2
* Add aio_waitcomplete(). Make aio work correctly for socket descriptors.Jason Evans2000-01-141-1/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2