summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
...
* * cygheap.cc (chgheap_root::operator =): Check root dir properly.Corinna Vinschen2000-11-292-1/+5
* * Makefile.in: eliminate the need for RUNTIME and CRT_ID.Earnie Boyd2000-11-294-54/+61
* * net.cc (cygwin_inet_aton): Return nonzero if the addressCorinna Vinschen2000-11-292-2/+7
* New entry "Bash says "command not found", but it's right there!"David Starks-Browning2000-11-291-0/+21
* * mmap.cc (munmap): Check that mmap and munmap length match.Christopher Faylor2000-11-282-3/+6
* * fhandler.cc (fhandler_disk_file::open): Check for buggy CreateFileCorinna Vinschen2000-11-284-3/+37
* * fhandler.cc (is_at_eof): New function.Christopher Faylor2000-11-262-0/+30
* * include/cygwin/version.h: Bump DLL minor version number to 7.Christopher Faylor2000-11-262-1/+5
* * include/cygwin/version.h: Bump minor API version due to addingCorinna Vinschen2000-11-252-1/+7
* * net.cc (cygwin_inet_aton): New function.Corinna Vinschen2000-11-253-2/+22
* * path.cc (mount_info::read_cygdrive_info_from_registry): Read system cygdriveChristopher Faylor2000-11-242-14/+20
* * Makefile.in: Fix bindist target to distribute the correct files.Earnie Boyd2000-11-222-6/+30
* * include/winnt.h: Add missing FILE_NAMED_STREAMS define.Corinna Vinschen2000-11-222-0/+5
* * Makefile.in: new-temp.a -> new-templib.aChristopher Faylor2000-11-222-1/+5
* Update "why doesn't chmod work" with hint from Corinna.David Starks-Browning2000-11-221-4/+10
* * Makefile.in: Add missing line continuation `\' for $(SUBDIRS) target.Earnie Boyd2000-11-2212-94/+3124
* * include/direct.h: add guard around MSVCRT-only prototytpesEarnie Boyd2000-11-2111-121/+386
* * Makefile.in: Use a different variable name for subdirectory since theChristopher Faylor2000-11-212-4/+9
* * spawn.cc (spawn_guts): Quoting was still wrong. Keep trying to fix it.Christopher Faylor2000-11-202-6/+25
* * spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting inChristopher Faylor2000-11-204-9/+22
* sources.redhat.com -> cygwin.com where appropriateDavid Starks-Browning2000-11-208-30/+30
* * Makefile.in: Install mingw stuff in a subdirectory if building under cygwin.Christopher Faylor2000-11-202-4/+16
* *** empty log message ***Christopher Faylor2000-11-191-1/+3
* * utils.sgml: Document new options for ps and strace.Christopher Faylor2000-11-192-5/+14
* * cygwinenv.sgml: Remove CYGWIN=strace option. Update CYGWIN options.Christopher Faylor2000-11-194-22/+14
* * path.cc (normalize_posix_path): Special care for root directoryCorinna Vinschen2000-11-172-1/+10
* Add Windows ME to "What is it?"David Starks-Browning2000-11-171-3/+2
* Add 'Windows 2000' to "What is it?" entry.David Starks-Browning2000-11-171-3/+4
* Update entry "I'm having basic problems with find. Why?", add adviceDavid Starks-Browning2000-11-171-0/+5
* Update "Why is make behaving badly?", add warning about make -j[n].David Starks-Browning2000-11-171-0/+5
* New entry "Setup screwed up my mounts!"David Starks-Browning2000-11-171-0/+30
* Fix error in "Why doesn't my script work?", add note about 'mount -x'.David Starks-Browning2000-11-171-3/+8
* new entry "Why doesn't my script work?"David Starks-Browning2000-11-171-0/+32
* * syslog.cc (syslog): Add users SID to NT syslog entry.Corinna Vinschen2000-11-172-1/+6
* Fix typo.Christopher Faylor2000-11-171-1/+1
* * fhandler_console.cc: New member variable `dwBufferSize' for `info'.Christopher Faylor2000-11-172-2/+11
* * Makefile.in: Make import library creation 'make -j2' friendly.Christopher Faylor2000-11-162-7/+13
* New entry "Why doesn't mkdir -p work on a network share?"David Starks-Browning2000-11-161-0/+21
* * uinfo.cc (uinfo_init): Call `cygwin_set_impersonation_token' toCorinna Vinschen2000-11-162-1/+7
* Update ChangeLog.Christopher Faylor2000-11-162-6/+3
* * sigproc.cc (wait_sig): Remove unneeded for loop iteration.Christopher Faylor2000-11-165-35/+35
* * uinfo.cc (internal_getlogin): Change parameter list to reflectCorinna Vinschen2000-11-153-11/+18
* * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen2000-11-159-41/+55
* * spawn.cc (spawn_guts): Revert patch to ignore chroot settingsCorinna Vinschen2000-11-152-6/+6
* * fork.cc (slow_pid_reuse): Off-by-one.Christopher Faylor2000-11-152-4/+10
* Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor2000-11-1513-119/+144
* Fix formatting.Corinna Vinschen2000-11-151-1/+1
* * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen2000-11-1516-138/+287
* * dir.cc (rewinddir): Always set __d_position = 0, so nextCorinna Vinschen2000-11-142-1/+6
* * cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor2000-11-1412-87/+122