aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-01-18* cygcheck.cc (already_did): Avoid default constructors, which may requireChristopher Faylor2-1/+6
exception support.
2002-01-17Fix bug when len == 1 and dst was not word aligned.Nick Clifton2-2/+14
2002-01-17 * cygpath.cc (main): Add options to show Desktop and StartCorinna Vinschen3-40/+149
Menu's Programs directory for current user or all users. Move bulk of DPWS options outside the getopt case statement. * utils.sgml: Update cygpath section for ADPWS options.
2002-01-17_sbrk(): Return -1 rather than aborting if too much memory is requested.Nick Clifton2-2/+15
2002-01-17 * Makefile.in: Add fnmatch.o to DLL_OFILES.Corinna Vinschen6-2/+305
* cygwin.din: Add fnmatch export symbol. * fnmatch.c: New file. * include/fnmatch.h: Ditto. * include/cygwin/version.h: Bump API minor version to 50.
2002-01-162002-01-16 H.J. Lu (hjl@gnu.org)H.J. Lu4-9/+31
* config.guess: Import from master sources, rev 1.225. * config.sub: Import from master sources, rev 1.238. * MAINTAINERS: Updated notes on config.guess and config.sub.
2002-01-16* coff/arm.h (F_VFP_FLOAT): Define.Richard Earnshaw3-2/+10
* elf/arm.h (F_VFP_FLOAT, EF_ARM_VFP_FLOAT): Define.
2002-01-16 * ppc.h (DT_PPC64_GLINK): Define.Alan Modra2-0/+7
2002-01-15 * path.cc (fchdir): Call chdir with full windows path.Corinna Vinschen2-1/+5
2002-01-15*** empty log message ***Mark Salter1-0/+5
2002-01-15Remove default interrupt routines.Mark Salter1-27/+0
2002-01-15Provide interrupt routine symbols which forward interrupts to user ↵Mark Salter1-0/+9
application vectors.
2002-01-15 * cygpath.cc (doit): Empty file ignored using option -i.Corinna Vinschen2-2/+11
2002-01-15*** empty log message ***Mark Salter1-0/+5
2002-01-15Rename stub app to eva_stub.elf and add it to install list.Mark Salter1-2/+2
2002-01-15 * mkpasswd.c (print_win_error): Add a new function.Corinna Vinschen2-24/+33
(enum_users): Use print_win_error. (enum_local_groups): Ditto. (main): Ditto.
2002-01-14 * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.Corinna Vinschen2-1/+7
(FILE_ATTRIBUTE_DEVICE): Add define.
2002-01-14 * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen8-21/+33
for file attributes throughout. * fhandler.cc: Ditto. * fhandler_disk_file.cc: Ditto. * path.cc: Ditto. * path.h: Ditto. * syscalls.cc: Ditto. * times.cc (utimes): Use path_conv::isdir() instead of explicit GetFileAttributes() call.
2002-01-14 * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.Corinna Vinschen2-0/+5
2002-01-13Add copyright stuffChristopher Faylor15-13/+33
2002-01-13* dcrt0.cc (multiple_cygwin_problem): Clarify logic and make CYGWIN_MISMATCH_OKChristopher Faylor2-5/+15
more powerful.
2002-01-12* overview.sgml: Fix Red Hat cygwin contract link.Christopher Faylor3-2/+7
* what.texinfo: Ditto.
2002-01-112002-01-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-3/+7
* libc/stdio/vfscanf.c (__svfscanf_r): Change loop that reads blanks from the input file to break if EOF reached rather than end processing.
2002-01-112002-01-11 Ralf Habacker <Ralf.Habacker@freenet.de>Robert Collins11-19/+32
* include/ntsecapi.h: Fixed missing void parameter type in some prototypes. * include/objbase.h: Ditto. * include/rapi.h: Ditto. * include/rpc.h: Ditto. * include/rpcdce.h: Ditto. * include/rpcdcep.h: Ditto. * include/rpcndr.h: Ditto. * include/rpcnsip.h: Ditto. * include/rpcproxy.h: Ditto. * include/windef.h: Ditto.
2002-01-112001-12-30 Guido Serassio <serassio@libero.it>Robert Collins2-0/+62
* include/winsvc.h: Add EnumServiceStatusEx(), QueryServiceStatusEx() & RegisterServiceCtrlHandlerEx()
2002-01-11Add ia64-hpux target. LD and GDB are not currently supported.Nick Clifton2-0/+9
2002-01-11* exceptions.cc (sig_handle): Accept a second argument indicating whether theChristopher Faylor5-5/+43
signal came from this process or not. * sigproc.h: Reflect sig_handle arg change. * signal.cc (kill_pgrp): Add sigframe info. (abort): New function. Eliminates newlib function of same name. * sigproc.cc (wait_sig): Pass "signal from this process" value as arg 2.
2002-01-10 * syscalls.cc (pathconf): Guard _PC_PATH_MAX branch against invalidCorinna Vinschen2-0/+7
file parameter.
2002-01-10* exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.Christopher Faylor5-12/+39
(ctrl_c_handler): Attempt to work around potential signal duplication during process startup. (sig_handle): Ignore SIGINT when we're just an "exec stub". * spawn.cc (spawn_guts): Store pid of spawned process in global for use by ctrl_c_handler. * dcrt0.cc (dll_crt0_1): Call renamed initialization function. * winsup.h: Reflect function name change.
2002-01-09 * net.cc (cygwin_accept): Set sun_path for newly connected socket.Corinna Vinschen2-0/+6
2002-01-09include/elf:Jason Thorpe2-1/+15
* common.h: Update copyright years. (NT_NETBSDCORE_PROCINFO): Define. (NT_NETBSDCORE_FIRSTMACH): Define. bfd: * elf.c: Update copyright years. (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH. Improve a comment. bintuils: * readelf.c (get_netbsd_elfcore_note_type): Use NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
2002-01-08* Makefile.in: Add uninstall target.Christopher Faylor2-0/+37
2002-01-07* sigproc.cc (getsem): Clean up debugging output.Christopher Faylor2-1/+5
2002-01-072002-01-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+5
* Change reference to Cygnus Solutions to be Red Hat.
2002-01-072002-01-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+5
* COPYING.NEWLIB: Update generic copyright date.
2002-01-072002-01-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-6/+10
* MAINTAINERS: Change e-mail addresses to refer to redhat domain.
2002-01-072002-01-07 Alan Matsuoka <alanm@redhat.com>Jeff Johnston3-0/+10
* libc/include/machine/ieeefp.h: Configure d10v doubles to be 32 bits if __DOUBLE__ == 32 otherwise doubles are 64 bits. libc/include/sys/config.h: Ditto.
2002-01-07ARM support added to libglossMark Salter2-28/+9
2002-01-07Add ARM supportMark Salter14-27/+2046
2002-01-07* sigproc.cc (getsem): Set errno when unable to create own semaphore.Christopher Faylor2-10/+17
Reorganize to make clearer that error should only come from initial creation of process semaphore.
2002-01-06* dtable.cc (dtable::init_std_file_from_handle): Add some defensive code toChristopher Faylor2-3/+11
invalid handle case.
2002-01-06 * ia64.h (ELF_STRING_ia64_unwind_hdr): New Macro for HP-UX.Alan Modra2-0/+31
(SHT_IA_64_HP_OPT_ANOT): Ditto (PT_IA_64_HP_OPT_ANOT): Ditto (PT_IA_64_HP_HSL_ANOT): Ditto (PT_IA_64_HP_STACK): Ditto (SHN_IA_64_ANSI_COMMON): Ditto
2002-01-06 * ioctl.cc (ioctl): Make third argument optional.Corinna Vinschen5-9/+29
* include/sys/ioctl.h: Ditto in declaration. * dtable.cc (dtable::init_std_file_from_handle): Revert previous bogus patch. * window.cc (WndProc): Raise SIGURG instead of SIGIO in case of FD_OOB message.
2002-01-06* dir.cc (opendir): Guarantee release of alloced fhandler structure on error.Christopher Faylor2-9/+16
2002-01-05 exceptions.cc (sig_handle): Set default action for SIGURG to SIG_IGN.Corinna Vinschen2-1/+6
2002-01-05 * dtable.cc (dtable::init_std_file_from_handle): Don't treat NULLCorinna Vinschen2-1/+6
handle as errorneous.
2002-01-04* cygmagic: Change logic for equality test.Christopher Faylor2-1/+5
2002-01-04* dir.cc (opendir): Don't attempt to call sub-opendir if ENOENT.Christopher Faylor2-0/+6
2002-01-04 * net.cc: Replace usage of AF_UNIX by Posix compliant AF_LOCALCorinna Vinschen2-29/+123
throughout. (socketpair): Explicitly allow SOCK_STREAM and SOCK_DGRAM socket types in families AF_UNIX and AF_LOCAL. Explicitly allow PF_UNSPEC, PF_LOCAL and PF_INET protocols. Return error otherwise. Implement datagram socketpairs.
2002-01-03[gas/ChangeLog]Matthew Green2-2/+7
* config/tc-ppc.c (md_parse_option): BookE is not Motorola specific. [include/opcode/ChangeLog] * ppc.h (PPC_OPCODE_BOOKE): BookE is not Motorola specific. (PPC_OPCODE_BOOKE64): Likewise.