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
*
* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.
Christopher Faylor
2002-06-05
1
-0
/
+8
*
* dtable.cc (handle_to_fn): Correct placement and length of name buffer.
Christopher Faylor
2002-06-05
1
-0
/
+5
*
Remove fcntl.h includes throughout.
Christopher Faylor
2002-06-05
1
-3
/
+52
*
* fhandler.h (class fhandler_socket): Add private method
Corinna Vinschen
2002-06-04
1
-1
/
+13
*
* fhandler_dsp.cc (fhandler_dev_dsp::open): Set errno to EACCES if
Corinna Vinschen
2002-06-04
1
-0
/
+5
*
* fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don't
Christopher Faylor
2002-06-04
1
-0
/
+14
*
* external.cc (cygwin_internal): Add CW_EXTRACT_DOMAIN_AND_USER
Corinna Vinschen
2002-06-03
1
-0
/
+7
*
* syscalls.cc (stat64_to_stat32): Transform st_dev correctly.
Corinna Vinschen
2002-06-03
1
-0
/
+11
*
* syscalls.cc (setegid32): Verify the correctness of the gid
Corinna Vinschen
2002-06-03
1
-0
/
+5
*
* security.cc (lsa2wchar): Suppressed.
Corinna Vinschen
2002-06-03
1
-0
/
+21
*
* dtable.cc (handle_to_fn): Use largest match for device. Correctly
Christopher Faylor
2002-06-02
1
-0
/
+5
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Check specifically
Christopher Faylor
2002-06-02
1
-0
/
+7
*
* fhandler_process.cc (fhandler_process::open): Set fileid.
Christopher Faylor
2002-06-02
1
-0
/
+4
*
Remove unneeded sigproc.h includes throughout.
Christopher Faylor
2002-06-02
1
-0
/
+19
*
* fhandler.cc (fhandler_base::fstat): Move dev and ino calculation into caller.
Christopher Faylor
2002-06-02
1
-0
/
+13
*
* path.cc (chdir): Don't allow cd'ing to a non-directory virtual path.
Christopher Faylor
2002-06-01
1
-0
/
+4
*
* fhandler_disk_file.cc (readdir): Move inode calculation into caller.
Christopher Faylor
2002-06-01
1
-0
/
+7
*
(add the rest of the ChangeLog)
Christopher Faylor
2002-05-31
1
-0
/
+11
*
* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.
Christopher Faylor
2002-05-31
1
-0
/
+5
*
* fhandler_console.cc (fhandler_console::open): Always default to binmode.
Christopher Faylor
2002-05-31
1
-0
/
+8
*
* fhandler.cc (fhandler_base::open): Make default open mode == binmode.
Christopher Faylor
2002-05-31
1
-0
/
+5
*
* dll_init.cc (dll_list::init): Eliminate unneeded debugging statement.
Christopher Faylor
2002-05-31
1
-0
/
+4
*
* fhandler_proc.cc (fhandler_proc::readdir): Set errno when no more files.
Christopher Faylor
2002-05-31
1
-0
/
+7
*
* path.cc (path_conv::check): Set fileattr to INVALID_FILE_ATTRIBUTES for
Christopher Faylor
2002-05-31
1
-0
/
+7
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat): Always call fstat_by_name
Christopher Faylor
2002-05-31
1
-0
/
+10
*
* autoload.cc: Replace autoload statments for ZwXXX by NtXXX.
Corinna Vinschen
2002-05-30
1
-0
/
+19
*
speling fxi
Christopher Faylor
2002-05-30
1
-1
/
+1
*
* include/sys/cygwin.h (EXTERNAL_PINFO_VERSION): Reinstate.
Christopher Faylor
2002-05-29
1
-0
/
+5
*
* external.cc (fillout_pinfo): Use new version define.
Corinna Vinschen
2002-05-29
1
-0
/
+7
*
* external.cc (fillout_pinfo): Set new version field in external_pinfo
Christopher Faylor
2002-05-29
1
-0
/
+7
*
Change internal uid datatype from __uid16_t to __uid32_t
Corinna Vinschen
2002-05-29
1
-0
/
+21
*
* include/cygwin/socket.h: Protect some symbols against multiple
Corinna Vinschen
2002-05-29
1
-0
/
+14
*
* dtable.cc (dtable::init_std_file_from_handle): Attempt stronger detection of
Christopher Faylor
2002-05-29
1
-0
/
+7
*
clarify changelog
Christopher Faylor
2002-05-29
1
-1
/
+2
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Properly check for
Christopher Faylor
2002-05-29
1
-0
/
+6
*
* security.cc (set_security_attribute): Call getegid32() instead of
Corinna Vinschen
2002-05-28
1
-0
/
+6
*
Change internal gid datatype from __gid16_t to __gid32_t
Corinna Vinschen
2002-05-28
1
-0
/
+24
*
* autoload.cc (noload): Properly mask low order word for determining number of
Christopher Faylor
2002-05-28
1
-0
/
+5
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat): Minor logic cleanup.
Christopher Faylor
2002-05-28
1
-0
/
+5
*
* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.
Christopher Faylor
2002-05-28
1
-0
/
+45
*
* security.cc (lsa2str): New function.
Corinna Vinschen
2002-05-27
1
-0
/
+5
*
* syscalls.cc (seteuid): Do not take allow_ntsec into account.
Corinna Vinschen
2002-05-27
1
-0
/
+9
*
* debug.h (being_debugged): New macro.
Christopher Faylor
2002-05-27
1
-0
/
+8
*
* winsup.h: Remove duplicate declarations of malloc_lock and malloc_unlock.
Christopher Faylor
2002-05-27
1
-0
/
+5
*
Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,
Christopher Faylor
2002-05-25
1
-0
/
+7
*
* security.cc (create_token): Call __sec_user() instead of
Corinna Vinschen
2002-05-24
1
-0
/
+6
*
2002-05-25 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-05-24
1
-0
/
+4
*
* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along to
Christopher Faylor
2002-05-24
1
-0
/
+29
*
* path.cc (path_conv::check): Make sure any trailing path component is part of
Christopher Faylor
2002-05-23
1
-0
/
+5
*
* smallprint.c (__small_vsprintf): Implement '%o' after all these years.
Christopher Faylor
2002-05-23
1
-0
/
+5
[next]