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
2009-05-19* mount.cc (mount_info::add_item): Avoid using any-old '/' as indicating root.Christopher Faylor
2009-05-18* mount.cc (mount_info::got_usr_bin): Mark as NO_COPY.Christopher Faylor
2009-05-14* mount.cc (mount_info::init): Remove MOUNT_CYGWIN_EXEC setting whenChristopher Faylor
2009-05-14 * mount.cc (oopts): Add a no-op "auto" option.Corinna Vinschen
2009-05-14cygwin ChangeLogChristopher Faylor
2009-05-04 * security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag inCorinna Vinschen
2009-02-13 * mount.cc (mount_info::from_fstab_line): Make cygdrive posix=0 byCorinna Vinschen
2009-01-29 * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode numberCorinna Vinschen
2009-01-24 * mount.cc (mount_info::from_fstab): Open fstab file withCorinna Vinschen
2009-01-09 * mount.cc (mount_info::from_fstab_line): Always convert driveCorinna Vinschen
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-12-25* mount.cc: Change comment.Christopher Faylor
2008-12-14* cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code.Christopher Faylor
2008-11-26Remove unneeded whitespace.Christopher Faylor
2008-11-11 * mount.cc (mount_info::cygdrive_win32_path): Always upper caseCorinna Vinschen
2008-09-11* net.cc (in6addr_any, in6addr_loopback): Add appropriate number of bracesChristopher Faylor
2008-08-15 * mount.cc (mount_info::get_mounts_here): Don't subtract 2 fromCorinna Vinschen
2008-08-15 * mount.cc (mount_info::create_root_entry): Create default cygdriveCorinna Vinschen
2008-08-13 * mount.cc (fillout_mntent): Always print noumount option last.Corinna Vinschen
2008-08-13 * mount.cc (fillout_mntent): Print options as taken in fstab and mount.Corinna Vinschen
2008-07-27* mount.cc (mount_info::init): Add location where we're looking for fstab toChristopher Faylor
2008-07-25 * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen
2008-07-24 * mount.cc (mount_info::from_fstab): Change system_printf toCorinna Vinschen
2008-07-24 * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen
2008-07-17 * mount.cc (mount_info::from_fstab_line): Default to binary mount.Corinna Vinschen
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-07-15 Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen
2008-06-13 * mount.cc (mount_info::get_cygdrive_info): Fix usage of user andCorinna Vinschen
2008-06-10 * mount.cc (mount_info::from_fstab): Read sizeof (buf) - 2 bytes.Corinna Vinschen
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-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-20 * Makefile.in (DLL_OFILES): Add nfs.o.Corinna Vinschen
2008-04-30 * mount.cc (is_unc_share): Allow \\?\ prefix as well. Enhance comment.Corinna Vinschen
2008-04-30 * mount.cc (mount_info::from_fstab): Skip native path prefix inCorinna Vinschen
2008-04-21 * mount.cc (mount_info::init): Remove call to from_registry. PrintCorinna Vinschen
2008-04-08 * mount.cc (mount_info::from_fstab): Read user fstab files fromCorinna Vinschen
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor