summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * times.cc (hires_ms::usecs): Don't overreact.Corinna Vinschen2004-06-302-1/+5
* * times.cc (hires_ms::usecs): Reinit timer when system time overflows.Corinna Vinschen2004-06-302-0/+10
* * thread.cc (__cygwin_lock_lock): Don't bother locking when there is only oneChristopher Faylor2004-06-272-2/+20
* * fhandler_proc.cc (format_proc_cpuinfo): Test CPU vendor and printCorinna Vinschen2004-06-232-0/+33
* * fhandler_socket.cc (fhandler_socket::release): CallCorinna Vinschen2004-06-232-2/+7
* * autoload.cc (wsock_init): Keep lock while modifying return address.Christopher Faylor2004-06-222-2/+6
* * fhandler.cc (fhandler_base::open): Remove 9x specific code.Corinna Vinschen2004-06-172-9/+4
* 2004-06-17 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-06-177-43/+55
* * fhandler.cc (fhandler_base::open): Substitute FILE_SUPERSEDE withCorinna Vinschen2004-06-172-1/+6
* * include/cygwin/version.h: REALLY bump dll minor version to 11.Christopher Faylor2004-06-092-1/+5
* * include/cygwin/ipc.h: Make IPC_INFO visible only for ipc systemCorinna Vinschen2004-06-082-0/+7
* * path.cc (fchdir): Pass the Posix path to chdir.Corinna Vinschen2004-06-082-1/+5
* * dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy).Christopher Faylor2004-06-076-70/+118
* * winbase.h (ilockincr): Add more neverending changes from the inexplicableChristopher Faylor2004-06-042-2/+9
* * autoload.cc (IsDosDeviceName_U): Define.Christopher Faylor2004-06-032-4/+15
* revert accidental checkinChristopher Faylor2004-06-031-4/+5
* * winbase.h (ilockincr): More changes from the inexplicable world of gcc asmChristopher Faylor2004-06-035-7/+22
* * winbase.h (ilockincr): YA correction to ensure correct operation with noChristopher Faylor2004-06-032-4/+10
* * cygserver.h (CYGWIN_SERVER_VERSION_API): Bump.Corinna Vinschen2004-06-032-1/+5
* * include/cygwin/ipc.h (IPC_KEY_IS_SHMID): Redefine to a more sensibleCorinna Vinschen2004-06-032-3/+8
* 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-024-13/+21
* 2004-05-30 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-312-24/+31
* * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Only try to open the fileChristopher Faylor2004-05-292-1/+6
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-2844-282/+287
* * winbase.h: Semi-revert previous patch as it caused strange behavior. UseChristopher Faylor2004-05-253-5/+10
* * include/cygwin/version.h: Bump DLL minor number to 11.Christopher Faylor2004-05-252-1/+5
* * winbase.h: Add proper attributions for memory operands throughout.Christopher Faylor2004-05-252-6/+10
* * include/cygwin/version.h: Bump api minor version number.Christopher Faylor2004-05-254-3/+13
* * tty.cc (tty_list::allocate_tty): Leave tty_mutex armed on successful returnChristopher Faylor2004-05-203-3/+17
* * grp.cc (getgrgid_r): Replace struct group by struct __group32 inCorinna Vinschen2004-05-172-4/+10
* * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile,Corinna Vinschen2004-05-1711-3/+170
* * tty.cc (tty_list::init): Move hmaster initialization earlier to preventChristopher Faylor2004-05-172-1/+6
* Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor2004-05-177-42/+50
* add missing fileChristopher Faylor2004-05-161-0/+32
* * fhandler_socket.cc (fhandler_socket::recvfrom): Use original flagsCorinna Vinschen2004-05-162-12/+15
* * cygthread.cc (cygthread::is): Eliminate.Christopher Faylor2004-05-169-105/+153
* revert previous not-ready-for-primetime checkin.Christopher Faylor2004-05-156-93/+55
* * cygheap.h: Remove some parameter names from declarations throughout.Christopher Faylor2004-05-158-61/+105
* * cygheap.h (cwdstuff::set): Modify return value and arguments.Christopher Faylor2004-05-152-36/+68
* remove keyword stuffChristopher Faylor2004-05-121-292/+2
* * path.cc (path_conv::check): Don't bail out with error if path is "//".Corinna Vinschen2004-05-122-1/+5
* * cygheap.h (struct init_cygheap): Add mt_h member.Corinna Vinschen2004-05-123-3/+10
* 2004-05-12 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-124-36/+61
* * fhandler.cc (fhandler_base::open): Set file attributes to correctCorinna Vinschen2004-05-113-0/+9
* * fhandler.h (class fhandler_socket): Add "owner" status flag.Corinna Vinschen2004-05-103-12/+50
* 2004-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-092-11/+17
* * syscalls.cc: Include environ.h.Christopher Faylor2004-05-083-11/+14