summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * security.cc (set_nt_attribute): Only call get_nt_object_securityCorinna Vinschen2004-04-132-1/+6
* * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen2004-04-1310-95/+137
* merge from gccDJ Delorie2004-04-132-0/+5
* * autoload.cc (NtQuerySecurityObject): Add.Corinna Vinschen2004-04-134-32/+35
* * winsup.api/devdsp.c (forkrectest): Move synchronization with childCorinna Vinschen2004-04-132-7/+47
* * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::stop): Add optionalCorinna Vinschen2004-04-132-21/+71
* * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flagCorinna Vinschen2004-04-138-78/+53
* Update libtool entry.Ben Elliston2004-04-131-2/+2
* * thread.cc (pthread::thread_init_wrapper): Wait later to get more parallelChristopher Faylor2004-04-132-1/+6
* * thread.cc (pthread::create): Use thread mutex to control synchronizationChristopher Faylor2004-04-132-12/+25
* 2004-04-12 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-04-122-3/+7
* * cygheap.h: Replace inexplicably removed closing brace.Christopher Faylor2004-04-112-0/+5
* * cygheap.h (CYGHEAP_SLOP): Reduce drastically to avoid collisions.Christopher Faylor2004-04-112-2/+5
* * dtable.cc (dtable::extend): Change order of memcpy and cfree.Christopher Faylor2004-04-112-1/+5
* * syscalls.cc (sync): Define void according to SUSv3.Corinna Vinschen2004-04-102-3/+6
* * libc/include/sys/unistd.h (sync): Define void on Cygwin accordingCorinna Vinschen2004-04-102-0/+9
* * sec_acl.cc (setacl): Use correct offset when trying to combineCorinna Vinschen2004-04-102-2/+7
* * fhandler.cc (rootdir): Add and use second argument.Corinna Vinschen2004-04-105-27/+38
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-1029-293/+342
* * thread.h (pthread::init_mainthread): Remove parameter forked.Christopher Faylor2004-04-103-17/+33
* * path.cc (path_conv::check): Optimize symlink replacements.Christopher Faylor2004-04-103-144/+115
* * fhandler.h (class fhandler_dev_raw): Move status bits into protectedCorinna Vinschen2004-04-096-110/+131
* * path.cc (fsinfo): Global storage for file system information.Corinna Vinschen2004-04-093-2/+27
* * fhandler.h (fhandler_base::status): Declare private.Corinna Vinschen2004-04-097-47/+64
* * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen2004-04-099-132/+138
* * security.cc (get_file_attribute): Fix conditional.Corinna Vinschen2004-04-092-2/+6
* 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2004-04-095-210/+291
* 2004-04-08 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-04-088-7/+93
* 2004-04-08 Eric Christopher <echristo@redhat.com>Jeff Johnston2004-04-082-1/+5
* * child_info.h: Update CHILD_INFO_MAGIC after 2004-04-03 change.Christopher Faylor2004-04-082-1/+5
* fix email addressChristopher Faylor2004-04-081-1/+1
* * path.cc (hash_path_name): Replace hash algorithm with SDBM.Corinna Vinschen2004-04-082-3/+7
* * fhandler.cc (fhandler_base::open): Set query access mode accordingCorinna Vinschen2004-04-087-63/+94
* * path.cc (path_prefix_p): Optimize test order.Christopher Faylor2004-04-082-3/+7
* * Makefile.in (EXTRALIBS): Add libtextreadmode.a.Corinna Vinschen2004-04-063-4/+35
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): RequestCorinna Vinschen2004-04-063-28/+42
* * fhandler_raw.cc (fhandler_dev_raw::open): Actually use "options".Corinna Vinschen2004-04-062-1/+5
* 2004-04-06 Luke Dunstan <infidel@users.sourceforge.net>Luke Dunstan2004-04-052-1/+5
* * fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Add implementationCorinna Vinschen2004-04-052-1/+46
* * winsup.api/devdsp.c (ioctltest): Add 2 tests for ioctl codesCorinna Vinschen2004-04-052-2/+25
* * child_info.h (child_info::cygheap_reserve_sz): Rename from cygheap_alloc_sz.Christopher Faylor2004-04-043-18/+23
* * fhandler.h (class fhandler_socket): Remove has_been_closed member.Corinna Vinschen2004-04-035-154/+105
* 2004-04-02 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2004-04-034-5/+12
* * net.cc (wsock_event::release): Use NULL handle in call toCorinna Vinschen2004-04-022-1/+7
* 2004-04-01 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-04-022-0/+8
* 2004-04-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-04-022-3/+14
* * fhandler_socket.cc (fhandler_socket::recvfrom): Rearrange loopCorinna Vinschen2004-04-012-11/+19
* * net.cc (wsock_event::wait): Make wsa_err an int. Don't setCorinna Vinschen2004-04-012-5/+13
* * crt1.c (_mingw32_init_fmode): Set *_imp___fmode_dll toDanny Smith2004-04-012-0/+11
* * fhandler_socket.cc (fhandler_socket::sendto): Drop out of loop ifCorinna Vinschen2004-04-014-33/+45