summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-1519-277/+359
* Forgot to commit ChangeLogCorinna Vinschen2000-10-141-0/+10
* * cygwin.din: Add symbol hstrerror.Corinna Vinschen2000-10-144-9/+54
* * cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor2000-10-149-243/+153
* Add comment.Christopher Faylor2000-10-141-0/+1
* * dtable.cc (dtable::fixup_after_fork): Revert thinko below.Christopher Faylor2000-10-133-4/+7
* * child_info: Bump child_info "version".Christopher Faylor2000-10-1213-399/+407
* * strace.cc (proc_child): Handle exceptions correctly.Christopher Faylor2000-10-122-2/+10
* * errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor2000-10-1211-29/+89
* * path.cc (cwdstuff::get): Set EINVAL when length is zero.Christopher Faylor2000-10-102-3/+16
* * path.cc (mount_info::cygdrive_posix_path): Handle e:foo constructionChristopher Faylor2000-10-092-1/+11
* * fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): Fix debug output.Corinna Vinschen2000-10-092-2/+7
* * fhandler_mem.cc: Eliminate unused include statements.Corinna Vinschen2000-10-092-3/+12
* * fhandler.h (fhandler_dev_mem): Erase member `init_phase' andCorinna Vinschen2000-10-093-36/+62
* * include/iprtrmib.h: Further layout changes according to standard.Corinna Vinschen2000-10-096-25/+33
* * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.Corinna Vinschen2000-10-092-1/+5
* I forgot 'iprtrmib.h' in the ChangeLogCorinna Vinschen2000-10-091-1/+2
* * ps.cc (main): Change order of reporting slightly so that windows pids areChristopher Faylor2000-10-094-13/+14
* * dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor2000-10-099-132/+138
* * include/ntsecapi.h: New file.Corinna Vinschen2000-10-0810-84/+857
* * fhandler.h (fhandler_base): Remove obsolete _rpos and _rsize elements.Christopher Faylor2000-10-075-109/+69
* * fhandler.h (fhandler_dev_mem): Add methods mmap, munmap and msync.Corinna Vinschen2000-10-075-30/+185
* * syscalls.cc (_read): Behave properly when passed previous version ofChristopher Faylor2000-10-072-3/+13
* * net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NTChristopher Faylor2000-10-065-58/+60
* =====================================Corinna Vinschen2000-10-053-64/+220
* * net.cc: General cleanup.Christopher Faylor2000-10-052-117/+76
* * exceptions.cc (interruptible): Add extra debugging.Christopher Faylor2000-10-054-2/+9
* * include/netinet/tcp.h: Remove winsock.h include.Christopher Faylor2000-10-053-5/+11
* * include/sys/mman.h: Add missing MAP_FAILED macro.Corinna Vinschen2000-10-042-0/+6
* * fhandler.h (fhandler_dev_mem): Add method `init'. Add membersCorinna Vinschen2000-10-043-17/+144
* * dcrt0.cc: Add LoadDLLFunc statement for RegEnumValueA().Corinna Vinschen2000-10-023-97/+196
* * signal.cc (sigaction): Allow new action == oldaction.Christopher Faylor2000-10-022-37/+31
* * include/ras.h: New file.Corinna Vinschen2000-10-023-0/+58
* * include/ntdef.h: Add define for NTAPI.Corinna Vinschen2000-10-022-0/+6
* * fhandler_mem.cc: Load ntdll functions via autoload method.Corinna Vinschen2000-10-022-82/+58
* * fhandler_mem.cc (load_ntdll_funcs): Add missing __stdcall qualifiers.Corinna Vinschen2000-10-022-7/+13
* * cygheap.cc (cygheap_init): Born again function.Christopher Faylor2000-10-027-44/+60
* * Makefile.common: Extend VERBOSE default.Christopher Faylor2000-10-023-3/+12
* * include/ipexport.h: Add missing `extern "C"' directives.Corinna Vinschen2000-10-015-0/+39
* * include/ipifcons.h: New header file.Corinna Vinschen2000-10-014-7/+31
* * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.Corinna Vinschen2000-10-012-0/+12
* * lib/iphlpapi.def: New stub for iphlpapi.dll.Corinna Vinschen2000-10-016-0/+397
* * Makefile.common: Default to VERBOSE when part of overall sourceChristopher Faylor2000-10-012-0/+9
* * Makefile.in: Add fhandler_mem.o to the dependencies.Corinna Vinschen2000-10-016-2/+300
* * include/ntdef.h: New file.Corinna Vinschen2000-10-012-0/+48
* * cygheap.cc (init_cheap): Set aside space for heap walk pointer.Christopher Faylor2000-09-305-39/+104
* * path.cc (symlink_info::check): Set executable bit for a file if the first twoChristopher Faylor2000-09-304-97/+58
* * winsup.h: Add `winME' to os_type symbols.Corinna Vinschen2000-09-304-2/+16
* Added missing articleCorinna Vinschen2000-09-291-1/+1
* * pathnames.sgml: Add documentation about raw block specialCorinna Vinschen2000-09-292-7/+58