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-06-10This commit was manufactured by cvs2svn to create branch 'msnyder-msnyder-reverse-20080609-branchpointmsnyder-reverse-20080609-branchcvs2svn
2008-06-10 * sh.h (EF_SH_BFD_TABLE): Set bfd_mach_sh for EF_SH_UNKNOWN.Kaz Kojima
2008-06-092008-06-09 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston
2008-06-09 * common.h: Change registry@caldera.com to registry@sco.com.Joseph Myers
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-08 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.Joseph Myers
2008-06-06include/Alan Modra
2008-06-06 PR driver/35916Danny Smith
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-28Fix bug in previous patch.Eric Blake
2008-05-272008-05-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2008-05-272008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston
2008-05-272008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston
2008-05-272008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston
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 * libc/include/sys/_default_fcntl.h: Include <sys/time.h> on Cygwin.Corinna Vinschen
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-232008-05-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
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-22Optimize the generic strchr.Eric Blake
2008-05-22Committed as obvious.Danny Smith
2008-05-22* string.h (strchr): Eliminate.Christopher Faylor
2008-05-22Optimize strchr for x86.Eric Blake
2008-05-21 * reloc-macros.h: Add a comment about the use of theNick Clifton
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 * libc/sys/sysnecv850/crt0.S (___dso_handle): Define (weak).Nick Clifton
2008-05-21 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Fix test forCorinna Vinschen