Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |