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
/
kern_uuid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework global locks for interface list and index management, correcting
rwatson
2009-08-23
1
-3
/
+3
*
Stop uuidgen(2) from crashing in vimage kerenels.
julian
2009-08-02
1
-0
/
+4
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-1
/
+0
*
After cleaning up rt_tables from vnet.h and cleaning up opt_route.h
bz
2009-06-23
1
-1
/
+0
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-2
/
+0
*
Lock the interface address list while iterating a network interface's
rwatson
2009-04-19
1
-0
/
+3
*
For all files including net/vnet.h directly include opt_route.h and
bz
2009-02-27
1
-0
/
+3
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-0
/
+1
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-0
/
+1
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-1
/
+2
*
Correct typo.
pjd
2007-04-23
1
-1
/
+1
*
Further system call comment cleanup:
rwatson
2007-03-05
1
-1
/
+0
*
Separate functions with a newline.
stefanf
2006-07-17
1
-0
/
+1
*
Add parse_uuid() that creates a binary representation of an UUID from
marcel
2005-10-07
1
-0
/
+46
*
Move the UUID generator into its own function, called kern_uuidgen(),
marcel
2005-09-18
1
-29
/
+39
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Fix generation of random multicast MAC address.
rse
2004-01-22
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encoding
phk
2003-05-31
1
-0
/
+80
*
SMP locking for ifnet list.
hsu
2002-12-22
1
-3
/
+3
*
Include <sys/systm.h> for the declarations of many things instead of
bde
2002-08-22
1
-0
/
+1
*
Fix a minor whitespace style nit that broke 'grep ^uuidgen'.
jhb
2002-07-09
1
-1
/
+2
*
Add uuidgen(2) and uuidgen(1).
marcel
2002-05-28
1
-0
/
+222