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
path: root/winsup
AgeCommit message (Collapse)Author
2014-11-05 * lib/atexit.c (atexit): Check for being linked into the executable.Corinna Vinschen
If so, call __cxa_atexit with NULL DSO handle. Explain why. * lib/dso_handle.c: New file providing fallback __dso_handle.
2014-11-05 * new-features.xml (ov-new1.7.33): Document xdr and atexit.Corinna Vinschen
2014-11-05*** empty log message ***Corinna Vinschen
2014-11-05 * Makefile.in (NEW_FUNCTIONS): Add atexit to be not exported.Corinna Vinschen
* lib/atexit.c (atexit): New, statically linkable version of atexit. * dcrt0.cc (cygwin_atexit): Add comment to mark this function as old entry point. Indiscriminately check for DSO of function pointer for all functions, if checking for DSO of return address fails on x86_64. Change comment accordingly.
2014-11-05 * Makefile.in (NEW_FUNCTIONS): Define target-independent. Add targetCorinna Vinschen
dependent stuff afterwards. Globally define timezone and all xdr symbols as non-exported from libcygwin.a.
2014-11-03Add accidentally missing patchCorinna Vinschen
2014-11-03 * cygheap.cc: Fix formatting.Corinna Vinschen
2014-11-03 * mkgroup.c (enum_local_groups): Don't generate leading separator charCorinna Vinschen
for builtin accounts.
2014-10-30 * ntsec.xml: Fix typo.Corinna Vinschen
2014-10-30 * uinfo.cc (cygheap_user::ontherange): Don't mention /etc/passwd.Corinna Vinschen
2014-10-29Fix copyright dateCorinna Vinschen
2014-10-29 * cygheap.cc (init_cygheap::init_installation_root): Create content ofCorinna Vinschen
installation_dir as non-prefixed path, if possible.
2014-10-29 * setfacl.c (setfacl): Fix bracketing in expression.Corinna Vinschen
2014-10-29 * ntsec.xml (ntsec-mapping-caching): Describe service dependenciesCorinna Vinschen
in terms of cygserver.
2014-10-29 * common.din (__cxa_atexit): Define as cygwin__cxa_atexit.Corinna Vinschen
* dcrt0.cc (cygwin__cxa_atexit): New function. Explain what we do.
2014-10-28 * xidepend: Make PDF file dependent on the same input files as theCorinna Vinschen
HTML file of the same name to trigger automatic rebuild of PDFs on source file changes as well.
2014-10-28 * cygwinenv.xml: Change default setting of dosfilewarning.Corinna Vinschen
* new-features.xml (ov-new1.7.33): Document aforementioned change.
2014-10-28 * globals.cc (dos_file_warning): Set to false by default.Corinna Vinschen
* path.cc (warn_msdos): Make static. Drop test for dos_file_warning. (path_conv::check): Check for dos_file_warning here to avoid a function call in the default case.
2014-10-28 * ntsec.xml: Fix Solaris doc URLs.Corinna Vinschen
2014-10-28 * ntsec.xml: Try to make an expression less ambiguous.Corinna Vinschen
2014-10-28 * dcrt0.cc (cygwin_atexit): Add workaround for broken atexit callsCorinna Vinschen
in __gcc_register_frame of DLLs built with gcc-4.8.3-3.
2014-10-27 * dlfcn.cc (dlopen): Drop patch accommodating SetDllDiretory fromCorinna Vinschen
2014-10-14.
2014-10-27 * ntsec.xml: More language fixes.Corinna Vinschen
2014-10-27 * new-features.xml (ov-new1.7.33): Document empty $PATH handling.Corinna Vinschen
2014-10-27 * cygheap.cc (cygheap_fixup_in_child): Drop call to set_dll_dir.Corinna Vinschen
(init_cygheap::init_installation_root): Set installation_dir_len. (setup_cygheap): Drop call to set_dll_dir. * cygheap.h (struct init_cygheap): Add installation_dir_len member. (init_cygheap::set_dll_dir): Remove. * environ.cc (win_env::add_cache): Use stpcpy for speed. (posify_maybe): Use tmp_pathbuf buffer instead of stack. (raise_envblock): New function to resize Windows environment block. (build_env): Fix indentation. Call raise_envblock function. Check if $PATH exists and is non-empty. If not, add PATH variable with Cygwin installation directory as content to Windows environment. Explain why. * uinfo.cc (cygheap_pwdgrp::_nss_init): Fill UNICODE_STRING members on the fly. Drop call to RtlInitUnicodeString. (pwdgrp::check_file): Ditto.
2014-10-27*** empty log message ***Corinna Vinschen
2014-10-27 * new-features.xml (ov-new1.7.33): Fix paragraph order.Corinna Vinschen
2014-10-27 * highlights.xml: Rearrange itemizedlist markup slightly.Corinna Vinschen
* new-features.xml (ov-new1.7.33): Add setfacl -b option. * utils.xml (setfacl): Ditto.
2014-10-27 * setfacl.c (usage): Add -b to require options.Corinna Vinschen
2014-10-27 * setfacl.c (action_t): Add DeleteAll value.Corinna Vinschen
(delacl): New function to remove all ACL entries not representing POSIX permissions. (setfacl): Rearrange conditional expression into switch statement. Add DeleteAll case. (usage): Add and describe -b option. (longopts): Add --remove-all option. (opts): Add -b option. (main): Handle -b option.
2014-10-26 * fhandler_socket.cc (fhandler_socket::af_local_connect): DropCorinna Vinschen
setting connect_state to connect_credxchg. (fhandler_socket::af_local_accept): Ditto. (fhandler_socket::recv_internal): Drop ill-advised connect_state check. Add comment so as not to repeat the exercise. * fhandler.h (enum conn_state): Drop now unneeded connect_credxchg state.
2014-10-26Fix typoCorinna Vinschen
2014-10-24*** empty log message ***Corinna Vinschen
2014-10-24Fix typoCorinna Vinschen
2014-10-24 * fhandler_proc.cc (format_proc_cygdrive): Fix symlink path if cygdriveCorinna Vinschen
is "/".
2014-10-24fix typoCorinna Vinschen
2014-10-24 * gendef (sigdelayed): 64 bit only: Fix seh_pushreg statements inCorinna Vinschen
prologue.
2014-10-24 * gendef (sigdelayed): 64 bit only: Push CPU flags before aligningCorinna Vinschen
stack to avoid changing flag values.
2014-10-24 * ntsec.xml: More language and typo fixes.Corinna Vinschen
2014-10-23 * ntsec.xml: Fix language.Corinna Vinschen
2014-10-23*** empty log message ***Corinna Vinschen
2014-10-23 * Makefile.in: Create install targets.Corinna Vinschen
(cygwin-ug-net/cygwin-ug-net.pdf): Create subdir to allow building PDF even if subdir is missing. (cygwin-api/cygwin-api.pdf): Ditto. * configure.ac: Add AC_PROG_INSTALL rule. * configure: Regenerate. * new-features.xml (ov-new1.7.33): Add installation of docs.
2014-10-22 * posix.xml (std-gnu): Add ffsl, ffsll, quotactl.Corinna Vinschen
(std-notes): Add restrictions of quotactl.
2014-10-22* new-features.xml (ov-new1.7.33): Document stime.Yaakov Selkowitz
* posix.xml (std-deprec): Add stime.
2014-10-22* common.din (stime): Export.Yaakov Selkowitz
* times.cc (stime): New function. * include/cygwin/time.h (stime): Declare. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
2014-10-22*** empty log message ***Corinna Vinschen
2014-10-22 * new-features.xml (ov-new1.7.33): s/Linux/glibc.Corinna Vinschen
2014-10-22 * new-features.xml (ov-new1.7.33): Update to current state.Corinna Vinschen
2014-10-22*** empty log message ***Corinna Vinschen
2014-10-22*** empty log message ***Corinna Vinschen