plan9fox/sys
cinap_lenrek eaf91d0f8e kernel: fix physical segment handling
ignore physical segments in mcountseg() and mfreeseg(). physical
segments are not backed by user pages, and doing putpage() on
physical segment pages in mfreeseg() is an error.

do now allow physical segemnts to be resized. the segment size
is only checked in segattach() to be within the physical segment!

ignore physical segments in portcountpagerefs() as pagenumber()
does not work on the malloced page structures of a physical segment.

get rid of Physseg.pgalloc() and Physseg.pgfree() indirection as
this was never used and if theres a need to do more efficient
allocation, it should be done in a portable way.
2015-03-03 13:08:29 +01:00
..
doc
games/lib fortunes: My recent incompetence is humbling. I should quit the industry. 2015-02-25 19:22:47 -05:00
include bio: add Bfdopen() from plan9port 2014-12-14 20:21:42 +01:00
lib leak: report alloc size mismatch 2015-02-26 22:33:03 +01:00
man thread(2): remove another instance of /mnt/temp 2015-02-28 13:27:00 +01:00
src kernel: fix physical segment handling 2015-03-03 13:08:29 +01:00