summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_socket.c
Commit message (Expand)AuthorAgeFilesLines
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* copyinstr(9) takes parameter 'len' as a size_t *, not int *.delphij2009-05-291-1/+2
* Clean up the svr4 socket cache and streams code some to make it more easilyjhb2006-07-211-13/+90
* Initialize svr4_head during MOD_LOAD rather than on demand.jhb2006-07-191-24/+0
* Lock Giant in svr4_add_socket() so that the various svr4_*stat() callsjhb2005-07-071-0/+6
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Use __FBSDID().obrien2003-06-101-2/+3
* Put definition of struct svr4_sockcache_entry in a .h file rather thanphk2003-05-311-12/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* SCARGS removal take II.alfred2002-12-141-6/+6
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-6/+6
* Remove SCARGS.alfred2002-12-131-6/+6
* KSE Milestone 2julian2001-09-121-12/+12
* Argh, atomic_store_rel -> atomic_store_rel_int.jhb2001-01-231-1/+1
* - Use proper atomic operations to make the run time initializationjhb2001-01-231-10/+20
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-311-7/+7
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Remove unnecessary includesnewton1999-12-081-26/+4
* SVR4 emulator source files now take their compilation options fromnewton1999-12-081-0/+1
* Remove unnecessary includes.newton1999-10-171-2/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Previous commit also finished cleaning up some dev_t -> udev_t transformationsnewton1999-07-301-1/+1
* Add $Id$ tagsnewton1999-07-301-2/+4
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-301-0/+204
OpenPOWER on IntegriCloud