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
...
*
* external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,
Corinna Vinschen
2011-12-22
1
-1
/
+4
*
* include/sys/wait.h: Add in all c++ functions.
Christopher Faylor
2011-12-08
1
-1
/
+1
*
* include/sys/wait.h: Ensure that C++ functions are only used when using C++.
Christopher Faylor
2011-12-08
1
-0
/
+2
*
* path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.
Corinna Vinschen
2011-12-02
1
-0
/
+2
*
* cygthread.h (cygthread::name): Default name to "main" if we are early in the
Christopher Faylor
2011-11-24
1
-2
/
+1
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.
Christopher Faylor
2011-11-24
1
-3
/
+3
*
* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, take
Christopher Faylor
2011-10-30
1
-0
/
+5
*
* cygwin.din: Remove some _tc* exports. Add tcgetsid().
Christopher Faylor
2011-10-11
1
-0
/
+2
*
* include/sys/cygwin.h (cygwin_getinfo_types): Define values
Corinna Vinschen
2011-10-07
1
-3
/
+49
*
2011-10-06 Christian Franke <franke@computer.org>
Christian Franke
2011-10-06
1
-7
/
+49
*
* external.cc (create_winenv): Rename from sync_winenv. Take
Corinna Vinschen
2011-10-05
1
-1
/
+2
*
* dll_init.cc: Use fabort in favor of api_fatal and fork_info->abort where
Christopher Faylor
2011-08-03
1
-1
/
+1
*
* include/sys/param.h (NGROUPS): Redefine as NGROUPS_MAX.
Corinna Vinschen
2011-07-01
1
-5
/
+9
*
* dcrt0.cc (dll_crt0_1): Call strace.dll_info after call to pinfo_init.
Corinna Vinschen
2011-06-17
1
-0
/
+1
*
* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.
Christopher Faylor
2011-06-14
1
-3
/
+1
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-1
/
+7
*
* sysconf.cc (sysinfo): New function.
Yaakov Selkowitz
2011-05-06
1
-1
/
+18
*
* signal.cc (_pinfo::kill): Return success on kill(0) only if pid exists or is
Christopher Faylor
2011-05-05
1
-1
/
+2
*
* include/sys/poll.h: Include signal.h to get definition of sigset_t.
Corinna Vinschen
2011-04-21
1
-0
/
+1
*
* cygwin.din (ppoll): Export.
Corinna Vinschen
2011-04-18
1
-1
/
+5
*
* include/cygwin/types.h: Move #include <sys/sysmacros.h> to
Yaakov Selkowitz
2011-04-05
1
-4
/
+26
*
* include/sys/xattr.h: New file.
Corinna Vinschen
2011-03-29
1
-0
/
+18
*
* Throughout fix copyright dates.
Corinna Vinschen
2011-02-15
2
-2
/
+2
*
* include/endian.h: Move definitions of __BIG_ENDIAN, __LITTLE_ENDIAN,
Corinna Vinschen
2011-02-11
1
-14
/
+1
*
* cygwin.din (madvise): Export posix_madvise as madvise.
Corinna Vinschen
2011-01-12
1
-1
/
+22
*
* termios.cc (cfgetospeed, cfgetispeed): Constify argument per POSIX.
Corinna Vinschen
2011-01-11
1
-3
/
+7
*
* fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.
Christopher Faylor
2010-10-23
1
-0
/
+2
*
* fhandler_tty.cc (fhandler_tty_slave::init): Add debugging. Use tcsetpgrp to
Christopher Faylor
2010-09-29
1
-2
/
+1
*
* include/sys/cygwin.h (PID_NOTCYGWIN): New enum.
Christopher Faylor
2010-09-20
1
-0
/
+1
*
* winlean.h: New file.
Christopher Faylor
2010-08-30
1
-20
/
+5
*
* external.cc (sync_wincwd): Remove.
Corinna Vinschen
2010-08-27
1
-2
/
+1
*
* external.cc (sync_wincwd): New function.
Corinna Vinschen
2010-08-19
1
-1
/
+1
*
* external.cc (CW_SETCWD): New option.
Christopher Faylor
2010-08-18
1
-1
/
+2
*
* mount.cc (struct opt): Add "bind" option.
Corinna Vinschen
2010-08-11
1
-1
/
+2
*
* include/sys/dirent.h (d_fileno): Define as d_ino.
Corinna Vinschen
2010-08-06
1
-0
/
+2
*
Align seekdir and telldir API to POSIX definition.
Corinna Vinschen
2010-07-05
1
-3
/
+3
*
* path.cc (path_conv::check): Move fs-specific settings to a point where we
Christopher Faylor
2010-07-04
1
-1
/
+2
*
* include/sys/stdio.h: Remove _GNU_SOURCE guard around getline
Corinna Vinschen
2010-06-07
1
-3
/
+1
*
* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.
Christopher Faylor
2010-05-07
1
-5
/
+4
*
* mount.cc (struct opt): Add "dos" and "ihash" options.
Corinna Vinschen
2010-04-29
1
-1
/
+4
*
* external.cc (cygwin_internal): Add CW_CVT_MNT_OPTS to allow mount
Corinna Vinschen
2010-04-29
1
-1
/
+3
*
* include/sched.h: Remove, overruled by newlib file.
Corinna Vinschen
2010-04-06
1
-16
/
+0
*
* sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE by
Christopher Faylor
2010-03-31
1
-1
/
+2
*
Remove all traces of __CYGWIN_USE_BIG_TYPES__.
Corinna Vinschen
2010-02-26
2
-19
/
+2
*
* include/sys/strace.h: Define _STRACE_SPECIAL.
Christopher Faylor
2010-02-22
1
-23
/
+25
*
Update copyright
Christopher Faylor
2010-02-19
1
-1
/
+1
*
utils/ChangeLog:
Christopher Faylor
2010-02-19
1
-30
/
+6
*
* external.cc (cygwin_internal): Add CW_INT_SETLOCALE case to
Corinna Vinschen
2010-02-08
1
-2
/
+3
*
* cygwin.din (accept4): Export.
Corinna Vinschen
2010-01-15
1
-1
/
+3
*
* sysconf.cc (get_nprocs): New function.
Corinna Vinschen
2009-11-12
1
-0
/
+27
[prev]
[next]