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
*
Cleanup.
Corinna Vinschen
2008-04-03
5
-45
/
+60
*
* path.cc (mount_info::init): First try to fetch mount points from
Corinna Vinschen
2008-04-02
3
-0
/
+215
*
* path.cc (enum symlink_t): Rename from shortcut_t.
Corinna Vinschen
2008-04-02
2
-2
/
+6
*
* path.cc (symlink_info::check_reparse_point): Use NtFsControlFile
Corinna Vinschen
2008-04-02
2
-24
/
+57
*
* flock.cc (get_lock_parent_dir): Drop call to NtOpenDirectoryObject
Corinna Vinschen
2008-04-02
2
-24
/
+17
*
* posix.sgml: Change lockf to being implemented.
Corinna Vinschen
2008-04-02
2
-1
/
+5
*
* dcrt0.cc (insert_file): Convert filename to WCHAR and call
Corinna Vinschen
2008-04-02
2
-8
/
+17
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
54
-54
/
+60
*
Throughout, call fcntl64 instead of fcntl or fcntl_worker.
Corinna Vinschen
2008-04-01
10
-94
/
+108
*
* smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.
Corinna Vinschen
2008-03-31
14
-256
/
+453
*
* flock.cc (lockf_t::operator new): Add operator taking a pointer. Call
Corinna Vinschen
2008-03-28
2
-23
/
+77
*
* flock.cc (FLOCK_PARENT_DIR_ACCESS): Define.
Corinna Vinschen
2008-03-27
3
-30
/
+96
*
add credit
Christopher Faylor
2008-03-27
1
-0
/
+2
*
* syscalls.cc (rename): Fix setting errno in case of trailing "/."
Corinna Vinschen
2008-03-27
2
-3
/
+13
*
* fhandler_socket.cc: Create shared objects session local throughout.
Corinna Vinschen
2008-03-27
4
-7
/
+17
*
* hookapi.cc (find_first_notloaded_dll): New function.
Christopher Faylor
2008-03-27
11
-16
/
+143
*
* flock.cc (inode_t::get_all_locks_list): Don't allow F_WAIT flag
Corinna Vinschen
2008-03-24
2
-5
/
+19
*
* flock.cc: Clarify a couple of comments.
Corinna Vinschen
2008-03-24
2
-7
/
+20
*
* flock.cc: Fix typo in comment.
Corinna Vinschen
2008-03-24
2
-1
/
+5
*
* fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.
Corinna Vinschen
2008-03-24
12
-163
/
+1431
*
* dtable.cc (handle_to_fn): Modify to return true if handle represents a cygwin
Christopher Faylor
2008-03-22
2
-17
/
+38
*
* dtable.cc: Define various device-related string constants as wide character
Christopher Faylor
2008-03-22
9
-154
/
+237
*
* include/sys/cygwin.h: Revert erroneous move of `#ifdef WINVER' to
Corinna Vinschen
2008-03-18
2
-1
/
+7
*
* fcntl.cc (fcntl_worker): Protect with a 'myfault'.
Corinna Vinschen
2008-03-14
5
-1
/
+213
*
* path.sgml: Remove documentation for old path API. Add documentation
Corinna Vinschen
2008-03-13
5
-153
/
+160
*
* syscalls.cc (rename): Just return with 0 if filenames are identical,
Corinna Vinschen
2008-03-12
2
-5
/
+7
*
* syscalls.cc (rename): Handle a special case of trying to rename a
Corinna Vinschen
2008-03-12
2
-5
/
+18
*
* environ.h: Fix comment.
Corinna Vinschen
2008-03-12
3
-12
/
+10
*
* pipe.cc (fhandler_pipe::create_selectable): Use MAX_PATH instead of
Corinna Vinschen
2008-03-12
3
-6
/
+16
*
Fix typo.
Corinna Vinschen
2008-03-12
1
-1
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Disable
Corinna Vinschen
2008-03-12
4
-16
/
+101
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Don't
Corinna Vinschen
2008-03-12
2
-7
/
+16
*
* winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.
Corinna Vinschen
2008-03-12
17
-138
/
+368
*
* dlfcn.cc (get_full_path_of_dll): Allow paths up to PATH_MAX.
Corinna Vinschen
2008-03-11
2
-2
/
+10
*
* spawn.cc (find_exec): Use tmp_pathbuf to allocate path buffer.
Corinna Vinschen
2008-03-11
2
-1
/
+6
*
* dtable.cc (dtable::init_std_file_from_handle): Use tmp_pathbuf to
Corinna Vinschen
2008-03-11
2
-12
/
+23
*
* path.cc (cwdstuff::set): Make sure drive_length is 0 for virtual
Corinna Vinschen
2008-03-11
3
-3
/
+27
*
* environ.cc (parse_options): Use tmp_pathbuf to allocate buffer.
Corinna Vinschen
2008-03-11
4
-10
/
+23
*
* syscalls.cc (sync): Use MAX_PATH rather than CYG_MAX_PATH.
Corinna Vinschen
2008-03-11
2
-7
/
+12
*
* fhandler.h (class fhandler_console): Add write_buf as pointer to
Corinna Vinschen
2008-03-10
3
-8
/
+25
*
* fhandler_console.cc (fhandler_console::write_normal): Don't print
Corinna Vinschen
2008-03-10
2
-1
/
+6
*
* fhandler.h (dev_console::con_to_str): Declare returning DWORD.
Corinna Vinschen
2008-03-10
2
-13
/
+26
*
* fhandler_disk_file.cc (DIR_BUF_SIZE): Define required space for file
Corinna Vinschen
2008-03-08
3
-17
/
+44
*
* dtable.cc (handle_to_fn): Null-terminate posix_fn in the case
Brian Dessent
2008-03-08
2
-0
/
+6
*
* fhandler.cc (fhandler_base::open): Use %S for PUNICODE_STRING.
Brian Dessent
2008-03-08
3
-2
/
+7
*
* fhandler_socket.cc (fhandler_socket::sendto): Never send more than
Corinna Vinschen
2008-03-07
2
-6
/
+23
*
* Makefile.in (DLL_OFILES): Add tls_pbuf.o.
Corinna Vinschen
2008-03-07
22
-204
/
+468
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Corinna Vinschen
2008-03-06
2
-1
/
+5
*
* fhandler.cc (fhandler_base::open_): Add missing test for O_CREAT.
Corinna Vinschen
2008-03-06
2
-1
/
+6
*
s/open/create/
Corinna Vinschen
2008-03-06
1
-1
/
+1
[next]