Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
346 6277 d 14 h diamond /kernel/trunk/ Kernel updated to 0.6.5.0  
345 6278 d 5 h serge /kernel/trunk/ small fix for kernel objects  
341 6280 d 1 h heavyiron / *new function 18/6 with LFN support from diamond 26.09.06 (see docs)
*new RDsave from me
*end - added button to run rdsave
*cpu - title with fn0
 
340 6280 d 5 h heavyiron / *aclock - fixed default size
*fasm updated to 1.67.20
*gmon, setup, calendar - now use fn0 to draw header
*cpu - fix build for "lang fix ru" (it is necessary for new build_all.bat)
*build_all.bat - small fixes and some more functions. Programs now sorting to folders as they are in image. Added ability to compress apps by kpack
*Info about new function 53/11 from hidnplayr in docs
 
335 6281 d 19 h diamond /kernel/trunk/ Fixed creation of files with empty names when writing to '/path/'  
334 6282 d 12 h serge /kernel/trunk/core/ patch for terminate()  
330 6283 d 21 h heavyiron /kernel/trunk/network/ Changes in rtl8139 are not mine. It is bug fixes from Paolo Franchetti. Thanks. Added copyrights.  
329 6283 d 23 h serge /kernel/trunk/core/ cleanup kernel objects in terminate()  
328 6284 d 5 h serge /kernel/trunk/ added commit_pages()
ring buffer for resamplers
 
326 6284 d 18 h serge /kernel/trunk/ fixed bug in malloc.inc
code cleanup in cursors.inc
 
323 6285 d 11 h hidnplayr /kernel/trunk/network/ RTL8139 fixes from heavyiron and new system function from me: read data from stack

input:
eax = 53
ebx = 11
ecx = socket number
edx = pointer to where data must be written
esi = buffer size (max bytes of data to copy)
int 0x40 (offcourse)

returned:
eax = number of bytes copied

if buffer size is zero, all data will be copied (this will be max 4096 bytes)
 
322 6285 d 16 h diamond /kernel/trunk/ * Corrected size of display_data in calculatebackground
* Fixed bug with VRR changing videomode
 
321 6286 d 16 h diamond / * New sysfunction 70.9, create folder
* Deleted obsolete 58.4 (create folder 8.3 on hd)
* Updated docs
* Bugfixes (file system; core; direct screen access), improvements (sysfn 70.3)
* KFar 0.21, full error handling, folder creation (with new kernel)
 
314 6289 d 15 h diamond / * Modified sysfunction 65 (see documentation), use new KFAR
* Deleted useless sysfunction 59 (syscalls trace)
* Load vmode.mdr via new file subsystem
* KFar 0.2
 
303 6292 d 8 h mikedld / Added 'C' flag to 0-th system function: don't fill working area
Modified Tinypad to use 'C' flag
 
302 6292 d 10 h hidnplayr /kernel/trunk/network/ Ethernet Cable status detection through new system function 53,10.
output is in al:
255 = driver not loaded/function not supported by driver
1 = cable is connected
0 = cable is not connected

THIS FUNCTION IS ONLY IMPLENTED FOR RTL8139 FOR NOW
 
301 6292 d 14 h diamond /kernel/trunk/boot/ applied hint by Black_mirror for keyboard work after kernel restart  
294 6297 d 16 h diamond /kernel/trunk/core/ * Fixed memory leak in new_mem_resize (caused by off-by-one error).
* user_alloc and user_free now update memory size information.
 
293 6298 d 14 h serge /kernel/trunk/drivers/ sse2 mixers  
291 6299 d 15 h serge /kernel/trunk/ fixed 1)params description in create_kernel_object
2)pages count in free_page and release_pages
3)sound buffers now compatible with APPOBJ format
 
287 6302 d 19 h serge /kernel/trunk/core/ 1) fix drivers version
2) fix i_end bug in app loader
 
285 6302 d 22 h serge /kernel/trunk/ resampler optimization, reduce cache pollution  
284 6303 d 12 h serge /kernel/trunk/drivers/ lost drivers/imports.inc  
283 6303 d 15 h diamond / * New function 65 (PutImagePalette) + documentation
* KFar 0.19 (requires new kernel)
 
281 6304 d 2 h serge /kernel/trunk/ imports header
kernel objects
segmented sound buffers
 
279 6304 d 23 h serge /kernel/trunk/core/ added release_pages, heap_mutex  
278 6305 d 4 h serge /kernel/trunk/ rewritten reg_service, get_service, stop_all_services  
277 6305 d 15 h diamond /kernel/trunk/ * Updated documentation
* Deleted useless code
 
276 6306 d 1 h serge /kernel/trunk/ small heap and malloc/free  
274 6309 d 10 h kaitz / Translated applications 'end' and 'desktop' to Estonian.
Added Estonian VGA font for boot time.
Corrected some misspellings.
 
273 6309 d 17 h diamond /kernel/trunk/ ntfs.inc: bugfixes
taskman.inc: IOPL reverted back to 1
 
271 6311 d 14 h kaitz /kernel/trunk/ Estonian boot messages  
270 6311 d 15 h diamond /kernel/trunk/core/ retry bugfix in user_alloc from revision 213  
269 6312 d 9 h serge /kernel/trunk/ kernel support for loading compressed apps - part 2  
266 6313 d 12 h serge /kernel/trunk/core/ fixed bug in user_free  
265 6313 d 19 h diamond /kernel/trunk/ ntfs.inc: bugfix
kernel.asm: normal keyboard typematic rate&delay
 
263 6314 d 15 h Ghost /kernel/trunk/ removing useless files  
262 6314 d 15 h diamond /kernel/trunk/ NTFS reader, part 3: get file info & read normal files
taskman.inc: now invalid command line and/or path fields in program header
will not crash the kernel
 
261 6317 d 5 h hidnplayr /kernel/trunk/network/ John's ethernet stack updates
NEW subfunction 52-17

ftp://hidden-player.no-ip.com:2100/fn52-sub17.txt
 
257 6323 d 19 h diamond /kernel/trunk/fs/ NTFS reader, part 2: read all directories