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)
/
branches
/
snapshot
/
uspace
/
srv
/
loader
/
main.c
– Rev 4605
Rev
Hide 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
Changes
4605
5603 d 2 h
decky
/branches/snapshot/
add task snapshoting branch
/branches/snapshot
4547
5618 d 20 h
svoboda
/trunk/uspace/srv/loader/
Suppress warnings in loader.
/trunk/uspace/srv/loader/arch/ia32/ia32.s
/trunk/uspace/srv/loader/elf_load.c
/trunk/uspace/srv/loader/main.c
4492
5631 d 6 h
jermar
/trunk/uspace/
inode_t -> fdi_node_t
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/loader/loader.h
/trunk/uspace/lib/libc/include/loader/pcb.h
/trunk/uspace/lib/libc/include/vfs/vfs.h
/trunk/uspace/srv/loader/main.c
4491
5631 d 17 h
decky
/trunk/uspace/
rename libc's fs_node_t to inode_t to avoid type conflict with VFS
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/loader/loader.h
/trunk/uspace/lib/libc/include/loader/pcb.h
/trunk/uspace/lib/libc/include/vfs/vfs.h
/trunk/uspace/srv/loader/main.c
4461
5631 d 21 h
decky
/trunk/uspace/srv/loader/
add support for passing preset files
rename loader_ prefix to ldr_ prefix (to avoid confusion with libc functions)
/trunk/uspace/srv/loader/main.c
4331
5670 d 23 h
svoboda
/trunk/uspace/srv/loader/
Fix interpretation of return value. This caused loader to crash instead of returning an error.
/trunk/uspace/srv/loader/main.c
4265
5686 d 18 h
svoboda
/trunk/uspace/
Nuke strchr() and strrchr().
/trunk/uspace/lib/libc/generic/getopt.c
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/include/string.h
/trunk/uspace/srv/fs/fat/fat_dentry.c
/trunk/uspace/srv/loader/main.c
4264
5686 d 19 h
svoboda
/trunk/uspace/
Nuke strcpy() and strcmp().
/trunk/uspace/app/bdsh/cmds/builtin_cmds.c
/trunk/uspace/app/bdsh/cmds/mod_cmds.c
/trunk/uspace/app/bdsh/cmds/modules/help/help.c
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/tester/devmap/devmap1.c
/trunk/uspace/app/tetris/scores.c
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/app/tetris/tetris.c
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/generic/getopt.c
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/include/stdio.h
/trunk/uspace/lib/libc/include/string.h
/trunk/uspace/srv/devmap/devmap.c
/trunk/uspace/srv/fs/fat/fat_dentry.c
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/loader/main.c
/trunk/uspace/srv/pci/libpci/names.c
/trunk/uspace/srv/rd/rd.c
/trunk/uspace/srv/vfs/vfs_ops.c
4241
5690 d 19 h
svoboda
/trunk/uspace/
NS was forgetting to hangup phones. One phone was leaked for every load attempt and when all 16 phones were exhausted, NS would lock up.
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/srv/loader/main.c
/trunk/uspace/srv/ns/ns.c
4154
5708 d 17 h
svoboda
/trunk/uspace/
Consolidate console interface.
/trunk/uspace/app/init/init.c
/trunk/uspace/app/klog/klog.c
/trunk/uspace/app/tetris/input.c
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/generic/io/stream.c
/trunk/uspace/lib/libc/generic/kbd.c
/trunk/uspace/lib/libc/include/console.h
/trunk/uspace/lib/libc/include/io/stream.h
/trunk/uspace/srv/loader/main.c
4014
5724 d 3 h
decky
/trunk/
cstyle
/trunk/kernel/arch/ia32/src/boot/cboot.c
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/lib/string.c
/trunk/kernel/generic/src/main/kinit.c
/trunk/uspace/srv/loader/main.c
4012
5724 d 18 h
svoboda
/trunk/
Task names should only contain base names of commands. Also add 'boot:' prefix for binaries loaded by the kernel.
/trunk/kernel/arch/ia32/src/boot/cboot.c
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/lib/string.c
/trunk/kernel/generic/src/main/kinit.c
/trunk/uspace/srv/loader/main.c
3983
5726 d 1 h
svoboda
/trunk/
task_set_name() syscall so that we can have names (for userspace-loaded) tasks again.
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/proc/program.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/task.h
/trunk/uspace/srv/loader/main.c
3896
5740 d 16 h
svoboda
/trunk/
More elegant way of invoking the loader - as a 'cloneable' service. Task names functionality lost for the time being.
/trunk/kernel/generic/include/proc/program.h
/trunk/kernel/generic/src/proc/program.c
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/ipc/services.h
/trunk/uspace/lib/libc/include/loader/loader.h
/trunk/uspace/srv/loader/main.c
/trunk/uspace/srv/ns/ns.c
3787
5778 d 17 h
svoboda
/trunk/uspace/srv/loader/
Disable message displaying in loader.
/trunk/uspace/srv/loader/elf_load.c
/trunk/uspace/srv/loader/main.c
3676
5811 d 17 h
svoboda
/trunk/uspace/
Remove obsolete dld-related loader fragments.
/trunk/uspace/lib/libc/include/loader/pcb.h
/trunk/uspace/srv/loader/main.c
3559
5840 d 17 h
svoboda
/trunk/uspace/srv/loader/
Fix: Quit loader when caller hangs up (was leaking VCs).
/trunk/uspace/srv/loader/main.c
3475
5884 d 0 h
svoboda
/trunk/uspace/
Fix bugs in getting task ID from loader (was breaking ppc32).
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/include/loader/loader.h
/trunk/uspace/srv/loader/main.c
3470
5884 d 5 h
svoboda
/trunk/uspace/
Separate load and run commands for loader. Update tracer - no events get missed on startup anymore.
/trunk/uspace/app/trace/trace.c
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/ipc/loader.h
/trunk/uspace/lib/libc/include/loader/loader.h
/trunk/uspace/srv/loader/main.c
3447
5890 d 7 h
svoboda
/trunk/uspace/
Allow trace to run programs and trace them (no more task IDs)
/trunk/uspace/app/trace/trace.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/ipc/loader.h
/trunk/uspace/srv/loader/main.c
←Prev
1
2
Next→
Show All