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-02-01 * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen
2007-11-28 * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead ofCorinna Vinschen
2007-11-08* dllfixdbg: Eliminate extra objcopy step.Christopher Faylor
2007-08-24 * syscalls.cc (open): Don't follow symlinks if O_EXCL is given.Corinna Vinschen
2007-08-21 * syscalls.cc (unlink_nt): Drop one local FILE_BASIC_INFORMATION struct.Corinna Vinschen
2007-08-16 * path.h (path_conv::operator char *): Delete.Corinna Vinschen
2007-08-16 * dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING.Corinna Vinschen
2007-08-15 * path.cc (get_nt_native_path): Allow to convert special paths whichCorinna Vinschen
2007-08-13 * Makefile.in (DLL_OFILES): Remove delqueue.o.Corinna Vinschen
2007-08-12 * syscalls.cc (getw): Remove redundant implementation.Corinna Vinschen
2007-08-12 * ntdll.h: Add descriptive comments to special Rtl functions.Corinna Vinschen
2007-08-10 * syscalls.cc (rename): Check oldpath and newpath for trailing dirCorinna Vinschen
2007-08-09 * syscalls.cc (rename): Close oldpath file handle immediately afterCorinna Vinschen
2007-08-02 * fhandler_disk_file.cc (readdir_get_ino): Accommodate native symlinks.Corinna Vinschen
2007-08-02 * syscalls.cc (rename): Move and add text to comment about testingCorinna Vinschen
2007-08-02 * path.h (struct fs_info): Drop root_len and name_hash members.Corinna Vinschen
2007-08-02 * syscalls.cc (rename): Check if oldpath and newpath refer to theCorinna Vinschen
2007-08-01 * ntdll.h (STATUS_ACCESS_DENIED): Define.Corinna Vinschen
2007-08-01 * syscalls.cc (rename): Use unchanged path_conv in condition.Corinna Vinschen
2007-07-31 * fhandler_disk_file.cc (fhandler_disk_file::link): Revert to checkingCorinna Vinschen
2007-07-30 * syscalls.cc (stat_worker): Don't call build_fh_pc with invalid pc.Corinna Vinschen
2007-07-29 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't allowCorinna Vinschen
2007-07-29 * fhandler_disk_file.cc (fhandler_disk_file::link): Use FILE_ANY_ACCESS.Corinna Vinschen
2007-07-26 * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen
2007-07-19 * fhandler.cc (fhandler_base::open): Drop local wpath and upathCorinna Vinschen
2007-07-17 * cygheap.h (cygheap_user::curr_imp_token): Rename from current_token.Corinna Vinschen
2007-03-02 * ntdll.h (struct _OBJECT_NAME_INFORMATION): Define.Corinna Vinschen
2007-02-27 * path.cc (close_user_proc_parms_cwd_handle): Remove.Corinna Vinschen
2007-02-27 * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only inCorinna Vinschen
2007-02-26 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Drop comment.Corinna Vinschen
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen
2007-02-23 * fhandler_console.cc (fhandler_console::need_invisible): DropCorinna Vinschen
2007-02-22 Throughout remove all usage of wincap.access_denied_on_delete.Corinna Vinschen
2007-02-22 Throughout replace all usage of wincap.shared with the constantCorinna Vinschen
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen
2007-02-20 * cygwin.din (sem_unlink): Export.Corinna Vinschen
2007-02-20Remove extraneous whitespace.Christopher Faylor
2007-02-14 * Makefile.in (DLL_OFILES): Add posix_ipc.o.Corinna Vinschen
2007-02-08 * syscalls.cc (check_shm): New static function to do path checkingCorinna Vinschen
2007-02-08 * cygwin.din (shm_open): Export.Corinna Vinschen
2007-02-02 * syscalls.cc (unlink_nt): Add missing assignment in case NtClose fails.Corinna Vinschen
2007-01-31 * fhandler_disk_file.cc (fhandler_disk_file::closedir): Add dir nameCorinna Vinschen
2007-01-26 * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Implement rmdirCorinna Vinschen
2007-01-17 * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen
2007-01-13 * syscalls.cc (unlink_nt): Don't move files to recycle bin which areCorinna Vinschen
2007-01-12 * syscalls.cc: Update copyright.Corinna Vinschen
2007-01-10 * syscalls.cc (sync): Use b_drive for B: drive (Thanks to Howard Chu).Corinna Vinschen
2007-01-09 * syscalls.cc (getpagesize): Change condition for clarity.Corinna Vinschen
2006-12-12 * environ.cc (subauth_id_init): Remove.Corinna Vinschen
2006-12-12 * environ.cc (set_traverse): Remove.Corinna Vinschen