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
/
include
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
* autoload.cc: Add winmm functions needed by fhandler_dsp.cc.
Christopher Faylor
2001-04-16
1
-0
/
+1287
*
* cygrun.c (main): Fix compiler warning.
Christopher Faylor
2001-04-03
1
-3
/
+3
*
Update copyright.
Christopher Faylor
2001-03-07
1
-1
/
+1
*
* include/a.out.h: Add copyright hint.
Corinna Vinschen
2001-03-05
20
-0
/
+200
*
* dlopen.c (dlopen): Return NULL when name is NULL (suggested by
Christopher Faylor
2001-03-05
2
-8
/
+14
*
* strace.cc (strace::vprntf): Move prntf functionality to this function
Corinna Vinschen
2001-02-26
1
-1
/
+18
*
* include/sys/resource.h: Fix typo.
Corinna Vinschen
2001-01-31
1
-1
/
+1
*
* include/sys/resources.h: Add RLIMIT_NLIMITS and RLIM_NLIMITS.
Corinna Vinschen
2001-01-31
1
-0
/
+3
*
Patch suggested by Ren� M�ller Fonseca <fonseca@mip.sdu.dk>
Corinna Vinschen
2001-01-09
1
-1
/
+1
*
* cygwin.din: Add symbols for `getrlimit' and `setrlimit'.
Corinna Vinschen
2000-12-27
1
-0
/
+23
*
* net.cc (cygwin_rexec): Eliminate superfluous call to
Corinna Vinschen
2000-12-11
1
-0
/
+5
*
* winsup/cygwin/include/sys/uio.h: readv: Correct prototype
Corinna Vinschen
2000-12-06
1
-2
/
+2
*
* include/sys/uio.h: Include <sys/cdefs.h>. Use __BEGIN_DECL and
Corinna Vinschen
2000-12-05
1
-7
/
+9
*
* spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting in
Christopher Faylor
2000-11-20
1
-7
/
+8
*
* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used in
Christopher Faylor
2000-11-08
1
-1
/
+2
*
* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in an
Christopher Faylor
2000-11-03
1
-1
/
+1
*
Whitespace cleanup.
Christopher Faylor
2000-10-28
7
-49
/
+43
*
* exceptions.cc (signal_exit): Kill any executing child process if we're dying.
Christopher Faylor
2000-10-24
1
-0
/
+1
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-1
/
+1
*
* exceptions.cc (set_console_handler): Don't allocate
Christopher Faylor
2000-10-15
1
-2
/
+2
*
* include/netinet/tcp.h: Remove winsock.h include.
Christopher Faylor
2000-10-05
1
-4
/
+4
*
* include/sys/mman.h: Add missing MAP_FAILED macro.
Corinna Vinschen
2000-10-04
1
-0
/
+2
*
* dcrt0.cc (dll_crt0_1): Move set_os_type.
Christopher Faylor
2000-08-26
1
-3
/
+3
*
* external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwin
Christopher Faylor
2000-08-25
1
-1
/
+2
*
* include/cygwin/core_dump.h: New file, contains structures used in cygwin core
Christopher Faylor
2000-08-24
1
-0
/
+11
*
* include/sys/cygwin.h (strace_printf_wrap): Force printing when
Christopher Faylor
2000-08-24
1
-2
/
+2
*
* include/sys/cygwin.h: Protect class definitions.
Christopher Faylor
2000-08-23
1
-0
/
+2
*
* include/sys/cygwin.h: Declare some thread classes.
Christopher Faylor
2000-08-22
1
-0
/
+3
*
* poll.cc: Add bounds checking for file descriptors. Return POLLNVAL
Corinna Vinschen
2000-08-11
1
-1
/
+1
*
* strace.cc (strace::prntf): Make second argument the function name, rather
Christopher Faylor
2000-08-02
1
-5
/
+5
*
* include/sys/strace.h: Fix strace definition.
Christopher Faylor
2000-08-02
1
-2
/
+2
*
* strace.h: Add kludgy workarounds to avoid using deprecated methods for
Christopher Faylor
2000-08-02
1
-11
/
+37
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
1
-2
/
+5
*
* dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.
Christopher Faylor
2000-07-28
1
-1
/
+2
*
* cygwin.din: Export _getmode and getmode to allow querying of binary state of
Christopher Faylor
2000-07-09
1
-46
/
+53
*
* external.cc (cygwin_internal): Export __cygwin_user_data.
Christopher Faylor
2000-07-08
1
-3
/
+2
*
* include/sys/cygwin.h: Hide internal data types in per_process
Corinna Vinschen
2000-07-07
1
-0
/
+5
*
* dcrt0.cc (__cygwin_user_data): Initialize.
Christopher Faylor
2000-07-05
1
-14
/
+7
*
* poll.cc: New file. Implement `poll' system call.
Corinna Vinschen
2000-07-04
1
-0
/
+43
*
* Makefile.in: Use variables rather than configure constructs where
Christopher Faylor
2000-07-01
1
-1
/
+98
*
* Makefile.in: Autogenerate cygwin.def when appropriate.
Christopher Faylor
2000-06-22
1
-2
/
+2
*
Revise previous include/sys/cygwin.h change.
Christopher Faylor
2000-06-22
1
-3
/
+3
*
* include/sys/cygwin.h: Don't define parts of this file that rely on Windows
Christopher Faylor
2000-06-22
1
-2
/
+2
*
* Makefile.in: Add *.def to clean operation.
Christopher Faylor
2000-06-21
1
-0
/
+5
*
* cygwin.din: Define symbols for `cygwin_logon_user' and
Corinna Vinschen
2000-06-16
1
-0
/
+3
*
* select.cc (thread_pipe): Add paranoid check to ensure thread termination.
Christopher Faylor
2000-05-18
1
-0
/
+69
*
* exceptions.cc (interruptible): Allocate slightly more space for directory
Christopher Faylor
2000-04-26
1
-7
/
+9
*
* path.cc (symlink_check_one): Recognize symlink settings from the mount table.
Christopher Faylor
2000-03-26
1
-1
/
+1
*
Throughout use strace class in place of individual functions and variables.
Christopher Faylor
2000-03-07
1
-25
/
+25
*
import winsup-2000-02-17 snapshot
Christopher Faylor
2000-02-17
24
-0
/
+1001