tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libc
/
uuid
/
at
jcs
11 files
Makefile.inc
there is no function called uuid(3), so this should be installed as uuid_compare(3) ok jmc
6 years ago
uuid_compare.3
fix uuid_dec_{b,l}e prototypes
2 years ago
uuid_compare.c
Pull in namespace.h when building all .c files using gcc's -include option, so that we can provide asm labels for the memcpy/memset/__stack_smash_handler calls that it generates ab initio. Eliminate direct #includes of it. Make sure it's a dependency of all objects (unnecessary for asm, but close enough).
10 years ago
uuid_create.c
Nuke trailing space in a comment.
3 years ago
uuid_create_nil.c
Wrap <uuid.h> so that calls go direct and the symbols are all weak
10 years ago
uuid_equal.c
Pull in namespace.h when building all .c files using gcc's -include option, so that we can provide asm labels for the memcpy/memset/__stack_smash_handler calls that it generates ab initio. Eliminate direct #includes of it. Make sure it's a dependency of all objects (unnecessary for asm, but close enough).
10 years ago
uuid_from_string.c
Make uuid_from_string() reject a string of the correct length but having a non-hex digit in the last character.
4 years ago
uuid_hash.c
Pull in namespace.h when building all .c files using gcc's -include option, so that we can provide asm labels for the memcpy/memset/__stack_smash_handler calls that it generates ab initio. Eliminate direct #includes of it. Make sure it's a dependency of all objects (unnecessary for asm, but close enough).
10 years ago
uuid_is_nil.c
Wrap <uuid.h> so that calls go direct and the symbols are all weak
10 years ago
uuid_stream.c
Pull in namespace.h when building all .c files using gcc's -include option, so that we can provide asm labels for the memcpy/memset/__stack_smash_handler calls that it generates ab initio. Eliminate direct #includes of it. Make sure it's a dependency of all objects (unnecessary for asm, but close enough).
10 years ago
uuid_to_string.c
Pull in namespace.h when building all .c files using gcc's -include option, so that we can provide asm labels for the memcpy/memset/__stack_smash_handler calls that it generates ab initio. Eliminate direct #includes of it. Make sure it's a dependency of all objects (unnecessary for asm, but close enough).
10 years ago