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
...
*
* exceptions.cc (sig_handle_tty_stop): Ignore attempts to suspend a process if
Christopher Faylor
2001-03-02
1
-0
/
+5
*
* select.cc (peek_console): Don't report read_ready on mouse events unless we
Christopher Faylor
2001-03-02
1
-0
/
+6
*
* uinfo.cc: Eliminate `#include <wchar.h>'.
Corinna Vinschen
2001-02-28
1
-0
/
+4
*
* fhandler_floppy.cc (fhandler_dev_floppy::lseek): Determine
Egor Duda
2001-02-28
1
-0
/
+7
*
* fhandler.h (class fhandler_console): Make all variables that
Egor Duda
2001-02-27
1
-0
/
+35
*
* times.cc (settimeofday): Replace function stub with working code.
Christopher Faylor
2001-02-26
1
-0
/
+4
*
* strace.cc (strace::vprntf): Move prntf functionality to this function
Corinna Vinschen
2001-02-26
1
-0
/
+10
*
* shortcut.c: Remove #include <sys/strace.h>.
Corinna Vinschen
2001-02-25
1
-0
/
+4
*
* path.cc (symlink): Add a ".lnk" suffix regardless. Add a comment.
Corinna Vinschen
2001-02-25
1
-1
/
+5
*
* shortcut.c: Change symlink condition.
Corinna Vinschen
2001-02-25
1
-0
/
+4
*
* mmap.cc (fhandler_disk_file::mmap): Use `addr' correctly.
Corinna Vinschen
2001-02-23
1
-0
/
+5
*
* path.cc (symlink): Keep relative paths relative in the DOS
Corinna Vinschen
2001-02-22
1
-2
/
+2
*
* path.cc (symlink): Keep relative paths relative in the DOS
Corinna Vinschen
2001-02-22
1
-0
/
+6
*
* cygerrno.h: Revert previous patch.
Corinna Vinschen
2001-02-22
1
-0
/
+23
*
* shortcut.c: New file. Provides a C interface to reading of
Corinna Vinschen
2001-02-22
1
-0
/
+21
*
* fhandler.cc (fhandler_disk_file::open): Use `inner_suffixes' when
Corinna Vinschen
2001-02-22
1
-0
/
+6
*
* Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.
Corinna Vinschen
2001-02-21
1
-0
/
+36
*
* sigproc.cc (getsem): Make semaphore always non-inheritable.
Egor Duda
2001-02-21
1
-0
/
+4
*
* dcrt0.cc (locale_init): Remove.
Christopher Faylor
2001-02-20
1
-0
/
+4
*
* cygwin.din: Export rand48 functions.
Christopher Faylor
2001-02-20
1
-0
/
+8
*
* signal.cc (signal): Prohibit setting handlers for SIGKILL and SIGSTOP
Egor Duda
2001-02-16
1
-0
/
+7
*
* dlfcn.cc (dlopen): Do not call LoadLibrary with a NULL pointer, when the
Christopher Faylor
2001-02-14
1
-0
/
+5
*
* fhandler_console.cc (fhandler_console::char_command): Ignore unknown
Christopher Faylor
2001-02-14
1
-0
/
+5
*
* fork.cc (fork_parent): Return EAGAIN when can't record pid.
Christopher Faylor
2001-02-10
1
-0
/
+6
*
* syscalls.cc (mknod): Add valid parameters.
Christopher Faylor
2001-02-09
1
-0
/
+4
*
* mmap.cc (mmap): Check for reusing a mapping only on MAP_SHARED
Corinna Vinschen
2001-02-08
1
-0
/
+5
*
* mmap.cc (class list): Add member `hash'.
Corinna Vinschen
2001-02-08
1
-0
/
+9
*
* signal.cc (killpg): Correct first argument.
Christopher Faylor
2001-02-07
1
-0
/
+4
*
* autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.
Corinna Vinschen
2001-02-07
1
-0
/
+21
*
* syscalls.cc (stat_worker): Add a check for the special case when
Corinna Vinschen
2001-02-06
1
-0
/
+5
*
* fhandler.cc (fhandler_base::open): Always add GENERIC_READ access
Corinna Vinschen
2001-02-05
1
-0
/
+11
*
* mmap.cc (mmap_record::fixup_map): New method to duplicate
Corinna Vinschen
2001-02-05
1
-0
/
+10
*
* cygheap.cc (creturn): Correctly calculate cygheap_max.
Christopher Faylor
2001-02-02
1
-0
/
+4
*
* shared.cc (shared_info::initialize): Reduce size of heap.
Christopher Faylor
2001-01-31
1
-0
/
+4
*
* include/sys/resource.h: Fix typo.
Corinna Vinschen
2001-01-31
1
-1
/
+5
*
* include/sys/resources.h: Add RLIMIT_NLIMITS and RLIM_NLIMITS.
Corinna Vinschen
2001-01-31
1
-0
/
+4
*
* include/cygwin/version.h: Bump version to 1.3.0.
Christopher Faylor
2001-01-30
1
-0
/
+4
*
* pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead of
Corinna Vinschen
2001-01-30
1
-0
/
+6
*
* fhandler_serial.cc (raw_write): Use local copy of OVERLAPPED structure
Christopher Faylor
2001-01-30
1
-0
/
+6
*
* mmap.cc (mmap): Remove obsolete check for MAP_SHARED|MAP_ANON as
Corinna Vinschen
2001-01-29
1
-0
/
+5
*
* mmap.cc (mmap_record::find_empty): Fix loop condition.
Corinna Vinschen
2001-01-29
1
-0
/
+4
*
* syscalls.cc (_link): Make sure that newpath does not exist. Set errno if it
Christopher Faylor
2001-01-29
1
-11
/
+38
*
* include/cygwin/version.h: Bump API version.
Christopher Faylor
2001-01-28
1
-0
/
+4
*
* cygheap.cc (init_cheap): Move username initialization.
Christopher Faylor
2001-01-28
1
-0
/
+14
*
Throughout, change 'cygwin_shared.mount' to 'mount_table'.
Christopher Faylor
2001-01-28
1
-0
/
+33
*
* path.cc (path_conv::check): Detect when path has symlinks.
Christopher Faylor
2001-01-27
1
-0
/
+6
*
* exceptions.cc (sigreturn): Call any pending signals prior to resetting the
Christopher Faylor
2001-01-27
1
-0
/
+7
*
* mmap.cc (fhandler_disk_file::mmap): Call CreateFileMapping with
Corinna Vinschen
2001-01-24
1
-0
/
+5
*
* path.h: Add a new constant.
Christopher Faylor
2001-01-22
1
-0
/
+5
*
* include/cygwin/version.h: Bump API to reflect setlogmask.
Christopher Faylor
2001-01-22
1
-0
/
+4
[prev]
[next]