HelenOS
HelenOS-doc
HelenOS-historic
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
(root)
/
trunk
/
uspace
/
srv
/
ns
/
Makefile
@ 4633
– Rev 4459
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
4459
5629 d 10 h
decky
/trunk/uspace/srv/ns/
split naming service into multiple files for better readability
add support for waiting on tasks (receives kernel task notifications)
4413
5643 d 17 h
decky
/trunk/uspace/
add space before $@
3882
5740 d 9 h
decky
/trunk/uspace/
cleanup configuration
code cleanup
3803
5763 d 11 h
decky
/trunk/
configuration system overhaul (requires newt)
3699
5800 d 18 h
svoboda
/trunk/uspace/
Clean .o files in individual makefiles.
3568
5836 d 18 h
svoboda
/trunk/uspace/
Always include Makefile.config instead of passing ARCH and COMPILER to child make on the command line. Allows running make on individual apps and allows more configuration options.
3201
5964 d 16 h
svoboda
/trunk/uspace/
Do not disassemble needlessly.
3081
5994 d 14 h
decky
/trunk/uspace/srv/
remove __entry_driver entry points
2479
6340 d 16 h
jermar
/trunk/
New, better-structured, directory layout for uspace.
2071
6497 d 9 h
jermar
/trunk/
(c) versus (C)
1787
6687 d 11 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1392
6738 d 10 h
palkovsky
/uspace/trunk/
Merged libadt into libc.
Made lot of psthread and thread stuff thread-safe.
Added new driver framework for easy C connection programming.
Changed FB code to use new API.
1367
6742 d 7 h
decky
/uspace/trunk/
create special entry point for drivers (don't initialize I/O)
1351
6743 d 16 h
palkovsky
/uspace/trunk/
Merge ipc and libc. Does not compile.
1335
6744 d 17 h
jermar
/uspace/trunk/
Simple registration of services at NS.
1073
6803 d 17 h
cejka
/uspace/trunk/
Userspace printf was rewritten to support standard format. Not all needed features implemented yet.
1028
6805 d 5 h
palkovsky
/uspace/trunk/
Added simple testing skeleton for nameservice.
Added support for ipc_connect_to_me, some fixes.