log

age author description
Sat, 17 Oct 2015 20:39:42 -0400 Josef 'Jeff' Sipek remove obsolete .gitignore files
Sat, 17 Oct 2015 20:36:16 -0400 Josef 'Jeff' Sipek client: respond to NOP RPC with status 0
Sat, 17 Oct 2015 20:13:39 -0400 Joshua Kahn build: put build products in build/
Sat, 17 Oct 2015 19:25:41 -0400 Josef 'Jeff' Sipek cmake: check XDR struct xdr_ops member types
Sat, 17 Oct 2015 19:05:15 -0400 Josef 'Jeff' Sipek client: RPC dispatching code with a mostly correct NOP fs RPC
Sat, 17 Oct 2015 19:00:44 -0400 Josef 'Jeff' Sipek common: add xdrfd - a file descriptor based XDR backend
Sat, 17 Oct 2015 18:59:16 -0400 Josef 'Jeff' Sipek Merge branch 'master' of https://github.com/jeffpc/nx01
Sat, 17 Oct 2015 15:56:48 -0400 Steve Dougherty fs: add xdrsock
Sat, 17 Oct 2015 12:49:46 -0400 Steve Dougherty fs: reformat for PEP8
Sat, 17 Oct 2015 18:57:42 -0400 Josef 'Jeff' Sipek common: define command numbers for fs RPC protocol
Sat, 17 Oct 2015 18:57:17 -0400 Josef 'Jeff' Sipek common: define a couple of RPC error codes
Sat, 17 Oct 2015 16:38:12 -0400 Josef 'Jeff' Sipek common: add a simple first attempt at the fs RPC protocol
Sat, 17 Oct 2015 16:38:04 -0400 Josef 'Jeff' Sipek cmake: add the rpcgen macro
Sat, 17 Oct 2015 16:37:58 -0400 Josef 'Jeff' Sipek common: allow XDR encoding of object IDs and object handles
Sat, 17 Oct 2015 16:37:52 -0400 Josef 'Jeff' Sipek common: guard against redefinitions of MIN & MAX
Sat, 17 Oct 2015 16:37:42 -0400 Josef 'Jeff' Sipek common: allow XDR encoding of vector clocks
Sat, 17 Oct 2015 16:35:10 -0400 Josef 'Jeff' Sipek docs: define the NOP fs RPC
Sat, 17 Oct 2015 15:27:39 -0400 Josef 'Jeff' Sipek objstore: associate each created volume with a volume group
Sat, 17 Oct 2015 15:27:31 -0400 Josef 'Jeff' Sipek objstore: allow allocating & keeping track of volume groups
Sat, 17 Oct 2015 15:27:29 -0400 Josef 'Jeff' Sipek objstore: rename "struct objstore" to "struct objstore_vol"
Sat, 17 Oct 2015 11:58:48 -0400 Steve Dougherty docs: render fs-protocol as Markdown
Sat, 17 Oct 2015 11:51:00 -0400 Josef 'Jeff' Sipek Merge branch 'master' of https://github.com/jeffpc/nx01
Sat, 17 Oct 2015 11:48:17 -0400 Holly Sipek common: use <nomad/error.h>
Sat, 17 Oct 2015 11:44:08 -0400 Holly Sipek common: fix random number generation on Linux
Sat, 17 Oct 2015 11:32:14 -0400 Steve Dougherty README: fix typo
Sat, 17 Oct 2015 11:48:44 -0400 Josef 'Jeff' Sipek client: bail on error
Sat, 17 Oct 2015 11:33:05 -0400 Josef 'Jeff' Sipek objstore: implement a getattr wrapper
Sat, 17 Oct 2015 11:32:45 -0400 Josef 'Jeff' Sipek objstore: implement getroot wrapper
Sat, 17 Oct 2015 10:39:07 -0400 Josef 'Jeff' Sipek common: make a note of improper return value within connsvc
Sat, 17 Oct 2015 10:39:06 -0400 Josef 'Jeff' Sipek common: connsvc should set IPV6_V6ONLY socket option on AF_INET6 sockets
Sat, 17 Oct 2015 10:39:05 -0400 Josef 'Jeff' Sipek common: connsvc needs to zero out the state struct
Sat, 17 Oct 2015 10:38:47 -0400 Josef 'Jeff' Sipek common: connsvc should use const int arg to setsockopt
Sat, 17 Oct 2015 10:07:33 -0400 Josef 'Jeff' Sipek client: use connsvc to listen on a socket
Sat, 17 Oct 2015 10:06:05 -0400 Josef 'Jeff' Sipek common: provide a simple to use connection listener service
Sat, 17 Oct 2015 10:04:01 -0400 Josef 'Jeff' Sipek common: types.h should pull in the system's limits.h
Sat, 17 Oct 2015 08:45:04 -0400 Josef 'Jeff' Sipek common: provide assfail and assfail3 on systems without it
Sat, 17 Oct 2015 08:20:59 -0400 Josef 'Jeff' Sipek objstore: on Linux, dlopen & friends are in libdl
Sat, 17 Oct 2015 08:20:00 -0400 Josef 'Jeff' Sipek link everything with libpthread
Sat, 17 Oct 2015 08:17:56 -0400 Josef 'Jeff' Sipek implement umem_{alloc,zalloc,free} in fakeumem
Sat, 17 Oct 2015 08:05:35 -0400 Josef 'Jeff' Sipek common: provide a way to do a relative timed condition wait on Linux
Sat, 17 Oct 2015 07:57:09 -0400 Josef 'Jeff' Sipek docs: import the latest version of the fs protocol doc
Fri, 16 Oct 2015 22:04:17 -0400 Josef 'Jeff' Sipek the "object handle" should be a common concept
Fri, 16 Oct 2015 21:52:34 -0400 Josef 'Jeff' Sipek client: a dummy objstore instantiation
Fri, 16 Oct 2015 21:43:31 -0400 Josef 'Jeff' Sipek common: only try to use pthread_cond_reltimedwait_np if present
Fri, 16 Oct 2015 21:42:18 -0400 Josef 'Jeff' Sipek cmake: check for presence of pthread_cond_reltimedwait_np
Fri, 16 Oct 2015 21:21:51 -0400 Josef 'Jeff' Sipek cmake: include the binary dir's common include dir
Fri, 21 Aug 2015 12:46:16 -0400 Josef 'Jeff' Sipek fs: add a stub fuse-based fs component
Fri, 21 Aug 2015 12:43:12 -0400 Josef 'Jeff' Sipek suntaskq: almost make it build on linux
Fri, 21 Aug 2015 12:41:11 -0400 Josef 'Jeff' Sipek sunavl: don't rely on users of avl.h to have a definition for uintptr_t
Fri, 21 Aug 2015 12:36:06 -0400 Josef 'Jeff' Sipek sunlist: make it build on linux
Fri, 21 Aug 2015 12:35:30 -0400 Josef 'Jeff' Sipek sunavl: make it build on linux
Fri, 21 Aug 2015 12:34:19 -0400 Josef 'Jeff' Sipek cmake: specify the correct include path for sunlist headers
Mon, 17 Aug 2015 18:14:42 -0400 Josef 'Jeff' Sipek common: finish implementing nvclock_cmp_total
Tue, 07 Jul 2015 21:47:30 -0400 Josef 'Jeff' Sipek suntaskq: install the lib & header
Tue, 07 Jul 2015 21:47:01 -0400 Josef 'Jeff' Sipek suntaskq: move header into nomad directory (instead of sys)
Tue, 07 Jul 2015 21:43:35 -0400 Josef 'Jeff' Sipek suntaskq: clean up to use POSIX/common lib interfaces
Tue, 07 Jul 2015 21:42:02 -0400 Josef 'Jeff' Sipek common: add a relative timed condition wait wrapper
Tue, 07 Jul 2015 21:41:30 -0400 Josef 'Jeff' Sipek common: add wrappers around pthread rwlocks
Tue, 07 Jul 2015 21:40:21 -0400 Josef 'Jeff' Sipek common: mutex/cv code should use VERIFY macros instead of making its own
Tue, 07 Jul 2015 21:39:09 -0400 Josef 'Jeff' Sipek common: define MIN and MAX macros