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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* include/cygwin/version.h: Bump version to 1.3.6.
Christopher Faylor
2001-11-12
2
-2
/
+6
*
* path.h: New file.
Christopher Faylor
2001-11-12
1
-0
/
+11
*
* cygcheck.cc (scan_registry): Open registry with read-only access.
Christopher Faylor
2001-11-12
5
-16
/
+32
*
Clarify length reference in comment
Tim Wall
2001-11-11
2
-2
/
+6
*
fix typo.
Christopher Faylor
2001-11-11
1
-1
/
+1
*
* cygcheck.cc (main): Display package info when '-s' is specified.
Christopher Faylor
2001-11-11
3
-6
/
+17
*
* dump_setup.cc: New file.
Christopher Faylor
2001-11-11
5
-25
/
+303
*
* Makefile.in (cygcheck.exe): Compile as -mno-cygwin executable.
Christopher Faylor
2001-11-11
4
-13
/
+423
*
* dtable.cc (dtable::build_fhandler): Don't increment console fd count if new
Christopher Faylor
2001-11-10
3
-8
/
+11
*
* avr.h: Update for new devices.
Denis Chertykov
2001-11-10
1
-4
/
+8
*
* cygcheck.cc (dump_sysinfo): Print more detailed OS information string.
Corinna Vinschen
2001-11-09
2
-4
/
+25
*
2001-11-10 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2001-11-09
2
-0
/
+10
*
2001-11-09 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2001-11-09
2
-1
/
+7
*
2001-11-09 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2001-11-09
2
-8
/
+11
*
* configure.in (--enable-languages): Be more permissive about
DJ Delorie
2001-11-09
2
-3
/
+14
*
* checksignal.c: New testcase.
Corinna Vinschen
2001-11-08
2
-0
/
+83
*
* 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
*
2001-11-08 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2001-11-07
2
-7
/
+15
*
2001-11-08 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2001-11-07
2
-1
/
+5
*
* 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
*
* Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
Hans-Peter Nilsson
2001-11-06
2
-1
/
+9
*
* 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
*
* libc/include/sys/unistd.h: Add prototypes for endusershell(),
Corinna Vinschen
2001-11-05
3
-0
/
+24
*
* Makefile.in: Delete unused executable after creating base-files.
Egor Duda
2001-11-05
2
-3
/
+10
*
Eliminate excess whitespace.
Christopher Faylor
2001-11-05
38
-184
/
+183
*
Add strace debugging section.
Christopher Faylor
2001-11-05
1
-6
/
+29
*
2001-11-04 Chris Demetriou <cgd@broadcom.com>
Chris Demetriou
2001-11-05
2
-1
/
+5
*
* 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
*
* lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in parallel
Christopher Faylor
2001-11-04
3
-0
/
+12
*
* getfacl.c (username): New function.
Corinna Vinschen
2001-11-04
3
-51
/
+255
*
* strace.cc (main): New option '-w'. Start traced process in separate
Egor Duda
2001-11-04
2
-3
/
+31
*
* Makefile.in: Force configure in testsuite directory if config.status does not
Christopher Faylor
2001-11-04
2
-3
/
+8
*
* Makefile.in: Oops. Revert previous change. Add Makefile/Makefile.in
Christopher Faylor
2001-11-04
2
-1
/
+8
*
* Makefile.in: Add check target.
Christopher Faylor
2001-11-04
2
-1
/
+5
*
* configure.in: Disable subauth directory test.
Christopher Faylor
2001-11-04
4
-4
/
+10
*
* Makefile.in: Add directory dependencies to ensure ordering when using 'make
Christopher Faylor
2001-11-04
2
-0
/
+21
*
* 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
*
* Makefile.common: Remove preferred-stack-boundary setting since gcc 2.95.3
Christopher Faylor
2001-11-03
2
-1
/
+6
*
* 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
*
* libltp/lib/forker.c: Include proper header to avoid compiler
Egor Duda
2001-11-02
2
-0
/
+6
*
* Makefile.common: Add some stuff to common CFLAGS.
Christopher Faylor
2001-11-02
2
-1
/
+5
[prev]
[next]