index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
compat
/
svr4
/
svr4_socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
copyinstr(9) takes parameter 'len' as a size_t *, not int *.
delphij
2009-05-29
1
-1
/
+2
*
Clean up the svr4 socket cache and streams code some to make it more easily
jhb
2006-07-21
1
-13
/
+90
*
Initialize svr4_head during MOD_LOAD rather than on demand.
jhb
2006-07-19
1
-24
/
+0
*
Lock Giant in svr4_add_socket() so that the various svr4_*stat() calls
jhb
2005-07-07
1
-0
/
+6
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
1
-1
/
+1
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-10
1
-2
/
+3
*
Put definition of struct svr4_sockcache_entry in a .h file rather than
phk
2003-05-31
1
-12
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Bow to the whining masses and change a union back into void *. Retain
dillon
2003-01-13
1
-1
/
+1
*
Change struct file f_data to un_data, a union of the correct struct
dillon
2003-01-12
1
-1
/
+1
*
SCARGS removal take II.
alfred
2002-12-14
1
-6
/
+6
*
Backout removal SCARGS, the code freeze is only "selectively" over.
alfred
2002-12-13
1
-6
/
+6
*
Remove SCARGS.
alfred
2002-12-13
1
-6
/
+6
*
KSE Milestone 2
julian
2001-09-12
1
-12
/
+12
*
Argh, atomic_store_rel -> atomic_store_rel_int.
jhb
2001-01-23
1
-1
/
+1
*
- Use proper atomic operations to make the run time initialization
jhb
2001-01-23
1
-10
/
+20
*
Cleanup after repo copy of sys/svr4 to sys/compat/svr4.
obrien
2000-08-31
1
-7
/
+7
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Remove unnecessary includes
newton
1999-12-08
1
-26
/
+4
*
SVR4 emulator source files now take their compilation options from
newton
1999-12-08
1
-0
/
+1
*
Remove unnecessary includes.
newton
1999-10-17
1
-2
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Previous commit also finished cleaning up some dev_t -> udev_t transformations
newton
1999-07-30
1
-1
/
+1
*
Add $Id$ tags
newton
1999-07-30
1
-2
/
+4
*
Emulator KLD for SysVR4 executables grabbed from NetBSD.
newton
1999-01-30
1
-0
/
+204