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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* sigproc.cc (sigalloc): Don't set SA_RESTART here.
Christopher Faylor
2006-03-23
1
-0
/
+4
*
* include/sys/dirent.h (struct __DIR): Rename __d_unused to
Corinna Vinschen
2006-03-01
1
-1
/
+1
*
* cygwin.din: Export __isinff, __isinfd, __isnanf, __isnand.
Corinna Vinschen
2006-02-28
1
-1
/
+2
*
* include/sys/termios.h (cfsetispeed): Just define as a function rather than
Christopher Faylor
2006-02-28
1
-21
/
+23
*
* cygwin.din: Export sigignore and sigset.
Corinna Vinschen
2006-02-16
2
-1
/
+7
*
* include/mntent.h: Add missing #include.
Christopher Faylor
2006-02-13
1
-1
/
+2
*
* external.cc (sync_winenv): Rename from "setup_winenv". Use same mechanism as
Christopher Faylor
2006-02-10
1
-1
/
+1
*
Always zero all elements of siginfo_t throughout.
Christopher Faylor
2006-02-06
1
-8
/
+41
*
* include/cygwin/socket.h (CMSG_FIRSTHDR): Avoid compiler warning.
Corinna Vinschen
2006-02-06
1
-1
/
+1
*
* include/features.h: Add comment to explain what's going to happen
Corinna Vinschen
2006-02-05
2
-0
/
+20
*
* cygwin/version.h: Mention CW_SETUP_WINENV in comment for API minor 153.
Christopher Faylor
2006-02-02
1
-1
/
+1
*
* cygwin.din (updwtmpx): Export.
Corinna Vinschen
2006-02-02
2
-1
/
+3
*
* external.cc (setup_winenv): New function.
Christopher Faylor
2006-02-02
1
-1
/
+2
*
* dir.cc (readdir_worker): Add comment about writing old 32 bit d_ino.
Corinna Vinschen
2006-01-31
1
-8
/
+6
*
* include/sys/dirent.h (struct dirent): Revert misguided attempt to
Corinna Vinschen
2006-01-28
1
-1
/
+1
*
* autoload.cc (NtQueryDirectoryFile): Define.
Corinna Vinschen
2006-01-27
1
-12
/
+5
*
* include/cygwin/version.h: Bump API minor number to 151.
Christopher Faylor
2006-01-21
2
-19
/
+16
*
* include/sys/dirent.h: Add comments for people who are REALLY confused about
Christopher Faylor
2006-01-20
1
-13
/
+13
*
* dir.cc (readdir_worker): Fill in invalid fields with -1. Accommodate name
Christopher Faylor
2006-01-19
1
-2
/
+4
*
* include/cygwin/socket.h (struct sockaddr_storage): Fix typo in
Corinna Vinschen
2006-01-18
1
-1
/
+1
*
* include/cygwin/version.h: Bump DLL minor version number to 20.
Christopher Faylor
2006-01-17
1
-1
/
+1
*
* Update copyrights.
Corinna Vinschen
2006-01-12
1
-1
/
+2
*
* include/getopt.h (getopt_long_only): Declare.
Corinna Vinschen
2006-01-09
1
-0
/
+2
*
* cygwin.din: Export getsubopt.
Corinna Vinschen
2006-01-09
1
-1
/
+2
*
* include/getopt.h: Accommodate recent unfortunate newlib changes.
Christopher Faylor
2006-01-05
1
-0
/
+4
*
Bump copyright dates.
Corinna Vinschen
2006-01-02
1
-1
/
+1
*
* exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.
Christopher Faylor
2006-01-01
1
-0
/
+2
*
* include/cygwin/in.h: Drop including stdint.h. Move definition
Corinna Vinschen
2005-12-31
3
-18
/
+39
*
*** cygwin DLL Changes:
Christopher Faylor
2005-12-29
1
-17
/
+14
*
* fhandler.h (fhandler_base::issymlink): New method.
Corinna Vinschen
2005-12-22
2
-1
/
+4
*
* include/sys/dirent.h: Change __deprecated_d_ino to __invalid_d_ino throughout
Christopher Faylor
2005-12-19
1
-3
/
+3
*
* fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECT
Corinna Vinschen
2005-12-14
2
-2
/
+10
*
* dirent.h: Change the rest of the d_ino's to __deprecated_d_ino.
Christopher Faylor
2005-12-10
1
-4
/
+4
*
* include/cygwin/stdlib.h: Guard compilation of *unsetenv* in newlib.
Christopher Faylor
2005-12-07
1
-0
/
+5
*
* include/cygwin/stdlib.h: New file.
Christopher Faylor
2005-12-05
2
-1
/
+63
*
* dir.cc (readdir_workdir): Only fill out d_ino when linked into older app.
Christopher Faylor
2005-12-05
2
-19
/
+15
*
* include/exceptions.h (exception_list): Revert previous change. Windows
Christopher Faylor
2005-12-03
1
-3
/
+2
*
* cygtls.h (_cygtls::el): New field.
Christopher Faylor
2005-12-03
3
-8
/
+6
*
* include/cygwin/version.h: Bump API minor version.
Corinna Vinschen
2005-11-29
1
-1
/
+2
*
* fhandler.h (fhandler_dev_zero::mmap): Add method.
Corinna Vinschen
2005-11-29
1
-3
/
+2
*
* autoload.cc (NtCreateSection): Define.
Corinna Vinschen
2005-11-28
1
-0
/
+5
*
* libc: Add subdirectory.
Corinna Vinschen
2005-11-18
2
-1
/
+6
*
* include/cygwin/sys_time.h: Move futimes and lutimes declaration here from
Christopher Faylor
2005-11-18
1
-1
/
+3
*
* times.cc (timezone): Put back (void).
Christopher Faylor
2005-11-18
1
-0
/
+14
*
* include/cygwin/sys_time.h: Rename from include/cygwin/time.h.
Christopher Faylor
2005-11-18
2
-4
/
+29
*
* include/sys/elf64.h: Fix types to reflect linux usage.
Christopher Faylor
2005-11-14
1
-38
/
+41
*
* cygheap.h (init_cygheap::_gtod): Remove.
Christopher Faylor
2005-11-11
2
-1
/
+27
*
* times.cc (hires_ms::prime): Comment out call to timeBeginPeriod for now.
Christopher Faylor
2005-11-11
1
-0
/
+2
*
* include/endian.h: Remove USE_BSD ifdef since it is never defined on Cygwin.
Christopher Faylor
2005-11-10
1
-2
/
+2
*
* include/cygwin/signal.h: Add missing sigrelse prototype.
Corinna Vinschen
2005-11-10
1
-0
/
+1
[next]