| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Apply system_cancel patch | Thomas Pfaff | 2003-01-14 | 3 | -2/+9 |
* | Add winsup.api/pthread/cancel9.c | Thomas Pfaff | 2003-01-14 | 2 | -0/+79 |
* | Apply wait_cancel patch | Thomas Pfaff | 2003-01-14 | 3 | -4/+14 |
* | Add winsup.api/pthread/cancel7.c and winsup.api/pthread/cancel8.c | Thomas Pfaff | 2003-01-14 | 3 | -1/+149 |
* | Apply sleep_cancel patch | Thomas Pfaff | 2003-01-14 | 2 | -3/+13 |
* | Add winsup.api/pthread/cancel6.c | Thomas Pfaff | 2003-01-14 | 2 | -0/+67 |
* | Apply handle_sigsuspend patch | Thomas Pfaff | 2003-01-14 | 3 | -5/+12 |
* | * fhandler_dsp.cc (fhandler_dsp::ioctl): Add limited support for | Christopher Faylor | 2003-01-14 | 2 | -0/+12 |
* | update link for commercial inquiries | David Starks-Browning | 2003-01-13 | 1 | -6/+2 |
* | Change location. | Christopher Faylor | 2003-01-13 | 1 | -1/+1 |
* | Reformatting. | David Starks-Browning | 2003-01-13 | 1 | -22/+23 |
* | cygcheck output should be attached, not pasted | David Starks-Browning | 2003-01-13 | 1 | -3/+3 |
* | update commercial references from Cygnus to Red Hat, Inc. | David Starks-Browning | 2003-01-13 | 1 | -3/+4 |
* | Change EM_MSP430 value to new, officially assigned number. | Nick Clifton | 2003-01-13 | 2 | -5/+8 |
* | * ntdll.h: Fix typo. | Christopher Faylor | 2003-01-13 | 2 | -1/+5 |
* | * uname.cc (uname): Use cygwin_gethostname() to retrieve hostname. | Corinna Vinschen | 2003-01-12 | 2 | -3/+5 |
* | * sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard. | Corinna Vinschen | 2003-01-12 | 3 | -97/+156 |
* | * mingwex/math/llround.c: Correct function name and | Danny Smith | 2003-01-11 | 2 | -3/+8 |
* | * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM | Danny Smith | 2003-01-11 | 2 | -0/+7 |
* | * include/accctrl.h (enum _SE_OBJECT_TYPE): Add | Danny Smith | 2003-01-11 | 2 | -1/+8 |
* | * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines. | Danny Smith | 2003-01-11 | 2 | -0/+34 |
* | * net.cc: Use gethostname define from winsock2.h. | Christopher Faylor | 2003-01-11 | 2 | -0/+6 |
* | * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection. | Christopher Faylor | 2003-01-11 | 2 | -1/+6 |
* | * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS. | Nathanael Nerode | 2003-01-10 | 5 | -30/+27 |
* | * path.cc: Unrevert below reversion except for mount_info::conv_to_posix_path | Christopher Faylor | 2003-01-10 | 2 | -4/+6 |
* | * path.cc: Revert patch from 2003-01-09 to normalize a windows path | Corinna Vinschen | 2003-01-10 | 2 | -4/+11 |
* | * autoload.cc (gethostname): Make call optional, return 1 if function | Corinna Vinschen | 2003-01-10 | 3 | -2/+9 |
* | Split ChangeLog, create ChangeLog-2002. | Corinna Vinschen | 2003-01-10 | 32 | -6685/+6685 |
* | * cygwin.din: add asprintf and vasprintf, as well as the reentrant | Corinna Vinschen | 2003-01-10 | 3 | -1/+16 |
* | * net.cc (cygwin_gethostname): Fix call to wsock function gethostname. | Corinna Vinschen | 2003-01-10 | 2 | -3/+5 |
* | * setfacl (usage): Remove double ":" for mask and other. | Corinna Vinschen | 2003-01-10 | 2 | -2/+6 |
* | merge from gcc | DJ Delorie | 2003-01-10 | 2 | -10/+23 |
* | * cygthread.cc (cygthread::cygthread): Be more noisy about odd condition. | Christopher Faylor | 2003-01-10 | 3 | -10/+16 |
* | Apply pthread_types_patch | Thomas Pfaff | 2003-01-09 | 4 | -12/+20 |
* | Apply pthread_cancel_patch | Thomas Pfaff | 2003-01-09 | 3 | -13/+71 |
* | Add pthread_mutex tests | Thomas Pfaff | 2003-01-09 | 11 | -0/+568 |
* | * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR. | DJ Delorie | 2003-01-09 | 3 | -4/+12 |
* | Applied pthread_mutex patch | Thomas Pfaff | 2003-01-09 | 4 | -88/+189 |
* | * configure.in: Remove Makefile in build, host and target modules | Alexandre Oliva | 2003-01-09 | 3 | -74/+113 |
* | Applied cond_init patch | Thomas Pfaff | 2003-01-09 | 4 | -61/+114 |
* | * fhandler_disk_file.cc (num_entries): Return 2 as link count if | Corinna Vinschen | 2003-01-09 | 2 | -1/+6 |
* | * security.cc (get_nt_attribute): Always return -1 when read_sd() | Corinna Vinschen | 2003-01-09 | 2 | -3/+20 |
* | Use isdirsep rather than SLASH_P throughout. | Christopher Faylor | 2003-01-09 | 9 | -38/+58 |
* | [ ChangeLog ] | Chris Demetriou | 2003-01-08 | 3 | -72/+122 |
* | * mkpasswd.cc (current_user): Create. | Corinna Vinschen | 2003-01-08 | 3 | -159/+350 |
* | * mips/crt0.S (_start): Allocate 64 bytes of stack instead of 32. | Richard Sandiford | 2003-01-08 | 2 | -12/+19 |
* | * mips/configure.in (mips64vr-elf, mips64vrel-elf): New config. | Richard Sandiford | 2003-01-08 | 3 | -27/+31 |
* | * configure.host (mips64vr-elf, mips64vrel-elf): New config. | Richard Sandiford | 2003-01-08 | 2 | -0/+7 |
* | * lib/dxguid.c: Don't #include <objbase.h>. | Danny Smith | 2003-01-08 | 3 | -2/+6 |
* | 2003-01-08 Danny Smith <dannysmith@users.sourceforge.net> | Danny Smith | 2003-01-08 | 3 | -2/+10 |