Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * cygmagic: Suppress error output when figuring out if sum takes an option. | Christopher Faylor | 2002-01-22 | 2 | -1/+6 |
| | |||||
* | * Makefile.in (CXXFLAGS): Ensure that important settings are preserved even | Christopher Faylor | 2002-01-22 | 1 | -1/+2 |
| | | | | when overriden by command line. | ||||
* | * Makefile.in: Build intermediate cygcheck.o to force use of MINGW_CXXFLAGS. | Christopher Faylor | 2002-01-22 | 4 | -8/+33 |
| | | | | | | | | * cygcheck.cc (cygwin_info): Intitialize variable to quiet g++ warning. (dump_sysinfo): Make variables unsigned to quiet g++ warnings. * strace.cc (version_string): Rename from SCCSid. (add_child): Remove unused variable. (version): Use version_string. Avoid use of fprintf. | ||||
* | * cygmagic: Attempt to figure out if sum takes an option. | Christopher Faylor | 2002-01-22 | 2 | -1/+11 |
| | |||||
* | * Makefile.in (libpthread.a): Pass the assembler also. | Christopher Faylor | 2002-01-22 | 3 | -4/+12 |
| | | | | | | (libm.a): Ditto. (libc.a): Ditto. * speclib: Specify the assembler to dlltool. | ||||
* | * Makefile.in: Use CXX instead of CC to compile C++ sources. | Christopher Faylor | 2002-01-21 | 2 | -6/+10 |
| | |||||
* | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 2002-01-21 | 2 | -1/+5 |
| | |||||
* | Fix ChangeLog entry. | Corinna Vinschen | 2002-01-21 | 1 | -1/+1 |
| | |||||
* | * grp.cc (getgrent): Don't return default gid entry when ntsec is on. | Corinna Vinschen | 2002-01-21 | 3 | -1/+8 |
| | | | | * syscalls.cc (setegid): Don't set primary group in process token. | ||||
* | Add newline at EOF. | Christopher Faylor | 2002-01-21 | 1 | -1/+1 |
| | |||||
* | * speclib: Don't use /dev/null as DLL name. Just default to what's already in | Christopher Faylor | 2002-01-21 | 3 | -4/+11 |
| | | | | | | .def file. * exceptions.cc (sig_handle): Remove last vestiges of SA_NOCLDSTOP code which caused SIGCHLD to be ignored. | ||||
* | comment typo fixes | Alan Modra | 2002-01-21 | 2 | -2/+6 |
| | |||||
* | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 2002-01-21 | 2 | -1/+5 |
| | |||||
* | * syscalls.cc (regfree): Make dll_export. | Christopher Faylor | 2002-01-21 | 2 | -1/+5 |
| | |||||
* | * exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid when | Christopher Faylor | 2002-01-20 | 2 | -1/+6 |
| | | | | detecting if we should actually handle CTRL-C. | ||||
* | 2002-01-21 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2002-01-20 | 2 | -7/+15 |
| | | | | | * include/winnt.h: Add missing MEM_ defines, and convert existing to hex for readability. | ||||
* | * Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is only | Christopher Faylor | 2002-01-20 | 2 | -1/+6 |
| | | | | available in libstdc++-v3. | ||||
* | * exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent doesn't | Christopher Faylor | 2002-01-19 | 2 | -2/+11 |
| | | | | | | want it. (sig_handle): Don't check for SA_NOCLDSTOP here. We don't have enough information. | ||||
* | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 2002-01-19 | 2 | -1/+5 |
| | |||||
* | * Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link. | Christopher Faylor | 2002-01-19 | 4 | -5/+12 |
| | | | | | | * sigproc.cc (proc_exists): Change existence criteria. * sync.h (new_muto): Add volatile to definition to avoid gcc optimization problems. | ||||
* | * include/cygwin/version.h: Bump API minor version to 51. | Corinna Vinschen | 2002-01-19 | 2 | -1/+6 |
| | |||||
* | * cygwin.din: Add recvmsg and sendmsg. | Corinna Vinschen | 2002-01-19 | 4 | -0/+71 |
| | | | | | * net.cc: Add cygwin_recvmsg and cygwin_sendmsg. * /usr/include/sys/socket.h: Add recvmsg and sendmsg. | ||||
* | * security.cc (create_token): Close processes token handle as soon | Corinna Vinschen | 2002-01-19 | 2 | -0/+6 |
| | | | | as it's not used anymore. | ||||
* | * libc/include/time.h: Add prototype for strptime for Cygwin. | Christopher Faylor | 2002-01-18 | 2 | -0/+5 |
| | |||||
* | * cygcheck.cc (already_did): Avoid default constructors, which may require | Christopher Faylor | 2002-01-18 | 2 | -1/+6 |
| | | | | exception support. | ||||
* | Fix bug when len == 1 and dst was not word aligned. | Nick Clifton | 2002-01-17 | 2 | -2/+14 |
| | |||||
* | * cygpath.cc (main): Add options to show Desktop and Start | Corinna Vinschen | 2002-01-17 | 3 | -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. | ||||
* | _sbrk(): Return -1 rather than aborting if too much memory is requested. | Nick Clifton | 2002-01-17 | 2 | -2/+15 |
| | |||||
* | * Makefile.in: Add fnmatch.o to DLL_OFILES. | Corinna Vinschen | 2002-01-17 | 6 | -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-16 H.J. Lu (hjl@gnu.org) | H.J. Lu | 2002-01-16 | 4 | -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. | ||||
* | * coff/arm.h (F_VFP_FLOAT): Define. | Richard Earnshaw | 2002-01-16 | 3 | -2/+10 |
| | | | | * elf/arm.h (F_VFP_FLOAT, EF_ARM_VFP_FLOAT): Define. | ||||
* | * ppc.h (DT_PPC64_GLINK): Define. | Alan Modra | 2002-01-16 | 2 | -0/+7 |
| | |||||
* | * path.cc (fchdir): Call chdir with full windows path. | Corinna Vinschen | 2002-01-15 | 2 | -1/+5 |
| | |||||
* | *** empty log message *** | Mark Salter | 2002-01-15 | 1 | -0/+5 |
| | |||||
* | Remove default interrupt routines. | Mark Salter | 2002-01-15 | 1 | -27/+0 |
| | |||||
* | Provide interrupt routine symbols which forward interrupts to user ↵ | Mark Salter | 2002-01-15 | 1 | -0/+9 |
| | | | | application vectors. | ||||
* | * cygpath.cc (doit): Empty file ignored using option -i. | Corinna Vinschen | 2002-01-15 | 2 | -2/+11 |
| | |||||
* | *** empty log message *** | Mark Salter | 2002-01-15 | 1 | -0/+5 |
| | |||||
* | Rename stub app to eva_stub.elf and add it to install list. | Mark Salter | 2002-01-15 | 1 | -2/+2 |
| | |||||
* | * mkpasswd.c (print_win_error): Add a new function. | Corinna Vinschen | 2002-01-15 | 2 | -24/+33 |
| | | | | | | (enum_users): Use print_win_error. (enum_local_groups): Ditto. (main): Ditto. | ||||
* | * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant. | Corinna Vinschen | 2002-01-14 | 2 | -1/+7 |
| | | | | (FILE_ATTRIBUTE_DEVICE): Add define. | ||||
* | * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1" | Corinna Vinschen | 2002-01-14 | 8 | -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. | ||||
* | * include/winnt.h: Add INVALID_FILE_ATTRIBUTES. | Corinna Vinschen | 2002-01-14 | 2 | -0/+5 |
| | |||||
* | Add copyright stuff | Christopher Faylor | 2002-01-13 | 15 | -13/+33 |
| | |||||
* | * dcrt0.cc (multiple_cygwin_problem): Clarify logic and make CYGWIN_MISMATCH_OK | Christopher Faylor | 2002-01-13 | 2 | -5/+15 |
| | | | | more powerful. | ||||
* | * overview.sgml: Fix Red Hat cygwin contract link. | Christopher Faylor | 2002-01-12 | 3 | -2/+7 |
| | | | | * what.texinfo: Ditto. | ||||
* | 2002-01-11 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2002-01-11 | 2 | -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-11 Ralf Habacker <Ralf.Habacker@freenet.de> | Robert Collins | 2002-01-11 | 11 | -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. | ||||
* | 2001-12-30 Guido Serassio <serassio@libero.it> | Robert Collins | 2002-01-11 | 2 | -0/+62 |
| | | | | | | * include/winsvc.h: Add EnumServiceStatusEx(), QueryServiceStatusEx() & RegisterServiceCtrlHandlerEx() | ||||
* | Add ia64-hpux target. LD and GDB are not currently supported. | Nick Clifton | 2002-01-11 | 2 | -0/+9 |
| |