summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * init.cc (in_dllentry): Delete.Christopher Faylor2007-07-145-7/+10
* * init.cc (in_dllentry): Make NO_COPY to avoid spurious false positives.Christopher Faylor2007-07-142-1/+6
* * debug.cc (close_handle): Change debug output format slightly.Christopher Faylor2007-07-105-11/+22
* * cygwin/strsig.cc (__signals): New macro.Christopher Faylor2007-07-104-36/+61
* * dir.cc (closedir): Revert change from 2007-06-29.Corinna Vinschen2007-07-095-82/+83
* * Makefile.in (DLL_OFILES): Add newly-imported random.o. Eliminate reliance onChristopher Faylor2007-07-084-30/+41
* Add initial FreeBSD version of random.cChristopher Faylor2007-07-081-0/+502
* update copyrightChristopher Faylor2007-07-071-1/+1
* * fhandler.h (fhandler_base::write): Remove __stdcall decoration.Christopher Faylor2007-07-072-3/+9
* Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor2007-07-0710-504/+305
* * path.cc (symlink_info::check_shortcut): Handle device "symlinks" specially -Christopher Faylor2007-07-072-2/+11
* * fhandler_disk_file.cc: White space.Christopher Faylor2007-07-074-24/+30
* * fork.cc: White space.Christopher Faylor2007-07-074-36/+42
* * times.cc (gettimeofday): Align definition to POSIX.Corinna Vinschen2007-07-062-1/+6
* * cygwin.din: Export wcstol, wcstoll, wcstoul, wcstoull, wcsxfrm.Corinna Vinschen2007-07-063-1/+12
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Add missingCorinna Vinschen2007-07-052-2/+10
* Check in missing cygwin.din change from 2007-06-29.Corinna Vinschen2007-07-051-0/+1
* * times.cc: Define __timezonefunc__ before including time.h to protectCorinna Vinschen2007-07-042-0/+6
* * include/cygwin/time.h: Switch to timezone variable by default. AddCorinna Vinschen2007-07-042-1/+8
* * cygwin.din: Export fdopendir.Corinna Vinschen2007-06-2911-61/+127
* * include/cygwin/version.h: Fix comment typo.Brian Dessent2007-06-282-1/+5
* * cygwin.din: Export stpcpy, stpncpy.Corinna Vinschen2007-06-284-1/+13
* * shared_info.h (SHARED_INFO_CB): Accommodate change to shared_info.Corinna Vinschen2007-06-273-8/+15
* * assert.cc (__assert_func): New function, to match newlib headerEric Blake2007-06-274-7/+25
* * autoload.cc (WSAIoctl): Remove.Corinna Vinschen2007-06-2110-452/+644
* * cygwin.din: Export exp10, exp10f, pow10, pow10f, strcasestr,Corinna Vinschen2007-06-214-13/+45
* * include/cygwin/if.h (IFF_POINTOPOINT): Fix typo.Corinna Vinschen2007-06-202-1/+5
* * include/search.h: Reinstate node_t definition.Christopher Faylor2007-06-173-23/+16
* * autoload.cc (GetIpForwardTable): Define.Corinna Vinschen2007-06-147-9/+75
* * signal.cc (usleep): Use useconds_t for the type as per POSIX.Christopher Faylor2007-06-122-1/+5
* * Makefile.in (DLL_OFILES): Add xsique.o.Corinna Vinschen2007-06-129-65/+80
* * fhandler.cc (fhandler_base::fstat): Set pipe permission bits moreCorinna Vinschen2007-06-122-3/+8
* * cygwin.din (confstr): Export.Corinna Vinschen2007-06-115-2/+59
* * ansi.sgml: Delete.Corinna Vinschen2007-06-054-201/+1271
* * dtable.cc (dtable::set_file_pointers_for_exec): Call SetFilePointerCorinna Vinschen2007-05-295-13/+34
* * path.cc (cwdstuff::set): Revert useless acquire check.Corinna Vinschen2007-05-222-2/+5
* * path.cc (cwdstuff::set): Avoid double aquiring of cwd_lock.Corinna Vinschen2007-05-222-2/+8
* * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Don't invalidateCorinna Vinschen2007-05-222-1/+20
* * include/search.h (hsearch_r): Provide declaration.Corinna Vinschen2007-05-212-0/+5
* * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Set buf size toCorinna Vinschen2007-05-212-4/+13
* * fhandler_socket.cc (adjust_socket_file_mode): New inline function.Corinna Vinschen2007-05-152-4/+24
* * path.cc (fs_info::update): Set and use is_cdrom.Christopher Faylor2007-05-153-14/+54
* * cygwin.din (asnprintf, dprint, _Exit, vasnprintf, vdprintf): Export.Christopher Faylor2007-05-153-1/+12
* * include/cygwin/time.h: Use __cdecl on declaration. RemoveChristopher Faylor2007-04-271-7/+6
* * cygwin.sc: Remove duplicated .debug_macinfo section.Brian Dessent2007-04-183-2/+9
* * include/stdint.h (WINT_MIN): Fix sign.Corinna Vinschen2007-04-062-1/+5
* * include/stdint.h (WINT_MIN, WINT_MAX): Fix definition.Corinna Vinschen2007-04-042-3/+7
* * cygwin/external.cc (cygwin_internal): Implement CW_SET_DOS_FILE_WARNING.Christopher Faylor2007-03-303-1/+14
* * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen2007-03-2911-58/+111
* * spawn.cc (spawn_guts): Start pure-windows processes in a suspended state toChristopher Faylor2007-03-282-6/+9