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
2002-06-05* dtable.cc (handle_to_fn): Check error return value from NtQueryObject firstChristopher Faylor
2002-06-05/tmp/cvs610a0efc.1Robert Collins
2002-06-05 * grp.cc (read_etc_group): When emulating nonexisting group file onCorinna Vinschen
2002-06-05 * grp.cc (etc_group): Removed.Corinna Vinschen
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor
2002-06-05* dtable.cc (handle_to_fn): Correct placement and length of name buffer.Christopher Faylor
2002-06-05bfd/Jason Thorpe
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor
2002-06-05 * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,Danny Smith
2002-06-04 * fhandler.h (class fhandler_socket): Add private methodCorinna Vinschen
2002-06-04 * fhandler_dsp.cc (fhandler_dev_dsp::open): Set errno to EACCES ifCorinna Vinschen
2002-06-04* fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don'tChristopher Faylor
2002-06-04* umount.cc (version): New global variable.Christopher Faylor
2002-06-03 * external.cc (cygwin_internal): Add CW_EXTRACT_DOMAIN_AND_USERCorinna Vinschen
2002-06-03 * libc/include/sys/types.h: Don't define dev_t when compiling forCorinna Vinschen
2002-06-03 * syscalls.cc (stat64_to_stat32): Transform st_dev correctly.Corinna Vinschen
2002-06-03 * syscalls.cc (setegid32): Verify the correctness of the gidCorinna Vinschen
2002-06-03 * security.cc (lsa2wchar): Suppressed.Corinna Vinschen
2002-06-03* regtool.cc (prog_name): New global variable.Christopher Faylor
2002-06-03 * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.Danny Smith
2002-06-02* dtable.cc (handle_to_fn): Use largest match for device. CorrectlyChristopher Faylor
2002-06-02* strace.cc (forkdebug): Make true by default.Christopher Faylor
2002-06-02* fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Check specificallyChristopher Faylor
2002-06-02* fhandler_process.cc (fhandler_process::open): Set fileid.Christopher Faylor
2002-06-02* how-programming.texinfo: Add more words to the "how to build".Christopher Faylor
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor
2002-06-02* configure.in: Complain about lack of w32api directory.Christopher Faylor
2002-06-02* fhandler.cc (fhandler_base::fstat): Move dev and ino calculation into caller.Christopher Faylor
2002-06-02 include/elf/Richard Henderson
2002-06-02 * include/windef.h: Fix typo in last change.Danny Smith
2002-06-02 * include/windef.h: Add no-op __try, __except, __finallyDanny Smith
2002-06-01* path.cc (chdir): Don't allow cd'ing to a non-directory virtual path.Christopher Faylor
2002-06-01Fill-out d10v enum so that there are no ``=''.Andrew Cagney
2002-06-01* fhandler_disk_file.cc (readdir): Move inode calculation into caller.Christopher Faylor
2002-06-01remove accidentally checked in test version.Christopher Faylor
2002-06-01oopsChristopher Faylor
2002-06-01(add the rest of the ChangeLog)Christopher Faylor
2002-06-01* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.Christopher Faylor
2002-06-01* fhandler_console.cc (fhandler_console::open): Always default to binmode.Christopher Faylor
2002-06-01* fhandler.cc (fhandler_base::open): Make default open mode == binmode.Christopher Faylor
2002-06-01* dll_init.cc (dll_list::init): Eliminate unneeded debugging statement.Christopher Faylor
2002-06-01* fhandler_proc.cc (fhandler_proc::readdir): Set errno when no more files.Christopher Faylor
2002-06-012002-05-31 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2002-06-01* Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,DJ Delorie
2002-05-31* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.DJ Delorie
2002-05-31* config-ml.in: Propogate DESTDIR also.DJ Delorie
2002-05-312002-05-31 Michal Ludvig <mludvig@suse.cz>Michal Ludvig
2002-05-31* path.cc (path_conv::check): Set fileattr to INVALID_FILE_ATTRIBUTES forChristopher Faylor
2002-05-31[ gas/ChangeLog ]Chris Demetriou
2002-05-31* fhandler_disk_file.cc (fhandler_disk_file::fstat): Always call fstat_by_nameChristopher Faylor