| Commit message (Expand) | Author | Age | Files | Lines |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -2/+1 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * external.cc (check_ntsec): Return general ntsec state on NULL | Corinna Vinschen | 2003-04-03 | 1 | -1/+3 |
* | ChangeLog already commited yesterday: | Corinna Vinschen | 2003-04-03 | 1 | -0/+12 |
* | * include/sys/cygwin.h: Declare cygwin_internal as unsigned long. | Christopher Faylor | 2003-03-28 | 1 | -1/+1 |
* | Revert below changes regarding _pinfo::cmdline. | 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 |
* | * pinfo.h (winpids::set): Renamed from init. | Christopher Faylor | 2002-11-29 | 1 | -1/+1 |
* | * external.cc (cygwin_internal): Fix va_arg references. | Christopher Faylor | 2002-11-22 | 1 | -4/+3 |
* | * external.cc (cygwin_internal): Implement CW_CMDLINE. | Christopher Faylor | 2002-10-30 | 1 | -0/+7 |
* | * Makefile.in (DLL_OFILES): Add cygthread.o. | Christopher Faylor | 2002-08-01 | 1 | -4/+4 |
* | * uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo. | Christopher Faylor | 2002-06-21 | 1 | -1/+1 |
* | * external.cc (cygwin_internal): Make v1 mount table access invalid. | Christopher Faylor | 2002-06-09 | 1 | -3/+2 |
* | * external.cc (cygwin_internal): Add CW_EXTRACT_DOMAIN_AND_USER | Corinna Vinschen | 2002-06-03 | 1 | -0/+8 |
* | * include/sys/cygwin.h (EXTERNAL_PINFO_VERSION): Reinstate. | Christopher Faylor | 2002-05-29 | 1 | -1/+1 |
* | * external.cc (fillout_pinfo): Use new version define. | Corinna Vinschen | 2002-05-29 | 1 | -1/+1 |
* | * external.cc (fillout_pinfo): Set new version field in external_pinfo | Christopher Faylor | 2002-05-29 | 1 | -2/+2 |
* | Change internal uid datatype from __uid16_t to __uid32_t | Corinna Vinschen | 2002-05-29 | 1 | -0/+3 |
* | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 2002-05-25 | 1 | -1/+0 |
* | * include/sys/cygwin.h (cygwin_getinfo_types): New CW_STRACE_ACTIVE. | Christopher Faylor | 2002-02-14 | 1 | -0/+5 |
* | * exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm. | Christopher Faylor | 2002-02-14 | 1 | -1/+2 |
* | * external.cc (cygwin_internal): Initialize various internal settings if | Christopher Faylor | 2002-01-29 | 1 | -0/+32 |
* | Eliminate excess whitespace. | Christopher Faylor | 2001-11-05 | 1 | -1/+1 |
* | * Makefile.in: Only build testsuite directory on first 'make check'. | Christopher Faylor | 2001-10-24 | 1 | -0/+19 |
* | * external.cc (fillout_pinfo): Reset counter whenever we initialize the pid | Christopher Faylor | 2001-10-08 | 1 | -2/+5 |
* | * cygheap.h (init_cygheap): Move heap pointers here. | Christopher Faylor | 2001-09-07 | 1 | -1/+1 |
* | Remove initialization of static or global values to zero, throughout. This | Christopher Faylor | 2001-09-06 | 1 | -1/+1 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -0/+1 |
* | * external.cc (fillout_pinfo): Use correct pids. | Christopher Faylor | 2001-05-11 | 1 | -2/+2 |
* | Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. | Christopher Faylor | 2001-04-28 | 1 | -1/+1 |
* | Update copyright. | Christopher Faylor | 2001-03-18 | 1 | -1/+1 |
* | * external.cc (fillout_pinfo): Match windows pid, as well as cygwin pid when | Christopher Faylor | 2001-03-18 | 1 | -2/+3 |
* | Throughout, change 'cygwin_shared.mount' to 'mount_table'. | Christopher Faylor | 2001-01-28 | 1 | -4/+3 |
* | * cygheap.h (init_cygheap): New struct holding values that live in the Cygwin | Christopher Faylor | 2000-11-14 | 1 | -1/+1 |
* | * environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used in | Christopher Faylor | 2000-11-08 | 1 | -2/+22 |
* | * pinfo.cc (winpids:add): New method. | Christopher Faylor | 2000-11-05 | 1 | -7/+6 |
* | * external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoid | Christopher Faylor | 2000-10-20 | 1 | -1/+1 |
* | * exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signal | Christopher Faylor | 2000-09-16 | 1 | -1/+1 |
* | * external.cc (fillout_pinfo): Handle explicit pids correctly. | Christopher Faylor | 2000-09-13 | 1 | -3/+3 |
* | Break out more header info into separate files. Use appropriate header files | Christopher Faylor | 2000-09-08 | 1 | -1/+2 |
* | Split out tty and shared_info stuff into their own headers and use throughout. | Christopher Faylor | 2000-09-07 | 1 | -0/+2 |
* | * path.cc (readlink): Check if buffer length is positive. Truncate output to | Christopher Faylor | 2000-09-04 | 1 | -1/+1 |
* | * dcrt0.cc (dll_crt0_1): Move set_os_type. | Christopher Faylor | 2000-08-26 | 1 | -48/+38 |
* | * external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwin | Christopher Faylor | 2000-08-25 | 1 | -0/+5 |
* | * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files | Christopher Faylor | 2000-08-22 | 1 | -0/+3 |
* | * winsup.h: Split out dtable definitions into separate header file. | Christopher Faylor | 2000-08-12 | 1 | -0/+1 |
* | * include/cygwin/version.h: Bump DLL minor version number to 5 due to all of | Christopher Faylor | 2000-07-29 | 1 | -34/+62 |
* | * dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA. | Christopher Faylor | 2000-07-28 | 1 | -0/+15 |
* | * cygwin.din: Export _getmode and getmode to allow querying of binary state of | Christopher Faylor | 2000-07-09 | 1 | -0/+4 |
* | * external.cc (cygwin_internal): Export __cygwin_user_data. | Christopher Faylor | 2000-07-08 | 1 | -0/+3 |