log

age author description
Fri, 18 Jan 2019 11:24:16 -0500 Josef 'Jeff' Sipek man: write a manpage for xread and xpread
Fri, 18 Jan 2019 10:50:18 -0500 Josef 'Jeff' Sipek man: write a manpage for rand32 and rand64
Fri, 18 Jan 2019 10:49:59 -0500 Josef 'Jeff' Sipek man: write a manpage for hexdump and hexdumpz
Sun, 06 Jan 2019 19:39:05 -0500 Josef 'Jeff' Sipek synch: add CONDTIMEDWAIT_SEC
Sun, 06 Jan 2019 19:38:53 -0500 Josef 'Jeff' Sipek synch: add CONDTIMEDWAIT_NSEC & rewrite CONDTIMEDWAIT_SPEC in terms of it
Sun, 06 Jan 2019 19:10:18 -0500 Josef 'Jeff' Sipek synch: rename CONDTIMEDWAIT to CONDTIMEDWAIT_SPEC
Fri, 01 Feb 2019 21:04:53 -0500 Josef 'Jeff' Sipek version: use + to separate latest tag and the latest tag distance
Tue, 01 Jan 2019 11:58:27 -0500 Josef 'Jeff' Sipek synch: rename CONDRELTIMEDWAIT to CONDTIMEDWAIT
Tue, 01 Jan 2019 11:00:18 -0500 Josef 'Jeff' Sipek thread: verify that no locks are held after the user function returns
Tue, 01 Jan 2019 10:56:30 -0500 Josef 'Jeff' Sipek thread: wrap the user supplied start function
Tue, 01 Jan 2019 10:46:57 -0500 Josef 'Jeff' Sipek thread: convert xthr_create into a non-inline function
Tue, 01 Jan 2019 11:11:31 -0500 Josef 'Jeff' Sipek synch: always expose lockdep_no_locks symbol
Tue, 01 Jan 2019 11:10:45 -0500 Josef 'Jeff' Sipek tests: disable mutex tests that rely on lock tracking when it's disabled
Tue, 01 Jan 2019 10:06:59 -0500 Josef 'Jeff' Sipek synch: each condition variable should contain a magic number
Tue, 01 Jan 2019 10:04:21 -0500 Josef 'Jeff' Sipek synch: sanity check arguments passed to COND* macros
Tue, 01 Jan 2019 09:54:28 -0500 Josef 'Jeff' Sipek synch: clear the lock magic when when destroying it
Mon, 31 Dec 2018 15:38:58 -0500 Josef 'Jeff' Sipek tree: compact the node's parent and extra fields into one
Mon, 31 Dec 2018 15:32:09 -0500 Josef 'Jeff' Sipek tree: change type and size of the extra field
Mon, 31 Dec 2018 15:26:40 -0500 Josef 'Jeff' Sipek tree: wrap node extra field getting & setting
Mon, 31 Dec 2018 15:23:47 -0500 Josef 'Jeff' Sipek tree: rename the red node bit to "extra"
Mon, 31 Dec 2018 15:19:18 -0500 Josef 'Jeff' Sipek tree: wrap node parent pointer getting & setting
Sat, 17 Nov 2018 11:55:49 -0500 Josef 'Jeff' Sipek Added tag v0.18 for changeset 21ae6cd12c6f
Sat, 17 Nov 2018 11:55:37 -0500 Josef 'Jeff' Sipek libjeffpc 0.18 v0.18
Tue, 13 Nov 2018 22:33:02 -0500 Josef 'Jeff' Sipek tree: tree tests should print [a-d] pointers & values on startup
Tue, 13 Nov 2018 22:32:06 -0500 Josef 'Jeff' Sipek {tree,bst,rbtree}: implement "find nearest"
Mon, 05 Nov 2018 18:36:30 -0500 Josef 'Jeff' Sipek error: allow hooking xstrerror errno mapping
Thu, 08 Nov 2018 22:52:40 -0500 Josef 'Jeff' Sipek error: make xstrerror(0) always return "Success"
Thu, 08 Nov 2018 12:07:11 -0500 Josef 'Jeff' Sipek buffer: add a comment explaining the call to clear in truncate
Thu, 08 Nov 2018 11:47:58 -0500 Josef 'Jeff' Sipek buffer: zero out any holes created during buffer write
Thu, 08 Nov 2018 11:07:56 -0500 Josef 'Jeff' Sipek build: install array.h
Thu, 08 Nov 2018 10:42:56 -0500 Josef 'Jeff' Sipek int: correctly use the big-endian-cpu config #define
Sat, 03 Nov 2018 13:32:32 -0400 Josef 'Jeff' Sipek Backed out changeset 8fd14fb62b52
Sat, 03 Nov 2018 08:39:11 -0400 Josef 'Jeff' Sipek config: ensure ECKSUM exists
Sat, 03 Nov 2018 08:38:53 -0400 Josef 'Jeff' Sipek config: ensure ENOTUNIQ exists
Sat, 03 Nov 2018 08:37:52 -0400 Josef 'Jeff' Sipek build: infrastructure to expand the system-provided errnos
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