Commit Graph

342 Commits

Author SHA1 Message Date
Sergey Semyonov (Serge)
3ea0750ebe 1)patched teleport bug; 2)waveout sound
git-svn-id: svn://kolibrios.org@342 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-13 04:00:47 +00:00
heavyiron
579829b9f9 *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

git-svn-id: svn://kolibrios.org@341 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-12 05:14:58 +00:00
heavyiron
cc80eeaa07 *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

git-svn-id: svn://kolibrios.org@340 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-12 01:06:46 +00:00
hidnplayr
5b0eb8ab98 Bugfixes & cleanup of AUTODHCP.
git-svn-id: svn://kolibrios.org@339 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-10 19:10:48 +00:00
kaitz
db4ac47e56 Build all applications.
git-svn-id: svn://kolibrios.org@338 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-10 19:09:58 +00:00
hidnplayr
979e9112da Bugfix in Autodhcp
git-svn-id: svn://kolibrios.org@337 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-10 16:19:25 +00:00
hidnplayr
ef27b83e97 DHCP client now sends MAC address to dhcp server.
It also uses new system functions 53-10 and 53-11

Link-local ip support is under construction (problem with kernel ARP functions)

git-svn-id: svn://kolibrios.org@336 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-10 14:01:21 +00:00
Evgeny Grechnikov (Diamond)
21572e62ae Fixed creation of files with empty names when writing to '/path/'
git-svn-id: svn://kolibrios.org@335 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-10 11:23:45 +00:00
Sergey Semyonov (Serge)
075c0ea71a patch for terminate()
git-svn-id: svn://kolibrios.org@334 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-09 17:48:56 +00:00
Sergey Semyonov (Serge)
c682e2d8c0 Doom alpha 2
git-svn-id: svn://kolibrios.org@333 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-08 22:53:29 +00:00
Evgeny Grechnikov (Diamond)
a89bf95159 FASM now compiles non-binary files correctly
git-svn-id: svn://kolibrios.org@332 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-08 16:38:05 +00:00
heavyiron
13528c5c97 Some skinned network apps from Johnny_B (10.11.06). Also they use 'MENUET01' header instead of 'MENUET00' now
git-svn-id: svn://kolibrios.org@331 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-08 09:50:45 +00:00
heavyiron
b661da340a Changes in rtl8139 are not mine. It is bug fixes from Paolo Franchetti. Thanks. Added copyrights.
git-svn-id: svn://kolibrios.org@330 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-08 09:09:38 +00:00
Sergey Semyonov (Serge)
82fe412a09 cleanup kernel objects in terminate()
git-svn-id: svn://kolibrios.org@329 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-08 07:15:14 +00:00
Sergey Semyonov (Serge)
5a467f60e3 added commit_pages()
ring buffer for resamplers

git-svn-id: svn://kolibrios.org@328 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-08 01:02:14 +00:00
Mihail Semenyako (mike.dld)
dfe81eb28d Tinypad 4.0.4 (put filename of current tab into open/save dialog)
git-svn-id: svn://kolibrios.org@327 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-08 00:34:56 +00:00
Sergey Semyonov (Serge)
a79e7c4171 fixed bug in malloc.inc
code cleanup in cursors.inc

git-svn-id: svn://kolibrios.org@326 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-07 12:25:23 +00:00
Sergey Semyonov (Serge)
3111c3f230 *.h files
git-svn-id: svn://kolibrios.org@325 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-06 23:04:56 +00:00
Sergey Semyonov (Serge)
0989244bd5 Kolibri alpha version
git-svn-id: svn://kolibrios.org@324 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-06 22:32:53 +00:00
hidnplayr
a6c8d276c3 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)

git-svn-id: svn://kolibrios.org@323 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-06 19:29:54 +00:00
Evgeny Grechnikov (Diamond)
5121a68d46 * Corrected size of display_data in calculatebackground
* Fixed bug with VRR changing videomode

git-svn-id: svn://kolibrios.org@322 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-06 14:00:27 +00:00
Evgeny Grechnikov (Diamond)
1ace68286b * 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)

git-svn-id: svn://kolibrios.org@321 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-05 14:20:36 +00:00
Iliya Mihailov (Ghost)
5756e1bfc8 Trying to fix MOS_UZEL.INC stuck
git-svn-id: svn://kolibrios.org@320 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-04 11:05:08 +00:00
Mihail Semenyako (mike.dld)
8d88fe9531 Trying to fix MOS_UZEL.INC stuck
git-svn-id: svn://kolibrios.org@319 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-04 10:56:53 +00:00
heavyiron
577eed1321 *CPUID 2.17 from Wildwest
*skinsel from diamond
*end, menu, @panel - more stable with different system colors
*@rb - new menu
*@panel - fixed drawing cpu usage in QEMU and maybe on some real comps

git-svn-id: svn://kolibrios.org@318 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-04 01:47:46 +00:00
heavyiron
4256086104 new h2d2b from Alexei Ershov
updated keyascii, scancode, example 1, cpuspeed

git-svn-id: svn://kolibrios.org@317 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-04 01:40:26 +00:00
heavyiron
f2647d013c all skinned demos now use 0 function to draw header, most of them use client relative drawing
git-svn-id: svn://kolibrios.org@316 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-04 00:42:14 +00:00
Iliya Mihailov (Ghost)
71974025fe GMon
* source bug fix

git-svn-id: svn://kolibrios.org@315 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-03 11:09:00 +00:00
Evgeny Grechnikov (Diamond)
822a9715c4 * Modified sysfunction 65 (see documentation), use new KFAR
* Deleted useless sysfunction 59 (syscalls trace)
* Load vmode.mdr via new file subsystem
* KFar 0.2

git-svn-id: svn://kolibrios.org@314 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-02 15:09:14 +00:00
Iliya Mihailov (Ghost)
e7d381a4b4 GMon
* Intel NortWood multiplier bugfix
* some a small change

git-svn-id: svn://kolibrios.org@313 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-02 10:23:31 +00:00
Mihail Semenyako (mike.dld)
2c4d922032 Tinypad 4.0.4 (small bugfix again, same place)
git-svn-id: svn://kolibrios.org@312 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-01 21:38:23 +00:00
Mihail Semenyako (mike.dld)
f050c18f32 Tinypad 4.0.4 (bugfix for redrawing issue)
git-svn-id: svn://kolibrios.org@311 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-01 13:38:46 +00:00
heavyiron
c5afda25bd fixed English build
git-svn-id: svn://kolibrios.org@310 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-01 13:37:49 +00:00
heavyiron
487569711c fixed English build
git-svn-id: svn://kolibrios.org@309 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-01 12:04:59 +00:00
Alexey Teplov (
7038d7bc41 upgrade a programme
git-svn-id: svn://kolibrios.org@308 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-01 11:31:34 +00:00
Alexey Teplov (
a17b90b7b3 upgrade scrshoot
git-svn-id: svn://kolibrios.org@307 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-01 09:46:48 +00:00
Alexey Teplov (
e7be690de5 fixed bug
git-svn-id: svn://kolibrios.org@306 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-01 07:20:59 +00:00
Alexey Teplov (
dbd82dd523 upgrade RUN, add new edit_box
git-svn-id: svn://kolibrios.org@305 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-01 07:18:09 +00:00
Evgeny Grechnikov (Diamond)
254c631866 @panel, setup: deleted useless code
git-svn-id: svn://kolibrios.org@304 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-01-31 15:36:12 +00:00
Mihail Semenyako (mike.dld)
d51f1259a0 Added 'C' flag to 0-th system function: don't fill working area
Modified Tinypad to use 'C' flag

git-svn-id: svn://kolibrios.org@303 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-01-30 21:54:34 +00:00
hidnplayr
d1b95f89ef 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

git-svn-id: svn://kolibrios.org@302 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-01-30 20:01:17 +00:00
Evgeny Grechnikov (Diamond)
b5e0fe41ca applied hint by Black_mirror for keyboard work after kernel restart
git-svn-id: svn://kolibrios.org@301 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-01-30 16:36:36 +00:00
Sergey Semyonov (Serge)
0e85b8f362 still Win version. buffered stream io
git-svn-id: svn://kolibrios.org@300 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-01-29 20:02:19 +00:00
kaitz
c40426acda Updated Tinypad 4.0.4 Estonian part
Translated Calendar to Estonian

git-svn-id: svn://kolibrios.org@299 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-01-28 12:39:41 +00:00
Sergey Semyonov (Serge)
e15c3449f3 base version. work under Win. some problems with doom1.wad
git-svn-id: svn://kolibrios.org@298 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-01-28 02:53:06 +00:00
Mihail Semenyako (mike.dld)
b542bfb588 Tinypad 4.0.4 (final release)
git-svn-id: svn://kolibrios.org@297 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-01-27 23:36:07 +00:00
Alexey Teplov (
c3a36dffbc update
git-svn-id: svn://kolibrios.org@296 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-01-26 13:03:48 +00:00
Alexey Teplov (
94747a3d1a retype fuction .check_offset
git-svn-id: svn://kolibrios.org@295 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-01-26 11:20:00 +00:00
Evgeny Grechnikov (Diamond)
3f37e88368 * Fixed memory leak in new_mem_resize (caused by off-by-one error).
* user_alloc and user_free now update memory size information.

git-svn-id: svn://kolibrios.org@294 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-01-25 13:42:23 +00:00
Sergey Semyonov (Serge)
73aa6c6d6a sse2 mixers
git-svn-id: svn://kolibrios.org@293 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-01-24 15:51:55 +00:00