67 lines
2.1 KiB
Plaintext
67 lines
2.1 KiB
Plaintext
2008-01-24 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* path.cc (fs_info::update): Fix old-style Samba test to support
|
|
recent as well as upcoming Samba releases.
|
|
|
|
2008-01-22 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* ntdll.h (struct _FILE_FS_OBJECTID_INFORMATION): Define.
|
|
* path.cc (struct smb_extended_info): Define.
|
|
(fs_info::update): Request object id info to get Samba information.
|
|
Set flags according to new implementation.
|
|
* path.h (struct fs_info): Add samba_version to status_flags.
|
|
Implement flags() and samba_version() using IMPLEMENT_STATUS_FLAG.
|
|
|
|
2008-01-21 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* fhandler_disk_file.cc (fhandler_disk_file::link): Open file with
|
|
READ_CONTROL for Vista/Longhorn's sake.
|
|
|
|
2008-01-15 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* Makefile.in (install-libs): Overwrite newlib's libg.a with symlink
|
|
to libcygwin.a.
|
|
|
|
2008-01-15 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* Makefile.in (DLL_OFILES): Remove memmem.o.
|
|
* memmem.cc: Remove in favor of newlib implementation.
|
|
|
|
2008-01-07 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* fhandler.h: Update copyright.
|
|
* include/limits.h: Ditto.
|
|
|
|
2008-01-06 Christopher Faylor <me+cygwin@cgf.cx>
|
|
|
|
* fhandler.h (fhandler_base::is_tty): Make bool.
|
|
(fhandler_serial::is_tty): Ditto.
|
|
(fhandler_termios::is_tty): Ditto.
|
|
(fhandler_base::is_slow): Return bool value.
|
|
(fhandler_socket::is_slow): Ditto.
|
|
(fhandler_serial::is_slow): Ditto.
|
|
(fhandler_console::is_slow): Ditto.
|
|
(fhandler_tty_common::is_slow): Ditto.
|
|
(fhandler_tty_master::is_slow): Ditto.
|
|
(fhandler_dev_null::is_slow): Ditto.
|
|
|
|
2008-01-06 Christopher Faylor <me+cygwin@cgf.cx>
|
|
|
|
* include/limits.h (TTY_NAME_MAX): Increase size to same as linux to
|
|
allow for (at least) null terminating byte for "/dev/console".
|
|
|
|
2008-01-01 Christopher Faylor <me+cygwin@cgf.cx>
|
|
|
|
* tty.cc: Update copyright.
|
|
* pipe.cc: Ditto.
|
|
|
|
2008-01-01 Christopher Faylor <me+cygwin@cgf.cx>
|
|
|
|
* newsym: First stab at understanding data as well as functions.
|
|
|
|
* pipe.cc (fhandler_pipe::init): Move more intelligence here.
|
|
(fhandler_pipe::create): Simplify based on above change.
|
|
|
|
* tty.cc (tty_list::allocate): Remove non-NT code.
|
|
|