summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* * libc/stdlib/mallocr.c: Undefine windows preprocessor variables when compilingChristopher Faylor2001-01-302-0/+10
| | | | under Cygwin.
* Handle hppa64-linux systems.Alan Modra2001-01-302-0/+6
|
* * fhandler_serial.cc (raw_write): Use local copy of OVERLAPPED structureChristopher Faylor2001-01-302-7/+15
| | | | instead of shared structure to fix a race condition between read/write.
* 2001-01-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-01-295-4/+35
| | | | | | | | * libc/include/math.h (signgam): Change to errno-like solution using a function to return the address of the real signgam. * libc/reent/signgam.c: New file containing __signgam(). * libc/reent/Makefile.am: Added signgam.c to list of files. * libc/reent/Makefile.in: Regenerated.
* * time.h: (CLOCKS_PER_SEC) Change from FP to integer constant.Earnie Boyd2001-01-292-1/+5
|
* * mmap.cc (mmap): Remove obsolete check for MAP_SHARED|MAP_ANON asCorinna Vinschen2001-01-292-12/+7
| | | | being invalid.
* * mmap.cc (mmap_record::find_empty): Fix loop condition.Corinna Vinschen2001-01-292-1/+5
|
* * syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor2001-01-298-59/+88
| | | | | | | | | | | | | | | does. * cygheap.cc (init_cheap): Don't specify a load address for the heap. It doesn't work on #!*& Windows 9x. (cygheap_init): Move GetUserName to memory_init. * dcrt0.cc (dll_crt0_1): Call new memory_init functin, eliminate call to heap_init. * heap.cc (heap_init): Improve error output. * heap.h: Correct some declarations. * shared.cc (mount_table_init): Remove. (memory_init): Renamed from shared_init. Reorganize to accomodate strange Windows 9x problems with cygheap/heap interaction. * shared_info.h: Rename shared_init to memory_init.
* * include/wchar.h: The 2001.01.18 Change was incorrect. The functionsEarnie Boyd2001-01-282-3/+10
| | | | | are actually C functions. These functions are resolved via the -lmsvcp60 library and comments were placed in the header.
* Sun Jan 28 12:47:31 2001 Earnie Boyd <earnie@users.sourceforge.net>Earnie Boyd2001-01-282-27/+33
| | | | | | * Apply Danny Smith patch 102382 2000-11-15 Danny Smith <danny_r_smith_2001@yahoo.co.nz> * lib/mswsock.def: remove leading underscores from symbol names