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
/
include
/
errno.h
@ 1706
– Rev 1702
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
1702
6715 d 18 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
1544
6725 d 18 h
palkovsky
/kernel/trunk/generic/
Slightly better behaviour with caching on memory sharing.
1484
6727 d 18 h
palkovsky
/kernel/trunk/generic/include/
Added EINVAL error code.
1440
6731 d 8 h
palkovsky
/kernel/trunk/generic/include/
Added error code for timeouts.
1306
6748 d 16 h
jermar
/kernel/trunk/generic/
Add SYS_AS_AREA_DESTROY syscall.
Add few error codes to errno.h
and change as.c accordingly.
1281
6757 d 10 h
palkovsky
/kernel/trunk/
Added means to make a simple action upon interrupt.
1258
6760 d 10 h
palkovsky
/kernel/trunk/
Added support for IRQ notifiactions.
- seems to work correctly on ia32, amd64
- the mips kbd probably lowers interrupts when the char is read from
the port, we will have to find a way how to deal with it.
1178
6777 d 15 h
jermar
/kernel/trunk/
Add task_find_by_id().
Add kernel support for SYS_MAP_PHYSMEM.
1088
6801 d 19 h
palkovsky
/kernel/trunk/generic/
More IPC stuff, added correct closing of connections from both sides.
1040
6804 d 20 h
palkovsky
/kernel/trunk/generic/
Changed ipc to use spinlocks instead of mutexes again.
Fixed loading inits to set nameservice as the first loaded process.
Lot of TODO in ipc done.
1027
6805 d 8 h
palkovsky
/kernel/trunk/
Implemented callback IPC call (connect_to_me).
980
6806 d 17 h
palkovsky
/kernel/trunk/
Small speed update of ipc.
Fixed some bugs regarding pages in mremap.
955
6807 d 12 h
palkovsky
/kernel/trunk/
Added kernel IPC functionality.