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
*
Revert thinko in previous patch.
Corinna Vinschen
2008-04-18
1
-1
/
+12
*
* fhandler.h (-struct wsa_event): Move to wsa_event.h. Include
Corinna Vinschen
2008-04-18
1
-0
/
+45
*
* autoload.cc (noload): Make sure this and succeeding functions are located in
Christopher Faylor
2008-04-18
1
-0
/
+5
*
* fhandler_socket.cc (fhandler_socket::close): Disable enforced
Corinna Vinschen
2008-04-16
1
-0
/
+5
*
* grp.cc (internal_getgroups): Drop local buf. Allocate groups
Corinna Vinschen
2008-04-16
1
-0
/
+5
*
* postinstall: Fix copy/paste bug.
Corinna Vinschen
2008-04-14
1
-0
/
+4
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Fix
Corinna Vinschen
2008-04-14
1
-0
/
+6
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Simplify
Corinna Vinschen
2008-04-13
1
-0
/
+16
*
* cygwin.din (wprintf): Remove.
Corinna Vinschen
2008-04-10
1
-0
/
+7
*
* mount.cc (mount_info::from_fstab): Read user fstab files from
Corinna Vinschen
2008-04-08
1
-0
/
+7
*
* postinstall: Disable adding registry mounts to /etc/fstab for now.
Corinna Vinschen
2008-04-08
1
-0
/
+4
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-0
/
+4
*
* postinstall: Add function print_flags and call where appropriate.
Corinna Vinschen
2008-04-07
1
-0
/
+5
*
Add miscfuncs.h to files as needed throughout.
Christopher Faylor
2008-04-07
1
-0
/
+14
*
* postinstall: Set IFS to LF only. Change while loop in subshell to
Corinna Vinschen
2008-04-07
1
-0
/
+6
*
* path.cc (struct opt): Rename "system" to "nouser".
Corinna Vinschen
2008-04-06
1
-0
/
+5
*
* postinstall: New script.
Corinna Vinschen
2008-04-05
1
-0
/
+40
*
Fix ChangeLog entry.
Corinna Vinschen
2008-04-03
1
-1
/
+2
*
* path.cc (mount_info::from_fstab_line): Simplify.
Corinna Vinschen
2008-04-03
1
-0
/
+5
*
* dcrt0.cc (insert_file): Fix potential buffer overflow.
Corinna Vinschen
2008-04-03
1
-0
/
+4
*
* path.cc (mount_info::from_fstab): Get module path name of the Cygwin
Corinna Vinschen
2008-04-03
1
-0
/
+5
*
Cleanup.
Corinna Vinschen
2008-04-03
1
-0
/
+17
*
* path.cc (mount_info::init): First try to fetch mount points from
Corinna Vinschen
2008-04-02
1
-0
/
+15
*
* path.cc (enum symlink_t): Rename from shortcut_t.
Corinna Vinschen
2008-04-02
1
-0
/
+4
*
* path.cc (symlink_info::check_reparse_point): Use NtFsControlFile
Corinna Vinschen
2008-04-02
1
-0
/
+10
*
* flock.cc (get_lock_parent_dir): Drop call to NtOpenDirectoryObject
Corinna Vinschen
2008-04-02
1
-0
/
+6
*
* posix.sgml: Change lockf to being implemented.
Corinna Vinschen
2008-04-02
1
-0
/
+4
*
* dcrt0.cc (insert_file): Convert filename to WCHAR and call
Corinna Vinschen
2008-04-02
1
-0
/
+5
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-0
/
+4
*
Throughout, call fcntl64 instead of fcntl or fcntl_worker.
Corinna Vinschen
2008-04-01
1
-0
/
+16
*
* smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.
Corinna Vinschen
2008-03-31
1
-0
/
+88
*
* flock.cc (lockf_t::operator new): Add operator taking a pointer. Call
Corinna Vinschen
2008-03-28
1
-0
/
+19
*
* flock.cc (FLOCK_PARENT_DIR_ACCESS): Define.
Corinna Vinschen
2008-03-27
1
-0
/
+28
*
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
1
-0
/
+4
*
* fhandler_socket.cc: Create shared objects session local throughout.
Corinna Vinschen
2008-03-27
1
-0
/
+7
*
* hookapi.cc (find_first_notloaded_dll): New function.
Christopher Faylor
2008-03-27
1
-0
/
+18
*
* flock.cc (inode_t::get_all_locks_list): Don't allow F_WAIT flag
Corinna Vinschen
2008-03-24
1
-0
/
+9
*
* flock.cc: Clarify a couple of comments.
Corinna Vinschen
2008-03-24
1
-0
/
+6
*
* flock.cc: Fix typo in comment.
Corinna Vinschen
2008-03-24
1
-0
/
+4
*
* fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.
Corinna Vinschen
2008-03-24
1
-0
/
+30
*
* dtable.cc (handle_to_fn): Modify to return true if handle represents a cygwin
Christopher Faylor
2008-03-22
1
-0
/
+8
*
* dtable.cc: Define various device-related string constants as wide character
Christopher Faylor
2008-03-22
1
-1
/
+25
*
* include/sys/cygwin.h: Revert erroneous move of `#ifdef WINVER' to
Corinna Vinschen
2008-03-18
1
-0
/
+5
*
* fcntl.cc (fcntl_worker): Protect with a 'myfault'.
Corinna Vinschen
2008-03-14
1
-0
/
+12
*
* path.sgml: Remove documentation for old path API. Add documentation
Corinna Vinschen
2008-03-13
1
-0
/
+12
*
* syscalls.cc (rename): Just return with 0 if filenames are identical,
Corinna Vinschen
2008-03-12
1
-0
/
+5
*
* syscalls.cc (rename): Handle a special case of trying to rename a
Corinna Vinschen
2008-03-12
1
-0
/
+5
*
* environ.h: Fix comment.
Corinna Vinschen
2008-03-12
1
-0
/
+5
*
* pipe.cc (fhandler_pipe::create_selectable): Use MAX_PATH instead of
Corinna Vinschen
2008-03-12
1
-0
/
+10
[next]