Corinna Vinschen
0a18555e4f
* cygcheck.cc (main): don't imply -d from -s option to cygcheck
2011-01-10 12:51:02 +00:00
Keith Marshall
98ac2593b0
Correct hexadecimal formatting of double and long double values.
2011-01-07 22:57:00 +00:00
Christopher Faylor
969dd6dff9
* faq-setup.xml (faq.setup.cli): Correct description of -pubkey option
2011-01-05 16:02:00 +00:00
Christopher Faylor
8b0be52ba0
* ChangeLog-2010: Create from ChangeLog.
...
* ChangeLog: Start fresh.
2011-01-03 01:53:19 +00:00
Christopher Faylor
2be50cacae
* cygtls.cc: Include stdlib.h.
...
(_cygtls::init_thread): Seed random number generator on a per-thread basis.
2010-12-29 06:33:30 +00:00
Chris Sutcliffe
c27459e675
2010-12-27 David Byron <dbyron0@users.sourceforge.net>
...
* include/winioctl.h (STORAGE_BUS_TYPE): Define.
2010-12-27 21:26:32 +00:00
Chris Sutcliffe
d01906b839
2010-12-27 Ozkan Sezer <sezero@users.sourceforge.net>
...
* include/dirent.h (dd_handle): Define as intptr_t.
2010-12-27 21:19:42 +00:00
Chris Sutcliffe
48defac76a
2010-12-27 Seth Jackson <sethj@users.sourceforge.net>
...
* include/winbase.h (GetComputerNameEx): Define.
2010-12-27 21:12:35 +00:00
Chris Sutcliffe
c65bfdfadc
2010-09-22 Ryan Lortie <desrt@desrt.ca>
...
* include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
2010-12-27 21:07:20 +00:00
Chris Sutcliffe
c3abd2abe8
2010-11-08 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
...
* tlssup.c (__dyn_tls_init): Use an integer variable to iterate between
__xd_a and __xd_z.
2010-12-27 21:01:13 +00:00
Chris Sutcliffe
8eb8d27274
2010-12-27 Markus Koenig <basilo@users.sourceforge.net>
...
* include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
2010-12-27 20:39:42 +00:00
Chris Sutcliffe
be26f8bde5
2010-10-20 Seth Jackson <sethj@users.sourceforge.net>
...
* include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
Add defines for backward compatibility.
2010-12-27 20:31:59 +00:00
Chris Sutcliffe
036f657a2b
2010-12-27 Johann Hanne <jonnyh33@users.sourceforge.net>
...
* include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
* include/objidl.h (AddConnection, ReleaseConnection): Ditto.
* include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
EnumResourceTypesW): Ditto.
* include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
2010-12-27 20:20:15 +00:00
Chris Sutcliffe
83304a3ecc
2010-12-27 Seth Jackson <sethj@users.sourceforge.net>
...
* include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
2010-12-27 19:59:54 +00:00
Chris Sutcliffe
39e8c3f232
2010-12-27 Paul Sokolovsky <pfalcon@users.sf.net>
...
* include/bdatypes.h: Add missing semicolons.
2010-12-27 19:15:29 +00:00
Christopher Faylor
c8d1848d07
* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 234.
2010-12-27 17:29:25 +00:00
Christopher Faylor
589e430baa
cygwin:
...
* cygwin.din: Export program_invocation_name and
program_invocation_short_name.
* dcrt0.cc: Set program_invocation*name to correct values, based on
argv[0].
* globals.cc (program_invocation_name): Define.
(program_invocation_short_name): Ditto
newlib:
* libc/include/sys/errno.h (program_invocation_name): Declare.
(program_invocation_short_name): Ditto.
2010-12-26 21:11:38 +00:00
Corinna Vinschen
9296807af3
* security.cc (alloc_sd): Really fix erroneous inheritence entry
...
duplication now. Add more comments for clarity.
2010-12-16 10:31:09 +00:00
Corinna Vinschen
e445b7c336
* sec_acl.cc (getacl): Ensure that the default acl contains at least
...
DEF_(USER|GROUP|OTHER)_OBJ entries.
2010-12-15 14:11:03 +00:00
Corinna Vinschen
38042584f3
* security.cc (alloc_sd): Fix erroneous inheritence entry duplication.
2010-12-15 13:56:32 +00:00
Corinna Vinschen
e52961c403
* syscalls.cc (check_dir_not_empty): Never count more than 3 directory
...
entries.
2010-12-12 15:32:45 +00:00
Christopher Faylor
f646aeb049
* init.cc (search_for): Put this in shared section or suffer subtle problems
...
with the tls.
* pinfo.cc (status_exit): Add debug output to report on unexpected exit.
* tls_pbuf.cc (tmp_pathbuf::c_get): Add more details to internal error.
2010-12-12 05:48:29 +00:00
Corinna Vinschen
d7b90bae79
* setfacl.c (strchrnul): New function.
...
(getaclentry): Rewrite.
2010-12-11 20:47:01 +00:00
Corinna Vinschen
969c7d9a7e
* cyglsa-config: Unset GREP_OPTIONS when calling grep.
2010-12-10 10:14:35 +00:00
Christopher Faylor
4f26f8486c
fix typo
2010-12-09 21:44:22 +00:00
Corinna Vinschen
0dcfb061cf
* autoload.cc (RETRY_COUNT): New define.
...
(std_dll_init): Restructure loop to retry loading a DLL only if
specific errors occur. If these errors persist, try to load DLL
with name only.
2010-12-09 16:50:36 +00:00
Corinna Vinschen
51ecb7d9af
* include/strings.h: Remove in favor of equivalent newlib file.
2010-12-08 14:28:18 +00:00
Corinna Vinschen
7695120581
* sec_acl.cc (getacl): Set DEF_CLASS_OBJ permissions to 07 instead
...
of 0777.
2010-12-08 10:24:20 +00:00
Corinna Vinschen
ac5d7dcd18
* cygpath.cc (get_device_name): Fix path length test.
2010-12-06 13:40:24 +00:00
Corinna Vinschen
9de485e8e0
* path.cc (path_conv::check): Don't generate ENOENT for non-existant
...
CYGDRIVE and NETDRIVE paths. Add comment.
2010-12-06 13:09:40 +00:00
Corinna Vinschen
bdcc0b84ed
* net.cc (get_xp_ifs): Fix counting of idx to return stable interface
...
alias names for interfaces with multiple IPv4 addresses.
2010-12-02 11:39:15 +00:00
Corinna Vinschen
910e31f015
* fhandler_tty.cc (fhandler_tty_slave::dup): Free path_conv strings
...
to avoid memory leak. Add comment.
(fhandler_pty_master::dup): Ditto.
* path.h (path_conv::free_strings): New method.
2010-11-29 20:51:38 +00:00
Corinna Vinschen
943c59e3e8
* autoload.cc (SendARP): Remove.
...
* net.cc (get_flags): Set IFF_NOARP flag for PPP and SLIP devices.
(get_xp_ifs): Unify IFF_BROADCAST setting. Drop calling SendARP to
set IFF_NOARP flag.
2010-11-23 15:37:41 +00:00
Corinna Vinschen
5fe7c5e01b
* path.cc (symlink_info::check): Don't use FileNetworkOpenInformation
...
on Netapps. Relax condition for workaround. Always request size
information via FileStandardInformation info class in workaround.
2010-11-23 09:26:16 +00:00
Corinna Vinschen
fc0fb0ba13
* mount.cc (NETAPP_IGNORE): Add FILE_PERSISTENT_ACLS.
...
(FS_IS_NETAPP_DATAONTAP): Drop test for FILE_PERSISTENT_ACLS.
(fs_info::update): Set filetype to ntfs in remote case, too. Fix a
couple of comments. Add test for Netapps faking to be FAT.
* mount.h (IMPLEMENT_FS_FLAG): Simplify definition and usage.
2010-11-22 14:19:50 +00:00
Corinna Vinschen
9dda712bd9
* net.cc (get_ipv4fromreg_ipcnt): Fix debug output. Only create debug
...
output if error is not ERROR_FILE_NOT_FOUND.
(get_ipv4fromreg): Ditto.
2010-11-22 13:03:00 +00:00
Corinna Vinschen
5c6904b515
* fhandler_tty.cc (fhandler_tty_slave::fchown): Initialize mode to 0.
2010-11-18 18:55:10 +00:00
Corinna Vinschen
1570248800
* setup2.sgml (setup-locale-ov): Document CJK ambiguous width change
...
for non-Unicode charsets.
* new-features.sgml (ov-new1.7.8): Mention CJK ambiguous width change.
Drop redundant NT4 pre-SP4 support entry.
2010-11-18 11:05:46 +00:00
Corinna Vinschen
8506523421
* posix.sgml: Move llround and llroundf to implemented SUSv4 functions.
...
* include/cygwin/version.h: Add llround and llroundf to the comment for
the 233 CYGWIN_VERSION_API_MINOR bump.
2010-11-15 12:44:57 +00:00
Yaakov Selkowitz
cc353b9f34
* include/paths.h (_PATH_VARTMP): Define.
2010-11-02 17:38:36 +00:00
Christopher Faylor
418709899d
* regtool.c (cmd_set): Write correct number of bytes for REG_MULTI_SZ case.
2010-10-31 01:41:19 +00:00
Christopher Faylor
49808040c5
* localtime.cc (is_upper): Rename to isupper and include ctype.h to pull in
...
standard macro.
(lcl_is_set): Define as an enum.
(tzsetwall): Assign lcl_is_set to correct enum values.
(tzset): Ditto. Copy as much of TZ as will fit to TZ buffer.
2010-10-30 19:22:42 +00:00
Christopher Faylor
3e38e8abf7
* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 233.
2010-10-27 14:22:27 +00:00
Christopher Faylor
ec515e9e47
Tweak entry.
2010-10-24 19:33:03 +00:00
Christopher Faylor
5160c5f430
* dcrt0.cc (do_exit): Don't set thread termination until all fds have been
...
closed since an fd may rely on a thread.
* fhandler_tty.cc: Reformat comment.
(fhandler_pty_master::pty_master_thread): Refuse ERROR_PIPE_CONNECTED state as
an error.
* globals.cc (exit_states): Reorder ES_THREADTERM.
* path.cc (find_fast_cwd_pointers): Remove excessively wordy DEBUGGING output.
2010-10-24 18:50:57 +00:00
Christopher Faylor
488ddaced3
* exceptions.cc (try_to_debug): Improve comment.
...
* fhandler_tty.cc (fhandler_pty_master::fhandler_pty_master): Add a comment.
2010-10-24 15:26:05 +00:00
Christopher Faylor
c4f296c2a9
* pinfo.cc (pinfo::exit): Grab a tty lock before setting pgid.
2010-10-23 18:57:43 +00:00
Christopher Faylor
74882a259a
* pinfo.cc (pinfo::exit): Reset tty pgrp to zero if no more handles open.
...
(_pinfo::set_ctty): Remove debugging stuff.
2010-10-23 18:55:01 +00:00
Christopher Faylor
50ed699a2a
* fhandler_tty.cc (fhandler_pty_master::open): Remove debugging printf.
2010-10-23 18:11:20 +00:00
Christopher Faylor
4ce975efd3
* fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.
...
* fhandler_console.cc (fhandler_console::open): Specify second argument to
tcinit.
* fhandler_termios.cc (fhandler_termios::tcinit): Rename second argument. Set
pgid to 0 if this is a pty master.
(fhandler_termios::tcgetpgrp): Just return value of pgid. It will be zero if
not initialized.
* fhandler_tty.cc (fhandler_tty_slave::open): Specify second argument to
tcinit.
(fhandler_tty_slave::ioctl): Implement TIOCGPRP/TIOCSPGRP. Fix switch
indentation.
(fhandler_tty_master::ioctl): Implement TIOCGPRP/TIOCSPGRP.
* include/sys/termios.h (TIOCGPGRP): Define similarly to Linux.
* include/sys/termios.h (TIOCSPGRP): Ditto.
2010-10-23 18:07:08 +00:00