index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* mmap.cc (munmap): Check that mmap and munmap length match.
Christopher Faylor
2000-11-28
1
-0
/
+4
*
* fhandler.cc (fhandler_disk_file::open): Check for buggy CreateFile
Corinna Vinschen
2000-11-28
1
-0
/
+10
*
* fhandler.cc (is_at_eof): New function.
Christopher Faylor
2000-11-26
1
-0
/
+7
*
* include/cygwin/version.h: Bump DLL minor version number to 7.
Christopher Faylor
2000-11-26
1
-0
/
+4
*
* include/cygwin/version.h: Bump minor API version due to adding
Corinna Vinschen
2000-11-25
1
-0
/
+5
*
* net.cc (cygwin_inet_aton): New function.
Corinna Vinschen
2000-11-25
1
-0
/
+5
*
* path.cc (mount_info::read_cygdrive_info_from_registry): Read system cygdrive
Christopher Faylor
2000-11-24
1
-0
/
+6
*
* Makefile.in: new-temp.a -> new-templib.a
Christopher Faylor
2000-11-22
1
-0
/
+4
*
* spawn.cc (spawn_guts): Quoting was still wrong. Keep trying to fix it.
Christopher Faylor
2000-11-20
1
-0
/
+5
*
* spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting in
Christopher Faylor
2000-11-20
1
-0
/
+7
*
* path.cc (normalize_posix_path): Special care for root directory
Corinna Vinschen
2000-11-17
1
-0
/
+5
*
* syslog.cc (syslog): Add users SID to NT syslog entry.
Corinna Vinschen
2000-11-17
1
-0
/
+4
*
Fix typo.
Christopher Faylor
2000-11-17
1
-1
/
+1
*
* fhandler_console.cc: New member variable `dwBufferSize' for `info'.
Christopher Faylor
2000-11-17
1
-0
/
+7
*
* Makefile.in: Make import library creation 'make -j2' friendly.
Christopher Faylor
2000-11-16
1
-0
/
+4
*
* uinfo.cc (uinfo_init): Call `cygwin_set_impersonation_token' to
Corinna Vinschen
2000-11-16
1
-0
/
+5
*
Update ChangeLog.
Christopher Faylor
2000-11-16
1
-5
/
+2
*
* sigproc.cc (wait_sig): Remove unneeded for loop iteration.
Christopher Faylor
2000-11-16
1
-0
/
+15
*
* uinfo.cc (internal_getlogin): Change parameter list to reflect
Corinna Vinschen
2000-11-15
1
-0
/
+7
*
* cygheap.h: Move `token' and `impersonated' from class _pinfo
Corinna Vinschen
2000-11-15
1
-0
/
+14
*
* spawn.cc (spawn_guts): Revert patch to ignore chroot settings
Corinna Vinschen
2000-11-15
1
-0
/
+5
*
* fork.cc (slow_pid_reuse): Off-by-one.
Christopher Faylor
2000-11-15
1
-0
/
+4
*
Throughout use myself->ppid_handle rather than parent_alive.
Christopher Faylor
2000-11-15
1
-0
/
+20
*
Fix formatting.
Corinna Vinschen
2000-11-15
1
-1
/
+1
*
* cygheap.cc (cygheap_root::cygheap_root): New function.
Corinna Vinschen
2000-11-15
1
-0
/
+34
*
* dir.cc (rewinddir): Always set __d_position = 0, so next
Corinna Vinschen
2000-11-14
1
-0
/
+5
*
* cygheap.h (init_cygheap): New struct holding values that live in the Cygwin
Christopher Faylor
2000-11-14
1
-0
/
+23
*
* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.
Christopher Faylor
2000-11-13
1
-0
/
+5
*
* path.h: Add __attribute__ ((regparm(x))) to commonly used functions.
Christopher Faylor
2000-11-12
1
-0
/
+7
*
* dcrt0.cc: New global variable `ignore_case_with_glob'.
Christopher Faylor
2000-11-11
1
-0
/
+9
*
* dir.cc (readdir): Avoid reading from the beginning when
Corinna Vinschen
2000-11-09
1
-0
/
+5
*
* select.cc (peek_pipe): Deal with pending newline in pty_master.
Christopher Faylor
2000-11-09
1
-0
/
+4
*
* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used in
Christopher Faylor
2000-11-08
1
-0
/
+24
*
* autoload.cc: Add autoload statement for `WSASetLastError'.
Corinna Vinschen
2000-11-07
1
-0
/
+6
*
* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.
Christopher Faylor
2000-11-06
1
-0
/
+15
*
* path.cc (mount_info::read_cygdrive_info_from_registry): Use
Christopher Faylor
2000-11-06
1
-0
/
+13
*
* errno.cc (strerror): Change EAGAIN case to return "Resource temporarily
Christopher Faylor
2000-11-06
1
-0
/
+5
*
Fix typo.
Christopher Faylor
2000-11-06
1
-2
/
+2
*
* child_info.h (child_info): Add pppid_handle for closing the parent's of the
Christopher Faylor
2000-11-06
1
-0
/
+27
*
* pinfo (wait_subproc): Son of neverending debug tweaking.
Christopher Faylor
2000-11-05
1
-0
/
+4
*
* pinfo (wait_subproc): Neverending debug tweaking.
Christopher Faylor
2000-11-05
1
-0
/
+4
*
* pinfo.cc (winpids:add): New method.
Christopher Faylor
2000-11-05
1
-0
/
+14
*
* exceptions.cc (handle_sigsuspend): Record frame here for signalling.
Christopher Faylor
2000-11-05
1
-0
/
+5
*
* sigproc.cc (wait_subproc): Still more debugging cleanup.
Christopher Faylor
2000-11-04
1
-1
/
+5
*
* pinfo.cc (EnumProcessesNT): Avoid 0 pids.
Christopher Faylor
2000-11-04
1
-0
/
+11
*
* sigproc.cc (wait_subproc): Refine debug output.
Christopher Faylor
2000-11-04
1
-0
/
+4
*
* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in an
Christopher Faylor
2000-11-03
1
-0
/
+9
*
* ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h.
Christopher Faylor
2000-11-02
1
-0
/
+4
*
* pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.
Christopher Faylor
2000-11-02
1
-0
/
+13
*
* exceptions.cc (interruptible): Remove obsolete tests.
Christopher Faylor
2000-11-02
1
-0
/
+9
[prev]
[next]