Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
9074 1040 d 15 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- added ahci_port_identify (it works!)
- other fixes
- todo: fix dirty codestyle)
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9072 1040 d 23 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- make some padding and reserved field anonymous
- correct mistake in FIS_DMA_SETUP, some fileds were absent
- small fixes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9069 1041 d 22 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- added more structures
- added function ahci_find_cmdslot
- small fixes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9068 1045 d 22 h rgimad /kernel/branches/kolibri-ahci/ kolibri-ahci:
- add ahci_send_cmd
- add ahci_flush_cmd
- add ahci_port_rebase
- other small changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
/kernel/branches/kolibri-ahci/kernel.asm
9065 1048 d 18 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- add functions start_cmd and stop_cmd
- small changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9064 1048 d 21 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- added FIS structures
- shorten some names in HBA_MEM structure
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9060 1049 d 4 h leency / sysfuncr.txt: translate 74.11 - 74.16
osupdate: add to ISO
icons16.png: update icons of windows, kolibri, floppy
cedit: update by akron1
 
/data/Tupfile.lua
/data/common/icons16.png
/kernel/trunk/docs/sysfuncr.txt
/programs/develop/cedit/CEDIT
/programs/develop/cedit/README.TXT
/programs/develop/cedit/SRC/CEdit.ob07
/programs/develop/cedit/SRC/KolibriOS.ob07
/programs/develop/cedit/SRC/Lines.ob07
/programs/develop/cedit/SRC/Tabs.ob07
/programs/develop/cedit/SRC/Text.ob07
9055 1049 d 16 h turbocat /kernel/trunk/core/ kernel (trunk) :
- Added the function of working with the file system in the export for the driver.
(However, feature 70 vulnerability should not be fixed until the drivers using it are rebuilt).
 
/kernel/trunk/core/exports.inc
9054 1049 d 18 h hidnplayr /kernel/trunk/network/ Fix loopback  
/kernel/trunk/network/loopback.inc
9052 1050 d 5 h leency /kernel/trunk/docs/ docs: update sys f48.3 description about color names and meanings  
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
9051 1051 d 3 h turbocat /kernel/branches/Kolibri-F/ Kolibri-F:
- Added sprintf to the kernel.
- Added a notification from @notify when there are exceptions in the application.
- Added debug files to bochs
 
/kernel/branches/Kolibri-F/build_test.sh
/kernel/branches/Kolibri-F/debug_bochs
/kernel/branches/Kolibri-F/debug_bochs/bochs.bxrc
/kernel/branches/Kolibri-F/debug_bochs/fastxt2bochs_map.py
/kernel/branches/Kolibri-F/debug_bochs/symbols.exe
/kernel/branches/Kolibri-F/libc
/kernel/branches/Kolibri-F/libc/bin.x
/kernel/branches/Kolibri-F/libc/libc.c
/kernel/branches/Kolibri-F/libc/libc.inc
/kernel/branches/Kolibri-F/Makefile
/kernel/branches/Kolibri-F/Tupfile.lua
/kernel/branches/Kolibri-F/build.bat
/kernel/branches/Kolibri-F/build.sh
/kernel/branches/Kolibri-F/core/sys32.inc
/kernel/branches/Kolibri-F/data32.inc
/kernel/branches/Kolibri-F/kernel32.inc
9049 1052 d 5 h hidnplayr /kernel/trunk/network/ Add is_userspace_region checks to some socket functions.
Disabled PPPoE and IPv6 completely by default, as not functional.
 
/kernel/trunk/network/PPPoE.inc
/kernel/trunk/network/socket.inc
/kernel/trunk/network/stack.inc
9048 1052 d 19 h Boppan /kernel/branches/kolibrios-pe-clevermouse/ [CLEVERMOUSE_PE_KERNEL] Apply CleverMouse PE patch  
/kernel/branches/kolibrios-pe-clevermouse/core/peuser.inc
/kernel/branches/kolibrios-pe-clevermouse/const.inc
/kernel/branches/kolibrios-pe-clevermouse/core/dll.inc
/kernel/branches/kolibrios-pe-clevermouse/core/heap.inc
/kernel/branches/kolibrios-pe-clevermouse/core/memory.inc
/kernel/branches/kolibrios-pe-clevermouse/core/sys32.inc
/kernel/branches/kolibrios-pe-clevermouse/core/taskman.inc
/kernel/branches/kolibrios-pe-clevermouse/data32.inc
/kernel/branches/kolibrios-pe-clevermouse/docs/sysfuncr.txt
/kernel/branches/kolibrios-pe-clevermouse/docs/sysfuncs.txt
/kernel/branches/kolibrios-pe-clevermouse/kernel.asm
/kernel/branches/kolibrios-pe-clevermouse/kernel32.inc
9047 1052 d 19 h Boppan /kernel/branches/kolibrios-pe-clevermouse/ [KERNEL] Get ready to apply CleverMouse PE patch  
/kernel/branches/kolibrios-pe-clevermouse
9045 1053 d 5 h dunkaist /kernel/trunk/ kernel: Check for base+len overflow in is_region_userspace  
/kernel/trunk/blkdev/disk.inc
/kernel/trunk/core/clipboard.inc
/kernel/trunk/core/taskman.inc
/kernel/trunk/fs/fs_lfn.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
/kernel/trunk/network/stack.inc
9043 1053 d 11 h dunkaist /kernel/trunk/blkdev/ kernel: Implement sf70.5 for default FS stub

Only get partition size, not its label.

Information of a block device and FS on it should be reported by
different system calls.
 
/kernel/trunk/blkdev/disk.inc
9038 1053 d 18 h Boppan /kernel/trunk/ [KERNEL][TASKMAN] Add prefixes to named constants  
/kernel/trunk/const.inc
/kernel/trunk/core/taskman.inc
9037 1053 d 19 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- started implementing drives detect
- other fixes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9036 1053 d 19 h Boppan /kernel/trunk/ [KERNEL][TASKMAN] Use named constants instead of magic numbers  
/kernel/trunk/const.inc
/kernel/trunk/core/taskman.inc
/kernel/trunk/fs/fs_lfn.inc
9034 1053 d 20 h Boppan /kernel/trunk/core/ [kernel][dll] Doxycomment load_file function  
/kernel/trunk/core/dll.inc
9033 1053 d 20 h Boppan /kernel/trunk/ [asmxygen] Dump into file instead of stdout  
/kernel/trunk/asmxygen.py
9032 1053 d 20 h Boppan /kernel/trunk/core/ [KERNEL][TASKMAN] Document fs_execute function return value  
/kernel/trunk/core/taskman.inc
9031 1053 d 20 h Boppan /kernel/trunk/core/ [KERNEL][TASKMAN] Comment fs_execute function  
/kernel/trunk/core/taskman.inc
9030 1053 d 20 h Boppan /kernel/trunk/ [asmxygen] Make dump more beautiful  
/kernel/trunk/asmxygen.py
9029 1053 d 21 h Boppan /kernel/trunk/ [kernel][unpacker] Update the unpacker comment in order to update the documentation  
/kernel/trunk/unpacker.inc
9028 1053 d 21 h Boppan /kernel/trunk/ [asmxygen] Document label function parameters according to @param directives  
/kernel/trunk/asmxygen.py
9027 1053 d 22 h Boppan /kernel/trunk/ [kernel][doxygen] Document unpacker function  
/kernel/trunk/unpacker.inc
9026 1053 d 22 h Boppan /kernel/trunk/ [kernel][doxygen] Hide utility macros from struct.inc  
/kernel/trunk/struct.inc
9024 1054 d 0 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci: refactoring  
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9023 1054 d 2 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- improve controller initialization
- some refactoring
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9022 1054 d 16 h rgimad /kernel/branches/kolibri-ahci/ kolibri-ahci: delete file added by mistake  
/kernel/branches/kolibri-ahci/kolibri_test2.img
9021 1054 d 16 h rgimad /kernel/branches/kolibri-ahci/ kolibri-ahci: added missed files + info with useful links  
/kernel/branches/kolibri-ahci/Info_ahci.txt
/kernel/branches/kolibri-ahci/kolibri_test2.img
/kernel/branches/kolibri-ahci/workspace.code-workspace
9020 1054 d 16 h rgimad /kernel/branches/kolibri-ahci/ kolibri-ahci: upload first results on AHCI support  
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
/kernel/branches/kolibri-ahci/build2.sh
/kernel/branches/kolibri-ahci/run_img.sh
/kernel/branches/kolibri-ahci/run_img_ahci.sh
/kernel/branches/kolibri-ahci/kernel.asm
9019 1054 d 17 h rgimad /kernel/branches/kolibri-ahci/ Create kolibri-ahci branch  
/kernel/branches/kolibri-ahci
9017 1054 d 19 h hidnplayr / Network device error/missed/dropped packet counters.
+ Network buffer sanity checks.
 
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/network/ethernet.inc
/kernel/trunk/network/stack.inc
/programs/KOSfuncs.inc
/programs/network/netstat/netstat.asm
8994 1058 d 2 h leency /kernel/trunk/docs/ sysfunc: fixed mistake in f48.5 (found by zorggish)  
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
8991 1058 d 5 h Boppan /kernel/trunk/acpi/ [kernel][doxygen] Comment `acpi_get_root_ptr` and test asmxygen update  
/kernel/trunk/acpi/acpi.inc
8990 1058 d 5 h Boppan /kernel/trunk/ [asmxygen] Fix unknown macro name at the end of a struct declaration in case if a file wasn't parsed cause it's parsed already

Now asmxygen also saves a list of parsed symbols separately. So when he starts to parse anything once again he already know all other symbols defined in other files and can use em to find valid variable declarations and other stuff
 
/kernel/trunk/asmxygen.py
8989 1058 d 18 h Boppan /kernel/trunk/ [asmxygen] Handle label commented with @return or @param as a function  
/kernel/trunk/asmxygen.py
8988 1058 d 18 h turbocat /kernel/branches/Kolibri-F/ Recreation of the Kolibri-F branch. Part 2  
/kernel/branches/Kolibri-F