summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Remove SVR4 (System V Release 4) binary compatibility support.Gleb Smirnoff2017-02-281-259/+0
* Fix streams and svr4 module dependency. Both modules are complaining aboutDmitry Chagin2016-04-231-0/+14
* Adjust printf format specifiers for dev_t and ino_t in kernel.Gleb Kurtsou2014-12-171-7/+10
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* copyinstr(9) takes parameter 'len' as a size_t *, not int *.Xin LI2009-05-291-1/+2
* Clean up the svr4 socket cache and streams code some to make it more easilyJohn Baldwin2006-07-211-13/+90
* Initialize svr4_head during MOD_LOAD rather than on demand.John Baldwin2006-07-191-24/+0
* Lock Giant in svr4_add_socket() so that the various svr4_*stat() callsJohn Baldwin2005-07-071-0/+6
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-2/+3
* Put definition of struct svr4_sockcache_entry in a .h file rather thanPoul-Henning Kamp2003-05-311-12/+0
* 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
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-1/+1
* SCARGS removal take II.Alfred Perlstein2002-12-141-6/+6
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-131-6/+6
* Remove SCARGS.Alfred Perlstein2002-12-131-6/+6
* KSE Milestone 2Julian Elischer2001-09-121-12/+12
* Argh, atomic_store_rel -> atomic_store_rel_int.John Baldwin2001-01-231-1/+1
* - Use proper atomic operations to make the run time initializationJohn Baldwin2001-01-231-10/+20
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.David E. O'Brien2000-08-311-7/+7
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Remove unnecessary includesMark Newton1999-12-081-26/+4
* SVR4 emulator source files now take their compilation options fromMark Newton1999-12-081-0/+1
* Remove unnecessary includes.Mark Newton1999-10-171-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Previous commit also finished cleaning up some dev_t -> udev_t transformationsMark Newton1999-07-301-1/+1
* Add $Id$ tagsMark Newton1999-07-301-2/+4
* Emulator KLD for SysVR4 executables grabbed from NetBSD.Mark Newton1999-01-301-0/+204