summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_uuid.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r261858brueffer2014-02-201-1/+1
* Further restrict the MAC addresses that we use for UUID generationmarcel2013-07-241-3/+3
* In uuid_ether_add(), avoid false positives due to the limited typemarcel2013-07-241-5/+4
* Decouple the UUID generator from network interfaces by having MACmarcel2013-07-241-34/+92
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-3/+3
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-3/+3
* Stop uuidgen(2) from crashing in vimage kerenels.julian2009-08-021-0/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-2/+0
* Lock the interface address list while iterating a network interface'srwatson2009-04-191-0/+3
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+3
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Correct typo.pjd2007-04-231-1/+1
* Further system call comment cleanup:rwatson2007-03-051-1/+0
* Separate functions with a newline.stefanf2006-07-171-0/+1
* Add parse_uuid() that creates a binary representation of an UUID frommarcel2005-10-071-0/+46
* Move the UUID generator into its own function, called kern_uuidgen(),marcel2005-09-181-29/+39
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Fix generation of random multicast MAC address.rse2004-01-221-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encodingphk2003-05-311-0/+80
* SMP locking for ifnet list.hsu2002-12-221-3/+3
* Include <sys/systm.h> for the declarations of many things instead ofbde2002-08-221-0/+1
* Fix a minor whitespace style nit that broke 'grep ^uuidgen'.jhb2002-07-091-1/+2
* Add uuidgen(2) and uuidgen(1).marcel2002-05-281-0/+222
OpenPOWER on IntegriCloud