summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor2000-10-218-36/+57
* * times.cc (to_time_t): pass zero time as epochDJ Delorie2000-10-203-0/+16
* Makefile.in shuffle.Christopher Faylor2000-10-202-160/+104
* * external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoidChristopher Faylor2000-10-205-14/+37
* * Makefile.in: increment VERSION. Change tar file name for dist andEarnie Boyd2000-10-195-479/+916
* * Makefile.in: increment VERSION. Change tar file name for dist andEarnie Boyd2000-10-192-4/+21
* * dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor2000-10-195-2/+22
* * Makefile.in: add miscfuncs.ccDJ Delorie2000-10-198-105/+144
* * ssp.c: newDJ Delorie2000-10-194-1/+934
* * sigproc.h (sigthread): Eliminate locking for now since per thread signallingChristopher Faylor2000-10-194-9/+17
* * dcrt0.cc (dll_crt0_1): init cygcwd before forkee branchDJ Delorie2000-10-194-6/+57
* * ps.cc (main): Add some extra space to Windows pid output for Windows 95.Christopher Faylor2000-10-182-2/+7
* Update entry "Why are compiled executables so huge?!?", add bit about 'gcc -s'.David Starks-Browning2000-10-181-1/+1
* Minor update to "How can I find out which dlls are needed by an executable?",David Starks-Browning2000-10-181-2/+2
* Update entry "How do anti-virus programs like Cygwin?",David Starks-Browning2000-10-181-10/+18
* Update entry "Why can't I run bash as a shell under NT Emacs?",David Starks-Browning2000-10-181-12/+29
* Update entry "Shell scripts aren't running properly from my makefiles?",David Starks-Browning2000-10-181-6/+4
* Relevant bits subsumed in what.texinfo, separate mirrors list discarded.David Starks-Browning2000-10-181-106/+0
* Update "Is it free software?" entry re. 1.0 CD. All in past tense,David Starks-Browning2000-10-181-12/+16
* Minor, mention mirror sites in "Where can I get it?".David Starks-Browning2000-10-181-2/+2
* Add new section "Where can I get it?" to what.texinfo.David Starks-Browning2000-10-182-1/+14
* Delete entry "Ancient history of the project", replace with link to history.h...David Starks-Browning2000-10-181-34/+3
* * ps.cc (main): Add some extra space to pid output for Windows 95.Christopher Faylor2000-10-182-6/+10
* * exceptions.cc (call_handler): Make signal pending if sigsave.sig is stillChristopher Faylor2000-10-186-6/+22
* * sigproc.cc (proc_subproc): Remove unneeded test for correct process inChristopher Faylor2000-10-174-14/+18
* * fhandler_clipboard.cc: new fileDJ Delorie2000-10-177-2/+136
* * debug.cc (add_handle): Issue warning on attempts to add the same handle moreChristopher Faylor2000-10-175-9/+35
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-1633-431/+322
* * cygcheck.cc (main): Fix argument counting.Corinna Vinschen2000-10-162-3/+8
* * ps.cc (main): Accomodate new PID_ constant.Christopher Faylor2000-10-153-4/+13
* * 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