summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * include/cygwin/mtio.h (GMT_ASYNC): New define.Corinna Vinschen2004-04-192-1/+7
* * errno.cc (errmap): Handle ERROR_IO_PENDING.Corinna Vinschen2004-04-197-23/+130
* * include/_mingw.h: Revert to primary release 3 and increment minorEarnie Boyd2004-04-192-1/+2
* * include/_mingw.h: Revert to primary release 3 and increment minorEarnie Boyd2004-04-192-3/+8
* * configure.in (mips*-*-irix5*): Enable ld.Rainer Orth2004-04-193-53/+56
* * fhandler_tape.cc (mtinfo_drive::_set_pos): Take additional dont_waitCorinna Vinschen2004-04-193-9/+17
* Clean up ChangeLog punctuation and typeo.Danny Smith2004-04-181-22/+22
* 2004-01-09 Stuart Cunningham <stuart_hc@users.sourceforge.net>Luke Dunstan2004-04-183-0/+25
* Merge numerous changes from ReactOS. Submitted by Filip Navara.Luke Dunstan2004-04-1815-32/+301
* 2004-04-18 Allan Bazinet <bazineta@users.sourceforge.net>Luke Dunstan2004-04-182-0/+16
* fix commentsChristopher Faylor2004-04-171-2/+1
* 2004-04-17 Luke Dunstan <infidel@users.sourceforge.net>Luke Dunstan2004-04-174-2/+21
* * autoload.cc (NtCreateFile): Add.Corinna Vinschen2004-04-1614-144/+293
* Fix LDFLAGS related configure errors.Jim Wilson2004-04-163-0/+80
* .Christopher Faylor2004-04-161-3/+3
* Check in missed file.Christopher Faylor2004-04-151-1/+0
* * autoload.cc (dll_chain1): Rename to dll_chain. Remove old dll_chain code.Christopher Faylor2004-04-152-13/+11
* * fhandler_disk_file.cc (fhandler_disk_file::fchmo): Try openingCorinna Vinschen2004-04-152-3/+22
* 2004-04-15 Danny Smith <dannysmith@users.sourceforge.net>Luke Dunstan2004-04-152-1/+5
* Fix case.Corinna Vinschen2004-04-141-1/+1
* * ntdll.h: Fix copyright date.Corinna Vinschen2004-04-144-2/+14
* * sec_acl.cc (getacl): Avoid compiler warning.Corinna Vinschen2004-04-143-10/+16
* * syscalls.cc (fstat64): Use get_namehash instead of hash_path_name.Corinna Vinschen2004-04-142-1/+5
* * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen2004-04-149-165/+191
* * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen2004-04-148-41/+131
* 2004-04-14 Robert Wruck <rwruck@users.sourceforge.net>Danny Smith2004-04-142-6/+10
* * autoload.cc (NtSetSecurityObject): Add.Corinna Vinschen2004-04-148-53/+48
* * cygwin.din: Export rand_r and ttyname_r.Corinna Vinschen2004-04-144-13/+46
* 2004-04-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-04-144-2/+14
* Typo fix: s/otheriwse/otherwise/Ben Elliston2004-04-141-1/+1
* * 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