aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_uuid.c
Commit message (Expand)AuthorAgeFilesLines
* Use sbuf_cat() in GEOM confxml generation.Alexander Motin2019-06-191-1/+1
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Hint at the intended usage for the "ll" field of struct uuid_private.Mark Johnston2017-06-131-1/+1
* Add a helper function for comparing struct uuids.Mark Johnston2017-06-121-0/+7
* Fix a bug in be_uuid_dec(); it called le16dec() instead of be16dec(),Christian Brueffer2014-02-131-1/+1
* Further restrict the MAC addresses that we use for UUID generationMarcel Moolenaar2013-07-241-3/+3
* In uuid_ether_add(), avoid false positives due to the limited typeMarcel Moolenaar2013-07-241-5/+4
* Decouple the UUID generator from network interfaces by having MACMarcel Moolenaar2013-07-241-34/+92
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyJohn Baldwin2012-01-051-3/+3
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Rework global locks for interface list and index management, correctingRobert Watson2009-08-231-3/+3
* Stop uuidgen(2) from crashing in vimage kerenels.Julian Elischer2009-08-021-0/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-2/+0
* Lock the interface address list while iterating a network interface'sRobert Watson2009-04-191-0/+3
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+3
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Correct typo.Pawel Jakub Dawidek2007-04-231-1/+1
* Further system call comment cleanup:Robert Watson2007-03-051-1/+0
* Separate functions with a newline.Stefan Farfeleder2006-07-171-0/+1
* Add parse_uuid() that creates a binary representation of an UUID fromMarcel Moolenaar2005-10-071-0/+46
* Move the UUID generator into its own function, called kern_uuidgen(),Marcel Moolenaar2005-09-181-29/+39
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Fix generation of random multicast MAC address.Ralf S. Engelschall2004-01-221-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encodingPoul-Henning Kamp2003-05-311-0/+80
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-3/+3
* Include <sys/systm.h> for the declarations of many things instead ofBruce Evans2002-08-221-0/+1
* Fix a minor whitespace style nit that broke 'grep ^uuidgen'.John Baldwin2002-07-091-1/+2
* Add uuidgen(2) and uuidgen(1).Marcel Moolenaar2002-05-281-0/+222