Commit Graph

2609 Commits

Author SHA1 Message Date
Sergey Semyonov (Serge)
faf020ed36 update documentation
git-svn-id: svn://kolibrios.org@2409 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-26 04:22:47 +00:00
Sergey Semyonov (Serge)
ce677ba734 f.40 ebx bit 3: do not send mouse events to inactive window
git-svn-id: svn://kolibrios.org@2408 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-26 04:10:05 +00:00
Marat Zakiyanov (Mario79)
539071c806 We do not use Vesa 1.2 mode (for trunk kernel) is now
git-svn-id: svn://kolibrios.org@2407 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-26 00:26:08 +00:00
9fea37d376 libio: description of file.size changed to correspond the code (return value is in ebx)
git-svn-id: svn://kolibrios.org@2406 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-25 20:16:12 +00:00
7a8e2e79f9 libs-dev: made test002 program (simple image viewer) not to crash
git-svn-id: svn://kolibrios.org@2405 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-25 18:15:52 +00:00
hidnplayr
946e05cb81 Fixed socket_ring_write in net branch.
git-svn-id: svn://kolibrios.org@2404 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-25 13:02:09 +00:00
hidnplayr
4aee41218a Forgot init_mutex ...
git-svn-id: svn://kolibrios.org@2403 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-25 12:07:41 +00:00
hidnplayr
815cb2a26f Usage of new mutexes in net branch.
git-svn-id: svn://kolibrios.org@2402 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-25 12:03:22 +00:00
hidnplayr
0478f45357 Bugfix in PCnet32 driver for net branch
git-svn-id: svn://kolibrios.org@2401 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-24 22:04:04 +00:00
Sergey Semyonov (Serge)
8c4037718d new 68.26 user_unmap(void* block_base, unsigned int offset, size_t unmap_size);
git-svn-id: svn://kolibrios.org@2400 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-24 21:47:01 +00:00
Kirill Lipatov (Leency)
ce623ccaec HTMLv 0.72: fully worked Internet pages, as in older versions. Tested, some fixes.
git-svn-id: svn://kolibrios.org@2399 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-24 21:27:05 +00:00
Marat Zakiyanov (Mario79)
e4aa2672b0 Decrease size of shadow buffer for VGA. The old size is 2-fold excess of actual need.
git-svn-id: svn://kolibrios.org@2398 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-24 19:20:05 +00:00
852732a9b1 libimg: tiff fix (packbits); pcx old code optimizing and fix (even byte)
git-svn-id: svn://kolibrios.org@2397 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-24 17:47:42 +00:00
hidnplayr
271607503a Updated autorun.dat for new stack build
git-svn-id: svn://kolibrios.org@2396 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-24 12:48:19 +00:00
hidnplayr
c8ced3a4eb Updated autorun.dat for new stack build
git-svn-id: svn://kolibrios.org@2395 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-24 12:32:16 +00:00
dd15de534b kiv: list of supported extentions updated: wbmp (example, r2392 related)
git-svn-id: svn://kolibrios.org@2394 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-23 22:52:59 +00:00
4583f69d77 file managers assotiations updated: wbmp (example, r2392 related)
git-svn-id: svn://kolibrios.org@2393 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-23 22:51:09 +00:00
d8340e0c31 libimg: wbmp support (easy programming example)
git-svn-id: svn://kolibrios.org@2392 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-23 22:49:04 +00:00
7d763f800d file managers assotiations updated (pbm, pgm, pnm, tif, tiff)
git-svn-id: svn://kolibrios.org@2391 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-23 22:35:52 +00:00
hidnplayr
85c176d7f5 Fixed TCP and UDP checksum in net branch.
git-svn-id: svn://kolibrios.org@2390 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-23 22:21:40 +00:00
4b6a83bfa4 kiv: list of supported extentions updated
git-svn-id: svn://kolibrios.org@2389 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-23 22:16:03 +00:00
0808796ed5 libimg:
1. tiff (baseline) support
2. pnm (portable anymap) bilevel, grayscale (8bpp), pixmap (24bpp) support
3. xcf: optional layer merging/blending with sse (default is mmx)
4'. new formatting for my old code. more readable for now


git-svn-id: svn://kolibrios.org@2388 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-23 22:09:09 +00:00
hidnplayr
997d83d275 Added error reporting to some of the network drivers in net branch
git-svn-id: svn://kolibrios.org@2387 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-23 21:18:16 +00:00
hidnplayr
d0e0776223 Fixed ICMP in net branch
git-svn-id: svn://kolibrios.org@2386 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-23 20:35:40 +00:00
hidnplayr
33ab203c14 Sync net branch with trunk
git-svn-id: svn://kolibrios.org@2385 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-23 19:01:26 +00:00
hidnplayr
e7bade16fe Adapted more structures to use new struct.inc
git-svn-id: svn://kolibrios.org@2384 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-23 18:52:13 +00:00
IgorA
7ff1f2a29d function 'buf2d_bit_blt_alpha' can take negative coordinates in the position of the copied buffer
update function 'buf2d_bit_blt_transp'

git-svn-id: svn://kolibrios.org@2383 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-23 14:01:56 +00:00
hidnplayr
e6242dd229 Synced net branch with trunk
git-svn-id: svn://kolibrios.org@2382 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-22 16:06:05 +00:00
hidnplayr
58fe32f210 Usage of struct.inc from fasm in trunk kernel.
git-svn-id: svn://kolibrios.org@2381 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-22 15:46:09 +00:00
hidnplayr
31a62f12b5 Added network drivers to autobuild for new stack
git-svn-id: svn://kolibrios.org@2380 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-22 13:58:41 +00:00
hidnplayr
44f55a3ec1 Trying to fix the makefile for new stack
git-svn-id: svn://kolibrios.org@2379 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-22 13:48:23 +00:00
hidnplayr
a76f553cbc Trying to fix the makefile for new stack
git-svn-id: svn://kolibrios.org@2378 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-22 13:35:07 +00:00
hidnplayr
3dc0569e65 Trying to fix the makefile for new stack
git-svn-id: svn://kolibrios.org@2377 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-22 13:33:25 +00:00
hidnplayr
8a880b1eff Trying to fix the makefile for new stack (added missing files)
git-svn-id: svn://kolibrios.org@2376 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-22 13:30:17 +00:00
hidnplayr
2e86b7ca6c Trying to fix the makefile for new stack
git-svn-id: svn://kolibrios.org@2375 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-22 13:22:24 +00:00
hidnplayr
0492584e0d Trying to fix the makefile for new stack
git-svn-id: svn://kolibrios.org@2374 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-22 13:21:29 +00:00
hidnplayr
586aa010e8 Trying to fix the makefile for new stack
git-svn-id: svn://kolibrios.org@2373 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-22 13:20:18 +00:00
hidnplayr
12f5bb7ba8 Trying to fix the makefile for new stack
git-svn-id: svn://kolibrios.org@2372 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-22 13:13:17 +00:00
hidnplayr
369cbfa267 Trying to fix the makefile for new stack
git-svn-id: svn://kolibrios.org@2371 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-22 13:05:35 +00:00
hidnplayr
a8b38d4d10 Trying to add new stack to the autobuilder.
git-svn-id: svn://kolibrios.org@2370 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-22 13:03:05 +00:00
hidnplayr
8030c874a3 Fixed problem with UDP_input when checksum was 0.
git-svn-id: svn://kolibrios.org@2369 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-22 10:44:57 +00:00
Kirill Lipatov (Leency)
6a006901a5 HTMLv 0.71 network should work. Maked quickly, not tested pretty good, so... you understand... If I'll have muse tomorrow, I'll will bring to mind this fix.
git-svn-id: svn://kolibrios.org@2368 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-21 22:22:44 +00:00
IgorA
24dfe231b8 'buf2d.obj' update function 'buf_bit_blt_alpha'
git-svn-id: svn://kolibrios.org@2367 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-21 18:38:38 +00:00
hidnplayr
dc66507e60 Bugfixes in net branch:
-Disabled UDP remote IP checking because it blocks valid packets in certain situations (DNS resolving)
-Removed device '0' (application level) as default device because it was not correctly implemented and would require a lot of changes. Yet need to find a better solution for this.

git-svn-id: svn://kolibrios.org@2366 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-21 14:09:00 +00:00
hidnplayr
599bb8d0bd Reserved sysfn 74,75,76 in trunk for new stack.
git-svn-id: svn://kolibrios.org@2365 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-21 11:00:54 +00:00
hidnplayr
e8a8f9b75d Changed net branch specific kernel function numbers to make room for function 73 in main branch.
git-svn-id: svn://kolibrios.org@2364 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-21 10:57:36 +00:00
CleverMouse
0ec151c852 don't recompile fasm programs on every commit
git-svn-id: svn://kolibrios.org@2363 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-21 09:31:37 +00:00
hidnplayr
f156bb294d Markup changes in net branch + updates in TCP_output
git-svn-id: svn://kolibrios.org@2362 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-21 08:44:51 +00:00
Sergey Semyonov (Serge)
8fd9581723 render context and composite render
git-svn-id: svn://kolibrios.org@2361 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-21 06:06:51 +00:00
Sergey Semyonov (Serge)
80ab648f04 Linux workqueue and retire_work_handler
git-svn-id: svn://kolibrios.org@2360 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-20 20:02:53 +00:00