summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2003-02-23 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-02-232-3/+5
| | | | | * syslog.cc (syslog): Do not unlock the file before closing it and remove debug_printf about stream errors.
* 2003-02-23 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-02-232-0/+6
| | | | | * include/winbase.h (EVENTLOG_SUCCESS): Add define. Thanks to: Thomas Weber <thomasweber@sourceforge.net>
* whitespaceChristopher Faylor2003-02-221-1/+1
|
* * cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din:Christopher Faylor2003-02-224-1/+25
| | | | Export mallinfo. # malloc_wrapper.cc (mallinfo): New function.
* * syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as anChristopher Faylor2003-02-224-12/+29
| | | | | unsigned decimal. On Win95 print a timestamp and attempt to lock the file up to four times in 3 ms.
* 2003-02-22 Roland Schwingel <roland.schwingel@onevision.de>Danny Smith2003-02-223-0/+19
| | | | | | | * include/wingdi.h (AddFontMemResourceEx[AW]): Add. (RemoveFontMemResourceEx[AW]): Ditto * lib/gdi32.def (AddFontMemResourceEx[AW]): Add. (RemoveFontMemResourceEx[AW]): Ditto.
* 2003-02-22 Bang Jun-Young <junyoung@netbsd.org>Danny Smith2003-02-222-5/+438
| | | | | * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports. (NtCurrentTeb): Remove.
* * include/wsahelp.h: Remove ';' after closingDanny Smith2003-02-223-2/+8
| | | | | #ifdef __cplusplus brace. * include/ws2spi.h: Likewise.
* * include/winbase.h (MEMORYSTATUSEX): Add structure.Danny Smith2003-02-223-0/+23
| | | | | (GlobalMemoryStatusEx): Add prototype. * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
* Thanks to David Frasier <davidf@sjsoft.com> who inspired portions ofEarnie Boyd2003-02-218-1871/+66
| | | | | | | | | | | | this patch. * Makefile.in (libmsvcrtd.a): Add target library. (libmoldnamed.a): Ditto. (msvcrt.def, msvcrtd.def, msvcrt20.def, msvcrt40.def): Use msvcrt.def.in template to create. ($(srcdir)): Remove explicit reference for depencies of object targets. * moldname.def, moldname-msvcrt.def, moldname-crtdll.def, msvcrt.def, msvcrt20.def, msvcrt40.def: Remove. * msvcrt.def.in: New file (Copy of previous msvcrt.def).
* various updates to setup entries. Stronger emphasis to use setup, and only ↵David Starks-Browning2003-02-211-14/+11
| | | | | | setup. (no more "work in progres ... ")
* new link to "How To Ask Questions The Smart Way" by Eric S. Raymond, added ↵David Starks-Browning2003-02-211-0/+3
| | | | to Posting Guidelines entry
* remove tired subtitle "(Not completely updated for the latest net release, ↵David Starks-Browning2003-02-211-2/+0
| | | | but still useful!)"
* * fhandler_socket.cc (fhandler_socket::fhandler_socket): Fix compilerCorinna Vinschen2003-02-212-11/+13
| | | | | | warning. (fhandler_socket::fstat): Simplify. Set st_uid/st_gid to effective uid/gid of current process in case of open sockets.
* * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen2003-02-2111-85/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | data on sockets to evaluate AF_LOCAL sockets correctly. (dtable::build_fhandler): Set unit number on sockets. * fhandler.h (fhandler_socket): Add unit number. (fhandler_socket::get_unit): New method. * fhandler_socket.cc (fhandler_socket::fhandler_socket): Set unit number. (fhandler_socket::fstat): Reorganize to return more Linux-like values. * net.cc: include ctype.h. (fdsock): Set unit number when building fhandler. * path.cc (path_conv::check): Set device type to FH_SOCKET if file is a AF_UNIX socket. (get_devn): Evaluate unit for virtual socket devices. (win32_device_name): Set windows path for sockets to unix_path with just backslashes to keep the different names. * syscalls.cc (fstat64): Don't override st_ino, st_dev and st_rdev for sockets. (stat_worker): Ditto. From Pierre Humblet: * autoload.cc (AccessCheck): Add. (DuplicateToken): Add. * security.h (check_file_access): Declare. * syscalls.cc (access): Convert path to Windows, check existence and readonly attribute. Call check_file_access instead of acl_access. * security.cc (check_file_access): Create. * sec_acl (acl_access): Delete.
* Add SHT_IA_64_LOPSREG, SHT_IA_64_HIPSREG and SHT_IA_64_PRIORITY_INIT.Nick Clifton2003-02-212-31/+38
| | | | Add code to display these values in readelf.
* (ldmac, stmac): Replace MACREG with MS32 and MD32.Nick Clifton2003-02-212-44/+50
|
* * fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.Christopher Faylor2003-02-214-27/+38
| | | | | | (fhandler_disk_file::open): Accept some filesystem specific stuff. * sigproc.cc (wait_for_sigthread): Become slightly more thread safe. (sig_send): Don't assume that signal thread is ready.
* * Makefile.tpl: Add definition of CPPFLAGS to pass intoDJ Delorie2003-02-213-1/+25
| | | | | | configure-target-* as some target builds may require additional flags for preprocessor tests. * Makefile.in: Regenerated.
* merge from gccDJ Delorie2003-02-212-0/+8
|
* * libiberty.h (lrealpath): Add declaration.Daniel Jacobowitz2003-02-202-0/+8
|
* Add support for Cirrus Maverick ARM co-processorNick Clifton2003-02-203-9/+44
|
* * wincap.h (wincap): Remove unnecessary definition ofCorinna Vinschen2003-02-203-24/+17
| | | | | supports_sparse_files. * wincap.cc: Ditto.
* Index: include/gdb/ChangeLogAndrew Cagney2003-02-202-17/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-02-20 Andrew Cagney <ac131313@redhat.com> * remote-sim.c (gdbsim_insert_breakpoint) (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS code. Index: include/gdb/ChangeLog 2003-02-20 Andrew Cagney <ac131313@redhat.com> * remote-sim.h (SIM_RC): Delete unused SIM_RC_UNKNOWN_BREAKPOINT, SIM_RC_INSUFFICIENT_RESOURCES and SIM_RC_DUPLICATE_BREAKPOINT. (sim_set_breakpoint, sim_clear_breakpoint): Delete declarations. (sim_clear_all_breakpoints, sim_enable_breakpoint): Ditto. (sim_enable_all_breakpoints, sim_disable_breakpoint): Ditto. (sim_disable_all_breakpoints): Ditto. Index: sim/common/ChangeLog 2003-02-20 Andrew Cagney <ac131313@redhat.com> * Make-common.in (SIM_NEW_COMMON_OBJS): Remove sim-break.o (sim-break_h): Delete macro. (sim-break.o): Delete rule. * sim-break.c: Delete file. * sim-break.h: Delete file. * sim-base.h [SIM_HAVE_BREAKPOINTS]: Don't include "sim-break.h". (STATE_BREAKPOINTS): Delete macro. (sim_state_base): Delete field breakpoints. * sim-module.c (modules) [SIM_HAVE_BREAKPOINTS]: Don't add sim_break_install to array.
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptorCorinna Vinschen2003-02-205-159/+197
| | | | | | | | | | | | created by cygheap_fdnew constructor. * fhandler_virtual.cc (fhandler_virtual::opendir): Ditto. * fhandler_socket.cc (fhandler_socket::accept): Ditto and move creation of file descriptor behind blocking OS call. * net.cc (cygwin_socket): Ditto. (cygwin_rcmd): Ditto. (cygwin_rresvport): Ditto. (cygwin_rexec): Ditto. (socketpair): Ditto.
* * winsup.api/crlf.c: Fix C signed/unsigned compare warning.Corinna Vinschen2003-02-2024-28/+54
| | | | | | | | | | | | | | | | | | | | | | | | | * winsup.api/mmaptest01.c: Ditto. * winsup.api/ltp/chmod01.c: Ditto. * winsup.api/ltp/fork04.c: Ditto. * winsup.api/ltp/lseek03.c: Ditto. * winsup.api/ltp/lseek06.c: Ditto. * winsup.api/ltp/lseek07.c: Ditto. * winsup.api/ltp/lseek08.c: Ditto. * winsup.api/ltp/mmap001.c: Ditto. * winsup.api/ltp/mmap02.c: Ditto. * winsup.api/ltp/mmap03.c: Ditto. * winsup.api/ltp/mmap04.c: Ditto. * winsup.api/ltp/mmap05.c: Ditto. * winsup.api/ltp/mmap06.c: Ditto. * winsup.api/ltp/mmap07.c: Ditto. * winsup.api/ltp/mmap08.c: Ditto. * winsup.api/ltp/pipe11.c: Ditto. * winsup.api/ltp/poll01.c: Ditto. * winsup.api/ltp/sync02.c: Ditto. * winsup.api/ltp/times03.c: Ditto. * winsup.api/ltp/umask03.c: Ditto. * winsup.api/ltp/getpgid01.c: Remove unused obsolete include. * winsup.api/ltp/getpgid02.c: Ditto.
* * autoload.cc (GetCompressedFileSize): Add.Corinna Vinschen2003-02-203-1/+21
| | | | | * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Compute st_blocks value from GetCompressedFileSize() if available.
* w32api:Corinna Vinschen2003-02-207-11/+64
| | | | | | | | | | | | | | | | | | | | | | | | * include/winioctl.h (FSCTL_SET_SPARSE): Define. cygwin: * wincap.h (wincaps::supports_sparse_files): New flag. (wincapc::supports_sparse_files): New method. * wincap.cc (wincap_unknown): Define value for the new flag. (wincap_95): Ditto. (wincap_95osr2): Ditto. (wincap_98): Ditto. (wincap_98se): Ditto. (wincap_me): Ditto. (wincap_nt3): Ditto. (wincap_nt4): Ditto. (wincap_nt4sp4): Ditto. (wincap_2000): Ditto. (wincap_xp): Ditto. * path.h (path_conv::fs_flags): New method. * fhandler_disk_file.cc: Include winioctl.h for DeviceIoControl. (fhandler_disk_file::open): Set newly created and truncated files as sparse on platforms that support it.
* * Makefile.in: Make sure libmingwex.a from current build tree is used.Corinna Vinschen2003-02-202-2/+7
|
* * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.Alexandre Oliva2003-02-201-1/+1
| | | | | | * ltconfig: Handle it. * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of auto-detecting it.
* * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.Alexandre Oliva2003-02-204-10/+42
| | | | | | * ltconfig: Handle it. * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of auto-detecting it.
* * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags whereverAlexandre Oliva2003-02-193-9/+15
| | | | | it is used as argument to $CC. * ltcf-gcj.sh: Likewise.
* * configure.in: Introduce --enable-maintainer-mode.Alexandre Oliva2003-02-191-44/+91
| | | | | | | * configure: Rebuilt. * Makefile.tpl (Makefile.in, configure): Enable dependencies only for maintainer mode. * Makefile.in: Rebuilt.
* * configure.in: Introduce --enable-maintainer-mode.Alexandre Oliva2003-02-194-4/+31
| | | | | | | * configure: Rebuilt. * Makefile.tpl (Makefile.in, configure): Enable dependencies only for maintainer mode. * Makefile.in: Rebuilt.
* 2003-02-19 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-02-192-51/+44
| | | | * configure: Regenerate using autoconf 2.13.
* 2003-02-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-02-192-2/+6
| | | | * libc/stdlib/mallocr.c (unlink): Revert 02/18 fix.
* import latest versionsAlan Modra2003-02-193-63/+70
|
* 2003-02-18 Christian Groessler <chris@groessler.org>Jeff Johnston2003-02-182-6/+44
| | | | | * libc/machine/z8k/setjmp.S (_setjmp / _longjmp): Fix to support z8001 segmented mode.
* 2003-02-18 Earnie Boyd <earnie@users.sf.net>Jeff Johnston2003-02-182-2/+7
| | | | | * libc/stdlib/mallocr.c (unlink): Don't assign a value to a pointer with a NULL value.
* * Makefile.tpl (check-c++): Allow parallelism.Jason Merrill2003-02-183-2/+8
|
* * mips/nullmon.c (_ftext, _end): Adjust declaration.Richard Sandiford2003-02-182-9/+9
| | | | (get_mem_info): Rework.
* * mips/crt0.S (zerobss): Reload __memsize after call.Richard Sandiford2003-02-182-0/+5
|
* * ppc64.h (IS_PPC64_TLS_RELOC): Rename from IS_TLS_RELOC.Alan Modra2003-02-182-1/+3
|
* * grp.cc (internal_getgroups): Handle properly tokens withCorinna Vinschen2003-02-182-3/+6
| | | | no groups. Fix bug introduced on 2003-02-04.
* * ppc.h: Replace DTPMOD64, TPREL64, DTPREL64 with DTPMOD32 etc.Alan Modra2003-02-182-3/+10
| | | | (IS_PPC_TLS_RELOC): Define.
* 2003-02-17 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2003-02-172-3/+12
| | | | * mips/cfe.c (__cfe_handle, __cfe_entrypt): Fix types.
* Re-generate using autoconf 000227.Andrew Cagney2003-02-172-24/+1237
|
* * cygwin.din: Export all appropriate newlibc libm functions. Sort.Christopher Faylor2003-02-163-448/+481
| | | | * include/cygwin/version.h: Bump API minor number.
* * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,Geoffrey Keating2003-02-163-1239/+38
| | | | | don't configure target-libobjc. * configure: Regenerate.
* * cygwin.din: Export all appropriate newlib functions.Christopher Faylor2003-02-153-3/+82
| | | | * include/cygwin/version.h: Bump API minor number.