Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-11-08 * external.cc (cygwin_internal): Add CW_GET_UID_FROM_SID andCorinna Vinschen
2003-11-06 * syscalls.cc (getshmlba): New function.Corinna Vinschen
2003-11-04 * external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTECorinna Vinschen
2003-10-23 * external.cc (cygwin_internal): Add CW_GET_ERRNO_FROM_WINERRORCorinna Vinschen
2003-09-25* devices.cc: New file.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-04-03 * external.cc (check_ntsec): Return general ntsec state on NULLCorinna Vinschen
2003-04-03 ChangeLog already commited yesterday:Corinna Vinschen
2003-03-28* include/sys/cygwin.h: Declare cygwin_internal as unsigned long.Christopher Faylor
2003-03-08Revert below changes regarding _pinfo::cmdline.Christopher Faylor
2003-03-08 * external.cc (cygwin_internal): Change n to __off64_t to match changeCorinna Vinschen
2002-11-29* pinfo.h (winpids::set): Renamed from init.Christopher Faylor
2002-11-22* external.cc (cygwin_internal): Fix va_arg references.Christopher Faylor
2002-10-31* external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor
2002-06-21* uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor
2002-06-09* external.cc (cygwin_internal): Make v1 mount table access invalid.Christopher Faylor
2002-06-03 * external.cc (cygwin_internal): Add CW_EXTRACT_DOMAIN_AND_USERCorinna Vinschen
2002-05-30* include/sys/cygwin.h (EXTERNAL_PINFO_VERSION): Reinstate.Christopher Faylor
2002-05-30 * external.cc (fillout_pinfo): Use new version define.Corinna Vinschen
2002-05-29* external.cc (fillout_pinfo): Set new version field in external_pinfoChristopher Faylor
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-02-15* include/sys/cygwin.h (cygwin_getinfo_types): New CW_STRACE_ACTIVE.Christopher Faylor
2002-02-15* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor
2002-01-29* external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-10-25* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor
2001-10-08* external.cc (fillout_pinfo): Reset counter whenever we initialize the pidChristopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-05-12* external.cc (fillout_pinfo): Use correct pids.Christopher Faylor
2001-04-29Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor
2001-03-18Update copyright.Christopher Faylor
2001-03-18* external.cc (fillout_pinfo): Match windows pid, as well as cygwin pid whenChristopher Faylor
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor
2000-11-08* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor
2000-11-05* pinfo.cc (winpids:add): New method.Christopher Faylor
2000-10-20* external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoidChristopher Faylor
2000-09-16* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signalChristopher Faylor
2000-09-13* external.cc (fillout_pinfo): Handle explicit pids correctly.Christopher Faylor
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor