summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * dcrt0.cc (do_global_dtors): Don't call dll_global_dtors here.Christopher Faylor2005-05-112-4/+12
* * cygtls.cc (_cygtls::remove): Clear exitsock after close.Christopher Faylor2005-05-113-4/+14
* * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen2005-05-1012-803/+1179
* * dcrt0.cc (dll_crt0_1): Call cygwin_exit to ensure that destructors areChristopher Faylor2005-05-102-1/+8
* * path.cc (path_conv::check): Set correct file attributes for socketCorinna Vinschen2005-05-102-1/+6
* * mingwex/math/nexttoward.c: New file.Danny Smith2005-05-106-3/+103
* * mingwex/math/nextafterf.c (nextafterf): CorrectDanny Smith2005-05-095-13/+80
* 2005-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2005-05-095-2/+117
* * cygcheck.cc (nuke): New function.Christopher Faylor2005-05-092-0/+47
* * strace.cc (attach_process): Don't call load_cygwin(). Assume that it'sChristopher Faylor2005-05-092-3/+16
* * dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor2005-05-094-43/+72
* * how-programming.texinfo: Replace MAKE_MODE entry with FAQ about execvp erro...Joshua Daniel Franklin2005-05-083-24/+31
* * mingwex/math/erfl.c: New file.Danny Smith2005-05-084-6/+308
* * path.cc (normalize_posix_path): Don't treat '//' specially since newerChristopher Faylor2005-05-073-1/+7
* * devices.cc: Regenerate with correct name for dev_netdrive_storage.Christopher Faylor2005-05-072-1/+5
* move commentChristopher Faylor2005-05-061-2/+2
* fix breakpoint exampleChristopher Faylor2005-05-061-2/+2
* * Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.Christopher Faylor2005-05-066-1/+31
* * cygerrno.h (__set_errno): Remove useless parentheses.Corinna Vinschen2005-05-042-1/+5
* * cygerrno.h (__set_errno): Define as inline function here.Corinna Vinschen2005-05-043-13/+13
* * include/wchar.h (WCHAR_MAX): Define as 0xffff, so preprocessorDanny Smith2005-05-043-3/+10
* * shared.cc (user_shared_initialize): Rework locking so that nothing is checkedChristopher Faylor2005-05-041-11/+8
* * shared.cc (user_shared_initialize): Rework locking so that nothing is checkedChristopher Faylor2005-05-041-0/+5
* * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't treatCorinna Vinschen2005-05-032-2/+13
* * fhandler_socket.cc (get_inet_addr): Add missing __seterrno call.Corinna Vinschen2005-05-032-0/+6
* * mingwex/math/signbit.c (__signbit): Make return valueDanny Smith2005-05-035-6/+15
* * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Don't define asDanny Smith2005-05-023-15/+14
* white space and minor comment cleanup.Christopher Faylor2005-05-0240-265/+265
* * fhandler_tty.cc (fhandler_tty_slave::read): Actually read input when vmin ==Christopher Faylor2005-05-022-1/+6
* * mount.cc (usage): Clarify action of -m option.Christopher Faylor2005-05-013-2/+6
* * environ.cc (spenv::force_into_environment): Rename from add_always.Christopher Faylor2005-04-303-8/+22
* * errno.cc (errmap): Sort table.Christopher Faylor2005-04-302-79/+83
* * errno.cc (errmap): Map ERROR_NETNAME_DELETED to ENOSHARE.Christopher Faylor2005-04-302-0/+5
* * path.cc (getmntent): Add previously-omitted 'noexec' and 'managed'flags toDave Korn2005-04-292-1/+10
* * shared_info.h (cygwin_shared_address): Bump to a higher value to avoidChristopher Faylor2005-04-288-69/+99
* (check in files that should have been checked in previously)Christopher Faylor2005-04-282-3/+7
* * fhandler.cc (fhandler_base::open_9x): Remove (broken) check forChristopher Faylor2005-04-281-0/+6
* * environ.cc (build_env): Ensure that win32 array is properly filled in when aChristopher Faylor2005-04-272-1/+6
* * include/cygwin/version.h: Bump DLL minor number to 17.Christopher Faylor2005-04-262-1/+5
* * include/wininet.h (FtpGetFileSize): Add prototype.Danny Smith2005-04-262-2/+9
* * mount.cc (mount_commands): Display "-X" option when appropriate.Christopher Faylor2005-04-251-0/+4
* * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.Danny Smith2005-04-252-2/+21
* * how-to-debug-cygwin.txt: Fix typo.Joshua Daniel Franklin2005-04-252-2/+6
* * mingwex/mbrtowc.c: New file.Danny Smith2005-04-248-26/+364
* 2005-04-23 Wu Yongwei <adah@sh163.net>Danny Smith2005-04-242-7/+18
* * shared.cc (user_shared_initialize): Implement locking similar to shared_infoChristopher Faylor2005-04-232-1/+10
* * fhandler.h (dev_console::set_color): Define new function.Christopher Faylor2005-04-223-63/+84
* * fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor2005-04-227-80/+77
* * shared.cc (shared_info::initialize): Test previous version of shared memoryChristopher Faylor2005-04-212-9/+13
* revert erroneous checkinChristopher Faylor2005-04-201-13/+0