| Commit message (Expand) | Author | Age | Files | Lines |
* | * init.cc (in_dllentry): Delete. | Christopher Faylor | 2007-07-14 | 5 | -7/+10 |
* | * init.cc (in_dllentry): Make NO_COPY to avoid spurious false positives. | Christopher Faylor | 2007-07-14 | 2 | -1/+6 |
* | * debug.cc (close_handle): Change debug output format slightly. | Christopher Faylor | 2007-07-10 | 5 | -11/+22 |
* | * cygwin/strsig.cc (__signals): New macro. | Christopher Faylor | 2007-07-10 | 4 | -36/+61 |
* | * dir.cc (closedir): Revert change from 2007-06-29. | Corinna Vinschen | 2007-07-09 | 5 | -82/+83 |
* | * Makefile.in (DLL_OFILES): Add newly-imported random.o. Eliminate reliance on | Christopher Faylor | 2007-07-08 | 4 | -30/+41 |
* | Add initial FreeBSD version of random.c | Christopher Faylor | 2007-07-08 | 1 | -0/+502 |
* | update copyright | Christopher Faylor | 2007-07-07 | 1 | -1/+1 |
* | * fhandler.h (fhandler_base::write): Remove __stdcall decoration. | Christopher Faylor | 2007-07-07 | 2 | -3/+9 |
* | Preliminary change to make fifos/pipes interruptible and fifos reliable. | Christopher Faylor | 2007-07-07 | 10 | -504/+305 |
* | * path.cc (symlink_info::check_shortcut): Handle device "symlinks" specially - | Christopher Faylor | 2007-07-07 | 2 | -2/+11 |
* | * fhandler_disk_file.cc: White space. | Christopher Faylor | 2007-07-07 | 4 | -24/+30 |
* | * fork.cc: White space. | Christopher Faylor | 2007-07-07 | 4 | -36/+42 |
* | * times.cc (gettimeofday): Align definition to POSIX. | Corinna Vinschen | 2007-07-06 | 2 | -1/+6 |
* | * cygwin.din: Export wcstol, wcstoll, wcstoul, wcstoull, wcsxfrm. | Corinna Vinschen | 2007-07-06 | 3 | -1/+12 |
* | * fhandler_disk_file.cc (fhandler_disk_file::opendir): Add missing | Corinna Vinschen | 2007-07-05 | 2 | -2/+10 |
* | Check in missing cygwin.din change from 2007-06-29. | Corinna Vinschen | 2007-07-05 | 1 | -0/+1 |
* | * times.cc: Define __timezonefunc__ before including time.h to protect | Corinna Vinschen | 2007-07-04 | 2 | -0/+6 |
* | * include/cygwin/time.h: Switch to timezone variable by default. Add | Corinna Vinschen | 2007-07-04 | 2 | -1/+8 |
* | * cygwin.din: Export fdopendir. | Corinna Vinschen | 2007-06-29 | 11 | -61/+127 |
* | * include/cygwin/version.h: Fix comment typo. | Brian Dessent | 2007-06-28 | 2 | -1/+5 |
* | * cygwin.din: Export stpcpy, stpncpy. | Corinna Vinschen | 2007-06-28 | 4 | -1/+13 |
* | * shared_info.h (SHARED_INFO_CB): Accommodate change to shared_info. | Corinna Vinschen | 2007-06-27 | 3 | -8/+15 |
* | * assert.cc (__assert_func): New function, to match newlib header | Eric Blake | 2007-06-27 | 4 | -7/+25 |
* | * autoload.cc (WSAIoctl): Remove. | Corinna Vinschen | 2007-06-21 | 10 | -452/+644 |
* | * cygwin.din: Export exp10, exp10f, pow10, pow10f, strcasestr, | Corinna Vinschen | 2007-06-21 | 4 | -13/+45 |
* | * include/cygwin/if.h (IFF_POINTOPOINT): Fix typo. | Corinna Vinschen | 2007-06-20 | 2 | -1/+5 |
* | * include/search.h: Reinstate node_t definition. | Christopher Faylor | 2007-06-17 | 3 | -23/+16 |
* | * autoload.cc (GetIpForwardTable): Define. | Corinna Vinschen | 2007-06-14 | 7 | -9/+75 |
* | * signal.cc (usleep): Use useconds_t for the type as per POSIX. | Christopher Faylor | 2007-06-12 | 2 | -1/+5 |
* | * Makefile.in (DLL_OFILES): Add xsique.o. | Corinna Vinschen | 2007-06-12 | 9 | -65/+80 |
* | * fhandler.cc (fhandler_base::fstat): Set pipe permission bits more | Corinna Vinschen | 2007-06-12 | 2 | -3/+8 |
* | * cygwin.din (confstr): Export. | Corinna Vinschen | 2007-06-11 | 5 | -2/+59 |
* | * ansi.sgml: Delete. | Corinna Vinschen | 2007-06-05 | 4 | -201/+1271 |
* | * dtable.cc (dtable::set_file_pointers_for_exec): Call SetFilePointer | Corinna Vinschen | 2007-05-29 | 5 | -13/+34 |
* | * path.cc (cwdstuff::set): Revert useless acquire check. | Corinna Vinschen | 2007-05-22 | 2 | -2/+5 |
* | * path.cc (cwdstuff::set): Avoid double aquiring of cwd_lock. | Corinna Vinschen | 2007-05-22 | 2 | -2/+8 |
* | * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Don't invalidate | Corinna Vinschen | 2007-05-22 | 2 | -1/+20 |
* | * include/search.h (hsearch_r): Provide declaration. | Corinna Vinschen | 2007-05-21 | 2 | -0/+5 |
* | * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Set buf size to | Corinna Vinschen | 2007-05-21 | 2 | -4/+13 |
* | * fhandler_socket.cc (adjust_socket_file_mode): New inline function. | Corinna Vinschen | 2007-05-15 | 2 | -4/+24 |
* | * path.cc (fs_info::update): Set and use is_cdrom. | Christopher Faylor | 2007-05-15 | 3 | -14/+54 |
* | * cygwin.din (asnprintf, dprint, _Exit, vasnprintf, vdprintf): Export. | Christopher Faylor | 2007-05-15 | 3 | -1/+12 |
* | * include/cygwin/time.h: Use __cdecl on declaration. Remove | Christopher Faylor | 2007-04-27 | 1 | -7/+6 |
* | * cygwin.sc: Remove duplicated .debug_macinfo section. | Brian Dessent | 2007-04-18 | 3 | -2/+9 |
* | * include/stdint.h (WINT_MIN): Fix sign. | Corinna Vinschen | 2007-04-06 | 2 | -1/+5 |
* | * include/stdint.h (WINT_MIN, WINT_MAX): Fix definition. | Corinna Vinschen | 2007-04-04 | 2 | -3/+7 |
* | * cygwin/external.cc (cygwin_internal): Implement CW_SET_DOS_FILE_WARNING. | Christopher Faylor | 2007-03-30 | 3 | -1/+14 |
* | * cygheap.cc (cygheap_init): Fix formatting. Remove comment. Set | Corinna Vinschen | 2007-03-29 | 11 | -58/+111 |
* | * spawn.cc (spawn_guts): Start pure-windows processes in a suspended state to | Christopher Faylor | 2007-03-28 | 2 | -6/+9 |