]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
21 years ago* cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion over
Christopher Faylor [Fri, 9 May 2003 17:56:58 +0000 (17:56 +0000)]
* cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion over
waiting for signal delivery.

21 years ago * xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on
Alan Modra [Fri, 9 May 2003 11:36:09 +0000 (11:36 +0000)]
* xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on
gen_num_opcodes_fn return type.

21 years ago* cygwin-ug-net.in.sgml: Remove outdated revision information and authors names
Joshua Daniel Franklin [Fri, 9 May 2003 00:05:02 +0000 (00:05 +0000)]
* cygwin-ug-net.in.sgml: Remove outdated revision information and authors names

21 years agos/burtle/iterative
Jason Merrill [Wed, 7 May 2003 20:30:13 +0000 (20:30 +0000)]
s/burtle/iterative

21 years agoIndex: gdb/ChangeLog
Andrew Cagney [Wed, 7 May 2003 19:21:13 +0000 (19:21 +0000)]
Index: gdb/ChangeLog
2003-05-07  Andrew Cagney  <cagney@redhat.com>

* d10v-tdep.c (remote_d10v_translate_xfer_address): Add
"regcache".
(d10v_print_registers_info): Update.
(d10v_dmap_register, d10v_imap_register): Delete functions.
(struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
and "imap_register".
(d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
(d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
* arch-utils.c (generic_remote_translate_xfer_address): Add
"regcache" and "gdbarch" parameters.
* gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
parameter.  Change class to multi-arch.
* gdbarch.h, gdbarch.c: Re-generate.
* remote.c (remote_xfer_memory): Use
gdbarch_remote_translate_xfer_address.

Index: include/gdb/ChangeLog
2003-05-07  Andrew Cagney  <cagney@redhat.com>

* sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter.
(sim_d10v_translate_imap_addr): Add regcache parameter.
(sim_d10v_translate_dmap_addr): Ditto.

Index: sim/d10v/ChangeLog
2003-05-07  Andrew Cagney  <cagney@redhat.com>

* interp.c (sim_d10v_translate_addr): Add "regcache" parameter.
(sim_d10v_translate_imap_addr): Ditto.
(sim_d10v_translate_dmap_addr): Ditto.
(xfer_mem): Pass NULL regcache to sim_d10v_translate_addr.
(dmem_addr): Pass NULL regcache to sim_d10v_translate_dmap_addr.
(dmap_register, imap_register): Add "regcache" parameter.
(imem_addr): Pass NULL regcache to sim_d10v_translate_imap_addr.
(sim_fetch_register): Pass NULL regcache to imap_register and
dmap_register.

21 years agolibiberty/
Jason Merrill [Wed, 7 May 2003 18:06:23 +0000 (18:06 +0000)]
libiberty/
        * hashtab.c (burtle_hash): New fn.
        * configure.in: Add AC_C_BIGENDIAN_CROSS.
        * aclocal.m4: Include accross.m4.
        * configure, config.in: Regenerate.
include/
        * hashtab.h (burtle_hash): Prototype.
        (burtle_hash_object): New macro.

21 years ago * include/_mingw.h: Change version to 3.0
Earnie Boyd [Wed, 7 May 2003 03:12:17 +0000 (03:12 +0000)]
* include/_mingw.h: Change version to 3.0
* Makefile.in: Ditto.

21 years ago* signal.cc (nanosleep): Do not wait twice for signal arrival.
Thomas Pfaff [Tue, 6 May 2003 19:39:10 +0000 (19:39 +0000)]
* signal.cc (nanosleep): Do not wait twice for signal arrival.

21 years agoUh hum, just not my day
Earnie Boyd [Tue, 6 May 2003 16:04:25 +0000 (16:04 +0000)]
Uh hum, just not my day

21 years ago* configure: Regenerate
Earnie Boyd [Tue, 6 May 2003 14:48:34 +0000 (14:48 +0000)]
* configure: Regenerate

21 years ago * configure.in (W32API_INCLUDE): Need the -I switch in the value.
Earnie Boyd [Tue, 6 May 2003 14:46:06 +0000 (14:46 +0000)]
* configure.in (W32API_INCLUDE): Need the -I switch in the value.
* mingwex/configure.in (W32API_INCLUDE): Ditto.
* profile/configure.in (W32API_INCLUDE): Ditto.

21 years agoOops. Add ending quotes to CFLAGS value.
Earnie Boyd [Tue, 6 May 2003 13:35:20 +0000 (13:35 +0000)]
Oops. Add ending quotes to CFLAGS value.

21 years ago * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites
Earnie Boyd [Tue, 6 May 2003 13:26:44 +0000 (13:26 +0000)]
* configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites
of multiply defined symbols if the symbols is defined locally.  E.G.:
A local definition of malloc causes this problem.
* configure: Regenerate.
* profile/Makefile.in (W32API_INCLUDE): New variable.
(ALL_CFLAGS): Use W32API_INCLUDE value.
(ALL_CXXFLAGS): Ditto.
(gcrt0.o gcrt1.o gcrt2.o): Use ALL_CFLAGS instead of CFLAGS.
Thanks to Jeff Bonggren <jbon@users.sf.net>.
* profile/configure.in (W32API_INCLUDE): Set default value.
* profile/configure: Regenerate.
* mingwex/Makefile.in (W32API_INCLUDE): New variable.
(ALL_CFLAGS): Use W32API-INCLUDE value.
(ALL_CXXFLAGS): Ditto.
* mingwex/configure.in (W32API_INCLUDE): Set default value.
* mingwex/configure: Regenerate.

21 years ago2003-05-05 H.J. Lu <hjl@gnu.org>
H.J. Lu [Mon, 5 May 2003 21:35:08 +0000 (21:35 +0000)]
2003-05-05  H.J. Lu <hjl@gnu.org>

* config-ml.in: Restored from gcc repository.

21 years ago * Makefile.in (W32API_INCLUDE): New variable.
Earnie Boyd [Mon, 5 May 2003 16:04:11 +0000 (16:04 +0000)]
* Makefile.in (W32API_INCLUDE): New variable.
(ALL_CFLAGS): Include W32API_INCLUDE value.
(ALL_CXXFLAGS): Ditto.
* configure.in (CFLAGS): Add -D__USE_CRTIMP=1 to default values.
(W32API_INCLUDE): Set default value.
* configure: Regenerate.

21 years ago * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
Danny Smith [Mon, 5 May 2003 09:16:35 +0000 (09:16 +0000)]
  * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
HOTKEY_CLASS): Remove dupicate defines for UNICODE case.

21 years ago * include/cygwin/types.h: Fix erroneous definition of ino_t from
Corinna Vinschen [Sat, 3 May 2003 18:14:29 +0000 (18:14 +0000)]
* include/cygwin/types.h: Fix erroneous definition of ino_t from
2003-04-28.

21 years ago * syscalls.cc (chown_worker): Allow chown'ing of socket files.
Corinna Vinschen [Sat, 3 May 2003 16:03:19 +0000 (16:03 +0000)]
* syscalls.cc (chown_worker): Allow chown'ing of socket files.

21 years ago2003-05-02 Chris Demetriou <cgd@broadcom.com>
Chris Demetriou [Sat, 3 May 2003 01:31:50 +0000 (01:31 +0000)]
2003-05-02  Chris Demetriou  <cgd@broadcom.com>

        * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
        * Makefile.in: Regenerate.

21 years ago2003-05-02 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 3 May 2003 00:44:23 +0000 (00:44 +0000)]
2003-05-02  Andrew Cagney  <cagney@redhat.com>

* New file.

21 years agoCheck in proper version of Eric's patch.
Jeff Johnston [Fri, 2 May 2003 20:06:52 +0000 (20:06 +0000)]
Check in proper version of Eric's patch.

21 years ago2003-05-02 Eric Christopher <echristo@redhat.com>
Jeff Johnston [Fri, 2 May 2003 19:30:45 +0000 (19:30 +0000)]
2003-05-02  Eric Christopher  <echristo@redhat.com>

        * mips/cma101.c (__sizemem): Make sure that end is not in .sdata.

21 years ago * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
Daniel Jacobowitz [Fri, 2 May 2003 17:29:48 +0000 (17:29 +0000)]
* src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
and Makefile.def.

21 years ago2003-05-02 Steven Edwards <Steven_Ed4153@yahoo.com>
Danny Smith [Fri, 2 May 2003 00:46:57 +0000 (00:46 +0000)]
2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>

* include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.

21 years ago2003-05-02 Francois Ferrand <typz@sourceforge.users.net>
Danny Smith [Fri, 2 May 2003 00:16:03 +0000 (00:16 +0000)]
2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>

* include/commctrl.h (TBM_*): Add missing trackbar defines.

21 years ago * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
Danny Smith [Fri, 2 May 2003 00:11:49 +0000 (00:11 +0000)]
* include/cplext.h (CPLPAGE_MOUSE_WHEEL,
CPLPAGE_DISPLAY_BACKGROUND): Add defines.

21 years agooops - undo accidental change commited with a different patch
Nick Clifton [Thu, 1 May 2003 16:32:56 +0000 (16:32 +0000)]
oops - undo accidental change commited with a different patch

21 years ago* Makefile.in: Revert patch from 2003-04-17.
Thomas Pfaff [Wed, 30 Apr 2003 22:18:24 +0000 (22:18 +0000)]
* Makefile.in: Revert patch from 2003-04-17.

21 years ago * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
Danny Smith [Wed, 30 Apr 2003 09:28:15 +0000 (09:28 +0000)]
* include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
(SetDCPenColor, SetDCBrushColor): Add prototypes.
* lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.

21 years agoAdd entry for change to libnosys/sbrk.c
Nick Clifton [Tue, 29 Apr 2003 08:00:22 +0000 (08:00 +0000)]
Add entry for change to libnosys/sbrk.c

21 years agobfd/
H.J. Lu [Tue, 29 Apr 2003 01:53:45 +0000 (01:53 +0000)]
bfd/

2003-04-28  H.J. Lu <hjl@gnu.org>

* elfxx-ia64.c (elfNN_ia64_relax_section): Relax ldxmov during
the relax finalize pass.

* section.c (struct sec): Add need_finalize_relax and remove
flag11.
(STD_SECTION): Update struct sec initializer.
* bfd-in2.h: Regenerated.

include/

2003-04-28  H.J. Lu <hjl@gnu.org>

* bfdlink.h (bfd_link_info): Add relax_finalizing.

ld/

2003-04-28  H.J. Lu <hjl@gnu.org>

* ldlang.c (lang_process): Add the relax finalize pass.

* ldmain.c (main): Initialize link_info.relax_finalizing to
FALSE.

21 years ago* profil.h (PROFADDR): Prevent overflow when text segments are larger than
Christopher Faylor [Mon, 28 Apr 2003 20:10:54 +0000 (20:10 +0000)]
* profil.h (PROFADDR): Prevent overflow when text segments are larger than
256k.
* profil.c (profthr_func): Raise thread priority for more accurate sampling.
* path.cc (hash_path_name): Use ino_t as type.

21 years agoRegenerated using different version of autoconf.
Jeff Johnston [Mon, 28 Apr 2003 17:19:05 +0000 (17:19 +0000)]
Regenerated using different version of autoconf.

21 years ago * Makefile.tpl: Clean $(BUILD_SUBDIR).
Daniel Jacobowitz [Mon, 28 Apr 2003 02:24:35 +0000 (02:24 +0000)]
* Makefile.tpl: Clean $(BUILD_SUBDIR).
* Makefile.in: Regenerated.

21 years agoreally check in correct fix.
Christopher Faylor [Sun, 27 Apr 2003 03:14:02 +0000 (03:14 +0000)]
really check in correct fix.

21 years ago* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.
Christopher Faylor [Sun, 27 Apr 2003 03:09:17 +0000 (03:09 +0000)]
* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.

21 years ago* mkpasswd.c (usage) Remove extra newline from description output.
Joshua Daniel Franklin [Sat, 26 Apr 2003 22:33:00 +0000 (22:33 +0000)]
* mkpasswd.c (usage) Remove extra newline from description output.

21 years ago2003-04-26 Bang Jun-Young <junyoung@netbsd.org>
Danny Smith [Sat, 26 Apr 2003 22:00:16 +0000 (22:00 +0000)]
2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>

* include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.

21 years ago* cygcheck.cc (usage) Add description output.
Joshua Daniel Franklin [Sat, 26 Apr 2003 21:52:03 +0000 (21:52 +0000)]
* cygcheck.cc (usage) Add description output.

21 years ago* gcc.sgml: Remove outdated "WinMainCRTStartup" references. Add a hellogui.c example
Joshua Daniel Franklin [Sat, 26 Apr 2003 14:10:59 +0000 (14:10 +0000)]
* gcc.sgml: Remove outdated "WinMainCRTStartup" references. Add a hellogui.c example

21 years ago * include/oaidl.h (ITypeMarshal): Add interface.
Danny Smith [Sat, 26 Apr 2003 08:48:03 +0000 (08:48 +0000)]
* include/oaidl.h (ITypeMarshal): Add interface.

21 years ago2003-04-26 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith [Sat, 26 Apr 2003 08:31:29 +0000 (08:31 +0000)]
2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>

* include/winioctl.h: Clean up formatting.
(RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
(CREATE_DISK): Add _ANONYMOUS_UNION macro.
(DISK_CACHE_INFORMATION): Likewise.
(DISK_DETECTION_INFO): Likewise.
(DISK_PARTITION_INFO): Likewise.
(PARTITION_INFORMATION_EX): Likewise.
(DRIVE_LAYOUT_INFORMATION_EX): Likewise.

2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* include/winbase.h (DeleteVolumeMountPoint[AW],
FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
SetVolumeMountPoint[AW]): Add prototypes.
* include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
IOCTL_DISK_SET_PARTITION_INFO_EX,
IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
IOCTL_DISK_GET_CACHE_INFORMATION,
IOCTL_DISK_SET_CACHE_INFORMATION,
IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
FSCTL_MOVE_FILE): Define.
(CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
DISK_CACHE_INFORMATION,
DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
MOVE_FILE_DATA,
RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs
(PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
(MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
F5_720_512,
F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024, F3_128Mb_512,
F3_230Mb_512,
F8_256_128, F3_200Mb_512, F3_240M_512, and F3_32M_512.
* lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
stubs.

21 years ago * include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.h
Corinna Vinschen [Fri, 25 Apr 2003 08:32:30 +0000 (08:32 +0000)]
* include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.h
to allow standalone usage (autoconf).

21 years agoAdd support for h8300hn and h8300sn
Nick Clifton [Thu, 24 Apr 2003 12:36:08 +0000 (12:36 +0000)]
Add support for h8300hn and h8300sn

21 years ago* fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef sense
Christopher Faylor [Thu, 24 Apr 2003 01:57:07 +0000 (01:57 +0000)]
* fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef sense
throughout.

21 years agoinclude/
H.J. Lu [Thu, 24 Apr 2003 01:43:33 +0000 (01:43 +0000)]
include/

* bfdlink.h (bfd_link_callbacks): Add error_handler.

ld/

* ldmain.c (link_callbacks): Initialize error_handler.

* ldmisc.c (error_handler): New function.

* ldmisc.h (error_handler): New prototype.

21 years agobfd:
Joern Rennecke [Wed, 23 Apr 2003 21:09:04 +0000 (21:09 +0000)]
bfd:
        * archures.c (enum bfd_architecture): Amend comment to refer to SuperH.
        * cpu-sh.c: Likewise.
        * elf32-sh.c: Likewise.
        * reloc.c (bfd_reloc_code_real): Likewise.
        * elf32-sh64-com.c: Change comment to refer to SuperH.
        * elf32-sh64.c: Likewise.
        * elf64-sh64.c: Likewise.
        * bfd-in2.h (enum bfd_architecture): Regenerate.
binutils:
        * readelf.c (get_machine_name) <EM_SH>: Amend return value
        to refer to SuperH.
gas:
        * config/tc-sh.c: Amend comment to refer to SuperH.
        * config/tc-sh.h: Likewise.
        (LISTING_HEADER): Amend to refer to SuperH.
        * config/tc-sh64.c: Change comment to refer to SuperH.
        * config/tc-sh64.h (LISTING_HEADER): Change to refer to SuperH.
        * doc/as.texinfo [SH, GENERIC]: Amend / Change to refer to SuperH.
        * doc/c-sh.texi: Amend to refer to SuperH.
        Add SuperH architecture documentation references.
        * doc/c-sh64.texi: Change to refer to SuperH.
include/elf:
        * common.h (EM_SH): Amend comment to refer to SuperH.
ld/testsuite:
        * ld-sh/sh64/crange3-cmpct.rd (Machine): Change to refer to SuperH.
        * ld-sh/sh64/crange3-media.rd (Machine): Likewise.

21 years agoHandle the simulation of programs that load with data in ROM which needs to be
Nick Clifton [Wed, 23 Apr 2003 17:54:00 +0000 (17:54 +0000)]
Handle the simulation of programs that load with data in ROM which needs to be
copied into RAM before execution starts.

21 years agofix typo
Christopher Faylor [Wed, 23 Apr 2003 01:54:17 +0000 (01:54 +0000)]
fix typo

21 years ago* select.cc (fhandler_pipe::ready_for_read): Assure that get_guard is called
Christopher Faylor [Wed, 23 Apr 2003 01:27:51 +0000 (01:27 +0000)]
* select.cc (fhandler_pipe::ready_for_read): Assure that get_guard is called
for successful non-blocking pipe reads.

21 years agoReplace references to Mitsubishi M32R with references to Renesas M32R.
Nick Clifton [Tue, 22 Apr 2003 16:21:18 +0000 (16:21 +0000)]
Replace references to Mitsubishi M32R with references to Renesas M32R.

21 years ago * include/inttypes.h: New file.
Corinna Vinschen [Tue, 22 Apr 2003 14:55:01 +0000 (14:55 +0000)]
* include/inttypes.h: New file.
* include/stdint.h: New file.
* include/cygwin/in.h: Include stdint.h instead of sys/types.h.
* include/cygwin/types.h: Include stdint.h.  Remove typedefs for
intN_t and uintN_t since these are defined in stdint.h now.

21 years agoClarify number bump
Christopher Faylor [Mon, 21 Apr 2003 04:33:00 +0000 (04:33 +0000)]
Clarify number bump

21 years ago* include/cygwin/version.h: Bump DLL major number to 5. Change DLL minor
Christopher Faylor [Mon, 21 Apr 2003 04:31:06 +0000 (04:31 +0000)]
* include/cygwin/version.h: Bump DLL major number to 5.  Change DLL minor
number to 0.  Bump API minor number.

21 years ago * autoload.cc (CreateWindowStationA): Add.
Corinna Vinschen [Sun, 20 Apr 2003 08:56:42 +0000 (08:56 +0000)]
* autoload.cc (CreateWindowStationA): Add.
(SetProcessWindowStation): Add.

21 years ago* wincap.h (wincaps:pty_needs_alloc_console): New element.
Christopher Faylor [Sun, 20 Apr 2003 01:36:15 +0000 (01:36 +0000)]
* wincap.h (wincaps:pty_needs_alloc_console): New element.
(wincapc:pty_needs_alloc_console): New function.
* wincap.cc: Add pty_needs_alloc_console throughout.
* fhandler_tty.cc (fhandler_tty_slave::open): Open an "invisible" console on
first pty allocation.

21 years ago* fhandler_tty.cc (fhandler_tty_slave::open): Allocate a console whenever a pty
Christopher Faylor [Sat, 19 Apr 2003 02:04:55 +0000 (02:04 +0000)]
* fhandler_tty.cc (fhandler_tty_slave::open): Allocate a console whenever a pty
is allocated.

21 years ago* Makefile.in: Use ${nostdlib} variable.
Christopher Faylor [Sat, 19 Apr 2003 01:03:16 +0000 (01:03 +0000)]
* Makefile.in: Use ${nostdlib} variable.
* fhandler_proc.cc (format_proc_cpuinfo): Change /proc/cpuinfo "vendor id"
string to "vendor_id" to conform with Linux systems.

21 years ago* Makefile.in: Reorganize to try to allow lack of mingw/w32api to work.
Christopher Faylor [Sat, 19 Apr 2003 01:02:51 +0000 (01:02 +0000)]
* Makefile.in: Reorganize to try to allow lack of mingw/w32api to work.

21 years ago* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
DJ Delorie [Sat, 19 Apr 2003 00:19:40 +0000 (00:19 +0000)]
* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
* Makefile.in: Regenerate.

* configure.in (powerpc64*-*-linux*): Remove.
* configure: Rebuilt.

21 years ago* syscalls.cc (setsid): Don't call FreeConsole if ctty is already < 0.
Christopher Faylor [Fri, 18 Apr 2003 00:25:41 +0000 (00:25 +0000)]
* syscalls.cc (setsid): Don't call FreeConsole if ctty is already < 0.

21 years ago* Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
DJ Delorie [Thu, 17 Apr 2003 21:30:52 +0000 (21:30 +0000)]
* Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
and restrap.
* Makefile.in:  Regenerate.

* configure.in (arm-*-netbsdelf*): Enable building java libraries.
* configure: Regenerated.

21 years ago* Makefile.in: Add finline-functions optimization to CXXFLAGS.
Thomas Pfaff [Thu, 17 Apr 2003 20:05:15 +0000 (20:05 +0000)]
* Makefile.in: Add finline-functions optimization to CXXFLAGS.
* autoload.cc (LoadDLLprime): Rename std_dll_init to
_std_dll_init.
(std_dll_init): Remove name mangling prototype. Add attributes
used and noinline.
(wsock_init): Ditto.
Change wsock_init to _wsock_init in wsock32 and ws2_32
LoadDLLprime.
* exceptions.cc (unused_sig_wrapper): Remove prototype. Add
attributes used and noinline.
* pwdgrp.h ((pwdgrp (passwd *&)): Remove inline code.
(pwdgrp (__group32 *&)): Ditto.
* grp.cc (pwdgrp (passwd *&)): Outline constructor.
(pwdgrp (__group32 *&)): Ditto.

21 years ago* thread.h (pthread::equal): New static method.
Thomas Pfaff [Thu, 17 Apr 2003 19:57:01 +0000 (19:57 +0000)]
* thread.h (pthread::equal): New static method.
* thread.cc: Rename pthread_equal to pthread::equal throughout.
(pthread_equal): Use pthread::equal to compare threads ids.

21 years ago2003-04-17 Inaoka Kazuhiro <inaoka.kazuhiro@renesas.com>
Jeff Johnston [Thu, 17 Apr 2003 19:41:54 +0000 (19:41 +0000)]
2003-04-17  Inaoka Kazuhiro  <inaoka.kazuhiro@renesas.com>

        * m32r/Makefile.in: Add multilib support.
        * m32r/configure.in: Ditto.
        * m32r/configure: Regenerated.

21 years ago2003-04-16 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Wed, 16 Apr 2003 15:45:29 +0000 (15:45 +0000)]
2003-04-16  Jeff Johnston  <jjohnstn@redhat.com>

        * newlib/libc/machine/powerpc (ato*fix*.c,strto*fix*.c): Shield
        all code with #ifdef __SPE__ test.
        * newlib/libc/machine/powerpc (simdldtoa.c, ufix64toa.c): Ditto.

21 years ago * include/wingdi.h (DM_SPECVERSION): Define.
Earnie Boyd [Wed, 16 Apr 2003 12:19:57 +0000 (12:19 +0000)]
* include/wingdi.h (DM_SPECVERSION): Define.
Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
* include/rpcdce.h (UuidCreateSequential): Properly guard with
appropriate _WIN32_WINNT values.

21 years ago Add .jcr section mapping.
Nick Clifton [Wed, 16 Apr 2003 11:53:46 +0000 (11:53 +0000)]
 Add .jcr section mapping.

21 years ago* termios.cc (setspeed): New function.
Christopher Faylor [Wed, 16 Apr 2003 03:03:45 +0000 (03:03 +0000)]
* termios.cc (setspeed): New function.
(cfsetospeed): Use setspeed to set speed.
(cfsetispeed): Use setspeed to set speed.
* autoload.cc: Add load statement for UuidCreate, and UuidCreateSequential.
* cpuid.h: New file.
* cygwin.din: Export gethostid.
* fhandler_proc.cc (cpuid): Move to cpuid.h.
(can_set_flag): Move to cpuid.h.
* syscalls.cc (gethostid): New function.
* version.h: Bump DLL minor version number to 83.

21 years ago* rpcdce.h: Add declaration for UuidCreateSequential.
Christopher Faylor [Wed, 16 Apr 2003 02:57:33 +0000 (02:57 +0000)]
* rpcdce.h: Add declaration for UuidCreateSequential.
* rpcrt4.def: Add entry for UuidCreateSequential.

21 years agoFix a race in pthread_rwlock caused by simultanoues unlock and cancelation.
Thomas Pfaff [Tue, 15 Apr 2003 20:14:12 +0000 (20:14 +0000)]
Fix a race in pthread_rwlock caused by simultanoues unlock and cancelation.

* thread.h (pthread_rwlock::release): New method.
* thread.cc (pthread_rwlock::unlock): Use release to signal
waiting threads.
(pthread_rwlock::rdlock_cleanup): Signal waiting threads after a
cancelation.
(pthread_rwlock::wrlock_cleanup): Ditto.

21 years ago* newlib/libc/include/sys/unistd.h: add declaration for gethostid on Cygwin.
Christopher Faylor [Tue, 15 Apr 2003 20:13:49 +0000 (20:13 +0000)]
* newlib/libc/include/sys/unistd.h: add declaration for gethostid on Cygwin.

21 years agoReplace occurrances of 'Hitachi' with 'Renesas'.
Nick Clifton [Tue, 15 Apr 2003 08:51:53 +0000 (08:51 +0000)]
Replace occurrances of 'Hitachi' with 'Renesas'.

21 years ago2003-04-14 Phil Krylov <likewolf@users.sourceforge.net>
Danny Smith [Mon, 14 Apr 2003 05:26:34 +0000 (05:26 +0000)]
2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>

* include/winuser.h (VK_*): Add missing defines.

2003-04-14  Vincent B�ron  <papineau@users.sourceforge.net>

* include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
documented typedefs for struct _NM_UPDOWN.
Add defines for backward comapatibility.
* include/commdlg.h (OFN_ENABLESIZING): Add define.
* include/wininet.h (IRF_*): Add issing defines.

2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>

* lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.

21 years ago* mkvers.sh: Prefix day with 0 in date only when day < 10.
Christopher Faylor [Mon, 14 Apr 2003 02:09:57 +0000 (02:09 +0000)]
* mkvers.sh: Prefix day with 0 in date only when day < 10.

21 years ago2003-04-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Sun, 13 Apr 2003 16:50:31 +0000 (16:50 +0000)]
2003-04-07  Michael Snyder  <msnyder@redhat.com>

* h8300.h (ldc/stc): Fix up src/dst swaps.

21 years ago* Makefile.common (w32api_lib): Fix w32api detection.
Christopher Faylor [Fri, 11 Apr 2003 21:48:39 +0000 (21:48 +0000)]
* Makefile.common (w32api_lib): Fix w32api detection.

21 years ago * configure.in (LIBM_A): Define for cygwin target.
Earnie Boyd [Fri, 11 Apr 2003 12:35:51 +0000 (12:35 +0000)]
* configure.in (LIBM_A): Define for cygwin target.
* configure (LIBM_A): Ditto.

21 years ago * include/sspi.h: Add comment for FreeCredentialsHandle.
Earnie Boyd [Fri, 11 Apr 2003 12:27:39 +0000 (12:27 +0000)]
* include/sspi.h: Add comment for FreeCredentialsHandle.

21 years ago * security.cc (get_info_from_sd): New function.
Corinna Vinschen [Fri, 11 Apr 2003 09:38:07 +0000 (09:38 +0000)]
* security.cc (get_info_from_sd): New function.
(get_nt_attribute): Only call read_sd and get_info_from_sd.
Return void.
(get_file_attribute): Move sd error handling to get_info_from_sd.
and symlink handling to fhandler_disk_file::fstat_helper.
(get_nt_object_attribute): Only call read_sd and get_info_from_sd.
Return void.
(get_object_attribute): Remove symlink handling and simply return -1
when ntsec is off.
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): For
symlinks set the attribute, call get_file_attribute to get the ids
and return.  In the normal case call get_file_attribute with the
addresses of the buffer ids and do not recheck if the file is a socket.

21 years ago* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
Alexandre Oliva [Fri, 11 Apr 2003 03:58:39 +0000 (03:58 +0000)]
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
* */configure: Rebuilt.

21 years ago* cygthread.cc (cygthread::stub): Initialize stack pointer earlier.
Christopher Faylor [Fri, 11 Apr 2003 02:16:17 +0000 (02:16 +0000)]
* cygthread.cc (cygthread::stub): Initialize stack pointer earlier.
(cygthread::simplestub): Initialize stack pointer.
(cygthread::terminate_thread): Account for possibility that stack pointer has
not been set.  Issue warnings for unusual conditions.

21 years agoPierre's update for mkgroup/mkpasswd
Joshua Daniel Franklin [Thu, 10 Apr 2003 23:27:13 +0000 (23:27 +0000)]
Pierre's update for mkgroup/mkpasswd

21 years agoSetup updates. More about installing everything, not using setup to mirror.
David Starks-Browning [Thu, 10 Apr 2003 20:09:35 +0000 (20:09 +0000)]
Setup updates.  More about installing everything, not using setup to mirror.

21 years ago2003-04-09 Chris Demetriou <cgd@broadcom.com>
Jeff Johnston [Thu, 10 Apr 2003 20:07:57 +0000 (20:07 +0000)]
2003-04-09  Chris Demetriou  <cgd@broadcom.com>

        * mips/cfe.c (_flush_cache): New function.

21 years ago * regex/regex.h: Define regoff_t as _off_t.
Corinna Vinschen [Thu, 10 Apr 2003 19:49:30 +0000 (19:49 +0000)]
* regex/regex.h: Define regoff_t as _off_t.
* regex/regex2.h: Ditto.

21 years ago * cygwin.din: Export wcscoll, wcswidth and wcwidth.
Corinna Vinschen [Thu, 10 Apr 2003 08:22:42 +0000 (08:22 +0000)]
* cygwin.din: Export wcscoll, wcswidth and wcwidth.
* include/cygwin/version.h: Bump API minor number.

21 years ago* cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.
Christopher Faylor [Thu, 10 Apr 2003 05:27:34 +0000 (05:27 +0000)]
* cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.
* cygthread.cc: Ditto.
(cygthread::stub): Don't initialize already initialized events.
(cygthread::freerange): Don't create thread here.
(cygthread::cygthread): Create thread here.  Die if thread not created.
(cygthread::operator new): Simplify.  Just grab a thread structure from the
pool.  Don't try to start the thread.
(cygthread::terminate_thread): Don't close event handles.  Just reuse them.
Call MEM_RELEASE rather than MEM_DECOMMIT (from Joe Buehler).

21 years ago2003-04-10 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet [Thu, 10 Apr 2003 01:14:18 +0000 (01:14 +0000)]
2003-04-10  Pierre Humblet  <pierre.humblet@ieee.org>

        * mkpasswd.c (current_user): print uid and gid as unsigned.
        (enum_users): Ditto. Do not free servername.
        (usage): Update to allow several domains and improve -p.
        (main): On Win9x limit uids to 1000. Only print specials
        when -l is specified. Add a loop to allow several domains
        and free servername in the loop.
        * mkgroup.c (enum_groups): Do not free servername.
        (usage): Update to allow several domains. Change uid to gid.
        (main): Only print specials when -l is specified. Add a
        loop to allow several domains and free servername in the loop.

21 years ago * libc/machine/sh/memset.S: Avoid clobbering volatile
Joern Rennecke [Wed, 9 Apr 2003 10:48:02 +0000 (10:48 +0000)]
* libc/machine/sh/memset.S: Avoid clobbering volatile
objects following a tiny to-be-set array in the same quadword.

21 years ago * libc/include/wchar.h: Add definitions for wcswidth and wcwidth.
Corinna Vinschen [Wed, 9 Apr 2003 10:42:12 +0000 (10:42 +0000)]
* libc/include/wchar.h: Add definitions for wcswidth and wcwidth.
* libc/string/Makefile.am: Add wcswidth.c and wcwidth.c
* libc/string/Makefile.in: Regenerated.
* libc/string/wcswidth.c: New file.
* libc/string/wcwidth.c: New file.
* libc/string/wcstrings.tex: Add wcswidth and wcwidth.

21 years ago * mips.h: Correct comment typo.
Alan Modra [Wed, 9 Apr 2003 00:12:24 +0000 (00:12 +0000)]
* mips.h: Correct comment typo.

21 years agoadd lack of '~' to ash missing features
David Starks-Browning [Tue, 8 Apr 2003 22:24:27 +0000 (22:24 +0000)]
add lack of '~' to ash missing features

21 years ago* fhandler_console.cc (fhandler_console::read) Handle certain key up events, to
Christopher Faylor [Tue, 8 Apr 2003 21:19:33 +0000 (21:19 +0000)]
* fhandler_console.cc (fhandler_console::read) Handle certain key up events, to
allow pasting accented characters and typing them using the "alt + numerics"
sequences.
* include/limits.h (IOV_MAX): Set to a number which is small enough to use in
an array.

21 years ago* winsup.api/pthread/condvar9.c: Fix test.
Thomas Pfaff [Tue, 8 Apr 2003 18:29:37 +0000 (18:29 +0000)]
* winsup.api/pthread/condvar9.c: Fix test.

21 years ago * include/time.h (strftime): Remove duplicate declaration.
Danny Smith [Mon, 7 Apr 2003 01:31:37 +0000 (01:31 +0000)]
* include/time.h (strftime): Remove duplicate declaration.

21 years ago2003-04-07 Marcel Telka <telka@users.sourceforge.net>
Danny Smith [Mon, 7 Apr 2003 01:06:23 +0000 (01:06 +0000)]
2003-04-07 Marcel Telka <telka@users.sourceforge.net>

* include/ddk/winddk.h (KIRQL): Typedef as UCHAR. not ULONG.

21 years ago* cygthread.h (cygthread::avail): Make LONG for easier use with Interlocked*
Christopher Faylor [Fri, 4 Apr 2003 18:52:11 +0000 (18:52 +0000)]
* cygthread.h (cygthread::avail): Make LONG for easier use with Interlocked*
functions.
* cygthread.cc (cygthread::init): Eliminate unneeded muto.
(cygthread::operator new): Don't lock.  Instead change use of avail variable
into tri-state: available (1), not available (-1), uninitialized (0).
(cygthread::terminate_thread): Set avail to uninitialized.
(cygthread::detach): Eliminate local 'avail'.  Always set avail to 1 unless
signalled.
* cygthread.cc (cygthread::operator new): Be more defensive when messing with

21 years agoNamespace cleanup for the tic4x target. Replace s/c4x/tic4x/ and s/c3x/tic3x/. 2003...
Svein Seldal [Fri, 4 Apr 2003 08:15:15 +0000 (08:15 +0000)]
Namespace cleanup for the tic4x target. Replace s/c4x/tic4x/ and s/c3x/tic3x/. 2003 copyright update

21 years agoadd comments
Christopher Faylor [Fri, 4 Apr 2003 06:03:52 +0000 (06:03 +0000)]
add comments

This page took 0.062862 seconds and 5 git commands to generate.