log

age author description
Tue, 11 Jul 2017 08:58:22 +0300 Josef 'Jeff' Sipek buffer: read and write
Thu, 11 Oct 2018 14:26:12 -0400 Josef 'Jeff' Sipek buffer: better stdio copyin panic message
Sun, 28 Oct 2018 18:12:11 -0400 Josef 'Jeff' Sipek uuid: support uuid parsing without requiring the trailing nul in input
Fri, 19 Oct 2018 23:16:20 -0400 Josef 'Jeff' Sipek mapfile: reorder synch symbols to be alphabetical
Fri, 19 Oct 2018 23:12:46 -0400 Josef 'Jeff' Sipek Merge branch lockdep-panic-msgs
Fri, 19 Oct 2018 23:01:52 -0400 Josef 'Jeff' Sipek synch: add a function that checks that no locks are held
Fri, 19 Oct 2018 13:18:24 -0400 Josef 'Jeff' Sipek synch: improve panic messages when pthread_barrier_* calls fail
Fri, 19 Oct 2018 13:04:21 -0400 Josef 'Jeff' Sipek synch: improve panic messages when pthread_cond_* calls fail
Fri, 19 Oct 2018 12:47:31 -0400 Josef 'Jeff' Sipek synch: improve panic messages when pthread_rwlock_* calls fail
Fri, 19 Oct 2018 12:38:25 -0400 Josef 'Jeff' Sipek synch: improve panic messages when pthread_mutex_* calls fail
Fri, 19 Oct 2018 13:13:37 -0400 Josef 'Jeff' Sipek synch: pass function call context into barrier functions
Fri, 19 Oct 2018 12:55:29 -0400 Josef 'Jeff' Sipek synch: pass function call context into condition variable functions
Fri, 19 Oct 2018 12:46:42 -0400 Josef 'Jeff' Sipek synch: pass function call context into rw lock functions
Fri, 19 Oct 2018 13:07:36 -0400 Josef 'Jeff' Sipek synch: add BARRIER* macros for synchronization barriers
Fri, 19 Oct 2018 12:57:16 -0400 Josef 'Jeff' Sipek synch: add CONDRELTIMEDWAIT macro
Fri, 19 Oct 2018 12:49:03 -0400 Josef 'Jeff' Sipek synch: add RW* macros for read-write locks
Fri, 19 Oct 2018 13:22:59 -0400 Josef 'Jeff' Sipek synch: move lock name into a context substruct
Fri, 19 Oct 2018 13:33:57 +0000 Josef 'Jeff' Sipek synch: panic when trying to destroy a held lock
Fri, 19 Oct 2018 13:29:21 +0000 Josef 'Jeff' Sipek str: don't include alloca.h
Fri, 19 Oct 2018 13:25:35 +0000 Josef 'Jeff' Sipek tests: include jeffpc/mem.h instead of alloca.h
Fri, 19 Oct 2018 13:11:37 +0000 Josef 'Jeff' Sipek tests: use the input file's absolute path with tests using input files
Fri, 19 Oct 2018 13:08:27 +0000 Josef 'Jeff' Sipek tests: specifying string length via the %*.*s format string uses ints
Fri, 19 Oct 2018 13:07:38 +0000 Josef 'Jeff' Sipek tests: use %u instead of %zu for #defined int constants
Fri, 19 Oct 2018 13:03:16 +0000 Josef 'Jeff' Sipek tests: avoid using strnstr which doesn't exist on every system
Wed, 17 Oct 2018 21:28:05 -0400 Josef 'Jeff' Sipek config: detect & use proper arguments to __assert on FreeBSD
Wed, 17 Oct 2018 21:27:21 -0400 Josef 'Jeff' Sipek config: determine which __assert is on the system
Wed, 17 Oct 2018 13:04:23 -0400 Josef 'Jeff' Sipek error: propagate the assertion failing function name to the assfail wrapper
Wed, 17 Oct 2018 13:03:31 -0400 Josef 'Jeff' Sipek error: propagate the assertion failing function name to the assfail op
Wed, 17 Oct 2018 13:00:05 -0400 Josef 'Jeff' Sipek error: assertion failures should grab the function name
Wed, 17 Oct 2018 12:56:56 -0400 Josef 'Jeff' Sipek error: wrap assfail/__assert in a helper function
Tue, 16 Oct 2018 20:23:50 -0400 Josef 'Jeff' Sipek sock: check for EAI_{ADDRFAMILY,NODATA} only if they are defined
Tue, 16 Oct 2018 20:23:02 -0400 Josef 'Jeff' Sipek config: check for EAI_{ADDRFAMILY,NODATA} existence
Tue, 16 Oct 2018 21:03:39 -0400 Josef 'Jeff' Sipek build: find & use the correct library containing backtrace(3)
Tue, 16 Oct 2018 21:02:26 -0400 Josef 'Jeff' Sipek build: find & use the correct library containing accept(2)
Tue, 16 Oct 2018 21:01:32 -0400 Josef 'Jeff' Sipek build: find & use the correct library containing xdr_opaque
Wed, 17 Oct 2018 21:04:11 -0400 Josef 'Jeff' Sipek cmake: implement a helper macro to find which lib contains a particular symbol
Tue, 16 Oct 2018 20:33:36 -0400 Josef 'Jeff' Sipek build: build as POSIX 2008 source
Tue, 16 Oct 2018 20:24:18 -0400 Josef 'Jeff' Sipek array: remove unused static inline
Wed, 17 Oct 2018 21:38:10 -0400 Josef 'Jeff' Sipek synch: include stdint.h for uintptr_t definition
Tue, 16 Oct 2018 21:07:15 -0400 Josef 'Jeff' Sipek unicode: include unistd.h for ssize_t definition
Tue, 16 Oct 2018 21:05:05 -0400 Josef 'Jeff' Sipek uuid: include string.h for memset definition
Sat, 13 Oct 2018 21:18:12 -0400 Josef 'Jeff' Sipek tree: tree_destroy_nodes needs to return objects not tree nodes
Sat, 13 Oct 2018 20:59:26 -0400 Josef 'Jeff' Sipek mmap: mmap and munmap wrappers
Sat, 13 Oct 2018 13:42:03 -0400 Josef 'Jeff' Sipek Re-sign v0.17-rc2 because of a bad signature
Thu, 11 Oct 2018 12:25:22 -0400 Josef 'Jeff' Sipek nvl: add nvl_pack_into wrapper around val_pack_into
Thu, 11 Oct 2018 13:41:43 -0400 Josef 'Jeff' Sipek nvl: factor out packing test code
Thu, 11 Oct 2018 12:24:57 -0400 Josef 'Jeff' Sipek val: add val_pack_into
Thu, 11 Oct 2018 12:25:53 -0400 Josef 'Jeff' Sipek mapfile: add missing buffer_init_stdio symbol
Thu, 11 Oct 2018 12:41:38 -0400 Josef 'Jeff' Sipek buffer: combine implementations of const and static buffers
Thu, 11 Oct 2018 12:23:11 -0400 Josef 'Jeff' Sipek buffer: introduce a static read-write buffer type
Tue, 09 Oct 2018 12:33:28 -0400 Josef 'Jeff' Sipek Added tag v0.17 for changeset d3ea077d9113
Tue, 09 Oct 2018 12:33:17 -0400 Josef 'Jeff' Sipek libjeffpc 0.17 v0.17
Tue, 09 Oct 2018 12:32:57 -0400 Josef 'Jeff' Sipek Import tag-and-sign.sh release helper script
Tue, 09 Oct 2018 12:17:22 -0400 Josef 'Jeff' Sipek tests: move test helper files into the tests subdirectory
Tue, 09 Oct 2018 11:53:32 -0400 Josef 'Jeff' Sipek uuid: additional null uuid tests
Tue, 09 Oct 2018 11:40:47 -0400 Josef 'Jeff' Sipek uuid: add a way to easily check for null uuids
Tue, 09 Oct 2018 11:40:23 -0400 Josef 'Jeff' Sipek uuid: add a zeroed-out uuid global for easy assignment
Sun, 07 Oct 2018 19:33:03 -0400 Josef 'Jeff' Sipek synch: additional comments in dep adding code
Sun, 07 Oct 2018 19:31:33 -0400 Josef 'Jeff' Sipek sync: fix unused static function warning when building without lock tracking
Sun, 07 Oct 2018 10:21:00 -0400 Josef 'Jeff' Sipek tests: check for various simple lock API errors