summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* 2004-08-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-08-282-2/+10
* * syscalls.cc (link): Avoid compiler warning.Corinna Vinschen2004-08-242-0/+5
* * environ.cc (set_ntea): New function.Corinna Vinschen2004-08-212-3/+29
* * fhandler_tape.cc (fhandler_dev_tape::raw_read): Use ?: instead ofCorinna Vinschen2004-08-202-5/+8
* * errno.cc (_sys_errlist): Change various text to their english LinuxCorinna Vinschen2004-08-192-506/+144
* * fhandler.cc (fhandler_base::open): Set shared flags to 0 whenCorinna Vinschen2004-08-192-1/+6
* * ChangeLog: Fix typo.Corinna Vinschen2004-08-191-1/+1
* * fhandler_socket.cc (fhandler_socket::dup): Decrement dtable'sCorinna Vinschen2004-08-193-2/+12
* * fhandler.h (fhandler_dev_dsp:~fhandler_dev_dsp): Delete.Corinna Vinschen2004-08-173-540/+478
* 2004-08-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-08-142-3/+13
* * net.cc (cygwin_gethostbyname): Show failing host name on error.Christopher Faylor2004-08-112-0/+5
* white spaceChristopher Faylor2004-08-101-1/+1
* * select.cc (select_stuff::wait): Correctly check for w4 array bounds.Christopher Faylor2004-08-102-1/+5
* * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping.Corinna Vinschen2004-08-033-3/+44
* * fhandler_proc.cc (format_proc_cpuinfo): Remove Intel-specific flagsCorinna Vinschen2004-07-262-37/+54
* * dcrt0.cc (dll_crt0_0): Use proper boolean arguments.Christopher Faylor2004-07-244-8/+33
* * autoload.cc (GetNativeSystemInfo): Add.Corinna Vinschen2004-07-245-2/+54
* * dtable.cc (dtable::get_debugger_info): Make stderr r/w accordingCorinna Vinschen2004-07-232-1/+7
* * fhandler_tty.cc (fhandler_tty_slave::open): Use requested flagCorinna Vinschen2004-07-222-0/+6
* * pinfo.cc (pinfo::init): Print handle in hex when MapViewOfFile fails.Christopher Faylor2004-07-222-1/+5
* * shm.cc: Whitespace fixes.Corinna Vinschen2004-07-202-8/+12
* revert erroneous checkinChristopher Faylor2004-07-201-2/+3
* * Makefile.in (clean): Remove cygwin.def since it is autogenerated.Christopher Faylor2004-07-203-4/+7
* * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init): Fix non-ISOCorinna Vinschen2004-07-194-3/+10
* * pinfo.cc (pinfo::init): Guard against MapViewOfFileEx failure.Christopher Faylor2004-07-162-0/+6
* * mmap.cc (mmap_record::alloc_page_map): Mark pages as allocated evenCorinna Vinschen2004-07-162-10/+18
* * mmap.cc (mprotect): When MAP_WRITE protection is requested, useCorinna Vinschen2004-07-152-2/+24
* * fhandler.h (class fhandler_dev_raw): Remove is_writing flag.Corinna Vinschen2004-07-154-64/+19
* * mmap.cc (class mmap_record): Fix return type of get_offset.Corinna Vinschen2004-07-152-4/+11
* * fhandler_registry.cc (registry_listing): Correct typo.Christopher Faylor2004-07-152-1/+8
* * fhandler_raw.cc (fhandler_dev_raw::raw_write): Remove bufferedCorinna Vinschen2004-07-142-70/+6
* * spawn.cc (spawn_guts): Check if script is executable.Corinna Vinschen2004-07-082-0/+11
* * 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