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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix typo
Christopher Faylor
2005-02-11
1
-1
/
+1
*
* fhandler.cc (fhandler_base::raw_write): Mark as changed on
Corinna Vinschen
2005-02-11
4
-17
/
+48
*
* cygthread.cc (cygthread::release): Reset ev here if it exists.
Christopher Faylor
2005-02-11
8
-66
/
+168
*
* times.cc (utimes): Open files with GENERIC_WRITE on file systems
Corinna Vinschen
2005-02-11
2
-2
/
+14
*
* include/tchar.h (_tstat64, _tstati64): Add Unicode/ANSI mappings.
Danny Smith
2005-02-11
2
-0
/
+8
*
* include/assert.h; Remove header guard. undef assert macro.
Danny Smith
2005-02-11
2
-12
/
+13
*
Add Changelog entry from last commit.
Danny Smith
2005-02-11
1
-0
/
+11
*
2005-02-11 Gregory W. Chicares <chicares at cox dot net>
Danny Smith
2005-02-11
5
-3
/
+95
*
add missing ChangeLog entry
Christopher Faylor
2005-02-10
1
-0
/
+2
*
* winsup.api/known_bugs.tcl: Remove dup05, fcntl07B, lseek04, select03,
Christopher Faylor
2005-02-10
3
-9
/
+36
*
2005-02-10 Jiri Malak <Jiri.Malak@iol.cz>
Danny Smith
2005-02-10
7
-10
/
+28
*
* fhandler_disk_file.cc (fhandler_disk_file::ftruncate): Fix checking
Corinna Vinschen
2005-02-09
2
-1
/
+6
*
* times.cc (timeval_to_filetime): Define first parameter const.
Corinna Vinschen
2005-02-08
3
-5
/
+12
*
* cygthread.cc (cygthread::detach): Just test thread handle after
Corinna Vinschen
2005-02-08
2
-1
/
+6
*
* pipe.cc (fhandler_pipe::read): Remove hold over from old read_state
Christopher Faylor
2005-02-08
2
-1
/
+5
*
2005-02-07 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith
2005-02-07
2
-0
/
+15
*
2005-02-07 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith
2005-02-07
3
-2
/
+14
*
* net.cc (cygwin_gethostbyname): Be more picky about what's a numeric address
Christopher Faylor
2005-02-07
2
-9
/
+18
*
* exceptions.cc: Make windows_system_directory non-static.
Christopher Faylor
2005-02-07
3
-6
/
+12
*
* path.cc (path_conv::check): Leave symlink expansion loop in case
Corinna Vinschen
2005-02-06
6
-40
/
+184
*
* cygthread.h (cygthread::terminate_thread): Reflect return value.
Christopher Faylor
2005-02-06
7
-25
/
+60
*
* fhandler.h (fhandler_base::ftruncate): Define new virtual method.
Corinna Vinschen
2005-02-02
5
-34
/
+77
*
* pipe.cc (fhandler_pipe::dup): Fix conditionals in case of error.
Corinna Vinschen
2005-02-02
2
-4
/
+9
*
* times.cc (utimes): Mark st_ctime for update according to SUSv3.
Corinna Vinschen
2005-02-02
2
-3
/
+11
*
* fhandler_proc.cc (format_proc_partitions): Remove PartitionType check since
Christopher Faylor
2005-02-01
2
-3
/
+7
*
* cygthread.cc (cygthread::terminate_thread): Wait briefly for notification
Christopher Faylor
2005-02-01
9
-38
/
+83
*
* pipe.cc (fhandler_pipe::open): Allow re-opening of /proc/<pid>/fd
Corinna Vinschen
2005-02-01
2
-0
/
+38
*
* fhandler.cc (fhandler_base::get_proc_fd_name): Don't generate
Corinna Vinschen
2005-02-01
9
-34
/
+103
*
* mingwex/strtold.c (__asctoe64): Set endptr to 'e' if exponent
Danny Smith
2005-02-01
2
-0
/
+14
*
* path.h (path_conv::set_name): Declare new function.
Christopher Faylor
2005-01-31
5
-0
/
+27
*
* smallprint.c (rnarg): Use long rather than unsigned long so that we get
Christopher Faylor
2005-01-31
2
-5
/
+8
*
* cygwinenv.sgml: Add words for (no)traverse option.
Corinna Vinschen
2005-01-31
2
-0
/
+14
*
* environ.cc (set_traverse): New function.
Corinna Vinschen
2005-01-31
2
-6
/
+24
*
* smallprint.c (__rn): Regparmize.
Christopher Faylor
2005-01-31
2
-0
/
+8
*
* smallprint.c (rnarg): New macro.
Christopher Faylor
2005-01-31
2
-14
/
+28
*
* pinfo.cc (pinfo::exit): Only return low-order 16 bits when exiting.
Christopher Faylor
2005-01-31
2
-1
/
+5
*
* fhandler_process.cc (format_process_maps): Get destbuf argument by
Corinna Vinschen
2005-01-31
2
-7
/
+13
*
* cygheap.h (class cygheap_fdenum): New class to enumerate used
Corinna Vinschen
2005-01-31
12
-58
/
+307
*
* ntsec.sgml: Add Pierre's Windows 2003 text.
Joshua Daniel Franklin
2005-01-29
4
-12
/
+30
*
* smallprint.c (rn): Change uval to unsigned long long to fix 64 bit
Corinna Vinschen
2005-01-29
3
-4
/
+19
*
* autoload.cc (GetModuleFileNameExA): Add.
Corinna Vinschen
2005-01-29
8
-23
/
+324
*
* cygthread.cc (new): Add a little more debugging.
Christopher Faylor
2005-01-29
3
-1
/
+7
*
* cygtls.cc (cygtls::call2): Move socket cleanup.
Christopher Faylor
2005-01-29
2
-4
/
+10
*
* how-using.texinfo: Change text about using shortcuts.
Corinna Vinschen
2005-01-28
2
-11
/
+20
*
.
Christopher Faylor
2005-01-28
1
-3
/
+0
*
2005-01-27 Oliver Stoeneberg <oliverst@online.de>
Danny Smith
2005-01-27
2
-2
/
+6
*
2005-01-26 Oliver Stoeneberg <oliverst@online.de>
Danny Smith
2005-01-27
2
-0
/
+13
*
* pinfo.cc (pinfo::init): Avoid a compiler warning.
Christopher Faylor
2005-01-26
2
-2
/
+5
*
* syscalls.cc (setpriority): Implement PRIO_PGRP, PRIO_USER and
Corinna Vinschen
2005-01-26
2
-10
/
+123
*
* include/winuser.h (SW_SMOOTHSCROLL): Add define.
Danny Smith
2005-01-26
2
-0
/
+8
[next]