summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * dlfcn.cc (dlopen): Do not call LoadLibrary with a NULL pointer, when theChristopher Faylor2001-02-142-1/+7
| | | | library is not found
* * fhandler_console.cc (fhandler_console::char_command): Ignore unknownChristopher Faylor2001-02-142-7/+5
| | | | rendition codes in \033[xx;yym control sequences
* * include/shlobj.h: Add missing SLR_* flags.Corinna Vinschen2001-02-132-1/+9
|
* * include/coff/pe.h: Rename PEP64AOUTHDR to PEPAOUTHDR. RenameDJ Delorie2001-02-132-2/+7
| | | | PEP64AOUTSZ to PEPAOUTSZ.
* * lib/Makefile.in: (host_alias): Add variable.Earnie Boyd2001-02-123-31/+20
| | | | | | | | | | | | (host_build): Ditto: (xinstall): Removed (xinstall-libraries): Ditto. (xinstall-headers): Ditto. (xuninstall): Ditto. (xuninstall-libraries): Ditto. (xuninstall-headers): Ditto. * Makefile.in: (host_alias): Add variable. (build_alias): Ditto.
* 2001-02-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-02-122-4/+6
| | | | | * libc/include/sys/stat.h: Add mknod for Cygwin now that Cygwin definition has correct prototype.
* * i386.h (i386_optab): SSE integer converison instructions haveJan Hubicka2001-02-122-6/+11
| | | | | | | 64bit versions on x86-64. * i386-dis.c (prefix_user_t): Add 'Y' to SSE ineger converison instructions. (putop): Handle 'Y'
* Remove annoying entry....:-)Nick Clifton2001-02-101-5/+0
|
* Remove extraneous whitespaceNick Clifton2001-02-102-12/+18
|
* * fork.cc (fork_parent): Return EAGAIN when can't record pid.Christopher Faylor2001-02-104-6/+26
| | | | | * pinfo.h (pinfo::remember): Return value of call to proc_subproc. * sigproc.cc (proc_subproc): Return error if can't record pid.
* Add s390 supportNick Clifton2001-02-1014-2/+241
|
* * syscalls.cc (mknod): Add valid parameters.Christopher Faylor2001-02-092-1/+5
|
* 2001-02-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-02-092-1/+10
| | | | | | * libc/include/sys/stat.h: Must revert change for mknod for CYGWIN until winsup/cygwin/syscalls.cc changes mknod prototype.
* 2001-02-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-02-092-1/+5
| | | | * libc/include/stdio.h: Revert putw prototype.
* 2001-02-08 Edward M. Lee <tailbert@yahoo.com>Jeff Johnston2001-02-096-13/+16
| | | | | | | | | * libc/include/grp.h: add prototype for initgroups. * libc/include/stdio.h: fix prototype for putw. * libc/include/sys/signal.h: add prototype for killpg. * libc/include/sys/stat.h: enable mknod/lstat for CYGWIN. * libc/include/sys/unistd.h: add prototypes for getpgid, setpgrp, vhangup and remove duplicate sysconf prototype.
* * mmap.cc (mmap): Check for reusing a mapping only on MAP_SHAREDCorinna Vinschen2001-02-082-2/+8
| | | | and on MAP_PRIVATE|MAP_ANON in the special case of offset 0.
* * mmap.cc (class list): Add member `hash'.Corinna Vinschen2001-02-082-8/+25
| | | | | | | | (list::list): Initialize `hash'. (list::get_list_by_fd): Use filepath hash value to get the correct mapping list if it's not an anonymous mapping. (map::add_list): Initialize `hash' with filepath hash value. (mmap): Check for reusing a mapping only on MAP_SHARED.
* * setup2.sgml: Add docs about domain accounts.DJ Delorie2001-02-082-3/+29
|
* * signal.cc (killpg): Correct first argument.Christopher Faylor2001-02-072-1/+5
|
* * autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.Corinna Vinschen2001-02-076-163/+263
| | | | | | | | | | | | | | | | | | | | Add LoadDLLfuncEx statements for GetIfTable@12 and GetIpAddrTable@12. * fhandler_socket.cc (fhandler_socket::ioctl): Move variable definitions to the beginning of the function to allow better debugging. Add handling for SIOCGIFHWADDR, SIOCGIFMETRIC and SIOCGIFMTU. * net.cc: Include iphlpapi.h. (get_2k_ifconf): Rewritten. Uses IP Helper API now. (get_nt_ifconf): Add handling for SIOCGIFHWADDR, SIOCGIFMETRIC and SIOCGIFMTU. (get_95_ifconf): Ditto. Renamed from `get_9x_ifconf'. (get_ifconf): Name loopback `lo' instead of `lo0' as in Linux. Add handling for SIOCGIFHWADDR, SIOCGIFMETRIC and SIOCGIFMTU. Call `get_95_ifconf' only on Windows 95, `get_nt_ifconf' only on Windows NT < Service Pack 3, `get_2k_ifconf otherwise. * include/asm/socket.h: Add defines for SIOCGIFHWADDR, SIOCGIFMETRIC and SIOCGIFMTU. * include/cygwin/if.h: Add `ifr_hwaddr', `ifr_metric' and `ifr_mtu'. (struct ifreq): Add `ifru_hwaddr'.
* 2001-02-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-02-072-346/+4
| | | | * libc/sys/rtems/sys/types.h: Removed.
* * configure: Output host type to stdout, not stderr.DJ Delorie2001-02-072-1/+5
|
* 2001-01-23 H.J. Lu <hjl@gnu.org>H.J. Lu2001-02-062-0/+44
| | | | | * include/coff/pe.h (struct external_PEI_DOS_hdr): New. (struct external_PEI_IMAGE_hdr): New.
* 2001-02-06 Will Cohen <wcohen@redhat.com>Jeff Johnston2001-02-062-8/+8
| | | | | * rs6000/sim-errno.c (__errno): Removed. (_cerror): Use re-entrant version of errno.
* * syscalls.cc (stat_worker): Add a check for the special case whenCorinna Vinschen2001-02-062-18/+47
| | | | a process creates a file using mode 000 using ntsec.
* 2001-02-05 Charles Wilson <cwilson@ece.gatech.edu>Jeff Johnston2001-02-052-0/+5
| | | | * libc/include/locale.h: add LC_MESSAGES definition
* * fhandler.cc (fhandler_base::open): Always add GENERIC_READ accessCorinna Vinschen2001-02-054-6/+101
| | | | | | | | | | when opening raw disk devices. * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Implement bytewise access. * fhandler_raw.cc (fhandler_dev_raw::open): Always open raw disk device binary. (fhandler_dev_raw::raw_write): Don't drop read buffer content when writing after read.
* * mmap.cc (mmap_record::fixup_map): New method to duplicateCorinna Vinschen2001-02-052-45/+83
| | | | | | | | | the memory protection in a just forked child. (mmap): Realign gran_len to page boundary only on anonymous mapping before saving in the mmap_record. (munmap): Cleanup code. (msync): Ditto. (fixup_mmaps_after_fork): Ditto. Call mmap_record::fixup_map now.
* * config.guess: Import from subversions.gnu.org (revision 1.181).Michael Sokolov2001-02-043-32/+81
| | | | * config.sub: Import from subversions.gnu.org (revision 1.199).
* Binutils portion of fix for syntax array elements when maxPatrick Macdonald2001-02-022-9/+11
| | | | | | | | | | | | | operands is greater than 127. 2001-02-02 Patrick Macdonald <patrickm@redhat.com> * cgen.h (CGEN_SYNTAX_CHAR_TYPE): Typedef as unsigned short. (CGEN_MAX_SYNTAX_ELEMENTS): Rename from CGEN_MAX_SYNTAX_BYTES. (CGEN_SYNTAX): Define using CGEN_MAX_SYNTAX_ELEMENTS. * fr30-desc.h: Regenerate with CGEN_MAX_SYNTAX_ELEMENTS. * m32r-desc.h: Regenerate.
* merge from gccDJ Delorie2001-02-021-1/+4
|
* * include/winnt.h: (__TEXT): Add private macro.Earnie Boyd2001-02-022-7/+29
| | | | | | | | (_TEXT): Modify definition to use __TEXT. (_T): Ditto. This change allows the passing of a MACRO as an argument and have that MACRO resolved first. Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
* Fri Feb 2 10:34:07 2001 Earnie Boyd <earnie@users.sourceforge.net>Earnie Boyd2001-02-022-13/+30
| | | | | | | | | * include/tchar.h: (__TEXT): Add private macro. (_TEXT): Modify definition to use __TEXT. (_T): Ditto. This change allows the passing of a MACRO as an argument and have that MACRO resolved first. Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
* * cygheap.cc (creturn): Correctly calculate cygheap_max.Christopher Faylor2001-02-022-2/+7
|
* * libc/sys/sh/sys/syscall.h (SYS_get_argc, SYS_get_argN_len,Alexandre Oliva2001-02-013-0/+39
| | | | | | SYS_get_argN): * libc/sys/sh/syscalls.c (__setup_argv_for_main, __setup_argv_and_call_main): New.
* * Makefile.in: Increment VERSION to 0.5Earnie Boyd2001-01-313-28/+36
| | | | | | * include/winnt.h: Change TEXT to _TEXT throughout. (SID_RELEASE): Define. Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
* * Makefile.in: Increment version to 0.5Earnie Boyd2001-01-313-3/+8
| | | | * include/_mingw.h: Increment minor version
* 2001-01-31 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-01-313-3/+32
| | | | | | | | | * libc/include/stdio.h (FILENAME_MAX): Changed to use __FILENAME_MAX__ if defined. (FOPEN_MAX): Changed to use __FOPEN_MAX__ if defined. (L_tmpnam): Changed to use __L_tmpnam__ if defined. * libc/include/sys/config.h: Changed to set __FILENAME_MAX__ appropriately for Cygwin and RTEMS so not to exceed PATH_MAX.
* * shared.cc (shared_info::initialize): Reduce size of heap.Christopher Faylor2001-01-312-1/+5
|
* * include/sys/resource.h: Fix typo.Corinna Vinschen2001-01-312-2/+6
|
* * include/sys/resources.h: Add RLIMIT_NLIMITS and RLIM_NLIMITS.Corinna Vinschen2001-01-312-0/+7
|
* * include/cygwin/version.h: Bump version to 1.3.0.Christopher Faylor2001-01-302-3/+7
|
* * include/assert.h: (assert): Remove ; from end of definitionEarnie Boyd2001-01-302-1/+6
| | | | Thanks to: AJ Reins <tbisp@qwest.net>
* * Apply Phil Krylov patches.Earnie Boyd2001-01-303-0/+104
| | | | | | | | | | | | | | | | | | | 2001-01-19 Phil Krylov <phil@mail.ru> * include/commctrl.h: (HDI_IMAGE) New definition. (HDI_DI_SETITEM) Ditto. (HDI_ORDER) Ditto. (HDI_FILTER) Ditto. (HDF_BITMAP_ON_RIGHT) Ditto. (HDF_IMAGE) Ditto. (HDM_SETORDERARRAY) Ditto. (Header_SetOrderArray) Ditto. (ICC_BAR_CLASSES) Ditto. (struct _HD_ITEMA) Change definition. (struct _HD_ITEMW) Ditto. (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces. (InitCommonControlsEx()) Ditto. 2001-01-23 Phil Krylov <phil@mail.ru> * include/richedit.h: Many Richedit 2.0 definitions.
* * include/winuser.h: (IDC_HAND) New resource identifier.Earnie Boyd2001-01-302-1/+7
| | | | Thanks to: Mark Jordon <mark_jordan@ieee.org>
* * include/iptypes.h: Include <sys/types.h> for time_t declaration.Earnie Boyd2001-01-302-2/+8
| | | | Fix typo's.
* * objidl.h: (GetClassID): Argument needs to be a pointer.Earnie Boyd2001-01-302-6/+12
| | | | | (GetUnmarshalClass): CLSID argument needs to be a pointer. Thanks To: <bge@users.sourceforge.net>
* * Apply Danny Smith patch 102386Earnie Boyd2001-01-302-1/+118
| | | | | 2000-11-15 Danny Smith <danny_r_smith_2001@yahoo.co.nz> * lib/rasapi32.def: add symbols available in NT4 and W2k
* * include/time.h: (CLOCKS_PER_SEC): Type cast the constant.Earnie Boyd2001-01-302-1/+6
| | | | Thanks to: Cosmin Truta <cosmin@cs.toronto.edu>
* * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead ofCorinna Vinschen2001-01-303-3/+9
| | | | | explicit cast (HANDLE) 0xffffffff. * shared.cc (open_shared): Ditto.