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
*
* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.
Christopher Faylor
2002-05-28
30
-913
/
+1067
*
* security.cc (lsa2str): New function.
Corinna Vinschen
2002-05-27
2
-2
/
+15
*
* syscalls.cc (seteuid): Do not take allow_ntsec into account.
Corinna Vinschen
2002-05-27
2
-242
/
+225
*
* debug.h (being_debugged): New macro.
Christopher Faylor
2002-05-27
5
-2
/
+16
*
* winsup.h: Remove duplicate declarations of malloc_lock and malloc_unlock.
Christopher Faylor
2002-05-27
2
-3
/
+5
*
update comment
Christopher Faylor
2002-05-27
1
-1
/
+1
*
Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,
Christopher Faylor
2002-05-25
36
-42
/
+7
*
* security.cc (create_token): Call __sec_user() instead of
Corinna Vinschen
2002-05-24
2
-4
/
+11
*
2002-05-25 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-05-24
2
-1
/
+10
*
* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along to
Christopher Faylor
2002-05-24
10
-55
/
+70
*
* path.cc (path_conv::check): Make sure any trailing path component is part of
Christopher Faylor
2002-05-23
2
-1
/
+10
*
* smallprint.c (__small_vsprintf): Implement '%o' after all these years.
Christopher Faylor
2002-05-23
2
-0
/
+8
*
* fhandler.h (fhandler_virtual::exists): Eliminate path argument.
Christopher Faylor
2002-05-22
8
-24
/
+40
*
* include/cygwin/types.h: Revert previous patch.
Corinna Vinschen
2002-05-22
2
-2
/
+4
*
* include/cygwin/types.h: Define pthread stuff only if _POSIX_THREADS
Corinna Vinschen
2002-05-22
2
-0
/
+7
*
* security.cc (open_local_policy): Initialize lsa to
Corinna Vinschen
2002-05-21
2
-4
/
+12
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat): Make handling of nlink
Christopher Faylor
2002-05-18
2
-4
/
+8
*
* path.cc (path_conv::check): Always set executable bit for executable
Christopher Faylor
2002-05-18
4
-3
/
+10
*
remove white space
Christopher Faylor
2002-05-18
1
-2
/
+2
*
* fhandler.cc (fhandler_base::lseek): Avoid calling SetFilePointer with high
Christopher Faylor
2002-05-17
2
-2
/
+16
*
* fhandler_raw.cc (fhandler_dev_raw::open): Replace set_errno()
Corinna Vinschen
2002-05-17
3
-15
/
+22
*
* times.cc (utimes): Use FILE_WRITE_ATTRIBUTES even on 9x/Me when
Corinna Vinschen
2002-05-17
4
-16
/
+9
*
* syscalls.cc (seteuid): Set default dacl in process token.
Corinna Vinschen
2002-05-16
5
-74
/
+140
*
* cygwin.din: Add strlcat and strlcpy.
Christopher Faylor
2002-05-13
3
-1
/
+11
*
* shared.cc (__sec_user): Split into sec_acl() and call orig_sid().
Corinna Vinschen
2002-05-13
3
-42
/
+44
*
* fhandler_disk_file.cc (fhandler_disk_file::open): Avoid using O_DIROPEN when
Christopher Faylor
2002-05-12
2
-4
/
+14
*
fix entry
Christopher Faylor
2002-05-12
1
-3
/
+3
*
* syscalls.cc (_read): Change error to EBADF if attempt to write to a
Christopher Faylor
2002-05-12
2
-0
/
+13
*
* fhandler.h (executable_states): For now, make dont_care_if_executable
Christopher Faylor
2002-05-12
5
-60
/
+80
*
* fhandler_virtual.cc (fhandler_virtual::close): Quiet a compiler warning.
Christopher Faylor
2002-05-12
2
-1
/
+6
*
fix formatting
Christopher Faylor
2002-05-12
2
-12
/
+17
*
fix comment
Christopher Faylor
2002-05-12
1
-1
/
+1
*
* autoload.cc: Add dynamic load statements for 'ZwQueryInformationProcess' and
Christopher Faylor
2002-05-12
10
-73
/
+1001
*
* syscalls.cc (_write): Change error to EBADF if attempt to write to a
Christopher Faylor
2002-05-09
2
-0
/
+8
*
* cygheap.h (class cygheap_user): Add member `orig_psid'.
Corinna Vinschen
2002-05-08
3
-1
/
+19
*
* localtime.cc (tzsetwall): Use wildabbr if generated timezone name
Corinna Vinschen
2002-05-07
2
-7
/
+12
*
* spawn.cc (spawn_guts): Move call to set_process_privilege()
Corinna Vinschen
2002-05-06
4
-11
/
+13
*
* path.h (path_conv::path_conv): Initialise normalized_path to NULL.
Christopher Faylor
2002-05-04
2
-1
/
+5
*
.
Christopher Faylor
2002-05-04
1
-0
/
+10
*
* net.cc (getdomainname): Change second argument of getdomainname to size_t.
Christopher Faylor
2002-05-04
7
-65
/
+167
*
* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather than
Christopher Faylor
2002-05-03
8
-24
/
+53
*
* fhandler_proc.cc (fhandler_proc::fstat): Prime with information from
Christopher Faylor
2002-05-02
2
-6
/
+13
*
* path.cc (hash_path_name): Improve hash function strength.
Corinna Vinschen
2002-05-02
2
-3
/
+6
*
missed a conflict indicator
Robert Collins
2002-05-02
1
-1
/
+0
*
2002-05-02 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-05-02
2
-5
/
+14
*
add new files
Christopher Faylor
2002-05-02
4
-0
/
+1325
*
add comment
Christopher Faylor
2002-05-02
1
-0
/
+1
*
* path.h (pathconv_arg): Add PC_POSIX.
Christopher Faylor
2002-05-02
11
-64
/
+240
*
* include/cygwin/types.h: Include <sys/sysmacros.h>.
Christopher Faylor
2002-05-01
2
-0
/
+6
*
revert patch
Christopher Faylor
2002-04-19
3
-14
/
+0
[next]