HelenOS-historic
HelenOS
HelenOS-doc
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS-historic
(root)
/
kernel
/
trunk
/
generic
/
src
/
mm
@ 778
– Rev 1780
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
1780
6696 d 14 h
jermar
/kernel/trunk/
Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).
1767
6704 d 21 h
palkovsky
/kernel/trunk/
Remove unneeded FRAME_PANIC.
Fix some things broken by last commit.
1766
6704 d 21 h
palkovsky
/kernel/trunk/
Changed frame_alloc call, cleaned a lot of stuff, fixed some not-perfectly-correct error handling.
1760
6707 d 15 h
palkovsky
/kernel/trunk/
Changed interface of frame_alloc/free to use address of frame instead of the pfn.
This makes it impossible to use >4GB of memory on 32-bit machines, but who cares...
1757
6710 d 19 h
jermar
/kernel/trunk/
Cleanup of comments.
1735
6712 d 20 h
decky
/kernel/trunk/
make kernel prints case consistent
1708
6714 d 20 h
jermar
/kernel/trunk/
Fix some broken doxygen comments.
1705
6716 d 20 h
cejka
/kernel/trunk/
Added file with modules definitions and descriptions.
We are able to change modules order and their description in one place.
1702
6717 d 17 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
1700
6717 d 20 h
palkovsky
/kernel/trunk/generic/src/mm/
Fixed frame allocator to allocate correct number of frames for configuration.
(It couldn't fail before, but in some circumstances it could allocate more
then needed).
1682
6721 d 0 h
palkovsky
/kernel/trunk/
Fast framebuffer scrolling in kconsole. Eats some memory though.
1677
6721 d 17 h
palkovsky
/kernel/trunk/generic/src/mm/
Fixed error in page number computing, that could almost never appear.
1599
6724 d 23 h
palkovsky
/kernel/trunk/generic/src/mm/
Blacklist first frame to avoid problems with allocator.
1594
6725 d 6 h
jermar
/kernel/trunk/generic/src/mm/
Never ever walk a B+tree as you destroy it. Or vice versa.
1587
6725 d 14 h
jermar
/kernel/trunk/
task_destroy() implementation, fixes in as_destroy() and task_kill().
This is the first version of HelenOS that would perform complete cleanup leading from thread to destruction of address space.
1568
6726 d 15 h
palkovsky
/kernel/trunk/generic/
Slightly remodelled ipc hangups to facilitate correct cleanup.
Doc updates for frame allocator.
1554
6727 d 9 h
jermar
/kernel/trunk/generic/src/mm/
Improve comment in slab.c.
1550
6727 d 15 h
jermar
/kernel/trunk/generic/src/mm/
Remove left over piece of code for increasing reference count in ELF backend.
1546
6727 d 17 h
jermar
/kernel/trunk/generic/src/mm/
Add reference to shared frames of ELF image backed address space area.
1545
6727 d 17 h
jermar
/kernel/trunk/generic/src/mm/
Add reference to shared frames of anonymous address space area.
←Prev
1
2
Next→
Show All