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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Makefile.in: Remove external.h dependency.
Christopher Faylor
2000-05-18
4
-6
/
+15
*
Eliminate.
Christopher Faylor
2000-05-18
1
-50
/
+0
*
* select.cc (thread_pipe): Add paranoid check to ensure thread termination.
Christopher Faylor
2000-05-18
6
-26
/
+88
*
* sigproc.h (sigframe): Don't set frame info unless tid matches this thread id.
Christopher Faylor
2000-05-18
2
-1
/
+6
*
* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needs
Christopher Faylor
2000-05-18
5
-6
/
+22
*
* testsuite/winsup.api/crlf.c: New
DJ Delorie
2000-05-17
3
-0
/
+647
*
* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if
Christopher Faylor
2000-05-17
15
-69
/
+182
*
* fhandler_tape.cc (fhandler_dev_tape::ioctl): Check
Corinna Vinschen
2000-05-16
2
-1
/
+12
*
* include/cygwin/in.h (AF_INET6): Use correct in6_addr struct.
Christopher Faylor
2000-05-16
2
-1
/
+5
*
* include/cygwin/version.h: Bump DLL minor version number to 2.
Christopher Faylor
2000-05-15
2
-5
/
+5
*
* shared.h: Bump PROC_MAGIC.
Christopher Faylor
2000-05-15
3
-2
/
+9
*
2000-05-13 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan
2000-05-14
2
-1
/
+5
*
2000-05-12 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan
2000-05-13
3
-2
/
+10
*
* dcrt0.cc (build_argv): Remove unneeded variable.
Christopher Faylor
2000-05-13
3
-4
/
+37
*
* fhandler_raw.cc (write_file, read_file): New wrapper functions
Corinna Vinschen
2000-05-12
2
-22
/
+59
*
* Makefile.in (DLL_OFILES): Sort.
Christopher Faylor
2000-05-12
4
-35
/
+47
*
* mmap.cc (list::erase): Increment loop counter.
DJ Delorie
2000-05-11
2
-2
/
+7
*
* cygwin.din: insure that regsub() is included in
DJ Delorie
2000-05-11
2
-0
/
+7
*
* Makefile.in: Use appropriate VARIABLE to refer to cygwin.def in load line.
Christopher Faylor
2000-05-09
2
-2
/
+7
*
* fhandler.cc (fhandler_base::puts_readahead): Change
Corinna Vinschen
2000-05-09
2
-2
/
+7
*
* window.cc (setitimer): Check for overflow condition
Corinna Vinschen
2000-05-09
2
-0
/
+13
*
* errno.cc: Change mapping of ERROR_BAD_PATHNAME to ENOENT.
Corinna Vinschen
2000-05-09
2
-1
/
+6
*
* path.cc (symlink::info): Treat non readable files
Corinna Vinschen
2000-05-08
2
-1
/
+6
*
* include/pthread.h (pthread_detach): Add missing prototype.
Christopher Faylor
2000-05-08
2
-4
/
+9
*
* fhandler.cc (lock): use signed math to allow checking ranges
DJ Delorie
2000-05-08
2
-8
/
+14
*
* dcrt0.cc (insert_file): Eliminate unused parameter.
Christopher Faylor
2000-05-07
4
-51
/
+67
*
2000-05-06 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan
2000-05-06
3
-5
/
+10
*
* errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.
Christopher Faylor
2000-05-06
4
-3
/
+7
*
2000-05-04 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan
2000-05-04
2
-1
/
+7
*
* configure.in: Use -gstabs+ as compile debug option. This seems to promote
Christopher Faylor
2000-05-04
4
-25
/
+42
*
* errno.cc (errmap): Map ERROR_BAD_NETPATH to new errno ENOSHARE.
Corinna Vinschen
2000-05-03
3
-3
/
+15
*
* Makefile.in: Add dependencies for fhandler_random.o
Corinna Vinschen
2000-05-03
7
-3
/
+144
*
* path.cc (mount_info::conv_to_win32_path): Previous patch
DJ Delorie
2000-05-02
2
-1
/
+6
*
* security.cc (read_sd): Return 1 on success because we
Corinna Vinschen
2000-05-02
2
-8
/
+18
*
* dcrt0.cc: Add dynamic load code for `OemToCharA' from user32.dll.
Corinna Vinschen
2000-05-02
3
-1
/
+11
*
Correct contributor email address.
Christopher Faylor
2000-04-30
1
-1
/
+1
*
* path.cc (normalize_win32_path): Don't add a trailing slash when one already
Christopher Faylor
2000-04-27
2
-48
/
+33
*
* Makefile.in (install): install regexp.h
DJ Delorie
2000-04-26
2
-1
/
+6
*
* syscalls.cc (stat_worker): Previous patch could succeed
Corinna Vinschen
2000-04-26
2
-5
/
+11
*
* exceptions.cc (interruptible): Allocate slightly more space for directory
Christopher Faylor
2000-04-26
12
-64
/
+110
*
* syscalls.cc (stat_worker): Previous patch failed to stat
Corinna Vinschen
2000-04-25
2
-17
/
+18
*
* fhandler.cc (fhandler_disk_file::open): Check for allow_ntsec
Corinna Vinschen
2000-04-25
5
-149
/
+121
*
Forgot ChangeLog
Corinna Vinschen
2000-04-25
1
-0
/
+4
*
* net.cc: Avoid a warning in declaration inet_network.
Corinna Vinschen
2000-04-25
1
-1
/
+1
*
* fhandler_console.cc (fhandler_console::read): Detect extended keycode
Christopher Faylor
2000-04-24
2
-1
/
+6
*
* net.cc (cygwin_inet_network): new function.
DJ Delorie
2000-04-24
3
-0
/
+18
*
Fix handling of /.filename
Christopher Faylor
2000-04-21
2
-2
/
+6
*
* path.cc (normalize_posix_path): Previous two patches were still incorrect so
Christopher Faylor
2000-04-21
2
-57
/
+57
*
* exceptions.cc (handle_exceptions): Search further for stack info to
Christopher Faylor
2000-04-20
2
-1
/
+6
*
* path.cc (normalize_posix_path): Previous change failed to take root
Christopher Faylor
2000-04-20
2
-2
/
+7
[next]