2008-01-24 18:29:29 +01:00
|
|
|
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 18:43:22 +01:00
|
|
|
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 15:51:55 +01:00
|
|
|
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 18:42:10 +01:00
|
|
|
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 14:45:42 +01:00
|
|
|
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 17:51:54 +01:00
|
|
|
2008-01-07 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* fhandler.h: Update copyright.
|
|
|
|
* include/limits.h: Ditto.
|
|
|
|
|
2008-01-06 19:37:20 +01:00
|
|
|
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 19:31:35 +01:00
|
|
|
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 20:07:36 +01:00
|
|
|
2008-01-01 Christopher Faylor <me+cygwin@cgf.cx>
|
|
|
|
|
|
|
|
* tty.cc: Update copyright.
|
|
|
|
* pipe.cc: Ditto.
|
|
|
|
|
2008-01-01 19:51:23 +01:00
|
|
|
2008-01-01 Christopher Faylor <me+cygwin@cgf.cx>
|
* cygwin.din (_f_llrint, _f_llrintf, _f_llrintl, _f_lrint, _f_lrintf,
_f_lrintl, _f_rint, _f_rintf, _f_rintl): Export fast *rint* functions.
(lrint, lrintf, rint, rintf): Redirect exports to alias _f_ versions.
(llrint, llrintf, llrintl, lrintl, rintl): Add exports aliasing _f_*
versions likewise.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
2007-12-30 22:12:08 +01:00
|
|
|
|
2008-01-01 19:51:23 +01:00
|
|
|
* newsym: First stab at understanding data as well as functions.
|
* cygwin.din (_f_llrint, _f_llrintf, _f_llrintl, _f_lrint, _f_lrintf,
_f_lrintl, _f_rint, _f_rintf, _f_rintl): Export fast *rint* functions.
(lrint, lrintf, rint, rintf): Redirect exports to alias _f_ versions.
(llrint, llrintf, llrintl, lrintl, rintl): Add exports aliasing _f_*
versions likewise.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
2007-12-30 22:12:08 +01:00
|
|
|
|
2008-01-01 19:51:23 +01:00
|
|
|
* pipe.cc (fhandler_pipe::init): Move more intelligence here.
|
|
|
|
(fhandler_pipe::create): Simplify based on above change.
|
2007-12-22 14:26:47 +01:00
|
|
|
|
2008-01-01 19:51:23 +01:00
|
|
|
* tty.cc (tty_list::allocate): Remove non-NT code.
|
2007-12-22 14:26:47 +01:00
|
|
|
|