| Commit message (Expand) | Author | Age | Files | Lines |
* | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 2002-06-05 | 39 | -62/+60 |
* | * dtable.cc (handle_to_fn): Correct placement and length of name buffer. | Christopher Faylor | 2002-06-05 | 2 | -2/+7 |
* | bfd/ | Jason Thorpe | 2002-06-05 | 2 | -0/+11 |
* | Remove fcntl.h includes throughout. | Christopher Faylor | 2002-06-05 | 33 | -146/+157 |
* | * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE, | Danny Smith | 2002-06-04 | 2 | -3/+8 |
* | * fhandler.h (class fhandler_socket): Add private method | Corinna Vinschen | 2002-06-04 | 3 | -4/+28 |
* | * fhandler_dsp.cc (fhandler_dev_dsp::open): Set errno to EACCES if | Corinna Vinschen | 2002-06-04 | 2 | -1/+9 |
* | * fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don't | Christopher Faylor | 2002-06-04 | 5 | -24/+42 |
* | * umount.cc (version): New global variable. | Christopher Faylor | 2002-06-04 | 2 | -13/+61 |
* | * external.cc (cygwin_internal): Add CW_EXTRACT_DOMAIN_AND_USER | Corinna Vinschen | 2002-06-03 | 3 | -1/+17 |
* | * libc/include/sys/types.h: Don't define dev_t when compiling for | Corinna Vinschen | 2002-06-03 | 2 | -0/+7 |
* | * syscalls.cc (stat64_to_stat32): Transform st_dev correctly. | Corinna Vinschen | 2002-06-03 | 5 | -7/+39 |
* | * syscalls.cc (setegid32): Verify the correctness of the gid | Corinna Vinschen | 2002-06-03 | 2 | -1/+7 |
* | * security.cc (lsa2wchar): Suppressed. | Corinna Vinschen | 2002-06-03 | 4 | -88/+114 |
* | * regtool.cc (prog_name): New global variable. | Christopher Faylor | 2002-06-03 | 2 | -65/+144 |
* | * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll. | Danny Smith | 2002-06-02 | 3 | -1/+10 |
* | * dtable.cc (handle_to_fn): Use largest match for device. Correctly | Christopher Faylor | 2002-06-02 | 2 | -8/+37 |
* | * strace.cc (forkdebug): Make true by default. | Christopher Faylor | 2002-06-02 | 3 | -9/+18 |
* | * fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Check specifically | Christopher Faylor | 2002-06-02 | 2 | -2/+15 |
* | * fhandler_process.cc (fhandler_process::open): Set fileid. | Christopher Faylor | 2002-06-02 | 3 | -7/+12 |
* | * how-programming.texinfo: Add more words to the "how to build". | Christopher Faylor | 2002-06-02 | 2 | -7/+21 |
* | Remove unneeded sigproc.h includes throughout. | Christopher Faylor | 2002-06-02 | 28 | -107/+83 |
* | * configure.in: Complain about lack of w32api directory. | Christopher Faylor | 2002-06-02 | 3 | -3/+18 |
* | * fhandler.cc (fhandler_base::fstat): Move dev and ino calculation into caller. | Christopher Faylor | 2002-06-02 | 6 | -28/+37 |
* | include/elf/ | Richard Henderson | 2002-06-02 | 2 | -0/+12 |
* | * include/windef.h: Fix typo in last change. | Danny Smith | 2002-06-01 | 2 | -1/+5 |
* | * include/windef.h: Add no-op __try, __except, __finally | Danny Smith | 2002-06-01 | 4 | -21/+21 |
* | * path.cc (chdir): Don't allow cd'ing to a non-directory virtual path. | Christopher Faylor | 2002-06-01 | 2 | -0/+9 |
* | Fill-out d10v enum so that there are no ``=''. | Andrew Cagney | 2002-06-01 | 2 | -20/+61 |
* | * fhandler_disk_file.cc (readdir): Move inode calculation into caller. | Christopher Faylor | 2002-06-01 | 3 | -35/+59 |
* | remove accidentally checked in test version. | Christopher Faylor | 2002-06-01 | 1 | -2/+0 |
* | oops | Christopher Faylor | 2002-05-31 | 1 | -1/+0 |
* | (add the rest of the ChangeLog) | Christopher Faylor | 2002-05-31 | 1 | -0/+11 |
* | * fhandler_console.cc (fhandler_console::open): Reinstate setting of flags. | Christopher Faylor | 2002-05-31 | 7 | -7/+16 |
* | * fhandler_console.cc (fhandler_console::open): Always default to binmode. | Christopher Faylor | 2002-05-31 | 2 | -9/+16 |
* | * fhandler.cc (fhandler_base::open): Make default open mode == binmode. | Christopher Faylor | 2002-05-31 | 2 | -7/+14 |
* | * dll_init.cc (dll_list::init): Eliminate unneeded debugging statement. | Christopher Faylor | 2002-05-31 | 2 | -1/+4 |
* | * fhandler_proc.cc (fhandler_proc::readdir): Set errno when no more files. | Christopher Faylor | 2002-05-31 | 4 | -3/+13 |
* | 2002-05-31 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2002-05-31 | 11 | -111/+196 |
* | * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX, | DJ Delorie | 2002-05-31 | 3 | -8/+12 |
* | * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1. | DJ Delorie | 2002-05-31 | 3 | -10/+9 |
* | * config-ml.in: Propogate DESTDIR also. | DJ Delorie | 2002-05-31 | 2 | -0/+5 |
* | 2002-05-31 Michal Ludvig <mludvig@suse.cz> | Michal Ludvig | 2002-05-31 | 2 | -2/+7 |
* | * path.cc (path_conv::check): Set fileattr to INVALID_FILE_ATTRIBUTES for | Christopher Faylor | 2002-05-31 | 2 | -1/+16 |
* | [ gas/ChangeLog ] | Chris Demetriou | 2002-05-31 | 2 | -1/+33 |
* | * fhandler_disk_file.cc (fhandler_disk_file::fstat): Always call fstat_by_name | Christopher Faylor | 2002-05-31 | 3 | -4/+14 |
* | include/elf/ | Richard Henderson | 2002-05-30 | 2 | -0/+22 |
* | 2002-05-30 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2002-05-30 | 13 | -30/+423 |
* | * mkpasswd.cc (main): Don't reset to binmode if stdout is a terminal. | Christopher Faylor | 2002-05-30 | 2 | -1/+6 |
* | * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING): | Corinna Vinschen | 2002-05-30 | 2 | -0/+9 |