log

age author description
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
Sun, 07 Oct 2018 10:06:01 -0400 Josef 'Jeff' Sipek tests: support for tests that are expected to panic
Sun, 07 Oct 2018 09:54:19 -0400 Josef 'Jeff' Sipek tests: redirect all cmn_err output to stderr and flush it
Sun, 07 Oct 2018 12:58:34 -0400 Josef 'Jeff' Sipek synch: panic when attempting to release an unheld lock
Sun, 07 Oct 2018 12:22:19 -0400 Josef 'Jeff' Sipek synch: move lock stack depth size definition into cmake
Sun, 07 Oct 2018 10:18:43 -0400 Josef 'Jeff' Sipek synch: show an indication if no locks are held when printing held locks
Sun, 07 Oct 2018 11:54:10 -0400 Josef 'Jeff' Sipek synch: use a better panic message for deadlock errors
Sun, 07 Oct 2018 10:19:40 -0400 Josef 'Jeff' Sipek synch: use a better panic message for bad magic errors
Sun, 07 Oct 2018 09:51:50 -0400 Josef 'Jeff' Sipek synch: print the invalid call message via panic
Sat, 06 Oct 2018 23:37:35 -0400 Josef 'Jeff' Sipek Added tag v0.17-rc4 for changeset 2c0fcd124e69
Sat, 06 Oct 2018 23:37:03 -0400 Josef 'Jeff' Sipek libjeffpc 0.17-rc4 v0.17-rc4
Sat, 06 Oct 2018 23:21:20 -0400 Josef 'Jeff' Sipek uuid: document the return value of xuuid_parse
Mon, 17 Sep 2018 12:42:17 +0300 Josef 'Jeff' Sipek cbor: reformat map-end packing code to match map-start packing
Mon, 17 Sep 2018 12:41:41 +0300 Josef 'Jeff' Sipek cbor: implement support for encoding definite-length maps
Sat, 06 Oct 2018 23:16:55 -0400 Josef 'Jeff' Sipek Merge branch lockdep, part 3
Sat, 06 Oct 2018 21:58:46 -0400 Josef 'Jeff' Sipek synch: include the number of deps when printing a lock class
Sat, 06 Oct 2018 21:58:09 -0400 Josef 'Jeff' Sipek synch: avoid dependency graph checking if lockdep has been disabled
Sat, 06 Oct 2018 21:49:05 -0400 Josef 'Jeff' Sipek synch: skip graph check if no new dependencies have been added
Sat, 06 Oct 2018 21:39:00 -0400 Josef 'Jeff' Sipek synch: dynamically find circular lock class orderings & warn about them
Sat, 06 Oct 2018 21:36:53 -0400 Josef 'Jeff' Sipek synch: add an array of dependencies to struct lock_class
Sat, 06 Oct 2018 21:29:51 -0400 Josef 'Jeff' Sipek synch: provide an easy way to print a lock class consistently
Sat, 06 Oct 2018 21:27:02 -0400 Josef 'Jeff' Sipek synch: add an internal lock & helper macros to protect the dependency graph
Sat, 06 Oct 2018 21:22:14 -0400 Josef 'Jeff' Sipek synch: use a macro to centralize lock status printing
Sat, 06 Oct 2018 21:20:01 -0400 Josef 'Jeff' Sipek synch: make allocation error printing helper more flexible
Sat, 06 Oct 2018 18:22:42 -0400 Josef 'Jeff' Sipek synch: don't make lock classes const
Sat, 06 Oct 2018 18:21:13 -0400 Josef 'Jeff' Sipek synch: move held-lock-stack-is-not-empty assertion closer to its user
Mon, 26 Mar 2018 22:06:17 -0400 Josef 'Jeff' Sipek unicode: add a UTF-8 string validation function
Wed, 25 Jul 2018 21:02:43 -0400 Josef 'Jeff' Sipek nvl: use a red-black tree to keep track of name-value pairs
Sat, 28 Jul 2018 21:00:57 -0400 Josef 'Jeff' Sipek scgisvc: send response body iff request method was not HEAD
Sat, 28 Jul 2018 20:55:36 -0400 Josef 'Jeff' Sipek scgisvc: parse REQUEST_METHOD for each request
Wed, 25 Jul 2018 14:51:25 -0400 Josef 'Jeff' Sipek Added tag v0.17-rc3 for changeset f237e20f72ac
Wed, 25 Jul 2018 14:51:13 -0400 Josef 'Jeff' Sipek libjeffpc 0.17-rc3 v0.17-rc3
Wed, 25 Jul 2018 14:44:24 -0400 Josef 'Jeff' Sipek Merge branch lockdep, part 2