aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2000-09-29 Forgot to remove cygkeycheck.ccCorinna Vinschen1-105/+0
2000-09-29 * cygcheck.cc (keyeprint): New function.Corinna Vinschen3-21/+149
2000-09-28 * cygkeycheck.cc: New file. Utility to retrieve keycodes.Corinna Vinschen3-1/+111
2000-09-28 * net.cc (get_ifconf): Code cleanup. Split. Call os dependentCorinna Vinschen2-295/+427
2000-09-27* spawn.cc (spawn_guts): Attempt to accomodate archaic windows quotingChristopher Faylor4-11/+31
2000-09-26New entry "Why doesn't man work?"David Starks-Browning1-0/+14
2000-09-26Remove entry "How do I set /etc up?"David Starks-Browning1-13/+0
2000-09-26* dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.Christopher Faylor5-22/+15
2000-09-25* spawn.cc (av::dup_maybe): Make function void rather than void *.Christopher Faylor6-46/+50
2000-09-19* spawn.cc (spawn_guts): Use actual program argument passed in for argv[0] asChristopher Faylor2-1/+7
2000-09-19* path.h: Create new input path flag PATH_NEEDDIR.Christopher Faylor3-3/+31
2000-09-19* cygpath.cc: Add new options: -s and -i.Christopher Faylor3-16/+136
2000-09-18* fhandler_tty.cc (fhandler_tty_slave::write): Correct typo which causedChristopher Faylor2-1/+6
2000-09-18* path.cc (mount_info::read_mounts): Don't delete mount entries of which mountChristopher Faylor2-77/+58
2000-09-18* exceptions.cc (interruptible): Return 0 if given an address in uncommittedChristopher Faylor2-1/+6
2000-09-16 * signal.cc (sleep): If interrupted by signal, return theEgor Duda2-8/+16
2000-09-16* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signalChristopher Faylor5-6/+12
2000-09-14Update entry "How can I find out which dlls are needed by an executable?"David Starks-Browning1-3/+15
2000-09-14New entry 'Why doesn't chmod work?'David Starks-Browning1-0/+14
2000-09-14New entry "My Windows logon name has a space in it, will this cause problems?"David Starks-Browning1-0/+16
2000-09-14Update (& alphabetize) contents of 'latest'.David Starks-Browning1-13/+13
2000-09-14minor cosmeticDavid Starks-Browning1-2/+2
2000-09-13Commit change mentioned in ChangeLog.Christopher Faylor1-0/+2
2000-09-13* spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methodsChristopher Faylor4-15/+64
2000-09-13New entry "Can I link with both MSVCRT*.DLL and cygwin1.dll?"David Starks-Browning1-0/+4
2000-09-13Contents split into how-*.texinfo. (Had gotten too big.)David Starks-Browning1-1361/+4
2000-09-13New files, contents of how.texinfo has been split into these.David Starks-Browning4-0/+1361
2000-09-13* kill.cc (main): Change behavior of -f so that it will force the killing of aChristopher Faylor2-6/+24
2000-09-13* external.cc (fillout_pinfo): Handle explicit pids correctly.Christopher Faylor2-3/+7
2000-09-12* path.cc (normalize_posix_path): Fix more slashdot madness.Christopher Faylor2-6/+10
2000-09-12* Makefile.in: Make clean target remove *.d.Christopher Faylor2-1/+5
2000-09-12New entry "dllwrap is broken".David Starks-Browning1-0/+11
2000-09-12New entry "Ctrl-S hangs rxvt and xterm".David Starks-Browning1-0/+27
2000-09-12Add some details about AV software.David Starks-Browning1-3/+8
2000-09-12Update "How do I rebuild the tools on my NT box?": add links to ancillary doc...David Starks-Browning1-3/+10
2000-09-12Remove obsolete B20.1 entries. Chapter now empty.David Starks-Browning1-22/+1
2000-09-12New section "Recent history of the project: What version *is* this, anyway?".David Starks-Browning1-3/+71
2000-09-12Minor cosmetic change.David Starks-Browning1-1/+1
2000-09-11* path.cc (normalize_posix_path): Correctly deal with a "." parameter.Christopher Faylor2-5/+12
2000-09-11* cygheap.cc (init_cheap): Just use any old address for the cygwin heap.Christopher Faylor4-20/+29
2000-09-10* Makefile.in: Refine dumper.exe message.Christopher Faylor2-4/+9
2000-09-10* dcrt0.cc (dll_crt0_1): Initialize thread and debug stuff before handlingChristopher Faylor4-10/+19
2000-09-10* path.cc (chdir): Use the full path for cwd_win32. Consider attempts to chdirChristopher Faylor3-10/+38
2000-09-08* lib/_cygwin_crt0_common.cc: Add missing header files.Christopher Faylor2-0/+6
2000-09-08* sigproc.h (sigframe::set): Eliminate second argument. Default bp to currentChristopher Faylor5-18/+23
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor63-274/+422
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor24-307/+371
2000-09-07* exceptions.cc (signal_exit): Reset all mutos owned by the main thread.Christopher Faylor8-32/+55
2000-09-06* sigproc.cc: Add include file for proper definitions.Christopher Faylor4-1/+10
2000-09-06* Makefile.in (CFLAGS): Ensure that -MD is always added even when CFLAGS isChristopher Faylor2-1/+7