summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-24Remove out of date commentsmplaneta/gsoc12/review_v1Maksym Planeta
2013-02-24Change typename to more appropriateMaksym Planeta
2012-10-28Add assertion to check if inode number is correct.mplaneta/gsoc12/reviewMaksym Planeta
2012-10-28Make sure that function read_node will not get bad data.Maksym Planeta
2012-10-28Fix bug in case when a large file is met.Maksym Planeta
2012-10-28Fix typo.Maksym Planeta
2012-10-28Make ext2fs work with partitions bigger than 2Gb.Maksym Planeta
2012-10-28Cast type to off_t in macros where overflow is possible.Maksym Planeta
2012-10-28Reset sblock when reload global state.Maksym Planeta
2012-10-28Replace deprecated functions bzero and bcopy for modern ones.Maksym Planeta
2012-10-28Fix printf format in debugging macros.Maksym Planeta
2012-10-28Fix bug with operators priority.Maksym Planeta
2012-10-28Fix bugs with initialization of variables, created on stack.Maksym Planeta
2012-10-28Move storeio to new pager interface.Maksym Planeta
2012-10-28Move console translator to new pager interface.Maksym Planeta
2012-10-28Move isofs to new pager interface.Maksym Planeta
2012-10-28Move fatfs to new pager interface.Maksym Planeta
2012-10-28Move UFS to new pager interface.Maksym Planeta
2012-10-28Move tmpfs to new libpager interface.Maksym Planeta
2012-10-28Remove warnings regarding type casting.Maksym Planeta
2012-10-28Make 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