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
*
* 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
*
* 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
*
2001-10-30 Danny Smith <dannysmith@users.sourceforge.net>
Earnie Boyd
2001-11-01
4
-14
/
+34
*
2001-11-01 Danny Smith <dannysmith@users.sourceforge.net>
Earnie Boyd
2001-11-01
12
-19
/
+197
*
* 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
*
* fhandler.cc (fhandler_base::fork_fixup): Pass old handle to setclexec_pid.
Christopher Faylor
2001-10-31
2
-1
/
+6
*
* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.
Christopher Faylor
2001-10-31
7
-15
/
+78
*
* fhandler_socket.cc (fhandler_socket::close): Add error handling.
Corinna Vinschen
2001-10-30
2
-2
/
+13
*
* (fhandler_socket::dup): Revert previous change.
Corinna Vinschen
2001-10-30
2
-2
/
+4
*
* dtable.cc (dtable::dup2): Add some debugging. Use methods from passed in
Christopher Faylor
2001-10-30
4
-13
/
+27
*
* security.cc (is_group_member): Call NetLocalGroupGetMembers() for
Corinna Vinschen
2001-10-30
2
-8
/
+8
*
* Makefile.in: Propagate 'clean' to subdirs properly.
Christopher Faylor
2001-10-29
2
-1
/
+5
*
* fhandler.cc (fhandler_base::set_name): Set namehash here to catch name
Christopher Faylor
2001-10-29
2
-2
/
+14
*
* winsup.api/ltp/stat03.c: Supress compiler warning.
Egor Duda
2001-10-29
2
-4
/
+8
*
* winsup.api/signal-into-win32-api.c: Supress compiler warning.
Egor Duda
2001-10-29
2
-1
/
+5
*
* select.cc (MAKEready): Remove extraneous select_read.
Christopher Faylor
2001-10-29
2
-1
/
+4
*
* uinfo.cc (internal_getlogin): Set environment variable $HOME
Corinna Vinschen
2001-10-29
2
-2
/
+28
*
* fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unit
Christopher Faylor
2001-10-29
7
-15
/
+34
*
fix spelling errors
Christopher Faylor
2001-10-28
8
-67
/
+67
*
fix consistent spelling errors.
Christopher Faylor
2001-10-28
1
-6
/
+6
*
* configure: Regenerate, removing erroneous SUBDIRS substitution.
Corinna Vinschen
2001-10-26
2
-1
/
+5
*
* select.cc (MAKEready): Check for read_ready in loop since select_read could
Christopher Faylor
2001-10-26
2
-6
/
+13
*
Clarify checkin comment slightly.
Christopher Faylor
2001-10-24
1
-1
/
+2
*
* shared_info.h (MOUNT_VERSION): Change to a smaller, still arbitrary number.
Christopher Faylor
2001-10-24
1
-0
/
+13
*
* Makefile.in: Remove EXEEXT consideration. We always need EXEEXT.
Christopher Faylor
2001-10-24
2
-1
/
+5
*
* Makefile.in: Only build testsuite directory on first 'make check'.
Christopher Faylor
2001-10-24
13
-35
/
+78
*
Remove merge conflict indicator.
Christopher Faylor
2001-10-24
1
-1
/
+0
*
Ensure that all fhandler_*::read definitions are __stdcall throughout.
Christopher Faylor
2001-10-24
16
-52
/
+70
*
* debug.cc (set_errno): Return value of errno that was set, just like the
Christopher Faylor
2001-10-22
5
-10
/
+24
*
Remove 'cb' parameter and modify fhandler_* constructors throughout.
Christopher Faylor
2001-10-22
18
-92
/
+70
*
Patch suggested by Ian Ray <ian.ray@nokia.com>:
Corinna Vinschen
2001-10-22
3
-32
/
+54
*
* net.cc (get_2k_ifconf): Change multiple IP address naming scheme
Corinna Vinschen
2001-10-22
2
-74
/
+98
*
* miscfuncs.cc (__check_invalid_read_ptr_errno): Return error, if any.
Corinna Vinschen
2001-10-22
2
-1
/
+5
*
* resource.cc (fill_rusage): Perform paranoid zero structure passed to
Christopher Faylor
2001-10-22
2
-4
/
+8
*
* autoload.cc: Autoload GetProcessMemoryInfo.
Christopher Faylor
2001-10-21
3
-5
/
+23
*
* dll_init.cc (dll_list::alloc): Increase retry count to 1000.
Christopher Faylor
2001-10-21
2
-1
/
+5
*
fix typo.
Christopher Faylor
2001-10-20
1
-1
/
+1
*
* mkgroup.c: Avoid compiler warnings.
Corinna Vinschen
2001-10-20
3
-207
/
+238
*
* include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
Corinna Vinschen
2001-10-20
2
-0
/
+10
[next]