2013-02-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>

	Fix build against libpthread.

	* Makefile: Link against libpthread instead of libthreads.
	* README: Advise to lib against libbpthread instead of advising to
	link against libthreads.
	* debug.c: Include pthread.h instead of cthreads.h and rwlock.h. Use
	pthread_mutex instead of Mach mutex.
	* membfs: Likewise, use pthread_rwlock_t instead of Mach rwlock.

2006-04-12  Manuel Menal  <mmenal@hurdfr.og>

	* Makefile (CFLAGS): Added -D_FILE_OFFSET_BITS=64.
	* memfs.c (trivfs_S_io_read)
	(trivfs_S_io_write): Changed vm_address_t to generic data_t.

2006-04-12  Ludovic Courts  <ludo@chbouib.org>

	* memfs.c: Slight modifications. 

2006-04-12  Farid Hajji  <farid.hajji@ob.kamp.net>

	* Initial commit of memfs.

