summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Apply system_cancel patchThomas Pfaff2003-01-143-2/+9
|
* Add winsup.api/pthread/cancel9.cThomas Pfaff2003-01-142-0/+79
|
* Apply wait_cancel patchThomas Pfaff2003-01-143-4/+14
|
* Add winsup.api/pthread/cancel7.c and winsup.api/pthread/cancel8.cThomas Pfaff2003-01-143-1/+149
|
* Apply sleep_cancel patchThomas Pfaff2003-01-142-3/+13
|
* Add winsup.api/pthread/cancel6.cThomas Pfaff2003-01-142-0/+67
|
* Apply handle_sigsuspend patchThomas Pfaff2003-01-143-5/+12
|
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Add limited support forChristopher Faylor2003-01-142-0/+12
| | | | SNDCTL_DSP_GETFMTS.
* update link for commercial inquiriesDavid Starks-Browning2003-01-131-6/+2
|
* Change location.Christopher Faylor2003-01-131-1/+1
|
* Reformatting.David Starks-Browning2003-01-131-22/+23
| | | | New location for Open Source Definition.
* cygcheck output should be attached, not pastedDavid Starks-Browning2003-01-131-3/+3
| | | | (diff thanks to Igor Pechtchanski)
* update commercial references from Cygnus to Red Hat, Inc.David Starks-Browning2003-01-131-3/+4
|
* Change EM_MSP430 value to new, officially assigned number.Nick Clifton2003-01-132-5/+8
|
* * ntdll.h: Fix typo.Christopher Faylor2003-01-132-1/+5
|
* * uname.cc (uname): Use cygwin_gethostname() to retrieve hostname.Corinna Vinschen2003-01-122-3/+5
|
* * sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard.Corinna Vinschen2003-01-123-97/+156
| | | | | | | | | | | | | | | | | (setacl): Start the search for a matching default at the next entry. Invalidate the type of merged entries instead of clearing it. Use well_known_creator for default owner and owning group and do not try to merge non-default and default entries in these cases. (getacl): Recognize well_known_creator for default owner and group. (acl_worker): Improve errno settings and streamline the nontsec case. * security.cc (write_sd): Remove the call to set_process_privilege. (alloc_sd): If the owner changes, call set_process_privilege and return immediately on failure. Change inheritance rules: on new directories add inherit only allow ACEs for creator_owner, creator_group and everyone. Preserve all inheritances through chmod and chown calls. Introduce isownergroup to implement the uid == gid case, to keep the inheritance code simple. Do not initialize owner_sid and group_sid and stop using the variable psd.
* * mingwex/math/llround.c: Correct function name andDanny Smith2003-01-112-3/+8
| | | | change return value to long long.
* * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIMDanny Smith2003-01-112-0/+7
| | | | IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
* * include/accctrl.h (enum _SE_OBJECT_TYPE): AddDanny Smith2003-01-112-1/+8
| | | | SE_REGISTRY_WOW64_32KEY.
* * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.Danny Smith2003-01-112-0/+34
| | | | (tagNMHDDISPINFO[AW}: Add structures and typedefs.
* * net.cc: Use gethostname define from winsock2.h.Christopher Faylor2003-01-112-0/+6
|
* * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.Christopher Faylor2003-01-112-1/+6
|
* * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.Nathanael Nerode2003-01-105-30/+27
| | | | | | * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate.
* * path.cc: Unrevert below reversion except for mount_info::conv_to_posix_pathChristopher Faylor2003-01-102-4/+6
| | | | part.
* * path.cc: Revert patch from 2003-01-09 to normalize a windows pathCorinna Vinschen2003-01-102-4/+11
| | | | rather than converting to posix.
* * autoload.cc (gethostname): Make call optional, return 1 if functionCorinna Vinschen2003-01-103-2/+9
| | | | | | can't get loaded. * net.cc (cygwin_gethostname): Call GetComputerName if return value of gethostname is non-zero.
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-1032-6685/+6685
| | | | Fix copyright dates.
* * cygwin.din: add asprintf and vasprintf, as well as the reentrantCorinna Vinschen2003-01-103-1/+16
| | | | | versions and underscore variants. * include/cygwin/version.h: bump CYGWIN_VERSION_API_MINOR.
* * net.cc (cygwin_gethostname): Fix call to wsock function gethostname.Corinna Vinschen2003-01-102-3/+5
|
* * setfacl (usage): Remove double ":" for mask and other.Corinna Vinschen2003-01-102-2/+6
|
* merge from gccDJ Delorie2003-01-102-10/+23
|
* * cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.Christopher Faylor2003-01-103-10/+16
| | | | | * miscfuncs.cc (low_priority_sleep): Sleep in regular priority if that's what we're currently running at.
* Apply pthread_types_patchThomas Pfaff2003-01-094-12/+20
|
* Apply pthread_cancel_patchThomas Pfaff2003-01-093-13/+71
|
* Add pthread_mutex testsThomas Pfaff2003-01-0911-0/+568
|
* * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.DJ Delorie2003-01-093-4/+12
| | | | | (install-info, dir.info): Prepend $(DESTDIR) to $(infodir). * Makefile.in: Regenerate.
* Applied pthread_mutex patchThomas Pfaff2003-01-094-88/+189
|
* * configure.in: Remove Makefile in build, host and target modulesAlexandre Oliva2003-01-093-74/+113
| | | | | unless configure was run with --no-recursion. * configure: Rebuilt.
* Applied cond_init patchThomas Pfaff2003-01-094-61/+114
|
* * fhandler_disk_file.cc (num_entries): Return 2 as link count ifCorinna Vinschen2003-01-092-1/+6
| | | | directory unreadable.
* * security.cc (get_nt_attribute): Always return -1 when read_sd()Corinna Vinschen2003-01-092-3/+20
| | | | | | fails. (get_file_attribute): Set permissions to 0 and owner/group to -1 if security descriptor is unreadable.
* Use isdirsep rather than SLASH_P throughout.Christopher Faylor2003-01-099-38/+58
| | | | | | | | | | * path.cc (iscygdrive): Disallow /cygdrive\x. (normalize_posix_path): "Normalize" a windows path, if detected, rather than converting to posix. * fhandler_serial.cc (fhandler_serial::tcsetattr): Add support and capability checking for B230400 bitrate. (fhandler_serial::tcgetattr): Add support for B230400 bitrate. * include/sys/termios.h: Add B230400 definition for Posix support of 230.4Kbps.
* [ ChangeLog ]Chris Demetriou2003-01-083-72/+122
| | | | | | | | | | | | | | | | | | | 2003-01-08 Chris Demetriou <cgd@broadcom.com> * config.guess: Update to 2003-01-03 version. * config.sub: Update to 2003-01-03 version. [ dejagnu/ChangeLog ] 2003-01-08 Chris Demetriou <cgd@broadcom.com> * config.guess: Update to 2003-01-03 version. * config.sub: Update to 2003-01-03 version. [ readline/ChangeLog.gdb ] 2003-01-08 Chris Demetriou <cgd@broadcom.com> * config.guess: Update to 2003-01-03 version. * config.sub: Update to 2003-01-03 version.
* * mkpasswd.cc (current_user): Create.Corinna Vinschen2003-01-083-159/+350
| | | | | | | | | | | | | (usage): Reorganize to support Win95/98/ME. (main): Add option for -c. Reorganize to parse options for Win95/98/ME and to call current_user. Add username in gecos field on Win95/98/ME. * mkgroup.cc (enum_groups): Print gid with %u. (print_win_error): Create from passwd.cc. (current_group): Create. (usage): Reorganize to support Win95/98/ME. (main): Add option for -c. Reorganize to parse options for Win95/98/ME and to call current_group.
* * mips/crt0.S (_start): Allocate 64 bytes of stack instead of 32.Richard Sandiford2003-01-082-12/+19
| | | | Pass an empty argv and envp to main().
* * mips/configure.in (mips64vr-elf, mips64vrel-elf): New config.Richard Sandiford2003-01-083-27/+31
| | | | * mips/configure: Regenerate.
* * configure.host (mips64vr-elf, mips64vrel-elf): New config.Richard Sandiford2003-01-082-0/+7
|
* * lib/dxguid.c: Don't #include <objbase.h>.Danny Smith2003-01-083-2/+6
| | | | | * include/unknwn.h: Partially revert change of 2002-12-26. Don't include <ole2.h>.
* 2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-01-083-2/+10
| | | | | | | | | * lib/dinput.c: Don't #include <objbase.h>. 2003-01-08 Bart Oldeman <bartoldeman@users.sourceforge.net> * include/windows.h (ole2.h):Do #include for __WATCOMC__.