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
*
* debug.cc (delete_handle): Report on handle value in debugging output.
Christopher Faylor
2005-02-26
8
-37
/
+51
*
* fhandler.h (class fhandler_base): Declare fixup_mmap_after_fork
Corinna Vinschen
2005-02-25
5
-68
/
+176
*
* Fix ChangeLog entries.
Corinna Vinschen
2005-02-25
1
-3
/
+3
*
* mmap.cc (mmap64): Handle MAP_FIXED request on non-granulation
Corinna Vinschen
2005-02-25
2
-1
/
+10
*
* mmap.cc (class mmap_record): Declare new map_pages method with
Corinna Vinschen
2005-02-25
2
-17
/
+104
*
* localtime.cc: Implement setting __tzrule's offset member using
Corinna Vinschen
2005-02-23
2
-23
/
+20
*
* devices.cc: Regenerate.
Corinna Vinschen
2005-02-23
2
-1
/
+2
*
* devices.in (parsedisk): Fix typo.
Corinna Vinschen
2005-02-23
2
-1
/
+5
*
* cygwin.din (getpeereid): Export.
Corinna Vinschen
2005-02-23
8
-5
/
+159
*
* include/sys/statvfs.h (ST_RDONLY): Define.
Corinna Vinschen
2005-02-23
2
-0
/
+8
*
* cygwin.din (fstatvfs): Export.
Corinna Vinschen
2005-02-23
6
-7
/
+113
*
* devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.
Corinna Vinschen
2005-02-23
7
-805
/
+852
*
* fhandler_disk_file.cc (fhandler_cygdrive::closedir): Return 0 when closing
Christopher Faylor
2005-02-23
2
-1
/
+6
*
* cygwin.din (basename): Export.
Corinna Vinschen
2005-02-22
5
-1
/
+121
*
* select.cc (peek_pipe): Disable new pipe code until there's
Corinna Vinschen
2005-02-22
2
-0
/
+12
*
* include/cygwin/version.h: Fix comment.
Corinna Vinschen
2005-02-22
1
-1
/
+1
*
* cygwin.din (fdatasync): Export.
Corinna Vinschen
2005-02-22
5
-1
/
+18
*
* fhandler.h (fhandler_base::fstat_helper): Declare with additional
Corinna Vinschen
2005-02-20
3
-7
/
+27
*
* autoload.cc (FindFirstVolumeA): Add.
Corinna Vinschen
2005-02-20
7
-16
/
+110
*
* fhandler.h (enum query_state): Add query_write_attributes state.
Corinna Vinschen
2005-02-20
7
-128
/
+160
*
copyright
Christopher Faylor
2005-02-20
36
-36
/
+51
*
* fhandler.h (class fhandler_base): Declare new method link.
Corinna Vinschen
2005-02-19
6
-202
/
+232
*
* fhandler.h (class fhandler_socket): Declare new methods fchown,
Corinna Vinschen
2005-02-19
3
-5
/
+70
*
* localtime.cc: Temporary implementation of setting __tzrule's offset
Corinna Vinschen
2005-02-19
2
-0
/
+27
*
* path.cc (path_conv::check): Set fs flag when a unix-domain socket is
Christopher Faylor
2005-02-17
2
-0
/
+6
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat): Set st_ctime if
Corinna Vinschen
2005-02-17
2
-0
/
+10
*
* times.cc (utimes): Open files with FILE_WRITE_ATTRIBUTES first,
Corinna Vinschen
2005-02-17
2
-14
/
+18
*
* path.h (path_conv::issocket): Return true if device == FH_UNIX rather than
Christopher Faylor
2005-02-16
2
-1
/
+6
*
white space
Christopher Faylor
2005-02-13
17
-42
/
+42
*
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
*
* 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
*
* 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
*
* 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
[next]