aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-01-15fix minor typo.Christopher Faylor1-2/+2
2003-01-14 * mmap.cc (fixup_mmaps_after_fork): Copy protection to child process.Corinna Vinschen2-7/+20
Change ambiguous debug output.
2003-01-14 * mmap.cc (mmap_record::access): Change argument type to caddr_tCorinna Vinschen2-6/+61
for strictness. (mprotect): Protect against calling VirtualProtect() for shared pages on 9x/Me. (fixup_mmaps_after_fork): If ReadProcessMemory() fails, try to change protection of parent page to PAGE_READONLY, then try again. Revert protection afterwards.
2003-01-14spacing cleanupChristopher Faylor1-46/+48
2003-01-14Add winsup.api/pthread/cancel10.cThomas Pfaff2-6/+75
2003-01-14Apply system_cancel patchThomas Pfaff3-2/+9
2003-01-14Add winsup.api/pthread/cancel9.cThomas Pfaff2-0/+79
2003-01-14Apply wait_cancel patchThomas Pfaff3-4/+14
2003-01-14Add winsup.api/pthread/cancel7.c and winsup.api/pthread/cancel8.cThomas Pfaff3-1/+149
2003-01-14Apply sleep_cancel patchThomas Pfaff2-3/+13
2003-01-14Add winsup.api/pthread/cancel6.cThomas Pfaff2-0/+67
2003-01-14Apply handle_sigsuspend patchThomas Pfaff3-5/+12
2003-01-14* fhandler_dsp.cc (fhandler_dsp::ioctl): Add limited support forChristopher Faylor2-0/+12
SNDCTL_DSP_GETFMTS.
2003-01-13update link for commercial inquiriesDavid Starks-Browning1-6/+2
2003-01-13Change location.Christopher Faylor1-1/+1
2003-01-13Reformatting.David Starks-Browning1-22/+23
New location for Open Source Definition.
2003-01-13cygcheck output should be attached, not pastedDavid Starks-Browning1-3/+3
(diff thanks to Igor Pechtchanski)
2003-01-13update commercial references from Cygnus to Red Hat, Inc.David Starks-Browning1-3/+4
2003-01-13Change EM_MSP430 value to new, officially assigned number.Nick Clifton2-5/+8
2003-01-13* ntdll.h: Fix typo.Christopher Faylor2-1/+5
2003-01-12 * uname.cc (uname): Use cygwin_gethostname() to retrieve hostname.Corinna Vinschen2-3/+5
2003-01-12 * sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard.Corinna Vinschen3-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.
2003-01-11 * mingwex/math/llround.c: Correct function name andDanny Smith2-3/+8
change return value to long long.
2003-01-11 * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIMDanny Smith2-0/+7
IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
2003-01-11 * include/accctrl.h (enum _SE_OBJECT_TYPE): AddDanny Smith2-1/+8
SE_REGISTRY_WOW64_32KEY.
2003-01-11 * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.Danny Smith2-0/+34
(tagNMHDDISPINFO[AW}: Add structures and typedefs.
2003-01-11* net.cc: Use gethostname define from winsock2.h.Christopher Faylor2-0/+6
2003-01-11* include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.Christopher Faylor2-1/+6
2003-01-10 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.Nathanael Nerode5-30/+27
* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate.
2003-01-10* path.cc: Unrevert below reversion except for mount_info::conv_to_posix_pathChristopher Faylor2-4/+6
part.
2003-01-10 * path.cc: Revert patch from 2003-01-09 to normalize a windows pathCorinna Vinschen2-4/+11
rather than converting to posix.
2003-01-10 * autoload.cc (gethostname): Make call optional, return 1 if functionCorinna Vinschen3-2/+9
can't get loaded. * net.cc (cygwin_gethostname): Call GetComputerName if return value of gethostname is non-zero.
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen32-6685/+6685
Fix copyright dates.
2003-01-10 * cygwin.din: add asprintf and vasprintf, as well as the reentrantCorinna Vinschen3-1/+16
versions and underscore variants. * include/cygwin/version.h: bump CYGWIN_VERSION_API_MINOR.
2003-01-10 * net.cc (cygwin_gethostname): Fix call to wsock function gethostname.Corinna Vinschen2-3/+5
2003-01-10 * setfacl (usage): Remove double ":" for mask and other.Corinna Vinschen2-2/+6
2003-01-10merge from gccDJ Delorie2-10/+23
2003-01-10* cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.Christopher Faylor3-10/+16
* miscfuncs.cc (low_priority_sleep): Sleep in regular priority if that's what we're currently running at.
2003-01-09Apply pthread_types_patchThomas Pfaff4-12/+20
2003-01-09Apply pthread_cancel_patchThomas Pfaff3-13/+71
2003-01-09Add pthread_mutex testsThomas Pfaff11-0/+568
2003-01-09* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.DJ Delorie3-4/+12
(install-info, dir.info): Prepend $(DESTDIR) to $(infodir). * Makefile.in: Regenerate.
2003-01-09Applied pthread_mutex patchThomas Pfaff4-88/+189
2003-01-09* configure.in: Remove Makefile in build, host and target modulesAlexandre Oliva3-74/+113
unless configure was run with --no-recursion. * configure: Rebuilt.
2003-01-09Applied cond_init patchThomas Pfaff4-61/+114
2003-01-09 * fhandler_disk_file.cc (num_entries): Return 2 as link count ifCorinna Vinschen2-1/+6
directory unreadable.
2003-01-09 * security.cc (get_nt_attribute): Always return -1 when read_sd()Corinna Vinschen2-3/+20
fails. (get_file_attribute): Set permissions to 0 and owner/group to -1 if security descriptor is unreadable.
2003-01-09Use isdirsep rather than SLASH_P throughout.Christopher Faylor9-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.
2003-01-08[ ChangeLog ]Chris Demetriou3-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.
2003-01-08 * mkpasswd.cc (current_user): Create.Corinna Vinschen3-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.