aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2008-06-17* spawn.cc (spawn_guts): Reinstate call to fhandler_console::need_invisibleChristopher Faylor2-0/+8
2008-06-17 * include/resolv.h (_getshort): Drop declaration.Corinna Vinschen2-4/+5
2008-06-13 * mount.cc (mount_info::get_cygdrive_info): Fix usage of user andCorinna Vinschen2-9/+23
2008-06-12 * fhandler.h (set_console_state_for_spawn): Drop declaration.Corinna Vinschen4-39/+14
2008-06-12remove obsolete commentChristopher Faylor1-1/+0
2008-06-11 * path.cc (get_nt_native_path): Drop considerations for DOS devices.Corinna Vinschen2-5/+17
2008-06-11 * include/cygwin/version.h (CYGWIN_VERSION_MOUNT_REGISTRY): Bump.Corinna Vinschen2-4/+14
2008-06-11 * fhandler_procnet.cc (dad_to_flags): Fix comment.Corinna Vinschen2-1/+5
2008-06-10 * fhandler_procnet.cc (get_scope): New static function to evaluateCorinna Vinschen2-4/+39
2008-06-10 * net.cc (if_nametoindex): Fix typo in call to get_adapters_addresses.Corinna Vinschen2-1/+29
2008-06-10 * fhandler_procnet.cc (format_procnet_ifinet6): Use sprintf rather thanCorinna Vinschen3-12/+21
2008-06-10 * mount.cc (mount_info::from_fstab): Read sizeof (buf) - 2 bytes.Corinna Vinschen2-3/+34
2008-06-10 * sec_auth.cc (lsaauth): Make returned token inheritable.Corinna Vinschen2-0/+9
2008-06-10 * devices.cc: Regenerate.Corinna Vinschen2-64/+68
2008-06-09* devices.in: Remove "Global" from tty device.Christopher Faylor2-1/+5
2008-06-09* signal.cc (abort): Only flush streams after signal handler.Christopher Faylor2-10/+8
2008-06-03* cygwin.sc: Remove unrequired and erroneous definition.Christopher Faylor2-1/+4
2008-05-30* select.cc (peek_pipe): Semi-reinstate pipe NT-special write detection.Christopher Faylor2-14/+17
2008-05-29add missing entryChristopher Faylor1-0/+1
2008-05-29* devices.in: Change mapping for /dev/ttyS* and /dev/com*.Christopher Faylor3-82/+86
2008-05-25* mount.cc (mount_info::from_fstab): Use proper buffer size.Christopher Faylor2-4/+7
2008-05-24* mount.cc (mount_info::init): Revert previous change.Christopher Faylor2-4/+9
2008-05-24 * mount.cc (mount_info::init): Recreate path when trying to read theCorinna Vinschen2-2/+9
2008-05-24 * path.cc (symlink_info::check): Reorder test for nfs symlinks.Corinna Vinschen2-1/+5
2008-05-23 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Don't try toCorinna Vinschen3-14/+25
2008-05-23* mount.cc (find_root_from_cygwin_dll): New function factored from from_fstab.Christopher Faylor3-50/+74
2008-05-23* mount.cc (mount_info::from_fstab): Use cygwin_hmodule rather than trying toChristopher Faylor3-5/+9
2008-05-23 * shared.cc (open_shared): Fix comments. Fix a condition which hasCorinna Vinschen2-3/+7
2008-05-23 * path.cc (symlink_info::check): Define eabuf and easize outside ofCorinna Vinschen2-3407/+3412
2008-05-23 * fhandler_disk_file.cc (fhandler_disk_file::readdir): EliminateCorinna Vinschen2-2/+6
2008-05-23* path.cc (symlink_info::check): Don't pass EaBuffer to NtCreateFile if it hasChristopher Faylor4-3441/+3453
2008-05-22 * grp.cc (internal_getgroups): Fix thinko. Only add enabled groups toCorinna Vinschen2-2/+6
2008-05-22 * grp.cc (internal_getgroups): Don't add deny-only groups to the groupCorinna Vinschen2-2/+9
2008-05-22 * cygtls.h (struct san): Add two int values to store the currentCorinna Vinschen3-41/+60
2008-05-22 * sec_acl.cc (setacl): Set errno to EINVAL if user or group don't exist.Corinna Vinschen2-6/+18
2008-05-22 * path.cc (cygwin_conv_path): Define tp before setting up faul handler.Corinna Vinschen3-28/+49
2008-05-22* string.h (strchr): Eliminate.Christopher Faylor3-22/+7
2008-05-21 * fhandler_disk_file.cc (get_ino_by_handle): Rename pfai to fai.Corinna Vinschen4-117/+103
2008-05-21 * fhandler.h (dirent_states): Add dirent_nfs_d_ino state and add it toCorinna Vinschen4-10/+50
2008-05-21 * syscalls.cc (FILTERED_MODE): Define valid chmod mode mask.Corinna Vinschen2-2/+11
2008-05-20 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Fix test forCorinna Vinschen2-1/+6
2008-05-20 * path.cc (symlink_worker): Fix EA buffer size info given toCorinna Vinschen2-5/+11
2008-05-20 * path.cc (symlink_info::check_shortcut): Minimize requested fileCorinna Vinschen2-5/+14
2008-05-20 * path.cc (fs_info::update): Re-add opening the unsplitted pathCorinna Vinschen2-0/+7
2008-05-20 * fhandler_disk_file.cc (fhandler_disk_file::mkdir): Create directoriesCorinna Vinschen2-1/+27
2008-05-20 * winsup.h (cygwin_inet_addr): Fix type of declaration.Corinna Vinschen2-1/+6
2008-05-20 * Makefile.in (DLL_OFILES): Add nfs.o.Corinna Vinschen10-157/+527
2008-05-20 * syscalls.cc (rename): Fix condition when to start a transaction.Corinna Vinschen2-1/+6
2008-05-20 * path.cc (path_conv::check): Free wide_path and normalized_path ifCorinna Vinschen3-10/+28
2008-05-19 * syscalls.cc (rename): Allocate temporary path buffers usingCorinna Vinschen2-5/+17