summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-27Fix errors in defpagermplaneta/gsoc12/prereviewMaksym Planeta
2012-10-07Add assertion to check if inode number is correct.Maksym Planeta
2012-10-07Make sure that function read_node will not get bad data.Maksym Planeta
2012-10-07Fix bug in case when a large file is met.Maksym Planeta
2012-10-07Fix typo.Maksym Planeta
2012-10-07Make ext2fs work with partitions bigger than 2Gb.Maksym Planeta
2012-10-07Cast type to off_t in macros where overflow is possible.Maksym Planeta
2012-10-07Reset sblock when reload global state.Maksym Planeta
2012-10-07Replace deprecated functions bzero and bcopy for modern ones.Maksym Planeta
2012-10-07Fix printf format in debugging macros.Maksym Planeta
2012-10-07Fix bug with operators priority.Maksym Planeta
2012-10-07Fix bugs with initialization of variables, created on stack.Maksym Planeta
2012-10-07Move storeio to new pager interface.Maksym Planeta
2012-10-07Move console translator to new pager interface.Maksym Planeta
2012-10-07Move isofs to new pager interface.Maksym Planeta
2012-10-07Move fatfs to new pager interface.Maksym Planeta
2012-10-07Move UFS to new pager interface.Maksym Planeta
2012-10-07Move tmpfs to new libpager interface.Maksym Planeta
2012-10-07Remove warnings regarding type casting.Maksym Planeta
2012-10-07Make mach-defpager process multipage requests in m_o_data_request.Maksym Planeta
2012-09-30Update documentation according to resent libpager changes.Maksym Planeta
2012-09-30Update libdiskfs according to changes in libpager.Maksym Planeta
2012-09-30Fix DEBUG macro.Maksym Planeta
2012-09-30Add helper function pager_process_pages.Maksym Planeta
2012-09-30Add notification interface to libpager.Maksym Planeta
2012-09-30Reworking libpagerNeal H Walfield
2012-09-25Fix bugs and warnings in mach-defpager.Maksym Planeta
2012-05-23Fix bit shift validitySamuel Thibault
2012-05-23Fix find_next_zero_bit when no bit is availableSamuel Thibault
2012-05-19Add /dev/netdde and /dev/eth* targetsSamuel Thibault
2012-05-13Fix link(directory,whatever) POSIX compliancySamuel Thibault
2012-04-27Add MSG_PEEK support to pflocalSamuel Thibault
2012-04-10dist: Remove redundant "./" for top-level $(DISTFILES)Ludovic Courtès
2012-04-10dist: Set the owner/group of $(DISTFILES) to UID/GID 0.Ludovic Courtès
2012-04-10Add `doc/version.texi' to the distribution.Ludovic Courtès
2012-04-08Replace fragile manual »make dist« system with one based on »git archive«.Thomas Schwinge
2012-04-08Remove generated files.Thomas Schwinge
2012-04-08Rules for build system targets.Thomas Schwinge
2012-04-08* Makefile (clean): Recurse into all subdirs.Thomas Schwinge
2012-04-08Automatically regenerate files that depend on $(hurd-version).Thomas Schwinge
2012-04-08Remove hurd/install-headers.Thomas Schwinge
2012-04-08Avoid recreating the include/* files needlessly.Thomas Schwinge
2012-04-08* Makeconf: Add copyright/licensing header.Thomas Schwinge
2012-04-08.gitignore: New file.Thomas Schwinge
2012-04-08Update '..' link for directory when moving it.Maksym Planeta
2012-04-08Allocate pager's map on demand.Maksym Planeta
2012-04-08Delete fragile hack.Maksym Planeta
2012-04-08Fix bugs in truncation of memory map.Maksym Planeta
2012-04-08Prevent repeated freeing of pager's mapMaksym Planeta
2012-04-08Add appropriate checks to take into account that pager's memory map could be ...Maksym Planeta