summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_tty.cc (fhandler_pty_master::setup): Reorganize so that allChristopher Faylor2008-07-262-20/+21
* * dcrt0.cc (dll_crt0_1): Call malloc_init and user_shared_initialize_1Corinna Vinschen2008-07-262-3/+12
* * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen2008-07-257-24/+79
* * mount.cc (mount_info::from_fstab): Change system_printf toCorinna Vinschen2008-07-242-1/+6
* * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen2008-07-2410-89/+169
* * spawn.cc (spawn_guts): Fix previous patch for UNC paths.Corinna Vinschen2008-07-232-1/+5
* Remove erroneous ChangeLog entry.Corinna Vinschen2008-07-221-11/+0
* * spawn.cc (spawn_guts): Remove long path prefix from win32 pathCorinna Vinschen2008-07-222-0/+19
* * include/ctype.h: Declare __ctype_ptr__ to keep newlib build happy.Corinna Vinschen2008-07-222-0/+7
* * Makefile.in (cygcheck.exe): Link against ntdll.Corinna Vinschen2008-07-211-0/+11
* * autoload.cc (WNetGetProviderNameA): Define.Corinna Vinschen2008-07-193-34/+101
* * fhandler.cc (fhandler_base::open): Rename x to fh. On Samba, alwaysCorinna Vinschen2008-07-182-17/+30
* * environ.cc (known): Remove "binmode" option.Corinna Vinschen2008-07-186-11/+11
* * mount.cc (mount_info::from_fstab_line): Default to binary mount.Corinna Vinschen2008-07-172-1/+5
* * path.cc (allow_winsymlinks): Revert default to create system bitCorinna Vinschen2008-07-162-1/+6
* Add case-sensitivity.Corinna Vinschen2008-07-1622-490/+288
* * fhandler_tape.cc (mtinfo::initialize): Remove synchronization stuff.Corinna Vinschen2008-07-155-40/+25
* * fhandler.cc (fhandler_base::fpathconf): On _PC_POSIX_PERMISSIONSCorinna Vinschen2008-07-142-1/+6
* Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen2008-07-1413-56/+51
* * miscfuncs.cc (cygwin_strncasecmp): Fix bug which results inCorinna Vinschen2008-07-142-6/+10
* * autoload.cc (GetExtendedTcpTable): Define.Corinna Vinschen2008-07-144-20/+68
* Fix usage of recently fixed Interlocked* functions.Eric Blake2008-07-122-10/+15
* * select.cc (peek_pipe): Temporarily revert patch from 2008-05-30.Corinna Vinschen2008-07-112-4/+10
* Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH toCorinna Vinschen2008-07-117-90/+135
* * cyglsa.h (SECURITY_STRING): Define.Corinna Vinschen2008-07-103-7/+94
* * sec_auth.cc (verify_token): Allow builtin groups missing in a tokenCorinna Vinschen2008-07-092-2/+12
* * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.Corinna Vinschen2008-07-097-129/+118
* * grp.cc (internal_getgroups): Also add integrity-enabled groups.Corinna Vinschen2008-07-092-1/+6
* * sec_auth.cc (verify_token): Disable code which returns false ifCorinna Vinschen2008-07-092-0/+17
* * fhandler_socket.cc (fhandler_socket::bind): Don't run explicitCorinna Vinschen2008-07-085-7/+50
* * net.cc (ipv6_inited): Make NO_COPY.Corinna Vinschen2008-07-082-1/+5
* * path.cc (path_conv::is_binary): Fix test. Add comment.Corinna Vinschen2008-07-022-2/+8
* * net.cc (cygwin_bindresvport_sa): Fix usage of last_used_bindresvport.Corinna Vinschen2008-06-242-2/+6
* * include/limits.h (PATH_MAX): Add comment.Corinna Vinschen2008-06-213-1/+8
* * fhandler_tty.cc (fhandler_pty_master::setup): Fix pipe inheritance.Corinna Vinschen2008-06-192-2/+6
* * strsig.cc (strsignal): Return non-const buffer to allow building with recentChristopher Faylor2008-06-192-3/+12
* * sec_auth.cc (DsGetDcNameA): Drop declaration.Corinna Vinschen2008-06-172-5/+5
* * spawn.cc (spawn_guts): Reinstate call to fhandler_console::need_invisibleChristopher Faylor2008-06-172-0/+8
* * include/resolv.h (_getshort): Drop declaration.Corinna Vinschen2008-06-172-4/+5
* * mount.cc (mount_info::get_cygdrive_info): Fix usage of user andCorinna Vinschen2008-06-132-9/+23
* * fhandler.h (set_console_state_for_spawn): Drop declaration.Corinna Vinschen2008-06-124-39/+14
* remove obsolete commentChristopher Faylor2008-06-121-1/+0
* * path.cc (get_nt_native_path): Drop considerations for DOS devices.Corinna Vinschen2008-06-112-5/+17
* * include/cygwin/version.h (CYGWIN_VERSION_MOUNT_REGISTRY): Bump.Corinna Vinschen2008-06-112-4/+14
* * fhandler_procnet.cc (dad_to_flags): Fix comment.Corinna Vinschen2008-06-112-1/+5
* * fhandler_procnet.cc (get_scope): New static function to evaluateCorinna Vinschen2008-06-102-4/+39
* * net.cc (if_nametoindex): Fix typo in call to get_adapters_addresses.Corinna Vinschen2008-06-102-1/+29
* * fhandler_procnet.cc (format_procnet_ifinet6): Use sprintf rather thanCorinna Vinschen2008-06-103-12/+21
* * mount.cc (mount_info::from_fstab): Read sizeof (buf) - 2 bytes.Corinna Vinschen2008-06-102-3/+34
* * sec_auth.cc (lsaauth): Make returned token inheritable.Corinna Vinschen2008-06-102-0/+9