Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-17 * common.h: Formatting, typo fixes.Alan Modra
(DT_ENCODING): Correct value. * common.h (ELFOSABI_AROS): Define. (ELFOSABI_OPENVMS): Likewise. (ELFOSABI_NSK): Likewise.
2003-01-172003-01-16 Joel Sherrill <joel@OARcorp.com>Jeff Johnston
* libc/sys/rtems/include/limits.h, libc/sys/rtems/sys/param.h, libc/sys/rtems/sys/syslimits.h: Update to be in sync with what constants are defined in each file in the shared versions in libc/include. * libc/sys/rtems/crt0.c: Define extra symbols on SH and HP-PA to autoconf can link programs. * libc/include/machine/types.h: Explicitly specify signed on intXX_t types to ensure they are signed.
2003-01-16 * configure.in (baseargs): Remove all supported forms ofJakub Jelinek
--cache-file, --srcdir, --host, --build and --target options from argument lists. * configure: Rebuilt.
2003-01-16 * mmap.cc (fixup_mmaps_after_fork): Add ERROR_NOACCESS to the list ofCorinna Vinschen
ReadProcessMemory() error codes that trigger a retry with temporary PAGE_READONLY access. Note that this can occur on NT 4.0.
2003-01-16 * ppc.h: Split out ppc64 definitions to..Alan Modra
* pcc64.h: ..here. New file. (R_PPC64_REL30): Rename from R_PPC64_ADDR30.
2003-01-16remove errnoneously added filesChristopher Faylor
2003-01-16* path.cc (normalize_posix_path): Convert win32 path separators to slashes whenChristopher Faylor
full path is specified.
2003-01-16merge from trunkChristopher Faylor
2003-01-15* libc/time/strftime.c (strftime): Add '%h' and '%l, %k' GNU extensions.Christopher Faylor
2003-01-15* cmalloc.cc (_cmalloc): Fix memory leak.Christopher Faylor
2003-01-15* configure.in (noconfigdirs): Don't skip gas on IRIX 6.Alexandre Oliva
* configure: Rebuilt.
2003-01-15 * autoload.cc: Fix copyright date.Corinna Vinschen
* fhandler_dsp.cc: Ditto. * mmap.cc: Ditto. * net.cc: Ditto. * ntdll.h: Ditto. * signal.cc: Ditto. * syscalls.cc: Ditto. * uname.cc: Ditto. * wait.cc: Ditto.
2003-01-15 * mkgroup.c: Fix copyright date.Corinna Vinschen
* mkpasswd.c: Ditto. * setfacl.c: Ditto. Fix ChangeLog typos.
2003-01-15fix minor typo.Christopher Faylor
2003-01-15 * mmap.cc (fixup_mmaps_after_fork): Copy protection to child process.Corinna Vinschen
Change ambiguous debug output.
2003-01-14 * mmap.cc (mmap_record::access): Change argument type to caddr_tCorinna Vinschen
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 Faylor
2003-01-14Add winsup.api/pthread/cancel10.cThomas Pfaff
2003-01-14Apply system_cancel patchThomas Pfaff
2003-01-14Add winsup.api/pthread/cancel9.cThomas Pfaff
2003-01-14Apply wait_cancel patchThomas Pfaff
2003-01-14Add winsup.api/pthread/cancel7.c and winsup.api/pthread/cancel8.cThomas Pfaff
2003-01-14Apply sleep_cancel patchThomas Pfaff
2003-01-14Add winsup.api/pthread/cancel6.cThomas Pfaff
2003-01-14Apply handle_sigsuspend patchThomas Pfaff
2003-01-14* fhandler_dsp.cc (fhandler_dsp::ioctl): Add limited support forChristopher Faylor
SNDCTL_DSP_GETFMTS.
2003-01-14update link for commercial inquiriesDavid Starks-Browning
2003-01-14Change location.Christopher Faylor
2003-01-14Reformatting.David Starks-Browning
New location for Open Source Definition.
2003-01-13cygcheck output should be attached, not pastedDavid Starks-Browning
(diff thanks to Igor Pechtchanski)
2003-01-13update commercial references from Cygnus to Red Hat, Inc.David Starks-Browning
2003-01-13Change EM_MSP430 value to new, officially assigned number.Nick Clifton
2003-01-13* ntdll.h: Fix typo.Christopher Faylor
2003-01-12 * uname.cc (uname): Use cygwin_gethostname() to retrieve hostname.Corinna Vinschen
2003-01-12 * sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard.Corinna Vinschen
(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 Smith
change return value to long long.
2003-01-11 * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIMDanny Smith
IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
2003-01-11 * include/accctrl.h (enum _SE_OBJECT_TYPE): AddDanny Smith
SE_REGISTRY_WOW64_32KEY.
2003-01-11 * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.Danny Smith
(tagNMHDDISPINFO[AW}: Add structures and typedefs.
2003-01-11* net.cc: Use gethostname define from winsock2.h.Christopher Faylor
2003-01-11* include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.Christopher Faylor
2003-01-11 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.Nathanael Nerode
* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate.
2003-01-11* path.cc: Unrevert below reversion except for mount_info::conv_to_posix_pathChristopher Faylor
part.
2003-01-10 * path.cc: Revert patch from 2003-01-09 to normalize a windows pathCorinna Vinschen
rather than converting to posix.
2003-01-10 * autoload.cc (gethostname): Make call optional, return 1 if functionCorinna Vinschen
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 Vinschen
Fix copyright dates.
2003-01-10 * cygwin.din: add asprintf and vasprintf, as well as the reentrantCorinna Vinschen
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 Vinschen
2003-01-10 * setfacl (usage): Remove double ":" for mask and other.Corinna Vinschen
2003-01-10merge from gccDJ Delorie