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
*
Rename hinfo -> dtable. Name the former dtable array 'fdtab'.
Christopher Faylor
2000-08-12
1
-0
/
+4
*
* poll.cc: Allow any descriptor and any number of descriptors.
Corinna Vinschen
2000-08-11
1
-0
/
+5
*
* poll.cc: Add bounds checking for file descriptors. Return POLLNVAL
Corinna Vinschen
2000-08-11
1
-0
/
+7
*
* syslog.cc (syslog): Use a less malloc-intensive method for allocating the
Christopher Faylor
2000-08-11
1
-0
/
+5
*
* winsup.h: Change strchr inline for strange gcc problem.
Christopher Faylor
2000-08-10
1
-0
/
+5
*
* dir.cc (readdir): Ensure that errno is *only* set when we've run out of
Christopher Faylor
2000-08-10
1
-0
/
+7
*
* select.cc (allocfd_set): Zero allocated fd_set.
Christopher Faylor
2000-08-09
1
-0
/
+16
*
* fhandler_serial.cc (tcsendbreak): "sleeptime" argument to usleep()
DJ Delorie
2000-08-08
1
-0
/
+5
*
* include/cygwin/cygwin_dll.h: Remove extraneous (and incorrect) declarations.
Christopher Faylor
2000-08-07
1
-0
/
+5
*
* hinfo.cc (hinfo::find_unused_handle): Just check for table entry == NULL
Christopher Faylor
2000-08-04
1
-0
/
+8
*
* select.cc (fhandler_console::select_read): Call set_cursor_maybe since select
Christopher Faylor
2000-08-04
1
-0
/
+7
*
* fhandler_tty.cc (fhandler_pty_master::process_slave_output): Set length field
Christopher Faylor
2000-08-03
1
-0
/
+5
*
* fork.cc (vfork): Store complete stack frame in vfork_save structure for later
Christopher Faylor
2000-08-03
1
-0
/
+11
*
* strace.cc (strace::prntf): Make second argument the function name, rather
Christopher Faylor
2000-08-02
1
-0
/
+13
*
* regexp/regexp.c: Add winsup.h.
Christopher Faylor
2000-08-02
1
-0
/
+4
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-0
/
+11
*
* include/sys/strace.h: Fix strace definition.
Christopher Faylor
2000-08-02
1
-0
/
+4
*
* strace.h: Add kludgy workarounds to avoid using deprecated methods for
Christopher Faylor
2000-08-02
1
-0
/
+11
*
* fhandler_console.cc: Remove VK_DIVIDE detection.
Christopher Faylor
2000-07-30
1
-0
/
+9
*
* fhandler_console.cc: Add VK_DIVIDE detection. Return virtual keycode if it
Christopher Faylor
2000-07-29
1
-0
/
+5
*
* path.cc (chdir): Avoid trailing dot calculation when chdir == '/' or we end
Christopher Faylor
2000-07-29
1
-0
/
+5
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
1
-0
/
+84
*
* environ.cc (parse_thing): Make binmode a DWORD.
Christopher Faylor
2000-07-29
1
-0
/
+7
*
* dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.
Christopher Faylor
2000-07-28
1
-0
/
+20
*
* include/cygwin/version.h: Bump DLL minor version number to 4.
Christopher Faylor
2000-07-28
1
-0
/
+4
*
* testsuite/winsup.api/winsup.exp: ignore stdout by default
DJ Delorie
2000-07-27
1
-0
/
+18
*
* fhandler.cc (fhandler_disk_file::fstat): Allow block calculation to succeed
Christopher Faylor
2000-07-27
1
-0
/
+5
*
fix typo.
Christopher Faylor
2000-07-27
1
-1
/
+1
*
* exceptions.cc (signal_exit): Renamed from "really+exit". Always sets
Christopher Faylor
2000-07-26
1
-0
/
+8
*
* environ.cc (posify): Revert previous patch.
Corinna Vinschen
2000-07-26
1
-0
/
+9
*
* syscalls.cc (stat_worker): Make stat return correct st_blocks for files with
Christopher Faylor
2000-07-26
1
-0
/
+5
*
* security.cc (lookup_name): Search on local machine first if
Corinna Vinschen
2000-07-26
1
-0
/
+5
*
* fhandler_console.cc (fhandler_console::read): Explicitly set cursor to make
Christopher Faylor
2000-07-26
1
-0
/
+5
*
Add missing ChangeLog entry.
Christopher Faylor
2000-07-26
1
-0
/
+10
*
* passwd.cc: Change name of passwd_in_memory_p to passwd_state.
Corinna Vinschen
2000-07-26
1
-0
/
+9
*
* syscalls.cc (statfs): Use path_conv method to convert input path.
Christopher Faylor
2000-07-26
1
-0
/
+4
*
* syscalls.cc (_link): Avoid extraneous call to cygwin_conv_to_win32_path.
Christopher Faylor
2000-07-26
1
-0
/
+5
*
* syscalls.cc (_link): Corrected previous patch.
Corinna Vinschen
2000-07-24
1
-0
/
+4
*
* fhandler.h (class fhandler_dev_random): Add members for managing
Corinna Vinschen
2000-07-24
1
-0
/
+8
*
* fhandler.h: Add comment.
Corinna Vinschen
2000-07-23
1
-0
/
+4
*
* fhandler.h (class fhandler_dev_raw): Add private member `varblkop'
Corinna Vinschen
2000-07-23
1
-0
/
+14
*
Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.
Corinna Vinschen
2000-07-22
1
-0
/
+11
*
* spawn.cc (span_guts): Retrieve security attributes before setting
Corinna Vinschen
2000-07-21
1
-0
/
+5
*
* security.cc (acl_worker): Use stat_suffixes in call to path_conv
Corinna Vinschen
2000-07-21
1
-0
/
+5
*
* spawn.cc (spawn_guts): Don't restore impersonation in case
Corinna Vinschen
2000-07-19
1
-0
/
+5
*
* shared.h (class pinfo): New members `root' and `rootlen'.
Corinna Vinschen
2000-07-19
1
-0
/
+17
*
* dll_init.cc (dll_list::alloc): Fix debugging output.
Christopher Faylor
2000-07-18
1
-0
/
+4
*
Update ChangeLog.
Christopher Faylor
2000-07-18
1
-0
/
+2
*
Throughout, eliminate third argument to path_conv and use new PC_* constants
Christopher Faylor
2000-07-17
1
-0
/
+19
*
Patch suggested by Eric Fifer <EFifer@sanwaint.com>
Corinna Vinschen
2000-07-17
1
-0
/
+5
[next]