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
/
kern
/
uipc_domain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The sysctls kern.ipc.[max_linkhdr|max_protohdr|max_hdr|max_datalen]
andre
2006-02-18
1
-0
/
+2
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Start the protocol timeouts only after all domains have been initialized
mlaier
2004-12-09
1
-3
/
+3
*
Am I smoking crack? Correct stupid, wrong ASSERT -> if conversion and make
mlaier
2004-12-02
1
-2
/
+2
*
Implement the check I was talking about in the previous message already.
mlaier
2004-11-30
1
-0
/
+37
*
- Introduce protosw_init().
glebius
2004-11-11
1
-26
/
+31
*
Initialize struct pr_userreqs in new/sparse style and fill in common
phk
2004-11-08
1
-11
/
+41
*
Aquire GIANT in pf_proto_[un]register() before manipulating the protosw.
andre
2004-10-23
1
-5
/
+27
*
Support for dynamically loadable and unloadable protocols within existing pro...
andre
2004-10-19
1
-2
/
+136
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-05
1
-4
/
+0
*
If debug.mpsafenet, initialize UNIX domain socket timeouts as MPSAFE;
rwatson
2004-03-29
1
-2
/
+11
*
move domain list mutex initialization to earlier in the boot sequence so
sam
2003-09-02
1
-2
/
+1
*
o interlock domain list when adding domains
sam
2003-09-01
1
-8
/
+9
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Fix a spelling error.
bbraun
2003-03-07
1
-1
/
+1
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
1
-5
/
+3
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
1
-3
/
+5
*
Add calls to uma_zone_set_max() to restore previously enforced limits.
jeff
2002-03-20
1
-0
/
+1
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-20
1
-12
/
+5
*
Remove __P.
alfred
2002-03-19
1
-3
/
+3
*
Update the comment about System initialization to reflect the use of
davidc
2001-12-08
1
-8
/
+6
*
Sync with recent KAME.
ume
2001-06-11
1
-0
/
+26
*
Use callout_reset instead of timeout(9). Most callouts are statically
jake
2000-11-27
1
-4
/
+10
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Redo domain registration to use SYSINITS rather than linker sets.
peter
1999-04-26
1
-70
/
+8
*
Minor rearranging of code to allow simple protocol domains to be
julian
1999-01-21
1
-26
/
+69
*
Convert socket structures to be type-stable and add a version number.
wollman
1998-05-15
1
-14
/
+19
*
Fixed gratuitous ANSIisms.
bde
1997-09-16
1
-3
/
+8
*
The long-awaited mega-massive-network-code- cleanup. Part I.
wollman
1997-04-27
1
-1
/
+6
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Modify the kernel to use the new pr_usrreqs interface rather than the old
wollman
1996-07-11
1
-4
/
+2
*
This is a proposal-in-code for a substantial modification of the way
wollman
1996-07-09
1
-2
/
+10
*
Uniformized pr_ctlinput protosw functions. The third arg is now `void
bde
1995-12-16
1
-2
/
+2
*
Finished (?) cleaning up sysinit stuff.
bde
1995-12-02
1
-6
/
+5
*
All net.* sysctl converted now.
phk
1995-11-16
1
-51
/
+7
*
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
dg
1995-09-09
1
-13
/
+13
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
1
-3
/
+57
*
Make everything except the unsupported network sources compile cleanly
bde
1995-08-16
1
-2
/
+1
*
Delete two debugging printfs that mistakenly crept in.
wollman
1995-05-11
1
-2
/
+1
*
Make networking domains drop-ins, through the magic of GNU ld. (Some day,
wollman
1995-05-11
1
-25
/
+21
*
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
se
1995-01-05
1
-1
/
+4
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-0
/
+3
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+220