summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * common.h: Update e_machine table.Joseph Myers2008-06-122-2/+56
* 2008-06-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-06-112-2/+7
* * 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
* * devices.cc: Regenerate.Corinna Vinschen2008-06-102-64/+68
* 2008-06-09 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2008-06-1013-11/+1217
* * sh.h (EF_SH_BFD_TABLE): Set bfd_mach_sh for EF_SH_UNKNOWN.Kaz Kojima2008-06-092-1/+5
* 2008-06-09 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2008-06-093-2/+9
* * common.h: Change registry@caldera.com to registry@sco.com.Joseph Myers2008-06-092-2/+6
* * devices.in: Remove "Global" from tty device.Christopher Faylor2008-06-092-1/+5
* * signal.cc (abort): Only flush streams after signal handler.Christopher Faylor2008-06-092-10/+8
* * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.Joseph Myers2008-06-086-8/+38
* include/Alan Modra2008-06-062-0/+7
* PR driver/35916Danny Smith2008-06-062-0/+6
* Avoid precision errors in round(), lround() and llround() functions.Keith Marshall2008-06-0314-150/+325
* * cygwin.sc: Remove unrequired and erroneous definition.Christopher Faylor2008-06-032-1/+4
* * select.cc (peek_pipe): Semi-reinstate pipe NT-special write detection.Christopher Faylor2008-05-302-14/+17
* add missing entryChristopher Faylor2008-05-291-0/+1
* * devices.in: Change mapping for /dev/ttyS* and /dev/com*.Christopher Faylor2008-05-293-82/+86
* 2008-05-28 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2008-05-292-0/+13
* 2008-05-28 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2008-05-292-1/+7
* Fix bug in previous patch.Eric Blake2008-05-282-5/+9
* 2008-05-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-05-272-1/+6
* 2008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston2008-05-263-53/+124
* 2008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston2008-05-263-43/+85
* 2008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston2008-05-263-22/+93
* * mount.cc (mount_info::from_fstab): Use proper buffer size.Christopher Faylor2008-05-252-4/+7
* * mount.cc (mount_info::init): Revert previous change.Christopher Faylor2008-05-242-4/+9
* * mount.cc (mount_info::init): Recreate path when trying to read theCorinna Vinschen2008-05-242-2/+9
* * path.cc (symlink_info::check): Reorder test for nfs symlinks.Corinna Vinschen2008-05-242-1/+5
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Don't try toCorinna Vinschen2008-05-233-14/+25
* * mount.cc (find_root_from_cygwin_dll): New function factored from from_fstab.Christopher Faylor2008-05-233-50/+74
* * mount.cc (mount_info::from_fstab): Use cygwin_hmodule rather than trying toChristopher Faylor2008-05-233-5/+9
* * libc/include/sys/_default_fcntl.h: Include <sys/time.h> on Cygwin.Corinna Vinschen2008-05-232-0/+5
* * shared.cc (open_shared): Fix comments. Fix a condition which hasCorinna Vinschen2008-05-232-3/+7
* * path.cc (symlink_info::check): Define eabuf and easize outside ofCorinna Vinschen2008-05-232-3407/+3412
* * fhandler_disk_file.cc (fhandler_disk_file::readdir): EliminateCorinna Vinschen2008-05-232-2/+6
* * path.cc (symlink_info::check): Don't pass EaBuffer to NtCreateFile if it hasChristopher Faylor2008-05-234-3441/+3453
* 2008-05-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-05-22210-25484/+15079
* * grp.cc (internal_getgroups): Fix thinko. Only add enabled groups toCorinna Vinschen2008-05-222-2/+6
* * grp.cc (internal_getgroups): Don't add deny-only groups to the groupCorinna Vinschen2008-05-222-2/+9
* * cygtls.h (struct san): Add two int values to store the currentCorinna Vinschen2008-05-223-41/+60
* * setfacl.c (setfacl): Change from void to int. Return 2 in case ofCorinna Vinschen2008-05-222-7/+20
* * sec_acl.cc (setacl): Set errno to EINVAL if user or group don't exist.Corinna Vinschen2008-05-222-6/+18