Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * regex/regcomp.c (wgetnext): Add a kludge to be more glibc compatible. | Corinna Vinschen | 2013-07-21 | 1 | -0/+5 |
| | | | | Add comment to explain. | ||||
* | * exceptions.cc (signal_exit): Add a FIXME comment. | Christopher Faylor | 2013-07-19 | 1 | -0/+4 |
| | |||||
* | . | Christopher Faylor | 2013-07-19 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Corinna Vinschen | 2013-07-19 | 1 | -0/+16 |
| | |||||
* | Remove /dev/mem, /dev/kmem, /dev/port support. | Corinna Vinschen | 2013-07-15 | 1 | -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. |