Subversion Repositories HelenOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4605 5457 d 3 h decky /branches/snapshot/ add task snapshoting branch  
4573 5462 d 8 h svoboda /trunk/ Automatically try to mount FAT from disk0 on /data upon boot. Save Tetris score there. Automatically create disk image in sample config files, if it does not already exist. This tentatively reaches the Milanstone (t.m.).  
4565 5465 d 23 h svoboda /trunk/uspace/app/tetris/ Tetris high-score table now persists across multiple Tetris executions (and also propagate between concurrently running instances). It is much more stupid than the original BSD implementation, but it works.  
4541 5473 d 19 h svoboda /trunk/uspace/ Stdio stream buffering (only for writing a.t.m.) Issue: Do we need two moving delimiters (head, tail) to recover from error or is one moving data delimiter enough, like in the current implementation? (Where the buffer must be drained as a whole, cannot do it part at a time.  
4515 5480 d 6 h decky /trunk/uspace/app/tetris/ slightly cleanup the horrible mess of tetris
introduce colors
 
4488 5485 d 22 h decky /trunk/uspace/app/ update for latest I/O changes  
4413 5500 d 5 h decky /trunk/uspace/ add space before $@  
4317 5526 d 9 h decky /trunk/ use buffering for klog output (this can be used to avoid the ugly usleeps while starting tasks)
unify and cleanup console.c and related files
 
4268 5540 d 9 h svoboda /trunk/uspace/ str_cpy() and str_ncpy() in userspace. Nuke strcpy() and strncpy().  
4266 5540 d 19 h svoboda /trunk/uspace/ strdup() -> str_dup()  
4264 5540 d 20 h svoboda /trunk/uspace/ Nuke strcpy() and strcmp().  
4258 5541 d 21 h svoboda /trunk/uspace/app/tetris/ Allow UCS in Tetris highscores.  
4164 5560 d 6 h svoboda /trunk/uspace/ Buffer console output with line granularity. Makes esp. msim/ski console faster. EGA-fb needs fixing.  
4160 5560 d 20 h jermar /trunk/uspace/ Improve the console library functions.  
4154 5562 d 19 h svoboda /trunk/uspace/ Consolidate console interface.  
4033 5575 d 19 h svoboda /trunk/uspace/app/tetris/ Tetris must ignore key releases.  
3997 5579 d 0 h decky /trunk/uspace/app/tetris/ get_cons_phone() -> get_console_phone()  
3905 5593 d 19 h svoboda /trunk/uspace/ Keycodes, keyboard events, kbd_event_get(). Keyboard driver now (formally) produces kbd events (press/release, keycode, mods, char) instead of just characters. In reality, the driver and client are only hacked to work with the new interface atm.  
3882 5596 d 21 h decky /trunk/uspace/ cleanup configuration
code cleanup
 
3803 5619 d 23 h decky /trunk/ configuration system overhaul (requires newt)  
3768 5639 d 3 h svoboda /trunk/uspace/ More console IPC wrapper functions.  
3767 5639 d 4 h svoboda /trunk/uspace/ Console color support overhaul. Create C library console interface.  
3747 5644 d 22 h svoboda /trunk/uspace/ Put console IPC method numbers under libc.  
3568 5693 d 6 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.  
3224 5815 d 9 h svoboda /trunk/uspace/app/tetris/ Fix tetris :) - expecting console at a fixed phone number  
3201 5821 d 4 h svoboda /trunk/uspace/ Do not disassemble needlessly.  
3088 5851 d 2 h decky /trunk/uspace/app/tetris/ conding style  
2670 6010 d 19 h jermar /trunk/uspace/ Move the open(), read() and write() provided by streams.c away so that
these functions won't clash with the real open(), read() and write(), which are
soon to be provided by a libvfs library. Applications can now use open_stdin(),
open_stdout(), read_stdin() and write_stdout(). Later, there might be an option
of providing a custom console file system, which will work similarly to how
streams' open(), read() and write() worked.
 
2621 6045 d 1 h jermar /trunk/uspace/ Modify the async framework to make use of all six syscall arguments.
Supply user-friendly macros as in previous cases.
 
2479 6197 d 4 h jermar /trunk/ New, better-structured, directory layout for uspace.  
1787 6543 d 23 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1721 6568 d 20 h palkovsky /uspace/trunk/ Some other warnings removed.  
1710 6569 d 2 h vana /uspace/trunk/tetris/ Tetris reset score on new game  
1688 6575 d 3 h jermar /uspace/trunk/tetris/ Fix tetris to update fallrate when restarting the game.  
1653 6577 d 22 h cejka /uspace/trunk/ Doxygen comments.  
1631 6578 d 18 h palkovsky /uspace/trunk/ Color updates.  
1610 6579 d 2 h palkovsky /uspace/trunk/ Revised ipc. Now it is preferrable to use only functions from async.h, they
take care of correct buffering, waiting for answers etc.
 
1590 6579 d 21 h cejka /uspace/trunk/tetris/ Tetris has now a new menu.
Hiscore table added.
 
1584 6580 d 4 h cejka /uspace/trunk/tetris/ Tetris end improved.  
1575 6580 d 23 h cejka /uspace/trunk/ Support for console show/hide cursor.
Tetris without cursor.