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
369 6270 d 7 h serge /kernel/trunk/core/ fixed kernel heap  
365 6272 d 1 h serge /kernel/trunk/ rename pages_tab -> page_tabs  
364 6272 d 23 h diamond /kernel/trunk/ ISO9660 bugfixes  
363 6273 d 5 h serge /kernel/trunk/ reduce kernel memory  
358 6273 d 18 h mikedld /kernel/trunk/ Added FDO, changed output in 'blkdev/hd_drv.inc' to give an example  
357 6275 d 3 h serge /kernel/trunk/ dynamic stack with fpu state area  
354 6276 d 9 h serge /kernel/trunk/ signaling events, create_event(),
destroy_event(), raise_events(), wait_event()
 
352 6276 d 15 h heavyiron /kernel/trunk/ fixed buid.bat to compile sound.obj  
351 6276 d 19 h diamond /kernel/trunk/drivers/ unisound.asm renamed to sound.asm  
346 6277 d 21 h diamond /kernel/trunk/ Kernel updated to 0.6.5.0  
345 6278 d 12 h serge /kernel/trunk/ small fix for kernel objects  
341 6280 d 8 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 12 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 6282 d 2 h diamond /kernel/trunk/ Fixed creation of files with empty names when writing to '/path/'  
334 6282 d 20 h serge /kernel/trunk/core/ patch for terminate()  
330 6284 d 4 h heavyiron /kernel/trunk/network/ Changes in rtl8139 are not mine. It is bug fixes from Paolo Franchetti. Thanks. Added copyrights.  
329 6284 d 6 h serge /kernel/trunk/core/ cleanup kernel objects in terminate()  
328 6284 d 12 h serge /kernel/trunk/ added commit_pages()
ring buffer for resamplers
 
326 6285 d 1 h serge /kernel/trunk/ fixed bug in malloc.inc
code cleanup in cursors.inc
 
323 6285 d 18 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)
 

Show All