summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/1.7.22
Commit message (Collapse)AuthorAgeFilesLines
* * regex/regcomp.c (wgetnext): Add a kludge to be more glibc compatible.Corinna Vinschen2013-07-211-0/+5
| | | | Add comment to explain.
* * exceptions.cc (signal_exit): Add a FIXME comment.Christopher Faylor2013-07-191-0/+4
|
* .Christopher Faylor2013-07-191-0/+3
|
* *** empty log message ***Corinna Vinschen2013-07-191-0/+16
|
* Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen2013-07-151-0/+14
* Makefile.in (DLL_OFILES): Drop fhandler_mem.o. (fhandler_mem_CFLAGS): Remove rule. * devices.in (enum fh_devices): Remove FH_MEM, FH_KMEM and FH_PORT. * devices.cc: Regenerate. * dtable.cc (fh_alloc): Drop handling for FH_MEM, FH_KMEM and FH_PORT. * fhandler.h (class fhandler_dev_mem): Remove. * fhandler_mem.cc: Remove file. * globals.cc (ro_u_pmem): Remove. * mmap.cc (fhandler_dev_mem::mmap): Remove. (fhandler_dev_mem::munmap): Remove. (fhandler_dev_mem::fixup_mmap_after_fork): Remove.