log

age author description
Sat, 03 Nov 2018 07:43:27 -0400 Josef 'Jeff' Sipek mem: include alloca.h only if it exists
Sat, 03 Nov 2018 07:54:45 -0400 Josef 'Jeff' Sipek config: remove config-synch.h
Sat, 03 Nov 2018 07:52:52 -0400 Josef 'Jeff' Sipek config: move config-synch.h contents into config.h
Sat, 03 Nov 2018 07:50:58 -0400 Josef 'Jeff' Sipek build: install config.h
Sat, 03 Nov 2018 07:50:18 -0400 Josef 'Jeff' Sipek config: prefix all config defines with JEFFPC_
Sat, 03 Nov 2018 07:43:03 -0400 Josef 'Jeff' Sipek build: -Woverride-init is a gcc-only flag
Sat, 03 Nov 2018 07:42:14 -0400 Josef 'Jeff' Sipek build: define __BSD_VISIBLE & __XSI_VISIBLE
Sat, 03 Nov 2018 07:34:57 -0400 Josef 'Jeff' Sipek error: turn xstrerror into a full fledged function
Sat, 03 Nov 2018 08:34:08 -0400 Josef 'Jeff' Sipek Added tag v0.18-rc1 for changeset be9e5ac4c416
Sat, 03 Nov 2018 08:33:48 -0400 Josef 'Jeff' Sipek libjeffpc 0.18-rc1 v0.18-rc1
Tue, 30 Oct 2018 18:25:54 -0400 Josef 'Jeff' Sipek val: remove obsolete comment
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