$Revision: 1.27 $
$Date: 2001/12/12 05:42:02 $
$Author: fedorov $

$Log: .release,v $
Revision 1.27  2001/12/12 05:42:02  fedorov
---

------------------------------------------------------------------------

Revision 1.26  2001/12/07 12:49:58  fedorov
type.h: uintptr_t define conflict with glibc's stdint.h resolved.

------------------------------------------------------------------------

Revision 1.25  2001/11/30 14:36:39  fedorov
limits.h
	* OPEN_MAX undefined in recent glibc;
	* ISO C99 [U]LLONG_MAX added;

trace.imp
	* KERN_INFO log level prefix added for linux kernel
------------------------------------------------------------------------

Revision 1.24  2001/10/26 05:41:46  fedorov
adapted to glibc 2.2[.4]:
limits.h
	avoid conflicts with <limits.h>
types.h
	avoid conflicts [u]intptr_t with <unistd.h>
------------------------------------------------------------------------

Revision 1.23  2001/10/22 10:31:16  fedorov
lastfilename() -> df_lastfilename()

Revision 1.22  2001/08/10 14:14:53  fedorov
Copyright line format changed;
Log messages removed from source files.

Revision 1.21  2001/07/27 09:41:47  fedorov
bad.h
	extra ellipsis removed;
	I/O types adjusted
ioattr.h
	generic io_addr_t used;
	baseport -> iobase
types.h
	generic I/O types defined instead of #error on unsupported #cpu;
	generic io_addr_t moved out of arch dependent part.

Revision 1.20  2001/06/24 06:25:36  fedorov
arch.h arch_16.h arch_32.h arch_64.h
	added
types.h
	io_addr_t added;
	<dfcommon/arch.h> used
limits.h
	<dfcommon/arch.h> used

Revision 1.19  2001/06/16 12:46:37  fedorov
ioport_t -> port_io_addr_t

Revision 1.18  2001/06/11 09:55:33  fedorov
defs.h
	_UNUSED_ attribute macro added
limits.h
	[U]LONGLONG_{MIN,MAX} added

Revision 1.17  2001/06/09 08:13:03  fedorov
trace.h
	__LINE__ field printed with 4 chars width
trace.imp
	trace count printing with 3 chars width

Revision 1.16  2001/04/10 10:38:39  fedorov
cast.h: moved from dfcxx/

Revision 1.15  2001/03/03 10:43:43  fedorov
---

Revision 1.14  2000/11/04 13:21:04  fedorov
bool.h: better avoiding of conflict with [n]curses

Revision 1.13  2000/11/04 09:56:57  fedorov
bool.h: better avoiding of conflict with [n]curses

Revision 1.12  2000/11/01 14:49:43  fedorov
bool.h: ncurses conflict avoided

Revision 1.11  2000/10/12 12:26:17  fedorov
sys_time.h, timeval2longlong.h added

Revision 1.10  2000/09/22 12:57:33  fedorov
enum dev_test_state optimised, dev_test_to_intermediate() inlined,
<dfcommon/dev_test.state.imp> removed.

Revision 1.9  2000/08/12 11:29:43  fedorov
new files created:
	limits.h optimization_barrier.h timeout.h:
_poll_bits.h:
	multiple inclusion protection macros fixed
bad.h:
	C++ part moved to <dfcommonxx/>; TYPE_BAD() macro added
dev_test_state.h:
	separate dev_test_state values for intermediate levels;
dev_test_state.imp:
	dev_test_to_intermediate() created
ioattr.h:
	ctor's init optimized
ioport.h:
	{In,Out}PortXX() inlines replaced by {IN,OUT}_PORT_XX() macros
net_errno.h:
	EWOULDBLOCK restored; numbers changed;
	multiple inclusion protection macros fixed
types.h:
	[u]intptr_t added
user_access.h:
	{GET,PUT}_USER(), COPY_{FROM,TO}_USER(),
	COPY_{FROM,TO}_USER_NOCHECK() added;
	verify_area(), VERIFY_READ, VERIFY_WRITE macros added;

Revision 1.8  1996/08/21 12:32:34  fedorov
 

Revision 1.7  2000/01/21 15:51:35  fedorov
errno.h: <linux/compat/errno.h> included

Revision 1.6  2000/01/20 15:17:20  fedorov
some updates and egcs-1.1.2 adaptation.

Revision 1.5  2000/01/03 09:57:51  fedorov
poll(2) bit mask definitions added; bit_mask_to_shift.h added.

Revision 1.4  1999/12/26 15:10:05  fedorov
oneslot_server_base.h: assert return value fixed.

Revision 1.3  1999/12/22 14:49:51  fedorov
class dfServerBase splitted up to
dfOneSlotServerBase and dfMultiSlotServerBase;
user_space_ptr.h: ++ operators fixed.

Revision 1.2  1999/12/16 13:53:25  fedorov
dev_tes_state values fixed by my protocol specification;
DF_NET_EWOULDBLOCK removed, binary incompatibility entered.

Revision 1.1  1999/12/03 06:29:33  fedorov
second public release.


