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 (Expand)Author
2004-04-09 * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen
2004-04-09 * security.cc (get_file_attribute): Fix conditional.Corinna Vinschen
2004-04-08* child_info.h: Update CHILD_INFO_MAGIC after 2004-04-03 change.Christopher Faylor
2004-04-08fix email addressChristopher Faylor
2004-04-08 * path.cc (hash_path_name): Replace hash algorithm with SDBM.Corinna Vinschen
2004-04-08 * fhandler.cc (fhandler_base::open): Set query access mode accordingCorinna Vinschen
2004-04-08* path.cc (path_prefix_p): Optimize test order.Christopher Faylor
2004-04-06 * Makefile.in (EXTRALIBS): Add libtextreadmode.a.Corinna Vinschen
2004-04-06 * fhandler_disk_file.cc (fhandler_base::fstat_helper): RequestCorinna Vinschen
2004-04-06 * fhandler_raw.cc (fhandler_dev_raw::open): Actually use "options".Corinna Vinschen
2004-04-052004-04-06 Luke Dunstan <infidel@users.sourceforge.net>Luke Dunstan
2004-04-05 * fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Add implementationCorinna Vinschen
2004-04-05 * winsup.api/devdsp.c (ioctltest): Add 2 tests for ioctl codesCorinna Vinschen
2004-04-04* child_info.h (child_info::cygheap_reserve_sz): Rename from cygheap_alloc_sz.Christopher Faylor
2004-04-03 * fhandler.h (class fhandler_socket): Remove has_been_closed member.Corinna Vinschen
2004-04-02 * net.cc (wsock_event::release): Use NULL handle in call toCorinna Vinschen
2004-04-01 * fhandler_socket.cc (fhandler_socket::recvfrom): Rearrange loopCorinna Vinschen
2004-04-01 * net.cc (wsock_event::wait): Make wsa_err an int. Don't setCorinna Vinschen
2004-04-01 * crt1.c (_mingw32_init_fmode): Set *_imp___fmode_dll toDanny Smith
2004-04-01 * fhandler_socket.cc (fhandler_socket::sendto): Drop out of loop ifCorinna Vinschen
2004-03-31 * fhandler_tape.cc (mtinfo::initialize): Fix fatal error message.Corinna Vinschen
2004-03-31 * fhandler_socket.cc (fhandler_socket::recvfrom): Always initializeCorinna Vinschen
2004-03-31 * fhandler_tape.cc (mtinfo_drive::get_pos): Only set partition ifCorinna Vinschen
2004-03-31 * fhandler_socket.cc (fhandler_socket::sendmsg): Add SIGPIPE handling.Corinna Vinschen
2004-03-31 * fhandler_socket.cc (fhandler_socket::recvfrom): Initialize res toCorinna Vinschen
2004-03-312004-03-30 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
2004-03-31* thread.h (pthread::init_mainthread): Add parameter forked. Set forkedChristopher Faylor
2004-03-302004-03-30 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin
2004-03-30 * sysv_shm.cc (shmget): Allow to retrieve shared memory segmentsCorinna Vinschen
2004-03-30 * shm.cc (shmat): If shmid is unknown, call a special variationCorinna Vinschen
2004-03-30 * lib/Makefile,in; Add directx to .PHONY target.Danny Smith
2004-03-29 * fhandler.h (class fhandler_socket): Add has_been_closed member.Corinna Vinschen
2004-03-29* thread.cc (pthread::atforkprepare): Call MT_INTERFACE->fixup_before_fork atChristopher Faylor
2004-03-29 * net.cc (wsock_event::wait): Change scope of local "len" variable.Corinna Vinschen
2004-03-292004-03-28 Hans Leidekker <hans@it.vu.nl>Luke Dunstan
2004-03-29 * mingwex/math/round.c: Rewrite.Danny Smith
2004-03-29 * pathnames.sgml: Fix /dev/srX description.Corinna Vinschen
2004-03-292004-03-28 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin
2004-03-292004-03-28 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin
2004-03-29 * shm.cc (shmat): Return (void *) -1 on error instead of NULL.Corinna Vinschen
2004-03-282004-03-27 Hosaka Yuji <hos@tamanegi.org>Luke Dunstan
2004-03-27* fhandler_nodevice.cc (fhandler_nodevice::open): Assume that errno has alreadyChristopher Faylor
2004-03-27 * Fix ChangeLog formatting.Corinna Vinschen
2004-03-27 * cygserver.sgml: New file.Corinna Vinschen
2004-03-272004-03-26 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin
2004-03-272004-03-27 Filip Navara <xnavara@volny.cz>Luke Dunstan
2004-03-27* cygheap.cc (cygheap_fixup_in_child): Improve strace output.Christopher Faylor
2004-03-27 * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,Corinna Vinschen
2004-03-27add missing filesChristopher Faylor
2004-03-26* path.cc (path_conv::check): Use 'strchr' rather than 'strrchr' to find end ofChristopher Faylor