aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2000-12-16* fhandler_console.cc (read): Add support for xterm-style mouse eventChristopher Faylor3-38/+159
2000-12-15* path.cc (normalize_posix_path): Calculate path name length overruns moreChristopher Faylor3-10/+20
2000-12-15* fhandler.h (fhandler_console): Add additional argument to char_commandChristopher Faylor3-127/+51
2000-12-11 * net.cc (cygwin_rexec): Eliminate superfluous call toCorinna Vinschen3-4/+13
2000-12-10* include/sysexits: New file.Christopher Faylor2-0/+122
2000-12-10* autoload.cc: Autoload CharToOemA.Christopher Faylor9-48/+100
2000-12-09* path.cc (normalize_win32_path): Check for explicit use of two slashes at theChristopher Faylor3-39/+135
2000-12-09* path.cc (normalize_win32_path): Reorganize logic to accomodate chroot.Christopher Faylor3-27/+35
2000-12-07 * cygwin.din: Declare strtok_r for the import lib. Already in the DLL.Corinna Vinschen2-1/+7
2000-12-06 * winsup/cygwin/include/sys/uio.h: readv: Correct prototypeCorinna Vinschen2-2/+7
2000-12-05 * include/sys/uio.h: Include <sys/cdefs.h>. Use __BEGIN_DECL andCorinna Vinschen2-7/+15
2000-12-04 * Makefile.in: Change `-nostartfiles' to `-nostdlib' to avoidCorinna Vinschen2-2/+8
2000-12-03* path.cc (normalize_win32_path): Handle UNC paths better.Christopher Faylor2-3/+16
2000-12-03* Makefile.in: Remove some extra cruft.Christopher Faylor2-5/+6
2000-12-03* Makefile.in: Use CXX to build the DLL.Christopher Faylor5-61/+183
2000-12-02 * net.cc (get_inet_addr ): Close AF_UNIX socket file after reading.Corinna Vinschen2-14/+22
2000-11-29 * cygheap.cc (chgheap_root::operator =): Check root dir properly.Corinna Vinschen2-1/+5
2000-11-29 * net.cc (cygwin_inet_aton): Return nonzero if the addressCorinna Vinschen2-2/+7
2000-11-28* mmap.cc (munmap): Check that mmap and munmap length match.Christopher Faylor2-3/+6
2000-11-28 * fhandler.cc (fhandler_disk_file::open): Check for buggy CreateFileCorinna Vinschen4-3/+37
2000-11-26* fhandler.cc (is_at_eof): New function.Christopher Faylor2-0/+30
2000-11-26* include/cygwin/version.h: Bump DLL minor version number to 7.Christopher Faylor2-1/+5
2000-11-25 * include/cygwin/version.h: Bump minor API version due to addingCorinna Vinschen2-1/+7
2000-11-25 * net.cc (cygwin_inet_aton): New function.Corinna Vinschen3-2/+22
2000-11-24* path.cc (mount_info::read_cygdrive_info_from_registry): Read system cygdriveChristopher Faylor2-14/+20
2000-11-22* Makefile.in: new-temp.a -> new-templib.aChristopher Faylor2-1/+5
2000-11-20* spawn.cc (spawn_guts): Quoting was still wrong. Keep trying to fix it.Christopher Faylor2-6/+25
2000-11-20* spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting inChristopher Faylor4-9/+22
2000-11-19*** empty log message ***Christopher Faylor1-1/+3
2000-11-17 * path.cc (normalize_posix_path): Special care for root directoryCorinna Vinschen2-1/+10
2000-11-17 * syslog.cc (syslog): Add users SID to NT syslog entry.Corinna Vinschen2-1/+6
2000-11-17Fix typo.Christopher Faylor1-1/+1
2000-11-17* fhandler_console.cc: New member variable `dwBufferSize' for `info'.Christopher Faylor2-2/+11
2000-11-16* Makefile.in: Make import library creation 'make -j2' friendly.Christopher Faylor2-7/+13
2000-11-16 * uinfo.cc (uinfo_init): Call `cygwin_set_impersonation_token' toCorinna Vinschen2-1/+7
2000-11-16Update ChangeLog.Christopher Faylor2-6/+3
2000-11-16* sigproc.cc (wait_sig): Remove unneeded for loop iteration.Christopher Faylor5-35/+35
2000-11-15 * uinfo.cc (internal_getlogin): Change parameter list to reflectCorinna Vinschen3-11/+18
2000-11-15 * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen9-41/+55
2000-11-15 * spawn.cc (spawn_guts): Revert patch to ignore chroot settingsCorinna Vinschen2-6/+6
2000-11-15* fork.cc (slow_pid_reuse): Off-by-one.Christopher Faylor2-4/+10
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor13-119/+144
2000-11-15Fix formatting.Corinna Vinschen1-1/+1
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen16-138/+287
2000-11-14 * dir.cc (rewinddir): Always set __d_position = 0, so nextCorinna Vinschen2-1/+6
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor12-87/+122
2000-11-13* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.Christopher Faylor6-6/+13
2000-11-12* path.h: Add __attribute__ ((regparm(x))) to commonly used functions.Christopher Faylor5-12/+17
2000-11-11* dcrt0.cc: New global variable `ignore_case_with_glob'.Christopher Faylor4-10/+75
2000-11-09remove include/rapi.hChristopher Faylor1-64/+0