| Commit message (Expand) | Author | Age | Files | Lines |
* | Update entry "Why are compiled executables so huge?!?", add bit about 'gcc -s'. | David Starks-Browning | 2000-10-18 | 1 | -1/+1 |
* | Minor update to "How can I find out which dlls are needed by an executable?", | David Starks-Browning | 2000-10-18 | 1 | -2/+2 |
* | Update entry "How do anti-virus programs like Cygwin?", | David Starks-Browning | 2000-10-18 | 1 | -10/+18 |
* | Update entry "Why can't I run bash as a shell under NT Emacs?", | David Starks-Browning | 2000-10-18 | 1 | -12/+29 |
* | Update entry "Shell scripts aren't running properly from my makefiles?", | David Starks-Browning | 2000-10-18 | 1 | -6/+4 |
* | Relevant bits subsumed in what.texinfo, separate mirrors list discarded. | David Starks-Browning | 2000-10-18 | 1 | -106/+0 |
* | Update "Is it free software?" entry re. 1.0 CD. All in past tense, | David Starks-Browning | 2000-10-18 | 1 | -12/+16 |
* | Minor, mention mirror sites in "Where can I get it?". | David Starks-Browning | 2000-10-18 | 1 | -2/+2 |
* | Add new section "Where can I get it?" to what.texinfo. | David Starks-Browning | 2000-10-18 | 2 | -1/+14 |
* | Delete entry "Ancient history of the project", replace with link to history.h... | David Starks-Browning | 2000-10-18 | 1 | -34/+3 |
* | * ps.cc (main): Add some extra space to pid output for Windows 95. | Christopher Faylor | 2000-10-18 | 2 | -6/+10 |
* | * exceptions.cc (call_handler): Make signal pending if sigsave.sig is still | Christopher Faylor | 2000-10-18 | 6 | -6/+22 |
* | * sigproc.cc (proc_subproc): Remove unneeded test for correct process in | Christopher Faylor | 2000-10-17 | 4 | -14/+18 |
* | * fhandler_clipboard.cc: new file | DJ Delorie | 2000-10-17 | 7 | -2/+136 |
* | * debug.cc (add_handle): Issue warning on attempts to add the same handle more | Christopher Faylor | 2000-10-17 | 5 | -9/+35 |
* | * Makefile.in: Remove some obsolete stuff. | Christopher Faylor | 2000-10-16 | 33 | -431/+322 |
* | * cygcheck.cc (main): Fix argument counting. | Corinna Vinschen | 2000-10-16 | 2 | -3/+8 |
* | * ps.cc (main): Accomodate new PID_ constant. | Christopher Faylor | 2000-10-15 | 3 | -4/+13 |
* | * exceptions.cc (set_console_handler): Don't allocate | Christopher Faylor | 2000-10-15 | 19 | -277/+359 |
* | Forgot to commit ChangeLog | Corinna Vinschen | 2000-10-14 | 1 | -0/+10 |
* | * cygwin.din: Add symbol hstrerror. | Corinna Vinschen | 2000-10-14 | 4 | -9/+54 |
* | * cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied from | Christopher Faylor | 2000-10-14 | 9 | -243/+153 |
* | Add comment. | Christopher Faylor | 2000-10-14 | 1 | -0/+1 |
* | * dtable.cc (dtable::fixup_after_fork): Revert thinko below. | Christopher Faylor | 2000-10-13 | 3 | -4/+7 |
* | * child_info: Bump child_info "version". | Christopher Faylor | 2000-10-12 | 13 | -399/+407 |
* | * strace.cc (proc_child): Handle exceptions correctly. | Christopher Faylor | 2000-10-12 | 2 | -2/+10 |
* | * errno.cc (seterrno_from_win_error): Fix debugging output. | Christopher Faylor | 2000-10-12 | 11 | -29/+89 |
* | * path.cc (cwdstuff::get): Set EINVAL when length is zero. | Christopher Faylor | 2000-10-10 | 2 | -3/+16 |
* | * path.cc (mount_info::cygdrive_posix_path): Handle e:foo construction | Christopher Faylor | 2000-10-09 | 2 | -1/+11 |
* | * fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): Fix debug output. | Corinna Vinschen | 2000-10-09 | 2 | -2/+7 |
* | * fhandler_mem.cc: Eliminate unused include statements. | Corinna Vinschen | 2000-10-09 | 2 | -3/+12 |
* | * fhandler.h (fhandler_dev_mem): Erase member `init_phase' and | Corinna Vinschen | 2000-10-09 | 3 | -36/+62 |
* | * include/iprtrmib.h: Further layout changes according to standard. | Corinna Vinschen | 2000-10-09 | 6 | -25/+33 |
* | * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define. | Corinna Vinschen | 2000-10-09 | 2 | -1/+5 |
* | I forgot 'iprtrmib.h' in the ChangeLog | Corinna Vinschen | 2000-10-09 | 1 | -1/+2 |
* | * ps.cc (main): Change order of reporting slightly so that windows pids are | Christopher Faylor | 2000-10-09 | 4 | -13/+14 |
* | * dtable.cc (set_std_handle): Use std_consts array to control SetStdHandle | Christopher Faylor | 2000-10-09 | 9 | -132/+138 |
* | * include/ntsecapi.h: New file. | Corinna Vinschen | 2000-10-08 | 10 | -84/+857 |
* | * fhandler.h (fhandler_base): Remove obsolete _rpos and _rsize elements. | Christopher Faylor | 2000-10-07 | 5 | -109/+69 |
* | * fhandler.h (fhandler_dev_mem): Add methods mmap, munmap and msync. | Corinna Vinschen | 2000-10-07 | 5 | -30/+185 |
* | * syscalls.cc (_read): Behave properly when passed previous version of | Christopher Faylor | 2000-10-07 | 2 | -3/+13 |
* | * net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NT | Christopher Faylor | 2000-10-06 | 5 | -58/+60 |
* | ===================================== | Corinna Vinschen | 2000-10-05 | 3 | -64/+220 |
* | * net.cc: General cleanup. | Christopher Faylor | 2000-10-05 | 2 | -117/+76 |
* | * exceptions.cc (interruptible): Add extra debugging. | Christopher Faylor | 2000-10-05 | 4 | -2/+9 |
* | * include/netinet/tcp.h: Remove winsock.h include. | Christopher Faylor | 2000-10-05 | 3 | -5/+11 |
* | * include/sys/mman.h: Add missing MAP_FAILED macro. | Corinna Vinschen | 2000-10-04 | 2 | -0/+6 |
* | * fhandler.h (fhandler_dev_mem): Add method `init'. Add members | Corinna Vinschen | 2000-10-04 | 3 | -17/+144 |
* | * dcrt0.cc: Add LoadDLLFunc statement for RegEnumValueA(). | Corinna Vinschen | 2000-10-02 | 3 | -97/+196 |
* | * signal.cc (sigaction): Allow new action == oldaction. | Christopher Faylor | 2000-10-02 | 2 | -37/+31 |