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
*
Revert erroneous checkin.
Christopher Faylor
2001-11-26
1
-5
/
+0
*
* Makefile.in (libcygwin.a): Use ar commands to build libcygwin.a since adding
Christopher Faylor
2001-11-26
3
-1
/
+11
*
Add missing ChangeLog entries.
Corinna Vinschen
2001-11-25
1
-0
/
+16
*
* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Avoid reporting
Christopher Faylor
2001-11-25
3
-1
/
+11
*
* net.cc (cygwin_hstrerror): Allow s == NULL.
Corinna Vinschen
2001-11-24
1
-1
/
+13
*
* net.cc (cygwin_inet_ntoa): Add parameter checking.
Corinna Vinschen
2001-11-24
2
-1
/
+12
*
* path.cc (path_conv::check): Tighten FH_CYGDRIVE check to avoid matching
Christopher Faylor
2001-11-24
2
-11
/
+13
*
* autoload.cc (IsDebuggerPresent): Make conditional load since it is not
Christopher Faylor
2001-11-24
3
-5
/
+14
*
* net.cc (inet_makeaddr): Revert previous change.
Christopher Faylor
2001-11-24
2
-1
/
+5
*
* path.cc (chdir): Allow 'cd /cygdrive'.
Christopher Faylor
2001-11-24
2
-6
/
+17
*
fix typo.
Christopher Faylor
2001-11-24
1
-1
/
+1
*
* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.
Christopher Faylor
2001-11-24
12
-146
/
+297
*
* path.cc (conv_path_list): Fix wild indexing into path due to conflicting
Christopher Faylor
2001-11-22
8
-50
/
+239
*
* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.
Christopher Faylor
2001-11-21
8
-744
/
+896
*
* path.cc (conv_path_list): Copy source paths before modifying them.
Christopher Faylor
2001-11-17
2
-3
/
+12
*
* fhandler_raw.cc (fhandler_dev_raw::clear): Don't reset unit.
Corinna Vinschen
2001-11-16
3
-1
/
+7
*
* include/pthread.h (PTHREAD_COND_INITIALIZER): Define.
Egor Duda
2001-11-15
4
-4
/
+26
*
* exceptions.cc: Add stdlib.h include for alloca declaration.
Christopher Faylor
2001-11-15
5
-7
/
+24
*
* fhandler.cc (fhandler_disk_file::fstat): Add setting access time
Corinna Vinschen
2001-11-14
2
-6
/
+25
*
* winsup.h: Remove alloca definition since it's now defined through
Corinna Vinschen
2001-11-14
3
-3
/
+7
*
* syscalls.cc (_write): Allow zero length as per SUSv2.
Christopher Faylor
2001-11-14
2
-0
/
+7
*
* dir.cc (mkdir): Add HIDDEN file attribute if file has leading dot
Corinna Vinschen
2001-11-13
5
-6
/
+45
*
* fhandler_console.cc (fhandler_console::read): Revert 2001-10-23 change to
Christopher Faylor
2001-11-12
2
-3
/
+5
*
* include/cygwin/version.h: Bump version to 1.3.6.
Christopher Faylor
2001-11-12
2
-2
/
+6
*
fix typo.
Christopher Faylor
2001-11-11
1
-1
/
+1
*
* dtable.cc (dtable::build_fhandler): Don't increment console fd count if new
Christopher Faylor
2001-11-10
3
-8
/
+11
*
* select.cc: Set errno using set_sig_errno() throughout.
Corinna Vinschen
2001-11-08
4
-10
/
+18
*
* select.cc (fhandler_tty_slave::ready_for_read): Return 0 on EBADF.
Corinna Vinschen
2001-11-08
3
-1
/
+8
*
* lib/getopt.c (getopt_internal): Reset optind to 1 only if optreset
Corinna Vinschen
2001-11-07
2
-1
/
+6
*
* select.cc (fhandler_tty_slave::ready_for_read): Correct inverted not_open
Christopher Faylor
2001-11-06
2
-1
/
+6
*
* include/cygwin/version.h: Bump version to 1.3.5.
Christopher Faylor
2001-11-05
2
-2
/
+6
*
* mmap.cc (mmap_record::find_empty): Add input parameter check.
Corinna Vinschen
2001-11-05
2
-0
/
+6
*
Eliminate excess whitespace.
Christopher Faylor
2001-11-05
38
-184
/
+183
*
Add strace debugging section.
Christopher Faylor
2001-11-05
1
-6
/
+29
*
* dtable.cc (dtable::build_fhandler): Fix debug_printf to avoid SEGV due to
Christopher Faylor
2001-11-05
2
-1
/
+6
*
* fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof.
Christopher Faylor
2001-11-05
3
-5
/
+13
*
* pipe.cc (fhandler_pipe::read): Narrow eof return to just the "broken pipe"
Christopher Faylor
2001-11-05
2
-1
/
+6
*
* select.cc: Add more comments throughout. Use bool 'true' where appropriate
Christopher Faylor
2001-11-05
2
-17
/
+34
*
* select.cc (verify_console): New function.
Christopher Faylor
2001-11-04
2
-2
/
+25
*
* fhandler.h (fhandler_base::ready_for_read): Remove unused argument.
Christopher Faylor
2001-11-04
4
-162
/
+128
*
* security.cc (get_supplementary_group_sidlist): New function.
Corinna Vinschen
2001-11-03
2
-0
/
+38
*
* fhandler.cc (fhandler_base::read): Return just read ahead characters if slow
Christopher Faylor
2001-11-03
5
-46
/
+36
*
* dll_init.h (class dll_list): Reorder functions to avoid compiler "can't
Christopher Faylor
2001-11-03
10
-58
/
+87
*
* fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.
Christopher Faylor
2001-11-02
4
-12
/
+21
*
* cygheap.h (cygheap_fdmanip::isopen): Set appropriate errno if fd not open.
Christopher Faylor
2001-11-01
4
-2
/
+29
*
* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.
Christopher Faylor
2001-11-01
9
-119
/
+146
*
* environ.cc: Set reset_com to false to mimic linux behavior more closely.
Christopher Faylor
2001-10-31
3
-1
/
+7
*
* dtable.cc (dtable::vfork_child_dup): Revert impersonation
Corinna Vinschen
2001-10-31
2
-0
/
+13
*
remove garbage ChangeLog entry.
Christopher Faylor
2001-10-31
1
-4
/
+5
*
* sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.
Christopher Faylor
2001-10-31
4
-5
/
+11
[next]