History log of /src/lib/libc/uuid |
Revision | Date | Author | Comments |
1.1 | 13-Sep-2004 |
thorpej | DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD. Encode/decode to big/little endian binary blob routines adapted from kernel.
PR 23470.
|
1.7 | 02-May-2008 |
martin | branches: 1.7.8; Move TNF licenses to 2 clause form
|
1.6 | 23-Apr-2008 |
plunky | constify uuid(3)
|
1.5 | 25-Nov-2006 |
christos | branches: 1.5.16; spell precede; from Zafer
|
1.4 | 13-Sep-2004 |
thorpej | Un-comment-out Xr to uuidgen(1).
|
1.3 | 13-Sep-2004 |
thorpej | Add HISTORY section.
|
1.2 | 13-Sep-2004 |
wiz | New sentence, new line. -1 needs a backslash. Fix a typo. Fix an article. Comment out Xr to uuidgen(1), since we do not have that.
|
1.1 | 13-Sep-2004 |
thorpej | DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD. Encode/decode to big/little endian binary blob routines adapted from kernel.
PR 23470.
|
1.5.16.1 | 18-May-2008 |
yamt | sync with head.
|
1.7.8.2 | 02-May-2008 |
martin | Move TNF licenses to 2 clause form
|
1.7.8.1 | 02-May-2008 |
martin | file uuid.3 was added on branch christos-time_t on 2008-05-02 18:11:06 +0000
|
1.2 | 23-Apr-2008 |
plunky | branches: 1.2.8; constify uuid(3)
|
1.1 | 13-Sep-2004 |
thorpej | branches: 1.1.24; DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD. Encode/decode to big/little endian binary blob routines adapted from kernel.
PR 23470.
|
1.1.24.1 | 18-May-2008 |
yamt | sync with head.
|
1.2.8.2 | 23-Apr-2008 |
plunky | constify uuid(3)
|
1.2.8.1 | 23-Apr-2008 |
plunky | file uuid_compare.c was added on branch christos-time_t on 2008-04-23 07:52:33 +0000
|
1.1 | 13-Sep-2004 |
thorpej | DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD. Encode/decode to big/little endian binary blob routines adapted from kernel.
PR 23470.
|
1.2 | 09-Feb-2005 |
kleink | A little libc namespace housekeeping exercise: * Make vfprintf_unlocked() an internal function, c.f. __svfscanf_unlocked(). * Add internal names for arc4random(), endnetpath(), fhstatvfs(), fstatvfs(), mkstemp(), shquote(), statvfs(), taddr2uaddr(), uaddr2taddr(), uuid_create_nil(), uuid_is_nil(), and wcwidth(). * Include namespace.h where supposed to.
|
1.1 | 13-Sep-2004 |
thorpej | DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD. Encode/decode to big/little endian binary blob routines adapted from kernel.
PR 23470.
|
1.2 | 23-Apr-2008 |
plunky | branches: 1.2.8; constify uuid(3)
|
1.1 | 13-Sep-2004 |
thorpej | branches: 1.1.24; DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD. Encode/decode to big/little endian binary blob routines adapted from kernel.
PR 23470.
|
1.1.24.1 | 18-May-2008 |
yamt | sync with head.
|
1.2.8.2 | 23-Apr-2008 |
plunky | constify uuid(3)
|
1.2.8.1 | 23-Apr-2008 |
plunky | file uuid_equal.c was added on branch christos-time_t on 2008-04-23 07:52:33 +0000
|
1.1 | 13-Sep-2004 |
thorpej | DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD. Encode/decode to big/little endian binary blob routines adapted from kernel.
PR 23470.
|
1.2 | 23-Apr-2008 |
plunky | branches: 1.2.8; constify uuid(3)
|
1.1 | 13-Sep-2004 |
thorpej | branches: 1.1.24; DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD. Encode/decode to big/little endian binary blob routines adapted from kernel.
PR 23470.
|
1.1.24.1 | 18-May-2008 |
yamt | sync with head.
|
1.2.8.2 | 23-Apr-2008 |
plunky | constify uuid(3)
|
1.2.8.1 | 23-Apr-2008 |
plunky | file uuid_hash.c was added on branch christos-time_t on 2008-04-23 07:52:33 +0000
|
1.4 | 23-Apr-2008 |
plunky | branches: 1.4.8; constify uuid(3)
|
1.3 | 15-Oct-2006 |
christos | branches: 1.3.16; fix incomplete initializers
|
1.2 | 09-Feb-2005 |
kleink | A little libc namespace housekeeping exercise: * Make vfprintf_unlocked() an internal function, c.f. __svfscanf_unlocked(). * Add internal names for arc4random(), endnetpath(), fhstatvfs(), fstatvfs(), mkstemp(), shquote(), statvfs(), taddr2uaddr(), uaddr2taddr(), uuid_create_nil(), uuid_is_nil(), and wcwidth(). * Include namespace.h where supposed to.
|
1.1 | 13-Sep-2004 |
thorpej | DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD. Encode/decode to big/little endian binary blob routines adapted from kernel.
PR 23470.
|
1.3.16.1 | 18-May-2008 |
yamt | sync with head.
|
1.4.8.2 | 23-Apr-2008 |
plunky | constify uuid(3)
|
1.4.8.1 | 23-Apr-2008 |
plunky | file uuid_is_nil.c was added on branch christos-time_t on 2008-04-23 07:52:33 +0000
|
1.3 | 19-Apr-2008 |
plunky | branches: 1.3.8; correct cut and paste error in uuid_dec_be(); le16dec -> be16dec
|
1.2 | 09-Feb-2006 |
dogcow | branches: 1.2.18; change #include <sys/endian.h> => #include <machine/endian.h> so that it's (more) consistent in the tree; this, along with changing tools/compat's autoconf detection from AC_CHECK_FUNCS to AC_CHECK_DECLS makes the vast majority of htobe16 and friends' redefinition errors bite the dust. Tested with -current and FreeBSD.
|
1.1 | 13-Sep-2004 |
thorpej | DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD. Encode/decode to big/little endian binary blob routines adapted from kernel.
PR 23470.
|
1.2.18.1 | 18-May-2008 |
yamt | sync with head.
|
1.3.8.2 | 19-Apr-2008 |
plunky | correct cut and paste error in uuid_dec_be(); le16dec -> be16dec
|
1.3.8.1 | 19-Apr-2008 |
plunky | file uuid_stream.c was added on branch christos-time_t on 2008-04-19 18:21:39 +0000
|
1.2 | 23-Apr-2008 |
plunky | branches: 1.2.8; constify uuid(3)
|
1.1 | 13-Sep-2004 |
thorpej | branches: 1.1.24; DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD. Encode/decode to big/little endian binary blob routines adapted from kernel.
PR 23470.
|
1.1.24.1 | 18-May-2008 |
yamt | sync with head.
|
1.2.8.2 | 23-Apr-2008 |
plunky | constify uuid(3)
|
1.2.8.1 | 23-Apr-2008 |
plunky | file uuid_to_string.c was added on branch christos-time_t on 2008-04-23 07:52:33 +0000
|