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
*
* fhandler.cc (fhandler_base::wait_overlapped): Set bytes to -1 on EINTR or
Christopher Faylor
2009-01-27
1
-0
/
+9
*
* shared.cc (shared_name): New function for WCHAR names.
Corinna Vinschen
2009-01-26
1
-0
/
+9
*
* grp.cc (getgrgid_r): Simplify code by using stpcpy.
Corinna Vinschen
2009-01-26
1
-0
/
+7
*
* uinfo.cc (pwdgrp::load): Open file with FILE_OPEN_FOR_BACKUP_INTENT
Corinna Vinschen
2009-01-26
1
-0
/
+5
*
* mount.cc (mount_info::from_fstab): Open fstab file with
Corinna Vinschen
2009-01-24
1
-0
/
+5
*
* smallprint.cc (__small_vsprintf): Use already available buffer tmp
Corinna Vinschen
2009-01-23
1
-0
/
+5
*
* select.cc (peek_serial): Add hack to allow proper operation with com0com
Christopher Faylor
2009-01-22
1
-0
/
+5
*
ChangeLog:
Corinna Vinschen
2009-01-21
1
-0
/
+7
*
* fhandler_procnet.cc: Reorganize global procnet content data into a
Corinna Vinschen
2009-01-20
1
-0
/
+9
*
* devices.h (FH_PROCESSFD): New device type.
Corinna Vinschen
2009-01-20
1
-0
/
+35
*
* thread.h (struct pthread_rwlock::RWLOCK_READER): Add counter n.
Corinna Vinschen
2009-01-20
1
-0
/
+9
*
* autoload.cc (WSAIoctl): Reintroduce.
Corinna Vinschen
2009-01-20
1
-0
/
+30
*
* mmap.cc (mmap64): Fix condition checking if anonymous mapping beyond
Corinna Vinschen
2009-01-17
1
-0
/
+5
*
* fhandler_proc.cc: Reorganize global proc content data into a new
Corinna Vinschen
2009-01-17
1
-0
/
+11
*
* Fix copyright dates.
Corinna Vinschen
2009-01-16
1
-0
/
+4
*
* libc/getopt.c (parse_long_options): Use fix from NetBSD's getopt
Corinna Vinschen
2009-01-13
1
-0
/
+5
*
* syscalls.cc (enum bin_status): New type.
Corinna Vinschen
2009-01-12
1
-0
/
+12
*
* errno.cc (errmap): Set errno to ENOENT instead of ENOSHARE throughout.
Corinna Vinschen
2009-01-11
1
-0
/
+8
*
* mount.cc (mount_info::from_fstab_line): Always convert drive
Corinna Vinschen
2009-01-09
1
-0
/
+10
*
* include/sys/cygwin.h (CW_SETERRNO): Define.
Christopher Faylor
2009-01-09
1
-0
/
+13
*
* libc/fts.c (fts_build): Use DT_DIR case on Cygwin.
Corinna Vinschen
2009-01-08
1
-0
/
+6
*
* ntdll.h: Reorder NT status flags. Fix a case difference. Add
Corinna Vinschen
2009-01-07
1
-0
/
+11
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Only add .exe if
Corinna Vinschen
2009-01-07
1
-0
/
+7
*
correct
Christopher Faylor
2009-01-03
1
-2
/
+2
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-0
/
+49
*
Year-end rollover.
Christopher Faylor
2009-01-03
1
-3342
/
+0
*
* speclib: Rewrite completely in perl. Avoid multiple nm calls.
Christopher Faylor
2009-01-02
1
-0
/
+4
*
* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 191.
Christopher Faylor
2008-12-31
1
-0
/
+4
*
* glob_pattern_p.cc: New file.
Christopher Faylor
2008-12-31
1
-0
/
+8
*
* include/bits/wordsize.h: New linux-compatibility header.
Christopher Faylor
2008-12-31
1
-0
/
+4
*
* exceptions.cc (try_to_debug): Avoid creating a huge buffer on the stack.
Christopher Faylor
2008-12-30
1
-0
/
+5
*
* mount.cc: Change comment.
Christopher Faylor
2008-12-25
1
-0
/
+13
*
* path.cc (symlink_info::check_shortcut): Ensure that symlink handle is closed
Christopher Faylor
2008-12-24
1
-0
/
+5
*
* fhandler.h (fhandler_base_setup_overlapped): Add new argument.
Christopher Faylor
2008-12-23
1
-1
/
+26
*
* pipe.cc (getov_result): Minor cleanup.
Christopher Faylor
2008-12-22
1
-0
/
+4
*
* pipe.cc (getov_result): Add parameters to facilitate better EOF checking.
Christopher Faylor
2008-12-21
1
-0
/
+6
*
* fhandler.cc (fhandler_base::wait_overlapped): Reorganize to eliminate gotos
Christopher Faylor
2008-12-20
1
-0
/
+6
*
* pinfo.h (pinfo::thisproc): Declare. Rename from set_myself.
Christopher Faylor
2008-12-20
1
-0
/
+9
*
* pwdgrp.h (pwdgrp::refresh): Fix indentation.
Corinna Vinschen
2008-12-20
1
-0
/
+6
*
* pinfo.cc (pinfo_basic): New class.
Christopher Faylor
2008-12-19
1
-0
/
+12
*
* fhandler_registry.cc (perf_data_files): New table.
Corinna Vinschen
2008-12-19
1
-0
/
+17
*
* path.cc (path_conv::check): Handle incoming DOS paths non-POSIXy,
Corinna Vinschen
2008-12-19
1
-0
/
+5
*
* fhandler_disk_file.cc: Set 4th parameter of NtQueryDirectoryFile to
Corinna Vinschen
2008-12-18
1
-0
/
+9
*
* path.cc (symlin_info::check): Set 4th parameter of
Corinna Vinschen
2008-12-18
1
-0
/
+9
*
* fhandler_registry.cc (DEFAULT_VALUE_NAME): Remove constant.
Corinna Vinschen
2008-12-16
1
-0
/
+13
*
* syscalls.cc (gen_full_path_at): Use isabspath instead of isdirsep
Corinna Vinschen
2008-12-15
1
-0
/
+5
*
* sec_auth.cc (open_local_policy): Set lsa handle to
Corinna Vinschen
2008-12-15
1
-0
/
+5
*
* setlsapwd.cc (setlsapwd): Simplify code. Only try to call cygserver
Corinna Vinschen
2008-12-15
1
-0
/
+6
*
* setlsapwd.cc (setlsapwd): Explicitely erase password buffer content
Corinna Vinschen
2008-12-15
1
-0
/
+5
*
* fhandler_registry.cc (fhandler_registry::exists): Handle EACCES.
Corinna Vinschen
2008-12-15
1
-0
/
+5
[next]