| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug in be_uuid_dec(); it called le16dec() instead of be16dec(), | Christian Brueffer | 2014-02-13 | 1 | -1/+1 |
* | Further restrict the MAC addresses that we use for UUID generation | Marcel Moolenaar | 2013-07-24 | 1 | -3/+3 |
* | In uuid_ether_add(), avoid false positives due to the limited type | Marcel Moolenaar | 2013-07-24 | 1 | -5/+4 |
* | Decouple the UUID generator from network interfaces by having MAC | Marcel Moolenaar | 2013-07-24 | 1 | -34/+92 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | John Baldwin | 2012-01-05 | 1 | -3/+3 |
* | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -1/+1 |
* | Rework global locks for interface list and index management, correcting | Robert Watson | 2009-08-23 | 1 | -3/+3 |
* | Stop uuidgen(2) from crashing in vimage kerenels. | Julian Elischer | 2009-08-02 | 1 | -0/+4 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -1/+0 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | Bjoern A. Zeeb | 2009-06-23 | 1 | -1/+0 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -2/+0 |
* | Lock the interface address list while iterating a network interface's | Robert Watson | 2009-04-19 | 1 | -0/+3 |
* | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+3 |
* | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+1 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -1/+2 |
* | Correct typo. | Pawel Jakub Dawidek | 2007-04-23 | 1 | -1/+1 |
* | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -1/+0 |
* | Separate functions with a newline. | Stefan Farfeleder | 2006-07-17 | 1 | -0/+1 |
* | Add parse_uuid() that creates a binary representation of an UUID from | Marcel Moolenaar | 2005-10-07 | 1 | -0/+46 |
* | Move the UUID generator into its own function, called kern_uuidgen(), | Marcel Moolenaar | 2005-09-18 | 1 | -29/+39 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Fix generation of random multicast MAC address. | Ralf S. Engelschall | 2004-01-22 | 1 | -1/+1 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
* | Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encoding | Poul-Henning Kamp | 2003-05-31 | 1 | -0/+80 |
* | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 1 | -3/+3 |
* | Include <sys/systm.h> for the declarations of many things instead of | Bruce Evans | 2002-08-22 | 1 | -0/+1 |
* | Fix a minor whitespace style nit that broke 'grep ^uuidgen'. | John Baldwin | 2002-07-09 | 1 | -1/+2 |
* | Add uuidgen(2) and uuidgen(1). | Marcel Moolenaar | 2002-05-28 | 1 | -0/+222 |