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
...
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Improve debug
Corinna Vinschen
2006-12-21
2
-1
/
+9
*
Partially revert change from 2006-10-22. GetSecurityInfo messes up
Corinna Vinschen
2006-12-20
4
-46
/
+88
*
* pinfo.cc (set_myself): Use a more foolproof method for determining if the
Christopher Faylor
2006-12-18
2
-1
/
+7
*
* libc/minires-os-if.c (cygwin_query): Remove ERROR_PROC_NOT_FOUND case.
Corinna Vinschen
2006-12-15
2
-20
/
+11
*
* winsup.h (clear_procimptoken): Close hProcImpToken in a safer way.
Corinna Vinschen
2006-12-13
2
-1
/
+6
*
* security.cc (lsaauth): Initialize lsa to INVALID_HANDLE_VALUE to
Corinna Vinschen
2006-12-13
2
-1
/
+6
*
* environ.cc (subauth_id_init): Remove.
Corinna Vinschen
2006-12-12
5
-267
/
+26
*
* environ.cc (set_traverse): Remove.
Corinna Vinschen
2006-12-12
7
-28
/
+12
*
Partially revert change from 2005-04-03, always running under an
Corinna Vinschen
2006-12-12
10
-28
/
+58
*
Add missing ChangeLog.
Christopher Faylor
2006-12-12
1
-0
/
+4
*
* sigproc.cc (child_info::child_info): Initialize msv_count.
Christopher Faylor
2006-12-12
2
-23
/
+28
*
Revert erroneous checkin.
Corinna Vinschen
2006-12-12
1
-1
/
+0
*
* libc/minires.c (res_ninit): Drop handling for LOCALDOMAIN environment
Corinna Vinschen
2006-12-12
2
-6
/
+5
*
* Makefile.in (DLL_OFILES): Add minires-os-if.o and minires.o.
Corinna Vinschen
2006-12-11
12
-16
/
+2891
*
* sigproc.cc (child_info::child_info): Move old comment about msv_count here.
Christopher Faylor
2006-12-11
2
-0
/
+28
*
correct email address
Christopher Faylor
2006-12-11
1
-1
/
+1
*
* child_info.h (child_info_spawn::__stdin): New element.
Christopher Faylor
2006-12-11
15
-121
/
+251
*
* fhandler.cc (rootdir): Fix typo in comment.
Corinna Vinschen
2006-12-11
3
-3
/
+8
*
* autoload.cc (SHFileOperationA): Drop definition.
Corinna Vinschen
2006-12-10
8
-44
/
+153
*
* fhandler.cc (rootdir): Clarify comment.
Corinna Vinschen
2006-12-10
2
-2
/
+7
*
* fhandler.cc (rootdir): Don't look for volume mount points on remote
Corinna Vinschen
2006-12-10
2
-2
/
+8
*
* fhandler.cc (rootdir): Drop useless post-increment. Take volume
Corinna Vinschen
2006-12-10
2
-2
/
+62
*
* syscalls.cc (try_to_bin): Add comment that this is not possibly
Corinna Vinschen
2006-12-09
2
-0
/
+12
*
* syscalls.cc (unlink_nt): Open native symlinks with
Corinna Vinschen
2006-12-07
2
-0
/
+9
*
* ntdll.h (STATUS_DELETE_PENDING): Define.
Corinna Vinschen
2006-12-07
3
-90
/
+124
*
* autoload.cc (SHFileOperationA): Define.
Corinna Vinschen
2006-12-07
3
-1
/
+48
*
* cygheap.h (struct cwdstuff): Add "sync" member and accompanying
Corinna Vinschen
2006-12-07
4
-31
/
+69
*
* termios.cc: Change include order to accomodate change to sys/ioctl.h.
Corinna Vinschen
2006-12-06
2
-1
/
+5
*
* fhandler_mem.cc (fhandler_dev_mem::open): Fix comment.
Corinna Vinschen
2006-12-06
3
-3
/
+10
*
* include/sys/ioctl.h: Pick up termios.h, for TIOCGWINSZ.
Corinna Vinschen
2006-12-06
2
-1
/
+6
*
* winsup.h (WINVER): Set to 0x0600 to cover Vista.
Corinna Vinschen
2006-12-06
2
-1
/
+5
*
* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Fix typo.
Corinna Vinschen
2006-12-06
2
-1
/
+5
*
* path.cc (cwdstuff::init): Don't change to windows_system_directory
Corinna Vinschen
2006-12-05
2
-4
/
+13
*
* path.cc (cwdstuff::set): Don't try to open directory on systems not
Corinna Vinschen
2006-12-05
2
-7
/
+15
*
* dcrt0.cc (get_cygwin_startup_info): Fix comment.
Corinna Vinschen
2006-12-05
3
-3
/
+12
*
Fix date.
Corinna Vinschen
2006-12-05
1
-1
/
+1
*
* dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.
Corinna Vinschen
2006-12-05
6
-2
/
+71
*
* dir.cc (mkdir): Check last path component for "..".
Corinna Vinschen
2006-11-30
8
-97
/
+118
*
* security.cc (create_token): Revert erroneous change to test
Corinna Vinschen
2006-11-28
3
-4
/
+9
*
* fhandler.cc (fhandler_base::open): Fix previous patch to handle the
Corinna Vinschen
2006-11-28
2
-4
/
+10
*
* fhandler.cc (fhandler_base::open): Fix handling of files with
Corinna Vinschen
2006-11-27
2
-0
/
+12
*
* include/cygwin/signal.h: Add __extension__ to various anonymous unions and
Christopher Faylor
2006-11-27
2
-5
/
+10
*
* cyglsa.h: New header file.
Corinna Vinschen
2006-11-27
10
-185
/
+686
*
* security.h (DBGSID): Define for debugging purposes.
Corinna Vinschen
2006-11-23
3
-36
/
+50
*
* net.cc (get_ipv6_funcs): Fix formatting.
Corinna Vinschen
2006-11-23
2
-3
/
+7
*
* path.cc (fs_info::update): Define GETVOLINFO_VALID_MASK and TEST_GVI.
Corinna Vinschen
2006-11-23
3
-11
/
+41
*
* fhandler_console.cc (set_color): Avoid (again) inappropriate
Corinna Vinschen
2006-11-23
2
-1
/
+15
*
* devices.h: Add additional SCSI disk block device numbers per
Corinna Vinschen
2006-11-23
5
-2220
/
+30110
*
* autoload.cc (EqualPrefixSid): Define.
Corinna Vinschen
2006-11-09
3
-13
/
+48
*
* sec_helper.cc (sid_auth): Remove.
Corinna Vinschen
2006-11-08
6
-14
/
+76
[prev]
[next]