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
path: root/winsup
AgeCommit message (Collapse)Author
2004-09-08 * include/sys/stat.h (_S_ISLNK): Add definition.Earnie Boyd
(S_ISLNG): Ditto.
2004-09-082004-09-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
* cygheap.h (cwdstuff::drive_length): New member. (cwdstuff::get_drive): New method. * path.cc (normalize_win32_path): Simplify by using cwdstuff::get_drive. (mount_info::conv_to_win32_path): Use cwdstuff::get_drive as default for /. (cwdstuff::set): Initialize drive_length.
2004-09-07* cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value toChristopher Faylor
indicate that it is "special". * thread.cc (pthread::exit): If __sdidinit is < 0, it was never really initialized so reset it to 0 before calling _reclaim_reent.
2004-09-07 * bsd_mutex.cc (_msleep): Disable resetting event object for now.Corinna Vinschen
2004-09-062004-09-06 Hosaka Yuji <hos@tamanegi.org>Danny Smith
* include/mshtml.h (IHTMLDocument2): Correct get_selection declaration. (IHTMLSelectionObject): Correct get_type declaration. (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase, IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement, IHTMLBodyElement2): Add interfaces. (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN, LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add typedefs. * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3): Add IIDs.
2004-09-05* include/cygwin/version.h: Bump DLL minor number to 12.Christopher Faylor
2004-09-05 * include/w32api.h: Increment version to 3.1.Earnie Boyd
* Makefile.in: Ditto.
2004-09-05 * mingwex/Makefile.in: Correct typo in list of DISTFILES.Earnie Boyd
2004-09-05 * include/_mingw.h: Increment minor version for 3.5 release.Earnie Boyd
* Makefile.in: Ditto.
2004-09-052004-09-05 Hosaka Yuji <hos@tamanegi.org>Danny Smith
* include/winuser.h (MonitorFromPoint, MonitorFromRect, MonitorFromWindow): Add prototypes. * lib/user32.def (MonitorFromPoint, MonitorFromRect, MonitorFromWindowMonitorFromWindow): Add stubs. * include/shellapi.h (DuplicateIcon): Add prototype.
2004-09-05 * include/winuser.h (WINUSERAPI): New define.Danny Smith
Use it to mark user32.dll imports, throughout.
2004-09-0522004-09-05 Hosaka Yuji <hos@tamanegi.org>Danny Smith
* lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData, HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature, HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport, HidD_GetManufacturerString, HidD_GetMsGenreDescriptor, HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor, HidD_GetPreparsedData, HidD_GetProductString, HidD_GetSerialNumberString, HidD_SetConfiguration, HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport, HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
2004-09-03 * security.cc: Fix a few more strace_prints.Corinna Vinschen
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor
comma and elminate most uses of "foo = %s" to "foo %s".
2004-09-03Christopher Faylor <cgf@timesys.com>Christopher Faylor
* autoload.cc (NtQueryInformationFile): Return nonzero on error. * ntdll.h (FILE_PIPE_LOCAL_INFORMATION): Add. (NtQueryInformationFile): Fix types for last two arguments. * pipe.cc: Include stdlib.h, limits.h, and ntdll.h. (create_selectable_pipe): New function to create a pipe that can be used with NtQueryInformationFile for select. (fhandler_pipe::create): Call create_selectable_pipe instead of CreatePipe. (pipe): Use DEFAULT_PIPEBUFSIZE as argument to create_pipe. * select.cc: Include limits.h and ntdll.h. (peek_pipe): Add select_printf output. Call NtQueryInformationFile to implement select for write on pipes. (fhandler_pipe::select_read): Reorder field assignments to be consistent with fhandler_pipe::select_write. (fhandler_pipe::select_write): Initialize startup, verify, cleanup, and write_ready fields for select_record. (fhandler_pipe::select_except): Tweak indentation to be consistent with fhandler_pipe::select_write.
2004-09-02 * textbinary.sgml: Change default mode for non-mounted paths to binary.Corinna Vinschen
2004-08-31 * sysv_shm.cc (kern_shmat): Add debug_printf's.Corinna Vinschen
2004-08-31* fork.cc (fork_parent): Return the cygpid directly derived from the winpid.Christopher Faylor
2004-08-31* fork.cc (fork_parent): Record child's pid when we're sure that it has beenChristopher Faylor
filled out by the child. * pinfo.cc (pinfo::init): Trivial change.
2004-08-29 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Allow to reportCorinna Vinschen
success on systems with ntsec and ntea set.
2004-08-28 * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOFCorinna Vinschen
before zero filling. Combine similar error handling statements.
2004-08-282004-08-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
* syscalls.cc (ftruncate64): On 9x, call write with a zero length to zero fill when the file is extended.
2004-08-252004-08-25 Lars Rune N�stdal <daysleper@users.sourceforge.net>Danny Smith
* include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE): Add defines. (PCOORD): Add typedef. (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
2004-08-25 * include/winldap.h: Don't check value of UNICODE.Danny Smith
Thanks to: "Jean-Do" <spab@users.sourceforge.net>
2004-08-25 * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.Danny Smith
2004-08-25 * syscalls.cc (link): Avoid compiler warning.Corinna Vinschen
2004-08-25 * bsd_mutex.cc (_msleep): Release process object while waiting.Corinna Vinschen
2004-08-24 * winsup.api/mmaptest01.c (main): Accomodate 9x memory usage.Corinna Vinschen
2004-08-24 * winsup.api/ltp/symlink01.c (do_link): Print inode numbers using %lluCorinna Vinschen
format specifier.
2004-08-24 * include/malloc.h (__mingw_aligned_offset_malloc,Danny Smith
__mingw_aligned_offset_realloc, __mingw_aligned_malloc, __mingw_aligned_realloc, __mingw_aligned_free): Add prototypes. * mingwex/Makefile.in (DISTFILES): Add mingw-aligned-malloc.c, tst-aligned-malloc.c. (REPLACE_OBJS): Add mingw-aligned-malloc.o.
2004-08-242004-08-24 Steven G. Johnson <stevenj@alum.mit.edu>Danny Smith
* mingwex/mingw-aligned-malloc.c: New file. * mingwex/tst-aligned-malloc.c: New file.
2004-08-24 * crt1.c: (__mingw_CRTStartup): Change return to void. AddDanny Smith
noreturn attribute. Align stack to 16 bytes before passing args to main. (mainCRTStartup): Change return to void. (WinMainCRTStartup): Likewise.
2004-08-242004-08-24 Sam Robb <samrobb@users.sourceforge.net>Danny Smith
* include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500 guard.
2004-08-24 * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.Danny Smith
2004-08-21 * environ.cc (set_ntea): New function.Corinna Vinschen
(set_ntsec): Ditto. (set_smbntsec): Ditto. (parse_thing): Change ntea, ntsec and smbntsec settings to call appropriate functions.
2004-08-20 * fhandler_tape.cc (fhandler_dev_tape::raw_read): Use ?: instead ofCorinna Vinschen
if/else. (fhandler_dev_tape::raw_write): Return -1 in case of error.
2004-08-19 * errno.cc (_sys_errlist): Change various text to their english LinuxCorinna Vinschen
counterparts. Unify layout. (strerror): Remove switch statement.
2004-08-19 * fhandler.cc (fhandler_base::open): Set shared flags to 0 whenCorinna Vinschen
opening a tape device.
2004-08-19 * ChangeLog: Fix typo.Corinna Vinschen
2004-08-19 * fhandler_socket.cc (fhandler_socket::dup): Decrement dtable'sCorinna Vinschen
need_fixup_before counter on successful dup. * net.cc (cygwin_getpeername): Add file descriptor to debug output.
2004-08-17 * fhandler.h (fhandler_dev_dsp:~fhandler_dev_dsp): Delete.Corinna Vinschen
(fhandler_dev_dsp::open_count): Delete. (fhandler_dev_dsp::close_audio_in): New method declaration. (fhandler_dev_dsp::close_audio_in): Ditto. * fhandler_dsp.cc: Add and edit debug_printf throughout. (fhandler_dev_dsp::Audio::denyAccess): Delete. (fhandler_dev_dsp::Audio::fork_fixup): Ditto. (fhandler_dev_dsp::Audio::getOwner): Ditto. (fhandler_dev_dsp::Audio::clearOwner): Ditto. (fhandler_dev_dsp::Audio::owner_): Ditto. (fhandler_dev_dsp::Audio::setformat): Ditto, rename to setconvert. (fhandler_dev_dsp::Audio::lock): Ditto, move to queue. (fhandler_dev_dsp::Audio::unlock): Ditto. (fhandler_dev_dsp::Audio::lock_): Ditto. (fhandler_dev_dsp::Audio::bufferIndex_): New member, from Audio_out and Audio_in. (fhandler_dev_dsp::Audio::pHdr_): Ditto. (fhandler_dev_dsp::Audio::wavehdr_): Ditto. (fhandler_dev_dsp::Audio::bigwavebuffer_): ditto. (fhandler_dev_dsp::Audio::Qisr2app_): Ditto. (fhandler_dev_dsp::Audio::setconvert): New method, from old setformat. (fhandler_dev_dsp::Audio::queue::lock): New method. (fhandler_dev_dsp::Audio::queue::unlock): Ditto. (fhandler_dev_dsp::Audio::queue::dellock): Ditto. (fhandler_dev_dsp::Audio::queue::isvalid): Ditto. (fhandler_dev_dsp::Audio::queue::lock_): New member. (fhandler_dev_dsp::Audio::queue::depth1_): Delete. (fhandler_dev_dsp::Audio_out::fork_fixup): New method. (fhandler_dev_dsp::Audio_out::isvalid): New method. (fhandler_dev_dsp::Audio_out::start): Remove arguments. (fhandler_dev_dsp::Audio_out::parsewav): Change arguments and set internal state. (fhandler_dev_dsp::Audio_out::emptyblocks): Delete. (fhandler_dev_dsp::Audio_out::Qapp2app_): Ditto. (fhandler_dev_dsp::Audio_out::Qisr2app_): Ditto, move to Audio. (fhandler_dev_dsp::Audio_out::bufferIndex_): Ditto. (fhandler_dev_dsp::Audio_out::pHdr_): Ditto. (fhandler_dev_dsp::Audio_out::wavehdr_): Ditto. (fhandler_dev_dsp::Audio_out::bigwavefuffer_): Ditto. (fhandler_dev_dsp::Audio_out::freq_): New member. (fhandler_dev_dsp::Audio_out::bits_): New member. (fhandler_dev_dsp::Audio_out::channels_): New member. (fhandler_dev_dsp::Audio_in::fork_fixup): New method. (fhandler_dev_dsp::Audio_in::isvalid): New method. (fhandler_dev_dsp::Audio_in::Qapp2app_): Delete. (fhandler_dev_dsp::Audio_in::Qisr2app_): Ditto, move to Audio. (fhandler_dev_dsp::Audio_in::bufferIndex_): Ditto. (fhandler_dev_dsp::Audio_in::pHdr_): Ditto. (fhandler_dev_dsp::Audio_in::wavehdr_): Ditto. (fhandler_dev_dsp::Audio_in::bigwavefuffer_): Ditto. (fhandler_dev_dsp::Audio::queue::queue): Simplify. (fhandler_dev_dsp::Audio::queue::send): Use lock. (fhandler_dev_dsp::Audio::queue::query): Do not use depth1_. (fhandler_dev_dsp::Audio::queue::recv): Ditto. (fhandler_dev_dsp::Audio::Audio): Adapt to new class members. (fhandler_dev_dsp::Audio::~Audio): Ditto (fhandler_dev_dsp::Audio_out::start): Reorganize. (fhandler_dev_dsp::Audio_out::stop): Simplify. (fhandler_dev_dsp::Audio_out::init): Reset the queue and clear flag. (fhandler_dev_dsp::Audio_out::write): Reorganize to allocate audio_out. (fhandler_dev_dsp::Audio_out::buf_info): Use appropriate block size. (fhandler_dev_dsp::Audio_out::callback_sampledone): Do not use lock. (fhandler_dev_dsp::Audio_out::waitforspace): Simplify. (fhandler_dev_dsp::Audio_out::waitforallsent):Ditto. (fhandler_dev_dsp::Audio_out::sendcurrent): Reorganize. Clear flag before requeuing. (fhandler_dev_dsp::Audio_out::parsewav): (fhandler_dev_dsp::Audio_in::start): Reorganize. (fhandler_dev_dsp::Audio_in::stop): Simplify. (fhandler_dev_dsp::Audio_in::queueblock): Ditto. Requeue header in case of error. (fhandler_dev_dsp::Audio_in::init): Reset the queue and clear flag. (fhandler_dev_dsp::Audio_in::waitfordata): Simplify. Do not UnprepareHeader if the flag is zero. (fhandler_dev_dsp::Audio_in::buf_info): Ditto. (fhandler_dev_dsp::Audio_in::callback_blockfull): Do not use lock. (fhandler_dev_dsp::open_count): Delete. (fhandler_dev_dsp::open): Only check existence, do not allocate anything. Set flags appropriately. Create archetype. (fhandler_dev_dsp::write): Call archetype as needed. Create audio_out. (fhandler_dev_dsp::read): Call archetype as needed. Create audio_in. (fhandler_dev_dsp::close): Call archetype as needed. Call close_audio_in and close_audio_out. (fhandler_dev_dsp::close_audio_in): New function. (fhandler_dev_dsp::close_audio_out): New function. (fhandler_dev_dsp::dup): Use archetypes. (fhandler_dev_dsp::ioctl): Call archetype as needed. Reorganize for new structures. (fhandler_dev_dsp::fixup_after_fork): Call archetype as needed. (fhandler_dev_dsp::fixup_after_exec): Call archetype as needed. Clear audio_in and audio_out.
2004-08-17 * devdsp.c: Outputs the names of the main test functions.Corinna Vinschen
(forkrectest): Expect child success. (forkplaytest): Ditto. (syncwithchild): Output the child status and the desired value. (sinegenw): Reduce volume of the beep. (sinegenb): Ditto. (dup_test): New test.
2004-08-15 * profile/COPYING: New file.Danny Smith
* profile/CYGWIN_LICENSE: New file. * profile/Makefile.in (DISTFILES): Add COPYING, CYGWIN_LICENSE.
2004-08-15 * mingwex/fopen64.c: Move.Danny Smith
* mingwex/fseeko64.c: Move. * mingwex/ftello64.c: Move. * mingwex/lseek64.c: Move. * mingwex/stdio/fopen64.c: To here. * mingwex/stdio/fseeko64.c: To here. * mingwex/stdio/ftello64.c: To here. * mingwex/stdio/lseek64.c: To here. White space cleanup in ChangeLog
2004-08-15 * profile/gmon.c [__MINGW32__]: Include string.h forDanny Smith
memset prototype.
2004-08-152004-08-15 Ken Fitlike <kenfitlike@users.sourceforge.net>Danny Smith
* include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
2004-08-142004-08-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
* fhandler.cc (fhandler_base::open_9x): Set file attributes for new files.
2004-08-11* net.cc (cygwin_gethostbyname): Show failing host name on error.Christopher Faylor
2004-08-112004-08-10 Sebastian Nowak <snowak1@users.sourceforge.net>Danny Smith
* include/ws2spi.h (LPWSPSELECT): Correct typedef.
2004-08-11 * include/wincrypt.h: Correct _WIN32_WINNT typo.Danny Smith