summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * include/winnt.h (PVOID): Move to before HANDLE typedef.Danny Smith2003-07-123-2/+9
| | | | | * include/winuser.h (mouse_event): Correct type of fifth param, Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
* * include/winnt.h (HANDLE): Define based on STRICT filter.Earnie Boyd2003-07-112-3/+10
| | | | | (THREAD_BASE_PRIORITY_MIN): Use parens around negative value. (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
* * path.cc (get_device_number): Remove special com? consideration.Christopher Faylor2003-07-112-51/+63
| | | | | | | | | | (special_chars): Make static. (special_introducers): New. (special_char): Allow specified valid_chars args. (fnunmunge): Handle aux-like filenames correctly. (special_name): Add con, conin$, conout$. (mount_item::fnmunge): Use __small_sprintf return value to calculate increments.
* 2000-04-27 Alexandre Oliva <aoliva@cygnus.com>Alexandre Oliva2003-07-103-0/+50
| | | | | | * libc/include/machine/setjmp.h (_JBLEN, AM33/2.0): Set to 26. * libc/machine/mn10300/setjmp.S (setjmp, longjmp): Save and restore callee-saved FP registers.
* 2001-10-30 Jeff Johnston <jjohnstn@redhat.com>Alexandre Oliva2003-07-105-0/+321
| | | | | | | | | | * mn10300/asb2305.ld: Added ASB2305 support. * mn10300/configure: Ditto. * mn10300/configure.in: Ditto. 2001-09-12 Stan Cox <scox@redhat.com> * mn10300/asb2303.ld: New file. Linker script for the ASB2303 AM33/2.00 board. * mn10300/configure.in: Add support for asb2303 board script.
* * libc/include/sys/unistd.h (ftruncate, truncate): Also declareJoern Rennecke2003-07-107-9/+43
| | | | | | | | | | for __sh__. * libc/sys/sh/Makefile.am (lib_a_SOURCES): Add ftruncate.c and truncate.c. * libc/sys/sh/Makefile.in: Regenerate. * libc/sys/sh/sys/syscall.h: (SYS_truncate, SYS_ftruncate): Define. * libc/sys/sh/ftruncate.c: New file. * libc/sys/sh/truncate.c: Likewise.
* * xtensa-config.h: Undef all macros before defining them.Bob Wilson2003-07-102-2/+77
|
* * configure: Rebuilt.Alexandre Oliva2003-07-103-42/+76
| | | | | | | | 2001-09-26 Alexandre Oliva <aoliva@redhat.com> * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build newlib nor libgloss. Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com> * configure.in (am33_2.0-*-linux*): Added.
* * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.Bob Wilson2003-07-103-33/+44
| | | | * configure: Regenerate.
* 2001-05-16 Alexandre Oliva <aoliva@redhat.com>Alexandre Oliva2003-07-102-1/+27
| | | | | | | | | | | * mn10300.h: Introduce GOTPC16, GOTOFF24, GOTOFF16 and PLT16, and rename GOTPC to GOTPC32 and GOTOFF to GOTOFF32. Renumbered all relocs. 2001-04-12 Alexandre Oliva <aoliva@redhat.com> * mn10300.h (R_MN10300_GOTPC, R_MN10300_GOTOFF, R_MN10300_PLT32, R_MN10300_GOT32, R_MN10300_GOT24, R_MN10300_GOT16, R_MN10300_COPY, R_MN10300_GLOB_DAT, R_MN10300_JMP_SLOT, R_MN10300_RELATIVE): New relocs.
* 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>Alexandre Oliva2003-07-102-0/+17
| | | | | | | | * mn10300.h (AM33_2): Renamed from AM33. 2000-03-31 Alexandre Oliva <aoliva@cygnus.com> * mn10300.h (AM332, FMT_D3): Defined. (MN10300_OPERAND_FSREG, MN10300_OPERAND_FDREG): Likewise. (MN10300_OPERAND_FPCR): Likewise.
* 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>Alexandre Oliva2003-07-102-0/+9
| | | | | | | * mn10300.h (E_MN10300_MACH_AM33_2): Renamed from E_MN10300_MACH_AM332. 2000-03-31 Alexandre Oliva <aoliva@cygnus.com> * mn10300.h (E_MN10300_MACH_AM332): Defined.
* * include/cygwin/version.h: Bump DLL minor number to 1.Christopher Faylor2003-07-102-1/+5
|
* * fhandler_proc.cc (format_proc_stat): Use correctly sized constants forChristopher Faylor2003-07-103-4/+4
| | | | filling in zeros on 98.
* * include/cygwin/version.h: Bump DLL minor number to 1.Christopher Faylor2003-07-102-1/+5
|
* * fhandler_proc.cc (fhandler_proc::fill_filebuf): Allocate more space for statChristopher Faylor2003-07-102-23/+60
| | | | | buffer. (format_proc_stat): Reorganize to accumulate and report on all cpus.
* * sysconf.cc (sysconf): Return processors online rather than bitmask forChristopher Faylor2003-07-092-1/+13
| | | | _SC_NPROCESSORS_ONLN.
* * libc/include/math.h (nan, nanf): Update prototype to C99.Alexandre Oliva2003-07-095-11/+19
| | | | | | * libm/common/s_nan.c (nan): Likewise. * libm/common/s_nanf.c (nanf, nan): Likewise. * libc/sys/linux/cmath/math_private.h (nan, nanf): Likewise.
* * cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor2003-07-098-26/+64
| | | | | | | | | | | | (ccalloc): Only issue system_printf when debugging. * dtable.cc (dtable::extend): Only allocate 100 * the incremental growth size max. Set errno appropriately. (dtable::build_fhandler): Check for error from set_name. * fhandler.cc (fhandler_base::set_name): Set errno and return error on OOM. * fhandler.h (fhandler_base::set_name): Change to bool. * fhandler_process.cc (format_process_stat): Fix formatting. * resource.cc (getrlimit): Return greater of OPEN_MAX or fd table size. * sysconf.cc (sysconf): Ditto.
* Refer to full name in latest ChangeLog entry.Jeff Johnston2003-07-081-1/+1
|
* 2003-07-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-07-083-3/+23
| | | | | | * configure.in: Reapply Inaoko's multilib patch from 04-17-03. * configure: Regenerated.
* * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete structDanny Smith2003-07-082-8/+23
| | | | | | names _TV_DISPINFO[AW] and typedefs. Add defines for backward compatability. Thanks to Magnus Olsen <greatlord@users.sf.net> for report.
* 2003-07-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-07-072-22/+4
| | | | * libc/include/stdbool.h: Removed as this is defined by gcc.
* * rmsym: Don't use ranlib.Christopher Faylor2003-07-072-4/+6
|
* * newsym: Reenable removal of tmp directory. Just use ar to generate archiveChristopher Faylor2003-07-073-6/+10
| | | | | index. * Makefile.in: Don't send ranlib to newsym.
* * newsym: Create objects that are closer to those created by dlltool so as notChristopher Faylor2003-07-073-6/+24
| | | | | | to confuse --export-all-symbols. * rmsym: Be a little more accepting of object filenames now that dlltool can create different format files.
* * newsym: Oops. Revert below change.Christopher Faylor2003-07-072-1/+5
|
* * newsym: Use correct prefix for generating imports.Christopher Faylor2003-07-063-2/+8
| | | | | * pinfo.cc (_pinfo::commune_send): Don't wait forever for a response from another process.
* update copyrightChristopher Faylor2003-07-061-1/+1
|
* 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-07-062-0/+12
| | | | * demangle.h: Support C++.
* * winsup.api/known_bugs.tcl: Remove gethostid01 from list of known bugs.Christopher Faylor2003-07-062-1/+6
|
* 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-07-064-2158/+2168
| | | | | | * config-ml.in: Replace PWD with PWD_COMMAND. * Makefile.tpl: Likewise. * Makefile.in: Regenerated.
* white spaceChristopher Faylor2003-07-061-1/+1
|
* * syscalls.cc (gethostid): Set thread affinity so that results are predictable.Christopher Faylor2003-07-062-6/+19
|
* * Makefile.in: Remove .dat files when cleaning.Christopher Faylor2003-07-062-1/+5
|
* * Makefile.in: Remove .d files when cleaning.Christopher Faylor2003-07-062-1/+5
|
* * mmap.cc (list::match): Add parameters to return valid address andCorinna Vinschen2003-07-052-25/+54
| | | | | | | | | | length back to munmap(). Evaluate intersection between given area and mapped area and return it, if any. (mmap64): On regular files, don't allow mappings beginning beyond EOF. Return with errno set to ENXIO instead. (munmap): Rewrite SUSv3 conformant. Check if given memory area is valid. Unmap all maps inside given memory area. Don't return error if no mapping has been unmapped.
* * fhandler.h (fhandler_socket::get_connect_state): New method toCorinna Vinschen2003-07-054-5/+32
| | | | | | | | | | return socket connection state. * fhandler_socket.cc (dup): Copy socket connect state to new file handle. * net.cc (cygwin_rcmd): Mark file handles of sockets returned by rcmd() as CONNECTED state. (cygwin_rexec): Similarly for rexec(). (socketpair): Mark both ends of a new socket pair as CONNECTED.
* Clean up white spaceZack Weinberg2003-07-051-10/+10
|
* fix typoChristopher Faylor2003-07-041-1/+1
|
* * mmap.cc (fhandler_disk_file::mmap): Fix address test.Corinna Vinschen2003-07-042-1/+5
|
* * mount.cc (struct opt): Remove posix option.Christopher Faylor2003-07-043-2/+22
|
* * mount.cc (longopts): Add long "options" keyword.Christopher Faylor2003-07-043-2/+72
| | | | | | | | (opts): Add -o option. (usage): Display -o option. (struct opt): New. (concat3): New function. (main): Handle -o flag.
* * path.cc (fillout_mntent): Change "posix" to "managed".Christopher Faylor2003-07-042-1/+5
|
* * fhandler.h (FH_ENC): New enum.Christopher Faylor2003-07-045-33/+150
| | | | | | | | | | | | | | | | | | | | (fhandler_base::get_encoded): New function. (fhandler_base::set_encoded): Ditto. * fhandler_disk_file.cc (fhandler_disk_file::opendir): Set encoded flag in fhandler, as appropriate. (fhandler_disk_file::readdir): Unmunge filename as appropriate based on new encoding flag. * path.cc (normalize_posix_path): Don't punt on files with colons. (special_char): New function. (mount_item::fnmunge): Ditto. (fnunmunge): Ditto. (special_name): Ditto. (mount_item::build_win32): Avoid drive considerations when file is encoded. (mount_info::conv_to_win32_path): Handle encoded filenames. (mount_info::conv_to_posix_path): Ditto. (fillout_mntent): Add posix string when directory is encoded. * path.h (fnunmunge): Declare. (path_conv::is_encoded): Declare.
* ntsec patchChristopher Faylor2003-07-041-7/+7
|
* * fhandler_tty.cc (fhandler_tty_slave::open): Conditionalize a little more ofChristopher Faylor2003-07-032-5/+11
| | | | the cygserver stuff so that ttys actually work.
* * mmap.cc (mmap64): Allow MAP_FIXED with pagesize granularity (4K).Corinna Vinschen2003-07-032-7/+58
| | | | | | | If a non-zero addr is given, align it to the next lower 64K boundary. (fhandler_disk_file::mmap): If a non-zero address is given, try mapping using the given address first. If it fails and flags is not MAP_FIXED, try again with NULL address.
* 2003-07-03 Shaun Jackman <sjackman@pathwayconnect.com>Jeff Johnston2003-07-032-0/+26
| | | | * libc/include/stdbool.h: New header file defined by C99.
* * config.guess, config.sub: Update with new versions from ftp.gnu.org.Earnie Boyd2003-07-033-431/+601
|