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 (Expand)Author
2008-07-11 Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH toCorinna Vinschen
2008-07-10 * cyglsa.h (SECURITY_STRING): Define.Corinna Vinschen
2008-07-09 * sec_auth.cc (verify_token): Allow builtin groups missing in a tokenCorinna Vinschen
2008-07-09 * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.Corinna Vinschen
2008-07-09 * grp.cc (internal_getgroups): Also add integrity-enabled groups.Corinna Vinschen
2008-07-09 * sec_auth.cc (verify_token): Disable code which returns false ifCorinna Vinschen
2008-07-09 * fhandler_socket.cc (fhandler_socket::bind): Don't run explicitCorinna Vinschen
2008-07-08 * net.cc (ipv6_inited): Make NO_COPY.Corinna Vinschen
2008-07-02 * path.cc (path_conv::is_binary): Fix test. Add comment.Corinna Vinschen
2008-06-24 * net.cc (cygwin_bindresvport_sa): Fix usage of last_used_bindresvport.Corinna Vinschen
2008-06-22 * include/limits.h (PATH_MAX): Add comment.Corinna Vinschen
2008-06-19 * fhandler_tty.cc (fhandler_pty_master::setup): Fix pipe inheritance.Corinna Vinschen
2008-06-19* strsig.cc (strsignal): Return non-const buffer to allow building with recentChristopher Faylor
2008-06-17 * sec_auth.cc (DsGetDcNameA): Drop declaration.Corinna Vinschen
2008-06-17* spawn.cc (spawn_guts): Reinstate call to fhandler_console::need_invisibleChristopher Faylor
2008-06-17 * include/resolv.h (_getshort): Drop declaration.Corinna Vinschen
2008-06-13 * mount.cc (mount_info::get_cygdrive_info): Fix usage of user andCorinna Vinschen
2008-06-12 * fhandler.h (set_console_state_for_spawn): Drop declaration.Corinna Vinschen
2008-06-12remove obsolete commentChristopher Faylor
2008-06-11 * path.cc (get_nt_native_path): Drop considerations for DOS devices.Corinna Vinschen
2008-06-11 * include/cygwin/version.h (CYGWIN_VERSION_MOUNT_REGISTRY): Bump.Corinna Vinschen
2008-06-11 * fhandler_procnet.cc (dad_to_flags): Fix comment.Corinna Vinschen
2008-06-10 * fhandler_procnet.cc (get_scope): New static function to evaluateCorinna Vinschen
2008-06-10 * net.cc (if_nametoindex): Fix typo in call to get_adapters_addresses.Corinna Vinschen
2008-06-10 * fhandler_procnet.cc (format_procnet_ifinet6): Use sprintf rather thanCorinna Vinschen
2008-06-10 * mount.cc (mount_info::from_fstab): Read sizeof (buf) - 2 bytes.Corinna Vinschen
2008-06-10 * sec_auth.cc (lsaauth): Make returned token inheritable.Corinna Vinschen
2008-06-10 * devices.cc: Regenerate.Corinna Vinschen
2008-06-09* devices.in: Remove "Global" from tty device.Christopher Faylor
2008-06-09* signal.cc (abort): Only flush streams after signal handler.Christopher Faylor
2008-06-03* cygwin.sc: Remove unrequired and erroneous definition.Christopher Faylor
2008-05-30* select.cc (peek_pipe): Semi-reinstate pipe NT-special write detection.Christopher Faylor
2008-05-29add missing entryChristopher Faylor
2008-05-29* devices.in: Change mapping for /dev/ttyS* and /dev/com*.Christopher Faylor
2008-05-26* mount.cc (mount_info::from_fstab): Use proper buffer size.Christopher Faylor
2008-05-24* mount.cc (mount_info::init): Revert previous change.Christopher Faylor
2008-05-24 * mount.cc (mount_info::init): Recreate path when trying to read theCorinna Vinschen
2008-05-24 * path.cc (symlink_info::check): Reorder test for nfs symlinks.Corinna Vinschen
2008-05-23 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Don't try toCorinna Vinschen
2008-05-23* mount.cc (find_root_from_cygwin_dll): New function factored from from_fstab.Christopher Faylor
2008-05-23* mount.cc (mount_info::from_fstab): Use cygwin_hmodule rather than trying toChristopher Faylor
2008-05-23 * shared.cc (open_shared): Fix comments. Fix a condition which hasCorinna Vinschen
2008-05-23 * path.cc (symlink_info::check): Define eabuf and easize outside ofCorinna Vinschen
2008-05-23 * fhandler_disk_file.cc (fhandler_disk_file::readdir): EliminateCorinna Vinschen
2008-05-23* path.cc (symlink_info::check): Don't pass EaBuffer to NtCreateFile if it hasChristopher Faylor
2008-05-23 * grp.cc (internal_getgroups): Fix thinko. Only add enabled groups toCorinna Vinschen
2008-05-23 * grp.cc (internal_getgroups): Don't add deny-only groups to the groupCorinna Vinschen
2008-05-23 * cygtls.h (struct san): Add two int values to store the currentCorinna Vinschen
2008-05-22 * sec_acl.cc (setacl): Set errno to EINVAL if user or group don't exist.Corinna Vinschen
2008-05-22 * path.cc (cygwin_conv_path): Define tp before setting up faul handler.Corinna Vinschen