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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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
*
* getfacl.c (usage): Standardize usage output. Change return type to
Corinna Vinschen
2002-05-23
2
-58
/
+101
*
* smallprint.c (__small_vsprintf): Implement '%o' after all these years.
Christopher Faylor
2002-05-23
2
-0
/
+8
*
fix typo.
Christopher Faylor
2002-05-23
1
-1
/
+1
*
* mount.cc (version) New global variable.
Christopher Faylor
2002-05-23
2
-23
/
+73
*
* 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
*
* cygpath.cc (usage): Change usage output slightly.
Corinna Vinschen
2002-05-22
3
-105
/
+303
*
* Makefile.in: Increment VERSION to 1.4.
Earnie Boyd
2002-05-21
2
-2
/
+9
*
* security.cc (open_local_policy): Initialize lsa to
Corinna Vinschen
2002-05-21
2
-4
/
+12
*
2002-05-20 Philip Aston <philipa@mail.com>
Danny Smith
2002-05-20
2
-1
/
+5
*
2002-05-20 Ren� M�ller Fonseca <fonseca@users.sourceforge.net>
Danny Smith
2002-05-20
2
-43
/
+49
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat): Make handling of nlink
Christopher Faylor
2002-05-18
2
-4
/
+8
*
* strace.cc (add_child): Use calloc since new requires working libstdc++.a.
Christopher Faylor
2002-05-18
2
-2
/
+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
*
* cygpath.cc (get_short_paths): Fix more error checking.
Corinna Vinschen
2002-05-15
3
-58
/
+73
*
* cygpath.cc (get_short_name): Fix error checking.
Corinna Vinschen
2002-05-14
2
-1
/
+5
*
* kill.cc (prog_name) New global variable.
Christopher Faylor
2002-05-13
2
-7
/
+60
*
* 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
*
* kill.cc (listsig): Display numeric id when given symbolic input.
Christopher Faylor
2002-05-13
2
-1
/
+8
*
document kill -h.
Christopher Faylor
2002-05-13
1
-0
/
+3
*
* kill.cc (usage): Show new options. Allow specification of output stream.
Christopher Faylor
2002-05-13
2
-3
/
+13
*
Update ChangeLog with missing entry.
Christopher Faylor
2002-05-13
2
-1
/
+8
*
* Makefile.in (kill.exe): Add as a specific target.
Christopher Faylor
2002-05-13
4
-28
/
+114
*
remove a comma
Christopher Faylor
2002-05-12
1
-1
/
+1
*
* 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
*
* mount.cc (do_mount): Default to non-exec option for remote drives. Report
Christopher Faylor
2002-05-12
4
-16
/
+70
*
* 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
*
* dumper.cc (usage) Standardize usage output. Generalize to allow use for
Christopher Faylor
2002-05-08
2
-11
/
+59
*
* include/commctrl.h (ImageList_DragShowNolock): Remove
Danny Smith
2002-05-07
2
-1
/
+5
*
* localtime.cc (tzsetwall): Use wildabbr if generated timezone name
Corinna Vinschen
2002-05-07
2
-7
/
+12
*
* include/windows.h: Move _ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
Danny Smith
2002-05-06
3
-59
/
+65
*
* 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
[next]