summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * mmap.cc (munmap): Check that mmap and munmap length match.Christopher Faylor2000-11-281-0/+4
* * fhandler.cc (fhandler_disk_file::open): Check for buggy CreateFileCorinna Vinschen2000-11-281-0/+10
* * fhandler.cc (is_at_eof): New function.Christopher Faylor2000-11-261-0/+7
* * include/cygwin/version.h: Bump DLL minor version number to 7.Christopher Faylor2000-11-261-0/+4
* * include/cygwin/version.h: Bump minor API version due to addingCorinna Vinschen2000-11-251-0/+5
* * net.cc (cygwin_inet_aton): New function.Corinna Vinschen2000-11-251-0/+5
* * path.cc (mount_info::read_cygdrive_info_from_registry): Read system cygdriveChristopher Faylor2000-11-241-0/+6
* * Makefile.in: new-temp.a -> new-templib.aChristopher Faylor2000-11-221-0/+4
* * spawn.cc (spawn_guts): Quoting was still wrong. Keep trying to fix it.Christopher Faylor2000-11-201-0/+5
* * spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting inChristopher Faylor2000-11-201-0/+7
* * path.cc (normalize_posix_path): Special care for root directoryCorinna Vinschen2000-11-171-0/+5
* * syslog.cc (syslog): Add users SID to NT syslog entry.Corinna Vinschen2000-11-171-0/+4
* Fix typo.Christopher Faylor2000-11-171-1/+1
* * fhandler_console.cc: New member variable `dwBufferSize' for `info'.Christopher Faylor2000-11-171-0/+7
* * Makefile.in: Make import library creation 'make -j2' friendly.Christopher Faylor2000-11-161-0/+4
* * uinfo.cc (uinfo_init): Call `cygwin_set_impersonation_token' toCorinna Vinschen2000-11-161-0/+5
* Update ChangeLog.Christopher Faylor2000-11-161-5/+2
* * sigproc.cc (wait_sig): Remove unneeded for loop iteration.Christopher Faylor2000-11-161-0/+15
* * uinfo.cc (internal_getlogin): Change parameter list to reflectCorinna Vinschen2000-11-151-0/+7
* * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen2000-11-151-0/+14
* * spawn.cc (spawn_guts): Revert patch to ignore chroot settingsCorinna Vinschen2000-11-151-0/+5
* * fork.cc (slow_pid_reuse): Off-by-one.Christopher Faylor2000-11-151-0/+4
* Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor2000-11-151-0/+20
* Fix formatting.Corinna Vinschen2000-11-151-1/+1
* * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen2000-11-151-0/+34
* * dir.cc (rewinddir): Always set __d_position = 0, so nextCorinna Vinschen2000-11-141-0/+5
* * cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor2000-11-141-0/+23
* * path.cc (get_device_number): Allow /dev/ttySn to designate a com port.Christopher Faylor2000-11-131-0/+5
* * path.h: Add __attribute__ ((regparm(x))) to commonly used functions.Christopher Faylor2000-11-121-0/+7
* * dcrt0.cc: New global variable `ignore_case_with_glob'.Christopher Faylor2000-11-111-0/+9
* * dir.cc (readdir): Avoid reading from the beginning whenCorinna Vinschen2000-11-091-0/+5
* * select.cc (peek_pipe): Deal with pending newline in pty_master.Christopher Faylor2000-11-091-0/+4
* * environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor2000-11-081-0/+24
* * autoload.cc: Add autoload statement for `WSASetLastError'.Corinna Vinschen2000-11-071-0/+6
* * dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor2000-11-061-0/+15
* * path.cc (mount_info::read_cygdrive_info_from_registry): UseChristopher Faylor2000-11-061-0/+13
* * errno.cc (strerror): Change EAGAIN case to return "Resource temporarilyChristopher Faylor2000-11-061-0/+5
* Fix typo.Christopher Faylor2000-11-061-2/+2
* * child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor2000-11-061-0/+27
* * pinfo (wait_subproc): Son of neverending debug tweaking.Christopher Faylor2000-11-051-0/+4
* * pinfo (wait_subproc): Neverending debug tweaking.Christopher Faylor2000-11-051-0/+4
* * pinfo.cc (winpids:add): New method.Christopher Faylor2000-11-051-0/+14
* * exceptions.cc (handle_sigsuspend): Record frame here for signalling.Christopher Faylor2000-11-051-0/+5
* * sigproc.cc (wait_subproc): Still more debugging cleanup.Christopher Faylor2000-11-041-1/+5
* * pinfo.cc (EnumProcessesNT): Avoid 0 pids.Christopher Faylor2000-11-041-0/+11
* * sigproc.cc (wait_subproc): Refine debug output.Christopher Faylor2000-11-041-0/+4
* * pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor2000-11-031-0/+9
* * ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h.Christopher Faylor2000-11-021-0/+4
* * pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.Christopher Faylor2000-11-021-0/+13
* * exceptions.cc (interruptible): Remove obsolete tests.Christopher Faylor2000-11-021-0/+9