aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/external.cc
AgeCommit message (Expand)AuthorFilesLines
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor1-4/+4
2002-06-21* uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor1-1/+1
2002-06-09* external.cc (cygwin_internal): Make v1 mount table access invalid.Christopher Faylor1-3/+2
2002-06-03 * external.cc (cygwin_internal): Add CW_EXTRACT_DOMAIN_AND_USERCorinna Vinschen1-0/+8
2002-05-29* include/sys/cygwin.h (EXTERNAL_PINFO_VERSION): Reinstate.Christopher Faylor1-1/+1
2002-05-29 * external.cc (fillout_pinfo): Use new version define.Corinna Vinschen1-1/+1
2002-05-29* external.cc (fillout_pinfo): Set new version field in external_pinfoChristopher Faylor1-2/+2
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen1-0/+3
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-02-14* include/sys/cygwin.h (cygwin_getinfo_types): New CW_STRACE_ACTIVE.Christopher Faylor1-0/+5
2002-02-14* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor1-1/+2
2002-01-29* external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor1-0/+32
2001-11-05Eliminate excess whitespace.Christopher Faylor1-1/+1
2001-10-24* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor1-0/+19
2001-10-08* external.cc (fillout_pinfo): Reset counter whenever we initialize the pidChristopher Faylor1-2/+5
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-1/+1
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+1
2001-05-11* external.cc (fillout_pinfo): Use correct pids.Christopher Faylor1-2/+2
2001-04-28Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor1-1/+1
2001-03-18Update copyright.Christopher Faylor1-1/+1
2001-03-18* external.cc (fillout_pinfo): Match windows pid, as well as cygwin pid whenChristopher Faylor1-2/+3
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor1-4/+3
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor1-1/+1
2000-11-08* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor1-2/+22
2000-11-05* pinfo.cc (winpids:add): New method.Christopher Faylor1-7/+6
2000-10-20* external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoidChristopher Faylor1-1/+1
2000-09-16* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signalChristopher Faylor1-1/+1
2000-09-13* external.cc (fillout_pinfo): Handle explicit pids correctly.Christopher Faylor1-3/+3
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-1/+2
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor1-0/+2
2000-09-04* path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor1-1/+1
2000-08-26* dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor1-48/+38
2000-08-25* external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwinChristopher Faylor1-0/+5
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+3
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+1
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-34/+62
2000-07-28* dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.Christopher Faylor1-0/+15
2000-07-09* cygwin.din: Export _getmode and getmode to allow querying of binary state ofChristopher Faylor1-0/+4
2000-07-08* external.cc (cygwin_internal): Export __cygwin_user_data.Christopher Faylor1-0/+3
2000-05-18* select.cc (thread_pipe): Add paranoid check to ensure thread termination.Christopher Faylor1-1/+0
2000-02-24* exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor1-1/+1
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+107