| Commit message (Expand) | Author | Age | Files | Lines |
* | 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-09-27 | 1 | -2/+18 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -14/+71 |
* | * pinfo.h (winpids::pid_access): New element. | Christopher Faylor | 2003-09-17 | 1 | -14/+23 |
* | * getopt.cc (opterr): Reinstate initialization. | Christopher Faylor | 2003-09-16 | 1 | -0/+1 |
* | 2003-09-15 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-09-16 | 1 | -1/+5 |
* | * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW. | Christopher Faylor | 2003-09-13 | 1 | -4/+5 |
* | * dcrt0.cc (__argc_safe): New variable. | Christopher Faylor | 2003-09-05 | 1 | -4/+13 |
* | * pinfo.cc (_pinfo::commune_send): Fix bounds test so that poll of | Christopher Faylor | 2003-07-12 | 1 | -1/+1 |
* | * newsym: Use correct prefix for generating imports. | Christopher Faylor | 2003-07-06 | 1 | -1/+1 |
* | * pinfo.cc (_pinfo::commune_send): Don't attempt to communicate with a pure | Christopher Faylor | 2003-06-21 | 1 | -1/+1 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | missed in last checkin | Christopher Faylor | 2003-03-08 | 1 | -1/+1 |
* | * external.cc (cygwin_internal): Change n to __off64_t to match change | Corinna Vinschen | 2003-03-08 | 1 | -1/+1 |
* | Split ChangeLog, create ChangeLog-2002. | Corinna Vinschen | 2003-01-10 | 1 | -1/+1 |
* | * pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock when | Christopher Faylor | 2003-01-05 | 1 | -1/+1 |
* | * pinfo.cc (_pinfo::cmdline): Allocate sufficient space for myself command line | Christopher Faylor | 2002-12-16 | 1 | -1/+1 |
* | * pinfo.h (winpids::set): Renamed from init. | Christopher Faylor | 2002-11-29 | 1 | -1/+11 |
* | * miscfuncs.cc (low_priority_sleep): New function. Use throughout where code | Christopher Faylor | 2002-11-13 | 1 | -7/+2 |
* | * pinfo.cc (_pinfo::commune_send): Fix thinko in previous checkin. | Christopher Faylor | 2002-11-05 | 1 | -1/+2 |
* | * pinfo.cc (_pinfo::commune_send): Set priority low when sleeping, waiting for | Christopher Faylor | 2002-11-05 | 1 | -1/+6 |
* | revert erroneous checkins | Christopher Faylor | 2002-11-05 | 1 | -2/+0 |
* | * sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL. | Christopher Faylor | 2002-11-05 | 1 | -0/+2 |
* | * pinfo.cc (_pinfo::commune_send): Initialize buffer or suffer random crashes. | Christopher Faylor | 2002-11-05 | 1 | -0/+4 |
* | * external.cc (cygwin_internal): Implement CW_CMDLINE. | Christopher Faylor | 2002-10-30 | 1 | -0/+222 |
* | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 2002-10-15 | 1 | -10/+4 |
* | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 2002-10-14 | 1 | -2/+20 |
* | * cygthread.cc (cygthread::stub): Don't create event for long-running threads. | Christopher Faylor | 2002-10-13 | 1 | -0/+2 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -2/+1 |
* | Use hMainProc where appropriate, throughout. | Christopher Faylor | 2002-06-19 | 1 | -1/+2 |
* | * pinfo.cc (pinfo_dummy): Initialize to correct size. | Christopher Faylor | 2002-06-09 | 1 | -1/+1 |
* | * autoload.cc: Replace autoload statments for ZwXXX by NtXXX. | Corinna Vinschen | 2002-05-30 | 1 | -1/+1 |
* | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 2002-05-25 | 1 | -1/+0 |
* | * pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirected | Christopher Faylor | 2002-03-15 | 1 | -2/+2 |
* | * pinfo.cc (pinfo::init): Properly handle execed process stub when PID_NOREDIR | Christopher Faylor | 2002-03-14 | 1 | -0/+5 |
* | * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc, | Corinna Vinschen | 2002-02-10 | 1 | -1/+1 |
* | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 2002-02-10 | 1 | -1/+1 |
* | * external.cc (cygwin_internal): Initialize various internal settings if | Christopher Faylor | 2002-01-29 | 1 | -23/+4 |
* | * Makefile.in: Autogenerate some header files which provide magic numbers. | Christopher Faylor | 2001-12-26 | 1 | -8/+11 |
* | * dtable.cc (dtable::build_fhandler): Issue internal error on unknown device. | Christopher Faylor | 2001-11-01 | 1 | -1/+2 |
* | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 2001-10-13 | 1 | -4/+5 |
* | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 2001-10-01 | 1 | -0/+1 |
* | * Makefile.in: Build wincap.o. | Corinna Vinschen | 2001-09-12 | 1 | -3/+2 |
* | Remove initialization of static or global values to zero, throughout. This | Christopher Faylor | 2001-09-06 | 1 | -2/+2 |
* | Throughout, change check for running under Windows NT to 'iswinnt'. | Christopher Faylor | 2001-08-04 | 1 | -1/+1 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -1/+1 |
* | * pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x. | Christopher Faylor | 2001-06-11 | 1 | -28/+4 |
* | minor formatting changes. | Christopher Faylor | 2001-04-29 | 1 | -5/+5 |
* | * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead of | Corinna Vinschen | 2001-01-30 | 1 | -2/+2 |
* | * pinfo.cc (codepage_init): Move function. | Christopher Faylor | 2001-01-08 | 1 | -27/+2 |
* | * autoload.cc: Autoload CharToOemA. | Christopher Faylor | 2000-12-10 | 1 | -0/+25 |