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 (Expand)Author
2008-06-03Avoid precision errors in round(), lround() and llround() functions.Keith Marshall
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-292008-05-28 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2008-05-292008-05-28 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
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 * setfacl.c (setfacl): Change from void to int. Return 2 in case ofCorinna 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
2008-05-22Committed as obvious.Danny Smith
2008-05-22* string.h (strchr): Eliminate.Christopher Faylor
2008-05-21 * fhandler_disk_file.cc (get_ino_by_handle): Rename pfai to fai.Corinna Vinschen
2008-05-21 * fhandler.h (dirent_states): Add dirent_nfs_d_ino state and add it toCorinna Vinschen
2008-05-21 * syscalls.cc (FILTERED_MODE): Define valid chmod mode mask.Corinna Vinschen
2008-05-21 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Fix test forCorinna Vinschen
2008-05-20 * path.cc (symlink_worker): Fix EA buffer size info given toCorinna Vinschen
2008-05-20 * path.cc (symlink_info::check_shortcut): Minimize requested fileCorinna Vinschen
2008-05-20 * path.cc (fs_info::update): Re-add opening the unsplitted pathCorinna Vinschen
2008-05-20 * fhandler_disk_file.cc (fhandler_disk_file::mkdir): Create directoriesCorinna Vinschen
2008-05-20 * winsup.h (cygwin_inet_addr): Fix type of declaration.Corinna Vinschen
2008-05-20 * Makefile.in (DLL_OFILES): Add nfs.o.Corinna Vinschen
2008-05-20 * syscalls.cc (rename): Fix condition when to start a transaction.Corinna Vinschen
2008-05-20 * path.cc (path_conv::check): Free wide_path and normalized_path ifCorinna Vinschen
2008-05-20 * syscalls.cc (rename): Allocate temporary path buffers usingCorinna Vinschen
2008-05-18* include/stdint.h: Use int rather than long for {u,}int32_t.Christopher Faylor
2008-05-16 * Makefile.in (install-license): Install COPYING file as well.Corinna Vinschen
2008-05-16 * CYGWIN_LICENSE: New text.Corinna Vinschen
2008-05-16 * CYGWIN_LICENSE: Remove duplicate file here.Corinna Vinschen
2008-05-162008-05-15 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe
2008-05-15 * syscalls.cc (rename): ONly start transaction if FS supports them.Corinna Vinschen
2008-05-15 * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.Corinna Vinschen
2008-05-15 * autoload.cc (LoadDLLfuncNt): Re-invent.Corinna Vinschen
2008-05-15 * Makefile.in (CYGWIN_BINS): Remove ipcrm and ipcs.Corinna Vinschen
2008-05-14 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): DropCorinna Vinschen
2008-05-13 * include/cygwin/stdlib.h (initstate): Declare.Corinna Vinschen