| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 2003-01-07 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 2003-01-08 | 2 | -9/+16 |
* | * configure: Regenerate with proper autoconf 2.13. | Christopher Faylor | 2003-01-08 | 2 | -16/+1218 |
* | * configure.in: Add AC_PREREQ for consistency. | Christopher Faylor | 2003-01-07 | 3 | -1217/+26 |
* | 2002-01-07 Chris Demetriou <cgd@broadcom.com> | Jeff Johnston | 2003-01-07 | 4 | -9/+16 |
* | * include/ctype.h (__isascii): Don't cast arg to unsigned. | Danny Smith | 2003-01-07 | 3 | -3/+10 |
* | 2003-01-07 Charles Wilson <cwilson@ece.gatech.edu> | Jeff Johnston | 2003-01-07 | 3 | -10/+15 |
* | 2003-01-07 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2003-01-07 | 4 | -13/+36 |
* | 2003-01-06 Charles Wilson <cwilson@ece.gatech.edu> | Jeff Johnston | 2003-01-07 | 3 | -2/+9 |
* | 2003-01-06 Charles Wilson <cwilson@ece.gatech.edu> | Jeff Johnston | 2003-01-06 | 2 | -1/+6 |
* | 2003-01-06 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 2003-01-06 | 3 | -34/+64 |
* | * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define. | Danny Smith | 2003-01-06 | 1 | -0/+8 |