summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * spawn.cc (spawn_guts): Check if script is executable.Corinna Vinschen2004-07-081-0/+4
* * times.cc (hires_ms::usecs): Don't overreact.Corinna Vinschen2004-06-301-0/+4
* * times.cc (hires_ms::usecs): Reinit timer when system time overflows.Corinna Vinschen2004-06-301-0/+4
* * thread.cc (__cygwin_lock_lock): Don't bother locking when there is only oneChristopher Faylor2004-06-271-0/+6
* * fhandler_proc.cc (format_proc_cpuinfo): Test CPU vendor and printCorinna Vinschen2004-06-231-0/+5
* * fhandler_socket.cc (fhandler_socket::release): CallCorinna Vinschen2004-06-231-1/+6
* * autoload.cc (wsock_init): Keep lock while modifying return address.Christopher Faylor2004-06-221-0/+4
* * fhandler.cc (fhandler_base::open): Remove 9x specific code.Corinna Vinschen2004-06-171-0/+4
* 2004-06-17 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-06-171-0/+15
* * fhandler.cc (fhandler_base::open): Substitute FILE_SUPERSEDE withCorinna Vinschen2004-06-171-0/+5
* * include/cygwin/version.h: REALLY bump dll minor version to 11.Christopher Faylor2004-06-091-0/+4
* * include/cygwin/ipc.h: Make IPC_INFO visible only for ipc systemCorinna Vinschen2004-06-081-0/+5
* * path.cc (fchdir): Pass the Posix path to chdir.Corinna Vinschen2004-06-081-0/+4
* * dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy).Christopher Faylor2004-06-071-0/+19
* * winbase.h (ilockincr): Add more neverending changes from the inexplicableChristopher Faylor2004-06-041-0/+7
* * autoload.cc (IsDosDeviceName_U): Define.Christopher Faylor2004-06-031-0/+7
* * winbase.h (ilockincr): More changes from the inexplicable world of gcc asmChristopher Faylor2004-06-031-0/+6
* * winbase.h (ilockincr): YA correction to ensure correct operation with noChristopher Faylor2004-06-031-0/+6
* * cygserver.h (CYGWIN_SERVER_VERSION_API): Bump.Corinna Vinschen2004-06-031-0/+4
* * include/cygwin/ipc.h (IPC_KEY_IS_SHMID): Redefine to a more sensibleCorinna Vinschen2004-06-031-0/+5
* remove erroneous ChangeLog entryChristopher Faylor2004-06-031-4/+0
* * winbase.h: Fix all ilock defs as per cygwin 1.5.10 release.Christopher Faylor2004-06-031-0/+4
* add missing changelog entryChristopher Faylor2004-06-021-0/+4
* * spawn.cc (find_exec): Use has_slash to determine if path has a slash ratherChristopher Faylor2004-06-021-2/+7
* 2004-05-30 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-311-0/+6
* * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Only try to open the fileChristopher Faylor2004-05-291-0/+5
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-0/+5
* * winbase.h: Semi-revert previous patch as it caused strange behavior. UseChristopher Faylor2004-05-251-0/+5
* * include/cygwin/version.h: Bump DLL minor number to 11.Christopher Faylor2004-05-251-0/+4
* * winbase.h: Add proper attributions for memory operands throughout.Christopher Faylor2004-05-251-0/+4
* * include/cygwin/version.h: Bump api minor version number.Christopher Faylor2004-05-251-0/+8
* * tty.cc (tty_list::allocate_tty): Leave tty_mutex armed on successful returnChristopher Faylor2004-05-201-0/+7
* * grp.cc (getgrgid_r): Replace struct group by struct __group32 inCorinna Vinschen2004-05-171-0/+6
* * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile,Corinna Vinschen2004-05-171-0/+19
* * tty.cc (tty_list::init): Move hmaster initialization earlier to preventChristopher Faylor2004-05-171-0/+5
* Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor2004-05-171-0/+7
* * fhandler_socket.cc (fhandler_socket::recvfrom): Use original flagsCorinna Vinschen2004-05-161-0/+6
* * cygthread.cc (cygthread::is): Eliminate.Christopher Faylor2004-05-161-0/+29
* * cygheap.h: Remove some parameter names from declarations throughout.Christopher Faylor2004-05-151-2/+8
* * cygheap.h (cwdstuff::set): Modify return value and arguments.Christopher Faylor2004-05-151-1/+11
* * path.cc (path_conv::check): Don't bail out with error if path is "//".Corinna Vinschen2004-05-121-0/+4
* * cygheap.h (struct init_cygheap): Add mt_h member.Corinna Vinschen2004-05-121-1/+7
* 2004-05-12 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-121-0/+15
* * fhandler.cc (fhandler_base::open): Set file attributes to correctCorinna Vinschen2004-05-111-0/+6
* * fhandler.h (class fhandler_socket): Add "owner" status flag.Corinna Vinschen2004-05-101-0/+12
* 2004-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-091-0/+5
* * syscalls.cc: Include environ.h.Christopher Faylor2004-05-081-0/+7
* * fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): MoveCorinna Vinschen2004-05-071-0/+6
* * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::stop): Move delete ofCorinna Vinschen2004-05-071-0/+8
* Revert code reversion from 2004-04-03. So, revert to async I/O again.Corinna Vinschen2004-05-071-3/+19