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
*
* cygheap.cc (_crealloc): Avoid memcpy when _cmalloc returns NULL.
Christopher Faylor
2007-11-23
1
-0
/
+4
*
* dllfixdbg: Eliminate extra objcopy step.
Christopher Faylor
2007-11-08
1
-0
/
+4
*
* dllfixdbg: Pass --only-keep-debug to objcopy, instead of
Corinna Vinschen
2007-11-08
1
-0
/
+5
*
* thread.cc (pthread_key_create): Drop check for incoming valid object.
Corinna Vinschen
2007-11-06
1
-0
/
+4
*
* shm.cc: Include sync.h
Corinna Vinschen
2007-11-06
1
-0
/
+17
*
* shm.cc (shmctl): On IPC_RMID don't unmap views and don't close handle
Corinna Vinschen
2007-11-05
1
-0
/
+5
*
* shm.cc (shmctl): On IPC_RMID also unmap all views on shared mem
Corinna Vinschen
2007-11-05
1
-0
/
+5
*
* net.cc (load_ipv6_funcs): Use MAX_PATH instead of CYG_MAX_PATH.
Corinna Vinschen
2007-10-31
1
-0
/
+6
*
* external.cc (get_cygdrive_info): Make inline.
Corinna Vinschen
2007-10-31
1
-0
/
+8
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Don't remove
Corinna Vinschen
2007-10-30
1
-0
/
+7
*
* cygheap.h (struct cwdstuff): Drop hash member. Drop get_hash,
Corinna Vinschen
2007-10-23
1
-0
/
+28
*
* fhandler_disk_file.cc (__DIR_mounts::eval_ino): Make fname big enough
Corinna Vinschen
2007-10-19
1
-0
/
+5
*
* fhandler.cc (fhandler_base::open): Open native symlinks with
Corinna Vinschen
2007-10-18
1
-0
/
+5
*
* include/sys/param.h (MAXPATHLEN): Define as PATH_MAX.
Corinna Vinschen
2007-10-18
1
-0
/
+4
*
* fhandler.cc (is_at_eof): Rewrite using NT functions.
Corinna Vinschen
2007-10-15
1
-1
/
+16
*
* ntdll.h (STATUS_END_OF_FILE): Define.
Corinna Vinschen
2007-10-13
1
-0
/
+8
*
* path.cc (basename): Return pointer into the path argument itself.
Corinna Vinschen
2007-10-11
1
-0
/
+6
*
* path.cc (struct symlink_info): Change size of contents member to
Corinna Vinschen
2007-10-10
1
-0
/
+23
*
* fhandler_socket.cc (fhandler_socket::bind): Open file for deletion,
Corinna Vinschen
2007-10-10
1
-0
/
+7
*
* ntdll.h (struct _FILE_COMPRESSION_INFORMATION): Align with definition
Corinna Vinschen
2007-09-27
1
-0
/
+7
*
* termios.cc (setspeed): Support new baud rates introduced 2007-02-05.
Corinna Vinschen
2007-09-26
1
-0
/
+4
*
* ntdll.h (STATUS_OBJECT_NAME_INVALID): Define.
Corinna Vinschen
2007-09-20
1
-0
/
+4
*
* mmap.cc (fh_disk_file): Delete as global static variable and...
Corinna Vinschen
2007-09-18
1
-0
/
+8
*
* security.cc (set_file_sd): Open file with FILE_OPEN_FOR_BACKUP_INTENT
Corinna Vinschen
2007-09-18
1
-0
/
+5
*
* path.cc (symlink_info::check): Check for STATUS_OBJECT_NAME_INVALID.
Corinna Vinschen
2007-09-18
1
-0
/
+5
*
* fhandler.cc (fhandler_base::open): Partly revert change from
Corinna Vinschen
2007-09-17
1
-0
/
+6
*
* include/cygwin/config.h: Conditionalize inline __getreent()
Brian Dessent
2007-09-08
1
-0
/
+5
*
* include/cygwin/config.h (__getreent): Define inline version.
Brian Dessent
2007-09-07
1
-0
/
+4
*
* include/sys/stdio.h (_flockfile): Don't try to lock a FILE
Brian Dessent
2007-09-06
1
-0
/
+7
*
* syscalls.cc (open): Don't follow symlinks if O_EXCL is given.
Corinna Vinschen
2007-08-24
1
-0
/
+4
*
* ntdll.h (STATUS_NO_SUCH_FILE): Define.
Corinna Vinschen
2007-08-23
1
-0
/
+7
*
* uinfo.cc (pwdgrp::load): Use NT native functions.
Corinna Vinschen
2007-08-21
1
-0
/
+4
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Rewrite checking
Corinna Vinschen
2007-08-21
1
-0
/
+6
*
* syscalls.cc (unlink_nt): Drop one local FILE_BASIC_INFORMATION struct.
Corinna Vinschen
2007-08-21
1
-0
/
+4
*
* ntdll.h (NtNotifyChangeDirectoryFile): Declare.
Corinna Vinschen
2007-08-21
1
-0
/
+15
*
* fhandler_disk_file.cc: Change debugging output througout to print
Corinna Vinschen
2007-08-21
1
-0
/
+5
*
* hookapi.cc (ld_preload): Call LoadLibraryW.
Corinna Vinschen
2007-08-20
1
-0
/
+5
*
* fhandler.cc (rootdir): Delete.
Corinna Vinschen
2007-08-20
1
-0
/
+5
*
* path.cc (fillout_mntent): Append backslash to drive-only paths before
Corinna Vinschen
2007-08-19
1
-0
/
+7
*
* spawn.cc (spawn_guts): Fix typo in comment.
Corinna Vinschen
2007-08-17
1
-0
/
+4
*
* autoload.cc (CloseDesktop): Define.
Corinna Vinschen
2007-08-17
1
-0
/
+10
*
* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Handle S_IFSOCK
Corinna Vinschen
2007-08-16
1
-0
/
+7
*
* path.h (path_conv::operator char *): Delete.
Corinna Vinschen
2007-08-16
1
-0
/
+14
*
* dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING.
Corinna Vinschen
2007-08-16
1
-0
/
+7
*
* ntdll.h (RtlAcquirePebLock): Declare.
Corinna Vinschen
2007-08-16
1
-0
/
+6
*
* fhandler.h (fhandler_base::get_namehash): Use NT native path.
Corinna Vinschen
2007-08-16
1
-0
/
+6
*
* ntdll.h (RtlCreateUnicodeStringFromAsciiz): Fix declaration.
Corinna Vinschen
2007-08-16
1
-0
/
+13
*
* path.cc (get_nt_native_path): Allow to convert special paths which
Corinna Vinschen
2007-08-15
1
-0
/
+7
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Drop superfluous
Corinna Vinschen
2007-08-15
1
-0
/
+6
*
* fhandler_socket.cc (get_inet_addr): Use NT native functions for
Corinna Vinschen
2007-08-15
1
-0
/
+7
[next]