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
AgeCommit message (Expand)Author
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen
2004-04-10* thread.h (pthread::init_mainthread): Remove parameter forked.Christopher Faylor
2004-04-10* path.cc (path_conv::check): Optimize symlink replacements.Christopher Faylor
2004-04-10 * fhandler.h (class fhandler_dev_raw): Move status bits into protectedCorinna Vinschen
2004-04-09 * path.cc (fsinfo): Global storage for file system information.Corinna Vinschen
2004-04-09 * fhandler.h (fhandler_base::status): Declare private.Corinna Vinschen
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-092004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode
2004-04-092004-04-08 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston
2004-04-082004-04-08 Eric Christopher <echristo@redhat.com>Jeff Johnston
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-032004-04-02 Chris Demetriou <cgd@broadcom.com>Jeff Johnston
2004-04-02 * net.cc (wsock_event::release): Use NULL handle in call toCorinna Vinschen
2004-04-022004-04-01 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston
2004-04-022004-04-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
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-312003-03-30 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
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-312003-03-30 Thomas Pfaff <tpfaff@gmx.net>Jeff Johnston
2004-03-31merge from gccDJ Delorie
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-30Add (linker) support for CR16C processorNick Clifton
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