# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-11-27T21:32:09Z Mon, 11 Aug 2008 16:40:29 GMT Jakub Jermar [34a74ab] * uspace/lib/libc/generic/vfs/vfs.c (modified) Fix absolutize() wrt. to relative paths. Mon, 11 Aug 2008 16:16:58 GMT Jakub Jermar [9fcdb2e] * uspace/app/ash/Makefile (deleted) * uspace/app/ash/TOUR (deleted) * uspace/app/ash/alias.c (deleted) * uspace/app/ash/alias.h (deleted) * uspace/app/ash/arith.c (deleted) * uspace/app/ash/arith.h (deleted) * uspace/app/ash/arith.y (deleted) * uspace/app/ash/arith_lex.l (deleted) * uspace/app/ash/bltin/bltin.h (deleted) * uspace/app/ash/bltin/echo.1 (deleted) * uspace/app/ash/bltin/echo.c (deleted) * uspace/app/ash/bltin/test.c (deleted) * uspace/app/ash/bltin/times.c (deleted) * uspace/app/ash/builtins.def (deleted) * uspace/app/ash/cd.c (deleted) * uspace/app/ash/cd.h (deleted) * uspace/app/ash/error.c (deleted) * uspace/app/ash/error.h (deleted) * uspace/app/ash/eval.c (deleted) * uspace/app/ash/eval.h (deleted) * uspace/app/ash/exec.c (deleted) * uspace/app/ash/exec.h (deleted) * uspace/app/ash/expand.c (deleted) * uspace/app/ash/expand.h (deleted) * uspace/app/ash/fake.c (deleted) * uspace/app/ash/fake.h (deleted) * uspace/app/ash/funcs/cmv (deleted) * uspace/app/ash/funcs/dirs (deleted) * uspace/app/ash/funcs/kill (deleted) * uspace/app/ash/funcs/login (deleted) * uspace/app/ash/funcs/newgrp (deleted) * uspace/app/ash/funcs/popd (deleted) * uspace/app/ash/funcs/pushd (deleted) * uspace/app/ash/funcs/suspend (deleted) * uspace/app/ash/hetio.c (deleted) * uspace/app/ash/hetio.h (deleted) * uspace/app/ash/histedit.c (deleted) * uspace/app/ash/init.h (deleted) * uspace/app/ash/input.c (deleted) * uspace/app/ash/input.h (deleted) * uspace/app/ash/jobs.c (deleted) * uspace/app/ash/jobs.h (deleted) * uspace/app/ash/lex.yy.c (deleted) * uspace/app/ash/machdep.h (deleted) * uspace/app/ash/mail.c (deleted) * uspace/app/ash/mail.h (deleted) * uspace/app/ash/main.c (deleted) * uspace/app/ash/main.h (deleted) * uspace/app/ash/memalloc.c (deleted) * uspace/app/ash/memalloc.h (deleted) * uspace/app/ash/miscbltin.c (deleted) * uspace/app/ash/miscbltin.h (deleted) * uspace/app/ash/mkbuiltins (deleted) * uspace/app/ash/mktokens (deleted) * uspace/app/ash/myhistedit.h (deleted) * uspace/app/ash/mystring.c (deleted) * uspace/app/ash/mystring.h (deleted) * uspace/app/ash/nodes.c.pat (deleted) * uspace/app/ash/nodetypes (deleted) * uspace/app/ash/options.c (deleted) * uspace/app/ash/options.h (deleted) * uspace/app/ash/output.c (deleted) * uspace/app/ash/output.h (deleted) * uspace/app/ash/parser.c (deleted) * uspace/app/ash/parser.h (deleted) * uspace/app/ash/redir.c (deleted) * uspace/app/ash/redir.h (deleted) * uspace/app/ash/setmode.c (deleted) * uspace/app/ash/sh.1 (deleted) * uspace/app/ash/shell.h (deleted) * uspace/app/ash/show.c (deleted) * uspace/app/ash/show.h (deleted) * uspace/app/ash/tags (deleted) * uspace/app/ash/tools/Makefile (deleted) * uspace/app/ash/tools/mkinit.c (deleted) * uspace/app/ash/tools/mknodes.c (deleted) * uspace/app/ash/tools/mksignames.c (deleted) * uspace/app/ash/tools/mksyntax.c (deleted) * uspace/app/ash/trap.c (deleted) * uspace/app/ash/trap.h (deleted) * uspace/app/ash/var.c (deleted) * uspace/app/ash/var.h (deleted) Remove ash. Sun, 10 Aug 2008 22:36:30 GMT Jakub Jermar [2ab1023] * uspace/srv/fs/fat/fat_ops.c (modified) FAT dentry type used for subdirectories doesn't store the directory ... Sun, 10 Aug 2008 17:36:39 GMT Jakub Jermar [a9d4d2c] * kernel/arch/ia64/src/asm.S (modified) Fix ia64 memcpy() broken in the last change. Sun, 10 Aug 2008 15:28:42 GMT Jakub Jermar [da349da0] * boot/arch/arm32/loader/asm.S (modified) * boot/arch/mips32/loader/asm.S (modified) * boot/arch/sparc64/loader/asm.S (modified) * kernel/arch/amd64/src/asm_utils.S (modified) * kernel/arch/arm32/src/asm.S (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32xen/src/asm.S (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/mips32/src/asm.S (modified) * kernel/arch/sparc64/src/asm.S (modified) * kernel/generic/src/lib/memstr.c (modified) * uspace/lib/libc/generic/string.c (modified) memcpy(), memmove() and similar functions return dst instead of src. ... Sun, 10 Aug 2008 09:19:32 GMT Jakub Jermar [d2e9c47] * uspace/srv/fs/fat/fat_ops.c (modified) Several fixes for the FAT file system: - do not copy padding during ... Sun, 10 Aug 2008 09:11:44 GMT Jakub Jermar [2dd7288] * uspace/lib/libc/generic/string.c (modified) * uspace/lib/libc/include/ctype.h (modified) * uspace/lib/libc/include/string.h (modified) Add tolower() and stricmp(). Sun, 10 Aug 2008 00:49:49 GMT Martin Decky [5749372] * tools/mkfat.py (added) * tools/xstruct.py (modified) initial mkfat.py Sun, 10 Aug 2008 00:04:55 GMT Martin Decky [8f2a852] * tools/mkhord.py (modified) * tools/mktmpfs.py (modified) * tools/xstruct.py (modified) make structure definition more C-like Sat, 09 Aug 2008 23:46:00 GMT Martin Decky [0516fd7] * tools/mkhord.py (modified) * tools/mktmpfs.py (modified) * tools/xstruct.py (modified) structure objects: variable names, comments Sat, 09 Aug 2008 22:14:20 GMT Jakub Jermar [838e14e2] * uspace/lib/libc/generic/string.c (modified) Cstyle for string.c Sat, 09 Aug 2008 20:16:47 GMT Martin Decky [b3105ff6] * tools/mkhord.py (modified) * tools/mktmpfs.py (modified) * tools/xstruct.py (modified) support comments in structures Sat, 09 Aug 2008 18:57:18 GMT Martin Decky [8c25a4a] * Makefile (modified) * tools/mkhord.py (modified) * tools/mktmpfs.py (modified) * tools/xstruct.py (added) more descriptive structure definitions Sat, 09 Aug 2008 17:57:50 GMT Martin Decky [619e7c9b] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) use less cryptic filenames Sat, 09 Aug 2008 09:58:06 GMT Jakub Jermar [7a35204] * uspace/srv/fs/fat/fat_ops.c (modified) First attempt at delivering the FAT16 read-only support. Needless to ... Sat, 09 Aug 2008 09:46:43 GMT Jakub Jermar [11c2ae5] * uspace/app/init/init.c (modified) If mount() says ENOENT, don't attempt to mount the file system again. Sat, 09 Aug 2008 09:45:02 GMT Jakub Jermar [12fc042] * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Fix the VFS protocol so that the client can determine that VFS_MOUNT ... Fri, 08 Aug 2008 14:31:05 GMT Jakub Jermar [c544c5d] * uspace/lib/libfs/libfs.c (modified) * uspace/srv/rd/rd.c (modified) * uspace/srv/rd/rd.h (modified) Stop using fixed size BLOCK_SIZE in the ramdisk task and allow each ... Thu, 07 Aug 2008 21:40:27 GMT Jakub Jermar [a61d1fc3] * uspace/srv/fs/fat/fat_ops.c (modified) Pass block size to block_get() in the last argument. Thu, 07 Aug 2008 21:20:54 GMT Jakub Jermar [61bc901] * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) Add a comment to libfs_blockread() and change type from size_t to ... Thu, 07 Aug 2008 19:01:24 GMT Jakub Jermar [d2c1fd5] * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) Move tmpfs_blockread() to libfs and rename it to libfs_blockread(). ... Thu, 07 Aug 2008 18:05:04 GMT Jakub Jermar [9f429c0] * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) Let tmpfs_blockread() use async_req_2_1() instead of ipc_call_sync_2_1(). Wed, 06 Aug 2008 19:44:35 GMT Jakub Jermar [c186f27] * kernel/doc/AUTHORS (modified) Add Jiri Svoboda to AUTHORS and remove email addresses. Wed, 06 Aug 2008 19:41:19 GMT Jakub Jermar [93a9233] * kernel/doc/BUGS_FOUND (deleted) BUGS_FOUND is now out of date and it would require too much effort to ... Wed, 06 Aug 2008 18:27:11 GMT Jakub Jermar [ade06b4] * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) Avoid magic numbers in tmpfs_dump.c. Wed, 06 Aug 2008 18:09:09 GMT Jakub Jermar [57b4f46] * kernel/generic/src/lib/rd.c (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) cstyle Wed, 06 Aug 2008 14:04:46 GMT Martin Decky [30b3ddb] * tools/mkhord.py (modified) directory -> file Tue, 05 Aug 2008 21:52:14 GMT Jakub Jermar [677f620] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * tools/mkhord.py (added) * tools/mktmpfs.py (modified) Split mktmpfs.py to a TMPFS specific part and a HORD specific part. ... Mon, 04 Aug 2008 21:15:13 GMT Jakub Jermar [0928526] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/amd64/grub/menu.lst (modified) * boot/boot.config (modified) * uspace/app/init/init.c (modified) Boot infrastructure support for FAT16 init ramdisks. Only amd64 so far. Sun, 03 Aug 2008 20:09:34 GMT Jakub Jermar [6e0e8c9] * tools/mkfat.sh (added) Introduce a script for preparing FAT16 image. Depends on mtools. Thu, 31 Jul 2008 10:42:38 GMT Martin Decky [af863d0] * kernel/Makefile (modified) * kernel/arch/ia32/src/mm/as.c (modified) * kernel/genarch/include/mm/page_pt.h (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/generic/include/lib/objc.h (deleted) * kernel/generic/include/lib/objc_ext.h (deleted) * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/lib/objc.c (deleted) * kernel/generic/src/lib/objc_ext.c (deleted) * kernel/generic/src/mm/as.c (modified) * kernel/kernel.config (modified) move unfinished ObjC support to a separate branch Wed, 30 Jul 2008 17:00:19 GMT Jakub Jermar [2a513972] * boot/arch/sparc64/Makefile.inc (modified) Don't ask whether to replace image.boot.gz if it already exists. Wed, 30 Jul 2008 16:58:14 GMT Jakub Jermar [566987b0] * uspace/lib/libc/generic/string.c (modified) * uspace/lib/libc/include/string.h (modified) Add strdup(), contributed by Tim Post. Mon, 28 Jul 2008 18:17:48 GMT Jakub Jermar [29f8f8e] * boot/arch/sparc64/Makefile.inc (modified) * boot/arch/sparc64/silo/silo.conf (modified) Compress image.boot when creating a sparc64 bootable CD, making thus ... Sun, 27 Jul 2008 20:26:02 GMT Martin Decky [8480714] * kernel/arch/mips32/src/mm/frame.c (modified) limit physical memory to 512 MB (more cannot be used right now, see ... Sun, 27 Jul 2008 15:23:05 GMT Martin Decky [94fa807d] * uspace/srv/fb/msim.c (modified) clear screen not until successful connection from console Sun, 27 Jul 2008 15:15:48 GMT Martin Decky [113c677] * kernel/arch/ia32/src/drivers/ega.c (modified) * kernel/arch/mips32/include/drivers/msim.h (modified) * kernel/arch/mips32/include/drivers/serial.h (modified) * kernel/arch/mips32/src/drivers/msim.c (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fb/main.c (modified) * uspace/srv/fb/msim.c (added) * uspace/srv/fb/msim.h (added) reintroduce support for MSIM text console in user space Sun, 27 Jul 2008 15:14:07 GMT Martin Decky [46d8eb9] * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32xen/include/mm/page.h (modified) * kernel/arch/ia64/include/mm/page.h (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/ppc64/include/mm/page.h (modified) * kernel/arch/sparc64/include/mm/page.h (modified) * kernel/generic/include/mm/page.h (modified) * uspace/lib/libc/arch/amd64/include/config.h (modified) * uspace/lib/libc/arch/arm32/include/config.h (modified) * uspace/lib/libc/arch/ia32/include/config.h (modified) * uspace/lib/libc/arch/ia64/include/config.h (modified) * uspace/lib/libc/arch/mips32/include/config.h (modified) * uspace/lib/libc/arch/ppc32/include/config.h (modified) * uspace/lib/libc/arch/ppc64/include/config.h (modified) * uspace/lib/libc/arch/sparc64/include/config.h (modified) remove dummy page coloring facility, which is currenty not used Sun, 27 Jul 2008 13:30:53 GMT Martin Decky [c32a6f37] * kernel/arch/mips32/src/mm/frame.c (modified) fixes Sun, 27 Jul 2008 13:28:22 GMT Martin Decky [0d387d2] * kernel/arch/mips32/src/mm/frame.c (modified) finer granularity (256 KiB) Sun, 27 Jul 2008 13:23:17 GMT Martin Decky [6c296a9] * kernel/arch/mips32/include/mm/tlb.h (modified) * kernel/arch/mips32/src/mm/frame.c (modified) fix off-by-one bug cleanup Sun, 27 Jul 2008 11:15:45 GMT Jakub Jermar [4541ae4] * kernel/generic/include/macros.h (modified) Improve definition of generic macros. Sun, 27 Jul 2008 03:50:53 GMT Martin Decky [edebc15c] * HelenOS.config (modified) * Makefile (modified) * contrib/conf/bootindy (deleted) * contrib/conf/msim.conf (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/drivers/arc.h (deleted) * kernel/arch/mips32/include/drivers/msim.h (modified) * kernel/arch/mips32/include/drivers/serial.h (modified) * kernel/arch/mips32/include/mm/as.h (modified) * kernel/arch/mips32/include/mm/tlb.h (modified) * kernel/arch/mips32/src/console.c (modified) * kernel/arch/mips32/src/drivers/arc.c (deleted) * kernel/arch/mips32/src/drivers/msim.c (modified) * kernel/arch/mips32/src/interrupt.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/as.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/doc/arch/mips32 (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/macros.h (modified) * kernel/kernel.config (modified) physical memory detection in MSIM (discontinous regions supported) ... Sat, 26 Jul 2008 19:28:15 GMT Martin Decky [5e8ddf5] * kernel/arch/ia32/src/drivers/ega.c (modified) remove unnecessary newline Sat, 26 Jul 2008 12:07:57 GMT Martin Decky [61bacde] * kernel/arch/ia32/Makefile.inc (modified) fix no-mmx option Fri, 25 Jul 2008 10:26:20 GMT Jakub Jermar [5719f6d] * kernel/generic/src/sysinfo/sysinfo.c (modified) Check the validity of the 'len' argument for sysinfo syscalls. Wed, 09 Jul 2008 08:16:51 GMT Jiri Svoboda [4e4052b] * uspace/app/tetris/input.c (modified) Fix tetris :) - expecting console at a fixed phone number Tue, 08 Jul 2008 17:27:42 GMT Jiri Svoboda [f93f168] * uspace/srv/loader/elf_load.c (modified) Some Cstyle Tue, 08 Jul 2008 16:05:45 GMT Jiri Svoboda [c98e6ee] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/amd64/grub/menu.lst (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia32/grub/menu.lst (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * kernel/Makefile (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia32xen/src/userspace.c (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc64/src/asm.S (modified) * kernel/arch/sparc64/src/asm.S (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/proc/program.h (added) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/smc.h (added) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/program.c (added) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/smc.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/cli/Makefile (added) * uspace/app/cli/cli.c (added) * uspace/app/init/init.c (modified) * uspace/app/tester/tester.c (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/arch/amd64/src/entry.s (modified) * uspace/lib/libc/arch/arm32/src/entry.s (modified) * uspace/lib/libc/arch/ia32/src/entry.s (modified) * uspace/lib/libc/arch/ia64/src/entry.s (modified) * uspace/lib/libc/arch/mips32/src/entry.s (modified) * uspace/lib/libc/arch/ppc32/src/entry.s (modified) * uspace/lib/libc/arch/ppc64/src/entry.s (modified) * uspace/lib/libc/arch/sparc64/src/entry.s (modified) * uspace/lib/libc/generic/as.c (modified) * uspace/lib/libc/generic/io/stream.c (modified) * uspace/lib/libc/generic/libc.c (modified) * uspace/lib/libc/generic/pcb.c (added) * uspace/lib/libc/generic/smc.c (added) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/include/as.h (modified) * uspace/lib/libc/include/io/stream.h (modified) * uspace/lib/libc/include/ipc/loader.h (added) * uspace/lib/libc/include/libc.h (modified) * uspace/lib/libc/include/loader/pcb.h (added) * uspace/lib/libc/include/smc.h (added) * uspace/lib/libc/include/task.h (modified) * uspace/srv/loader/Makefile (added) * uspace/srv/loader/arch/amd64/Makefile.inc (added) * uspace/srv/loader/arch/amd64/_link.ld.in (added) * uspace/srv/loader/arch/amd64/amd64.s (added) * uspace/srv/loader/arch/arm32/Makefile.inc (added) * uspace/srv/loader/arch/arm32/_link.ld.in (added) * uspace/srv/loader/arch/arm32/arm32.s (added) * uspace/srv/loader/arch/ia32/Makefile.inc (added) * uspace/srv/loader/arch/ia32/_link.ld.in (added) * uspace/srv/loader/arch/ia32/ia32.s (added) * uspace/srv/loader/arch/ia64/Makefile.inc (added) * uspace/srv/loader/arch/ia64/_link.ld.in (added) * uspace/srv/loader/arch/ia64/ia64.s (added) * uspace/srv/loader/arch/mips32/Makefile.inc (added) * uspace/srv/loader/arch/mips32/_link.ld.in (added) * uspace/srv/loader/arch/mips32/mips32.s (added) * uspace/srv/loader/arch/ppc32/Makefile.inc (added) * uspace/srv/loader/arch/ppc32/_link.ld.in (added) * uspace/srv/loader/arch/ppc32/ppc32.s (added) * uspace/srv/loader/arch/sparc64/Makefile.inc (added) * uspace/srv/loader/arch/sparc64/_link.ld.in (added) * uspace/srv/loader/arch/sparc64/sparc64.s (added) * uspace/srv/loader/elf_load.c (added) * uspace/srv/loader/include/arch.h (added) * uspace/srv/loader/include/elf.h (added) * uspace/srv/loader/include/elf_load.h (added) * uspace/srv/loader/interp.s (added) * uspace/srv/loader/main.c (added) Merge program-loader related stuff from dynload branch to trunk. (huge) Mon, 07 Jul 2008 13:07:11 GMT Jakub Jermar [b7f9087] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Instead of aborting or crashing, return EBADF when an invalid file ... Mon, 07 Jul 2008 12:19:07 GMT Jiri Svoboda [412a31e] * uspace/lib/libc/generic/vfs/vfs.c (modified) Fix missing rc check in libc _open() Sun, 06 Jul 2008 20:45:45 GMT Jakub Jermar [b5a1730] * kernel/arch/ia32/src/smp/smp.c (modified) Allocate AP's GDT from first 4 GiB. Sun, 06 Jul 2008 20:07:59 GMT Jakub Jermar [498b201] * kernel/generic/include/mm/frame.h (modified) * kernel/generic/src/mm/frame.c (modified) The real intention of the previous commit was to put the boundary on ... Sun, 06 Jul 2008 19:47:48 GMT Jakub Jermar [5f7a0ef] * kernel/generic/include/mm/frame.h (modified) * kernel/generic/src/mm/frame.c (modified) Introduce FRAME_LOW_16_GiB slab/frame allocator flag. When specified, ... Sun, 06 Jul 2008 18:20:02 GMT Jakub Jermar [2ec725f] * kernel/generic/include/mm/buddy.h (modified) * kernel/generic/src/mm/buddy.c (modified) * kernel/generic/src/mm/frame.c (modified) Avoid deadlock during the 'zone n' kconsole command. Buddy allocator ... Sun, 06 Jul 2008 16:16:32 GMT Jakub Jermar [000350f8] * kernel/generic/src/mm/frame.c (modified) Fix deadlock in the 'zones' kconsole command. Thu, 03 Jul 2008 13:21:20 GMT Jiri Svoboda [515a0102] * uspace/app/init/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/rd/Makefile (modified) * uspace/srv/vfs/Makefile (modified) Do not disassemble needlessly. Thu, 03 Jul 2008 12:50:09 GMT Jiri Svoboda [7560b606] * kernel/arch/ppc32/src/asm.S (modified) Remove buggy assembler memsetb function, call generic C _memsetb ... Tue, 01 Jul 2008 19:19:33 GMT Jiri Svoboda [aaa70841] * boot/arch/mips32/loader/Makefile (modified) * kernel/generic/include/config.h (modified) Use initrd with mips32 port. Increase memory size. Tue, 01 Jul 2008 14:42:17 GMT Jiri Svoboda [d987fd7] * boot/arch/arm32/loader/Makefile (modified) Use initrd with arm32 port. Tue, 01 Jul 2008 14:41:49 GMT Jiri Svoboda [57edf88] * uspace/lib/libc/arch/arm32/include/byteorder.h (modified) Fix: arm32 is little-endian. Tue, 01 Jul 2008 11:44:52 GMT Jakub Jermar [939e9c1] * kernel/generic/src/console/kconsole.c (modified) Remove left-over debugging stuff. Mon, 30 Jun 2008 20:33:18 GMT Jakub Jermar [5d67baa] * kernel/arch/ppc32/src/mm/page.c (modified) * kernel/arch/ppc32/src/mm/tlb.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/main/main.c (modified) cstyle fixes Wed, 25 Jun 2008 21:43:32 GMT Jakub Jermar [ac0e791] * kernel/arch/ppc32/src/asm.S (modified) Implement memcpy_to_uspace_failover_address for ppc32. This fixes ... Mon, 23 Jun 2008 23:02:01 GMT Jakub Jermar [1bb3766] * kernel/generic/src/mm/frame.c (modified) Finer grained waiting for memory with consideration of the number of ... Mon, 23 Jun 2008 18:49:45 GMT Jakub Jermar [1a1744e] * kernel/generic/src/mm/frame.c (modified) Get rid of the infamous "Sleep not implemented" panic during low ... Mon, 23 Jun 2008 18:44:48 GMT Jakub Jermar [08a19ba] * kernel/genarch/src/mm/as_ht.c (modified) * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/rwlock.c (modified) * kernel/test/mm/slab2.c (modified) Support for active mutexes. Active mutexes implement busy waiting, ... Sun, 22 Jun 2008 19:21:07 GMT Jakub Jermar [deaf8d5] * kernel/generic/src/mm/frame.c (modified) cstyle for frame.c Sun, 22 Jun 2008 15:54:07 GMT Jakub Jermar [69eac4aa] * kernel/generic/src/ipc/ipc.c (modified) Fix a scary two-year old bug: do not attempt to initialize a call ... Sun, 22 Jun 2008 14:35:21 GMT Jakub Jermar [599d6f5] * kernel/generic/src/mm/slab.c (modified) Avoid easy deadlock while printing slab cache statistics. Sun, 22 Jun 2008 14:34:43 GMT Jakub Jermar [1a48bcd] * kernel/generic/include/mm/slab.h (modified) cstyle for slab.h Sat, 21 Jun 2008 10:57:51 GMT Jakub Jermar [1e9d0e3] * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/proc/scheduler.c (modified) cstyle for kinit.c and scheduler.c Sat, 21 Jun 2008 09:13:04 GMT Jakub Jermar [46c1234] * kernel/generic/src/mm/slab.c (modified) cstyle for slab.c Fri, 20 Jun 2008 17:20:19 GMT Jakub Jermar [23cdc921] * kernel/Makefile (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/ia32/Makefile.inc (modified) Introduce the notion of FPU_NO_CFLAGS and separate building of ... Thu, 19 Jun 2008 19:48:03 GMT Jakub Jermar [abe6163] * boot/arch/ia64/loader/gefi/HelenOS/Makefile (modified) * boot/arch/ia64/loader/gefi/apps/Makefile (modified) Remove the ia64 loader's dependency on libgcc. The dependecny would ... Thu, 19 Jun 2008 17:54:02 GMT Jakub Jermar [6660074] * contrib/toolchain/toolchain.amd64.sh (modified) * contrib/toolchain/toolchain.arm32.sh (modified) * contrib/toolchain/toolchain.ia32.sh (modified) * contrib/toolchain/toolchain.ia64.sh (modified) * contrib/toolchain/toolchain.mipseb32.sh (modified) * contrib/toolchain/toolchain.mipsel32.sh (modified) * contrib/toolchain/toolchain.ppc32.sh (modified) * contrib/toolchain/toolchain.ppc64.sh (modified) * contrib/toolchain/toolchain.sparc64.sh (modified) Upgrade the toolchain to gcc 4.3.1. This revealed several bugs fixed ... Thu, 19 Jun 2008 17:50:05 GMT Jakub Jermar [0db266f] * contrib/conf/HelenOS.amd64.simics (deleted) * contrib/conf/HelenOS.ppc32.simics (deleted) * contrib/conf/HelenOS.sparc64.simics (deleted) * contrib/conf/SPMIPS.simics (deleted) * contrib/conf/dot.bochsrc (deleted) * contrib/conf/simics.conf (deleted) * contrib/conf/spmips.conf (deleted) * contrib/conf/vmware.conf (deleted) Remove outdated sample configuration files or configuration files ... Thu, 19 Jun 2008 12:17:02 GMT Jakub Jermar [7a4202d] * kernel/generic/src/main/main.c (modified) Don't print anything before the kernel initializes the first THE ... Wed, 18 Jun 2008 21:24:11 GMT Jakub Jermar [934b2e0] * kernel/arch/ia32/Makefile.inc (modified) Don't build the ia32 kernel with MMX/SSE/3DNOW enabled. This was ... Wed, 18 Jun 2008 21:21:22 GMT Jakub Jermar [18ad03f3] * kernel/Makefile (modified) Frame pointers will make debugging much easier. Wed, 18 Jun 2008 09:47:26 GMT Jiri Svoboda [2a3124c] * kernel/arch/mips32/include/atomic.h (modified) Fix mips32 atomic_add() which would break build unless a constant was ... Tue, 17 Jun 2008 21:32:04 GMT Jakub Jermar [4a23cb6] * kernel/test/avltree/avltree1.c (modified) Fix an off-by-one bug in avltree1 test and also declare an unused ... Mon, 16 Jun 2008 21:42:48 GMT Jakub Jermar [9f491d7] * kernel/arch/ia32/include/atomic.h (modified) * uspace/lib/libc/arch/ia32/include/atomic.h (modified) First argument of atomic functions is read-write (ia32). Mon, 16 Jun 2008 21:36:39 GMT Jakub Jermar [ad2e39b] * kernel/arch/amd64/include/atomic.h (modified) * uspace/lib/libc/arch/amd64/include/atomic.h (modified) First argument to atomic functions is read-write (amd64). Mon, 16 Jun 2008 21:28:37 GMT Jakub Jermar [5336643] * kernel/arch/mips32/include/atomic.h (modified) * uspace/lib/libc/arch/mips32/include/atomic.h (modified) The first argument to atomic_add() is read-write. (mips32) Sun, 15 Jun 2008 11:26:40 GMT Jakub Jermar [3527a93] * boot/arch/arm32/loader/boot.S (modified) * boot/arch/mips32/loader/asm.S (modified) Add TODO comments to arm32 and mips32 loaders saying that caches must ... Sun, 15 Jun 2008 11:07:37 GMT Jakub Jermar [1eb154f] * boot/arch/sparc64/loader/asm.S (modified) * boot/arch/sparc64/loader/ofwarch.c (modified) Don't make any assumptions about the contents of the I-cache in ... Sun, 15 Jun 2008 08:21:17 GMT Jakub Jermar [c711efe] * kernel/arch/sparc64/include/barrier.h (modified) * kernel/arch/sparc64/include/mm/tlb.h (modified) On sparc64, when the operand to the FLUSH instruction doesn't matter, ... Sat, 14 Jun 2008 20:48:41 GMT Jakub Jermar [0af4f9e] * boot/arch/sparc64/loader/asm.S (modified) Issue a sparc64 write barrier before passing control from the loader ... Sat, 14 Jun 2008 16:26:14 GMT Jiri Svoboda [3759681] * kernel/arch/ppc32/include/barrier.h (modified) * kernel/generic/src/mm/backend_elf.c (modified) Implement smc_coherence[_block]() for ppc32 Sat, 14 Jun 2008 16:09:17 GMT Jiri Svoboda [62cd66f] * kernel/generic/src/mm/backend_elf.c (modified) Fix build when smc_coherence_block() is defined as an empty macro Sat, 14 Jun 2008 12:53:42 GMT Jakub Jermar [36e86862] * kernel/generic/src/mm/backend_elf.c (modified) Maintain cache coherence when the ELF backend duplicates a frame from ... Sat, 14 Jun 2008 12:51:25 GMT Jakub Jermar [b22304b] * kernel/arch/ia64/include/barrier.h (modified) Fix operands for fc_i(). Sat, 14 Jun 2008 12:15:27 GMT Jakub Jermar [1e1e5e1] * kernel/arch/mips32/src/debugger.c (modified) Maintain cache coherence when setting breakpoints in kconsole on mips32. Sat, 14 Jun 2008 11:55:47 GMT Jakub Jermar [d7c9fcb] * kernel/arch/amd64/src/debugger.c (modified) Formatting fixes for amd64 debugger. Sat, 14 Jun 2008 11:48:37 GMT Jakub Jermar [8605b24] * kernel/generic/src/proc/task.c (modified) Maintain cache coherence after sys_task_spawn() copies ELF image from ... Sat, 14 Jun 2008 11:46:46 GMT Jakub Jermar [c7511ec] * kernel/arch/mips32/src/mips32.c (modified) Maintain cache coherence after mips32 install exception handlers. Sat, 14 Jun 2008 11:45:40 GMT Jakub Jermar [eeaf667] * kernel/arch/arm32/src/exception.c (modified) Maintain cache coherence after arm32 installs exception handlers. Sat, 14 Jun 2008 10:29:58 GMT Jakub Jermar [d5087aa] * kernel/arch/arm32/include/barrier.h (modified) * kernel/arch/ia32/include/barrier.h (modified) * kernel/arch/ia64/include/barrier.h (modified) * kernel/arch/mips32/include/barrier.h (modified) * kernel/arch/ppc32/include/barrier.h (modified) * kernel/arch/ppc64/include/barrier.h (modified) * kernel/arch/sparc64/include/barrier.h (modified) Add smc_coherence_block(). Fri, 13 Jun 2008 20:36:38 GMT Jakub Jermar [e25eca80] * kernel/arch/arm32/include/barrier.h (modified) * kernel/arch/ia32/include/barrier.h (modified) * kernel/arch/ia64/include/barrier.h (modified) * kernel/arch/mips32/include/barrier.h (modified) * kernel/arch/ppc32/include/barrier.h (modified) * kernel/arch/ppc64/include/barrier.h (modified) * kernel/arch/sparc64/include/barrier.h (modified) * kernel/arch/sparc64/include/mm/cache_spec.h (added) * kernel/arch/sparc64/include/mm/tlb.h (modified) * kernel/arch/sparc64/src/mm/cache.S (modified) Add smc_coherence() macro to all architectures. So far, only amd64, ...