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

	Fix automake warning.

	* Makefile.am: Use AM_CFLAGS and AM_CPPFLAGS instead of CFLAGS and
	CPPFLAGS.

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

	Fix build against libpthread.

	* configure.in: Look for pthread_exit in libpthread instead of
	cthread_init in libthreads.
	* Makefile.am: Link against libpthread instead of libthreads.
	* dir.c: Use pthread_mutex_lock/unlock instead of mutex_lock/unlock.
	(read_node) Use posix-compliant st_atime struct members.
	* jfs.c: Include pthread.h instead of cthreads.h.
	(main): Use pthread_exit instead of cthread_exit.
	(jfs_info, jfs_panic): Use pthread_mutex_lock/unlock instead of
	mutex_lock/unlock.


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

	* Makefile.am: Add -D_FILE_OFFSET_BITS=64.
	* pager.c (diskfs_get_filemap, create_disk_pager)
	(pager_notify_evict): Convert to new interface.
	(pager_read_page): Fix signedness.

	* dir.c (dirscan, diskfs_cached_lookup): Fix signedness.
	* jfs_dirread.c (UTF8_Buffer): Fix signedness. 

	* jfs.c (jfs_info): Fix endif.

	* jfs_inode.c: Add missing include.

2002-11-24  Sajith T S  <sajith@symonds.net>

	* Initial release. All it does is reading from JFS partitions, on
	my computer at least. A whole lot of things are missing...

