summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * cygmagic: Suppress error output when figuring out if sum takes an option.Christopher Faylor2002-01-222-1/+6
* * Makefile.in (CXXFLAGS): Ensure that important settings are preserved evenChristopher Faylor2002-01-221-1/+2
* * Makefile.in: Build intermediate cygcheck.o to force use of MINGW_CXXFLAGS.Christopher Faylor2002-01-224-8/+33
* * cygmagic: Attempt to figure out if sum takes an option.Christopher Faylor2002-01-222-1/+11
* * Makefile.in (libpthread.a): Pass the assembler also.Christopher Faylor2002-01-223-4/+12
* * Makefile.in: Use CXX instead of CC to compile C++ sources.Christopher Faylor2002-01-212-6/+10
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-01-212-1/+5
* Fix ChangeLog entry.Corinna Vinschen2002-01-211-1/+1
* * grp.cc (getgrent): Don't return default gid entry when ntsec is on.Corinna Vinschen2002-01-213-1/+8
* Add newline at EOF.Christopher Faylor2002-01-211-1/+1
* * speclib: Don't use /dev/null as DLL name. Just default to what's already inChristopher Faylor2002-01-213-4/+11
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-01-212-1/+5
* * syscalls.cc (regfree): Make dll_export.Christopher Faylor2002-01-212-1/+5
* * exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid whenChristopher Faylor2002-01-202-1/+6
* 2002-01-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-01-202-7/+15
* * Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is onlyChristopher Faylor2002-01-202-1/+6
* * exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent doesn'tChristopher Faylor2002-01-192-2/+11
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-01-192-1/+5
* * Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link.Christopher Faylor2002-01-194-5/+12
* * include/cygwin/version.h: Bump API minor version to 51.Corinna Vinschen2002-01-192-1/+6
* * cygwin.din: Add recvmsg and sendmsg.Corinna Vinschen2002-01-194-0/+71
* * security.cc (create_token): Close processes token handle as soonCorinna Vinschen2002-01-192-0/+6
* * cygcheck.cc (already_did): Avoid default constructors, which may requireChristopher Faylor2002-01-182-1/+6
* * cygpath.cc (main): Add options to show Desktop and StartCorinna Vinschen2002-01-173-40/+149
* * Makefile.in: Add fnmatch.o to DLL_OFILES.Corinna Vinschen2002-01-176-2/+305
* * path.cc (fchdir): Call chdir with full windows path.Corinna Vinschen2002-01-152-1/+5
* * cygpath.cc (doit): Empty file ignored using option -i.Corinna Vinschen2002-01-152-2/+11
* * mkpasswd.c (print_win_error): Add a new function.Corinna Vinschen2002-01-152-24/+33
* * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.Corinna Vinschen2002-01-142-1/+7
* * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen2002-01-148-21/+33
* * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.Corinna Vinschen2002-01-142-0/+5
* Add copyright stuffChristopher Faylor2002-01-1315-13/+33
* * dcrt0.cc (multiple_cygwin_problem): Clarify logic and make CYGWIN_MISMATCH_OKChristopher Faylor2002-01-132-5/+15
* * overview.sgml: Fix Red Hat cygwin contract link.Christopher Faylor2002-01-123-2/+7
* 2002-01-11 Ralf Habacker <Ralf.Habacker@freenet.de>Robert Collins2002-01-1111-19/+32
* 2001-12-30 Guido Serassio <serassio@libero.it>Robert Collins2002-01-112-0/+62
* * exceptions.cc (sig_handle): Accept a second argument indicating whether theChristopher Faylor2002-01-115-5/+43
* * syscalls.cc (pathconf): Guard _PC_PATH_MAX branch against invalidCorinna Vinschen2002-01-102-0/+7
* * exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.Christopher Faylor2002-01-105-12/+39
* * net.cc (cygwin_accept): Set sun_path for newly connected socket.Corinna Vinschen2002-01-092-0/+6
* * Makefile.in: Add uninstall target.Christopher Faylor2002-01-082-0/+37
* * sigproc.cc (getsem): Clean up debugging output.Christopher Faylor2002-01-072-1/+5
* * sigproc.cc (getsem): Set errno when unable to create own semaphore.Christopher Faylor2002-01-072-10/+17
* * dtable.cc (dtable::init_std_file_from_handle): Add some defensive code toChristopher Faylor2002-01-062-3/+11
* * ioctl.cc (ioctl): Make third argument optional.Corinna Vinschen2002-01-065-9/+29
* * dir.cc (opendir): Guarantee release of alloced fhandler structure on error.Christopher Faylor2002-01-062-9/+16
* exceptions.cc (sig_handle): Set default action for SIGURG to SIG_IGN.Corinna Vinschen2002-01-052-1/+6
* * dtable.cc (dtable::init_std_file_from_handle): Don't treat NULLCorinna Vinschen2002-01-052-1/+6
* * cygmagic: Change logic for equality test.Christopher Faylor2002-01-042-1/+5
* * dir.cc (opendir): Don't attempt to call sub-opendir if ENOENT.Christopher Faylor2002-01-042-0/+6