Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il> * [ipc/*] New directory. This directory contains the new inter-wine communications support. It enables DDE protocols between two wine instances. Currently it is limited to DDE, but can be enhanced to support OLE between 2 different wine instances. This is very important for libwine.a DDE/OLE support. * [tools/ipcl] A script to delete garbage IPC handles (shared memory, semaphores and message queues). The current inter-wine communication is not perfect, and sometimes leaves garbage behind. * [if1632/relay.c] [include/atom.h] [include/global.h] [loader/selector.c] [loader/task.c] [loader/module.c] [loader/signal.c] [memory/global.c] [misc/atom.c] [windows/class.c] [windows/message.c] [windows/win.c] [Imakefile] Hooks for inter-wine DDE support, current Global.*Atom functions renamed to Local.*Atom since Global.*Atom are used for Inter-Wine DDE communication. (The first call to these functions sets up the IPC structures - which otherwise cause unneeded overhead. Mon Jul 17 19:55:21 1995 Alexandre Julliard <julliard@sunsite.unc.edu> * [controls/menu.c] Don't crash if a NULL string is passed to menu functions. * [memory/selector.c] We now use a bit in ldt_flags_copy to indicate free LDT entries. Fixed a bug in SELECTOR_ReallocBlock that could cause it to overwrite valid LDT entries when growing a block. * [miscemu/instr.c] Emulate int xx instruction by storing the interrupt vector in CS:IP and returning directly. This allows a program to install an interrupt vector. * [windows/win.c] Added function WIN_GetTopParent to get the top-level parent of a window. Sun Jul 16 18:17:17 1995 Gregory Trubetskoy <grisha@mira.com> * [loader/resource.c] Added LoadIconHandler. It doesn't do anything yet, but now you can use borland help files with winhelp.exe. Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au> * [misc/main.c] Fixed to return 386 Enhanced mode correctly. Also return the same type of CPU, for both Enhanced and Standard mode, namely a 386. Sun Jul 16 00:02:04 1995 Martin von Loewis <loewis@informatik.hu-berlin.de> * [Configure] [include/options.h] [include/wineopts.h] [misc/main.c][misc/spy.c] Removed support of spy file. Redirected spy messages to stddeb. Removed -spy option. Added -debugmsg +spy option. * [debugger/dbg.y][debugger/debug.l] Enabled segmented addresses (seg:offs) for break and x commands. * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c] [include/region.h] FrameRgn, REGION_FrameRgn: New functions * [if1632/kernel.spec] IsWinOldApTask: Return false * [if1632/mouse.spec] CplApplet: Removed * [if1632/user.spec] [windows/win.c] ShowOwnedPopups: New function * [if1632/winsock.spec] [misc/winsocket.c] inet_addr, select: New prototypes in relay code Fixed memory layout for netdb functions (getXbyY). WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC * [objects/clipping.c] RectVisible: Fixed call to LPToDP * [rc/winerc.c] main: Removed extra argument to getopt for Linux. Tue Jul 11 00:14:41 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de> * [controls/listbox.c] Yet another fix for ListBoxDirectory(). * [loader/module.c] [if1632/kernel.spec] Make GetModuleHandle() accept instance handles as parameter. * [if1632/relay.c] [loader/task.c] Put a magic cookie at the bottom of the 32 bit stack, and check on each return from a 32 bit function whether it's still there. Complain if it's not. * [if1632/user.spec] Wrong entry for CloseDriver(). * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c] [miscemu/int21.c] Large parts of dos_fs.c simplified. Changed it to use one current drive/directory per task, which is set to the module path on task creation. Prevent CorelPaint from closing stdin. open() with O_CREAT set must be passed three parameters. DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed, it's in DOS_readdir() now. * [misc/profile.c] Some badly written software (Lotus Freelance Graphics) passes a bogus size parameter that caused Wine to write off the end of a segment. Fixed. (It's probably too paranoid now.) * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c] [multimedia/Imakefile] [if1632/winprocs.spec] 16 bit entry point for MMSysTimeCallback. Split off time.c and joystick.c from mmsystem.c. * [objects/dib.c] GetDIBits(): call XGetImage() via CallTo32_LargeStack. * [windows/cursor.c] DestroyCursor(): do nothing for builtin cursors. * [windows/mdi.c] Half of WM_MDISETMENU implemented. * [windows/win.c] EnumWindows() and EnumTaskWindows() never enumerated any windows. Fixed. * [windows/*.c] Fixed GetParent() to return correct values for owned windows. * [windows/message.c] Don't try to activate disabled top-level windows. * [windows/nonclient.c] Work around a bug in gcc-2.7.0. * [tools/build.c] [include/stackframe.h] [memory/global.c] [loader/task.c] [memory/selector.c] Some Visual Basic programs (and possibly others, too) expect ES to be preserved by a call to an API function, so we have to save it. In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es to prevent segfaults if ES contained the selector to be freed. Sun Jul 9 20:21:20 1995 Jon Tombs <jon@gtex02.us.es> * [*/*] Added missing prototypes to header files and relevant includes to reduce compile time warnings. Sun Jul 9 18:32:56 1995 Michael Patra <micky@marie.physik.tu-berlin.de> * [configure.in] [include/config.h] [*/Makefile.in] New configuration scheme based on autoconf. Sat Jul 8 14:12:45 1995 Morten Welinder <terra+@cs.cmu.edu> * [miscemu/ioports.c] Revamp to have only one in- and one out- variant, both really implemented. * [miscemu/instr.c] INSTR_EmulateInstruction: Use new ioport interface. Implement string io. Correct instruction pointer for 32-bit code. * [include/miscemu.h] Update port function prototypes. * [include/registers.h] Defined FS and GS. Sat Jul 8 13:38:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl> * [misc/dos_fs.c] ChopOffSlash(): A path consisting off a single slash is left intact, and multiple slashes are all removed.
276 lines
6.1 KiB
C
276 lines
6.1 KiB
C
/***************************************************************************
|
|
* Copyright 1995, Technion, Israel Institute of Technology
|
|
* Electrical Eng, Software Lab.
|
|
* Author: Michael Veksler.
|
|
***************************************************************************
|
|
* File: bit_array.c
|
|
* Purpose : manipulate array of bits
|
|
* Portability: This is not completely portable, non CISC arcitectures
|
|
* Might not have atomic Clear/Set/Toggle bit. On those
|
|
* architectures semaphores should be used.
|
|
* Big Endian Concerns: This code is big endian compatible,
|
|
* but the byte order will be different (i.e. bit 0 will be
|
|
* located in byte 3).
|
|
***************************************************************************
|
|
*/
|
|
|
|
/*
|
|
** uncoment the following line to disable assertions,
|
|
** this may boost performance by up to 50%
|
|
*/
|
|
/* #define NDEBUG */
|
|
|
|
#ifndef NO_ASM
|
|
#define HAS_BITOPS
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <assert.h>
|
|
|
|
#include "bit_array.h"
|
|
#if defined(HAS_BITOPS)
|
|
# include <asm/bitops.h>
|
|
#else
|
|
static __inline__ int clear_bit(int bit, int *mem);
|
|
static __inline__ int set_bit(int bit, int *mem);
|
|
#endif /* HAS_BITOPS */
|
|
|
|
|
|
#define INT_NR(bit_nr) ((bit_nr) >> INT_LOG2)
|
|
#define INT_COUNT(bit_count) INT_NR( bit_count + BITS_PER_INT - 1 )
|
|
#define BIT_IN_INT(bit_nr) ((bit_nr) & (BITS_PER_INT - 1))
|
|
|
|
#if !defined(HAS_BITOPS)
|
|
|
|
/* first_zero maps bytes value to the index of first zero bit */
|
|
static char first_zero[256];
|
|
static int arrays_initialized=0;
|
|
|
|
|
|
/*
|
|
** initialize static arrays used for bit operations speedup.
|
|
** Currently initialized: first_zero[256]
|
|
** set "arrays_initialized" to inidate that arrays where initialized
|
|
*/
|
|
|
|
static void initialize_arrays()
|
|
{
|
|
int i;
|
|
int bit;
|
|
|
|
for (i=0 ; i<256 ; i++) {
|
|
/* find the first zero bit in `i' */
|
|
for (bit=0 ; bit < BITS_PER_BYTE ; bit++)
|
|
/* break if the bit is zero */
|
|
if ( ( (1 << bit) & i )
|
|
== 0)
|
|
break;
|
|
first_zero[i]= bit;
|
|
}
|
|
arrays_initialized=1;
|
|
}
|
|
|
|
/*
|
|
** Find first zero bit in the integer.
|
|
** Assume there is at least one zero.
|
|
*/
|
|
static __inline__ int find_zbit_in_integer(unsigned int integer)
|
|
{
|
|
int i;
|
|
|
|
/* find the zero bit */
|
|
for (i=0 ; i < sizeof(int) ; i++, integer>>=8) {
|
|
int byte= integer & 0xff;
|
|
|
|
if (byte != 0xff)
|
|
return ( first_zero[ byte ]
|
|
+ (i << BYTE_LOG2) );
|
|
}
|
|
assert(0); /* never reached */
|
|
return 0;
|
|
}
|
|
|
|
/* return -1 on failure */
|
|
static __inline__ int find_first_zero_bit(unsigned *array, int bits)
|
|
{
|
|
unsigned int integer;
|
|
int i;
|
|
int bytes=INT_COUNT(bits);
|
|
|
|
if (!arrays_initialized)
|
|
initialize_arrays();
|
|
|
|
for ( i=bytes ; i ; i--, array++) {
|
|
integer= *array;
|
|
|
|
/* test if integer contains a zero bit */
|
|
if (integer != ~0U)
|
|
return ( find_zbit_in_integer(integer)
|
|
+ ((bytes-i) << INT_LOG2) );
|
|
}
|
|
|
|
/* indicate failure */
|
|
return -1;
|
|
}
|
|
|
|
static __inline__ int test_bit(int pos, unsigned *array)
|
|
{
|
|
unsigned int integer;
|
|
int bit = BIT_IN_INT(pos);
|
|
|
|
integer= array[ pos >> INT_LOG2 ];
|
|
|
|
return ( (integer & (1 << bit)) != 0
|
|
? 1
|
|
: 0 ) ;
|
|
}
|
|
|
|
/*
|
|
** The following two functions are x86 specific ,
|
|
** other processors will need porting
|
|
*/
|
|
|
|
/* inputs: bit number and memory address (32 bit) */
|
|
/* output: Value of the bit before modification */
|
|
static __inline__ int clear_bit(int bit, int *mem)
|
|
{
|
|
int ret;
|
|
|
|
__asm__("xor %1,%1
|
|
btrl %2,%0
|
|
adcl %1,%1"
|
|
:"=m" (*mem), "=&r" (ret)
|
|
:"r" (bit));
|
|
return (ret);
|
|
}
|
|
|
|
static __inline__ int set_bit(int bit, int *mem)
|
|
{
|
|
int ret;
|
|
__asm__("xor %1,%1
|
|
btsl %2,%0
|
|
adcl %1,%1"
|
|
:"=m" (*mem), "=&r" (ret)
|
|
:"r" (bit));
|
|
return (ret);
|
|
}
|
|
|
|
#endif /* !deined(HAS_BITOPS) */
|
|
|
|
|
|
/* AssembleArray: assemble an array object using existing data */
|
|
bit_array *AssembleArray(bit_array *new_array, unsigned int *buff, int bits)
|
|
{
|
|
assert(new_array!=NULL);
|
|
assert(buff!=NULL);
|
|
assert(bits>0);
|
|
assert((1 << INT_LOG2) == BITS_PER_INT); /* if fails, redefine INT_LOG2 */
|
|
|
|
new_array->bits=bits;
|
|
new_array->array=buff;
|
|
return new_array;
|
|
}
|
|
|
|
/* ResetArray: reset the bit array to zeros */
|
|
int ResetArray(bit_array *bits)
|
|
{
|
|
int i;
|
|
int *p;
|
|
|
|
assert(bits!=NULL);
|
|
assert(bits->array!=NULL);
|
|
|
|
for(i= INT_COUNT(bits->bits), p=bits->array; i ; p++, i--)
|
|
*p=0;
|
|
return 1;
|
|
}
|
|
|
|
|
|
/* VacantBit: find a vacant (zero) bit in the array,
|
|
* Return: Bit index on success, -1 on failure.
|
|
*/
|
|
int VacantBit(bit_array *bits)
|
|
{
|
|
int bit;
|
|
|
|
assert(bits!=NULL);
|
|
assert(bits->array!=NULL);
|
|
|
|
bit= find_first_zero_bit(bits->array, bits->bits);
|
|
|
|
if (bit >= bits->bits) /* failed? */
|
|
return -1;
|
|
|
|
return bit;
|
|
}
|
|
|
|
int SampleBit(bit_array *bits, int i)
|
|
{
|
|
assert(bits != NULL);
|
|
assert(bits->array != NULL);
|
|
assert(i >= 0 && i < bits->bits);
|
|
|
|
return ( test_bit(i,bits->array) != 0
|
|
? 1
|
|
: 0
|
|
);
|
|
}
|
|
|
|
|
|
/*
|
|
** Use "compare and exchange" mechanism to make sure
|
|
** that bits are not modified while "integer" value
|
|
** is calculated.
|
|
**
|
|
** This may be the slowest technique, but it is the most portable
|
|
** (Since most architectures have compare and exchange command)
|
|
*/
|
|
int AssignBit(bit_array *bits, int bit_nr, int val)
|
|
{
|
|
int ret;
|
|
|
|
assert(bits != NULL);
|
|
assert(bits->array != NULL);
|
|
assert(val==0 || val==1);
|
|
assert(bit_nr >= 0 && bit_nr < bits->bits);
|
|
|
|
if (val==0)
|
|
ret= clear_bit(BIT_IN_INT(bit_nr), &bits->array[ INT_NR(bit_nr) ]);
|
|
else
|
|
ret= set_bit(BIT_IN_INT(bit_nr), &bits->array[ INT_NR(bit_nr) ]);
|
|
|
|
return ( (ret!=0) ? 1 : 0);
|
|
}
|
|
|
|
/*
|
|
** Allocate a free bit (==0) and make it used (==1).
|
|
** This operation is guaranteed to resemble an atomic instruction.
|
|
**
|
|
** Return: allocated bit index, or -1 on failure.
|
|
**
|
|
** There is a crack between locating free bit, and allocating it.
|
|
** We assign 1 to the bit, test it was not '1' before the assignment.
|
|
** If it was, restart the seek and assign cycle.
|
|
**
|
|
*/
|
|
|
|
int AllocateBit(bit_array *bits)
|
|
{
|
|
int bit_nr;
|
|
int orig_bit;
|
|
|
|
assert(bits != NULL);
|
|
assert(bits->array != NULL);
|
|
|
|
do {
|
|
bit_nr= VacantBit(bits);
|
|
|
|
if (bit_nr == -1) /* No vacant bit ? */
|
|
return -1;
|
|
|
|
orig_bit = AssignBit(bits, bit_nr, 1);
|
|
} while (orig_bit != 0); /* it got assigned before we tried */
|
|
|
|
return bit_nr;
|
|
}
|