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
2010-01-12 * globals.cc (ro_u_nwfs): New R/O unicode string.Corinna Vinschen
2009-11-02 * miscfuncs.h (transform_chars): Declare. Define inline variation here.Corinna Vinschen
2009-10-31 * cygprops.h: New file.Corinna Vinschen
2009-08-25 * mount.cc (fs_info::update): Add comment.Corinna Vinschen
2009-07-28 * mount.h (enum fs_info_type): New type.Corinna Vinschen
2009-07-23 * mount.h (fs_info::fsn): New member.Corinna Vinschen
2009-07-23 * mount.cc (fs_info::update): Revert to open filesystem with access setCorinna Vinschen
2009-07-22 * mount.cc (fs_info::update): Open filesystem with access set to 0.Corinna Vinschen
2009-07-22 * mount.cc: Revert accidental checkin.Corinna Vinschen
2009-07-22 * mount.cc (fillout_mntent): Fix typo (noexec -> notexec).Corinna Vinschen
2009-07-17 * globals.cc: Improve comment on R/O UNICODE_STRINGs.Corinna Vinschen
2009-07-16 * globals.cc: Reorder constant UNICODE_STRINGs for clarity.Corinna Vinschen
2009-07-14 Throughout avoid having to initialize constant UNICODE_STRINGs.Corinna Vinschen
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