Commit Graph

3703 Commits

Author SHA1 Message Date
hidnplayr
c9f7535c89 Bugix for telnet receive function.
git-svn-id: svn://kolibrios.org@3703 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-25 16:31:10 +00:00
Marat Zakiyanov (Mario79)
d9b8117616 1) SATA IDE support for HDD and ATAPI
2) PIO LBA48 read for HDD

git-svn-id: svn://kolibrios.org@3702 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-25 03:15:38 +00:00
hidnplayr
1812e8064e Some FTP client demo code for the brave.
git-svn-id: svn://kolibrios.org@3701 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-24 19:33:16 +00:00
CleverMouse
e787937c63 another small fix
git-svn-id: svn://kolibrios.org@3700 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-24 15:22:56 +00:00
CleverMouse
77ca8a319a small fix
git-svn-id: svn://kolibrios.org@3699 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-24 15:09:53 +00:00
hidnplayr
1ca5fecb5c Fixed alignment for data in network stack. Alqo, network queue uses a mutex now.
git-svn-id: svn://kolibrios.org@3698 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-24 11:39:05 +00:00
hidnplayr
a5c3784aca Fixed that horrible TCP kernel crash.
git-svn-id: svn://kolibrios.org@3697 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-24 10:47:25 +00:00
CleverMouse
c8f93d8d8f fix V86 IRQ redirecting when task switch is needed, it never worked before
git-svn-id: svn://kolibrios.org@3696 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-24 07:49:56 +00:00
Kirill Lipatov (Leency)
bd89ff2844 Eolite 1.90
fixed bug with crashing Eolite, while opening menu
fixed list redraw while paste single file
copy, cut, paste added to file menu
text shadow in menu

git-svn-id: svn://kolibrios.org@3695 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-21 22:49:43 +00:00
CleverMouse
703bc20999 make FDO for drivers safe: use changes from kernel in r1314
git-svn-id: svn://kolibrios.org@3694 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-21 21:17:32 +00:00
lordok-gr
ee18db4d68 editbox example use check_box2
git-svn-id: svn://kolibrios.org@3693 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-21 16:28:04 +00:00
hidnplayr
1a4d5374c9 Console: bugfix for bright text colors
git-svn-id: svn://kolibrios.org@3692 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-21 07:31:04 +00:00
Yogev Ezra
1a6a8ac7e2 Translate part of Russian comments in ext2 driver to English
git-svn-id: svn://kolibrios.org@3691 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-21 00:56:10 +00:00
hidnplayr
f5bede5d6a Console: fixed double newline, when there is a newline character on the rightmost column. Added support for (aixterm) bright color escape codes.
git-svn-id: svn://kolibrios.org@3690 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-20 21:49:53 +00:00
Marat Zakiyanov (Mario79)
13b10bc06f process_replace_file_name - uses the correct direction of search is now
git-svn-id: svn://kolibrios.org@3689 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-20 00:33:36 +00:00
hidnplayr
a9e3d23cfe Bugfix for #3686
git-svn-id: svn://kolibrios.org@3688 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-19 14:35:16 +00:00
hidnplayr
bc2140fbde Telnet: let console handle escape characters.
git-svn-id: svn://kolibrios.org@3687 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-19 14:14:38 +00:00
hidnplayr
07d3467c12 Console: when set cursor command is given without attributes, assume 0.
git-svn-id: svn://kolibrios.org@3686 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-19 14:11:23 +00:00
hidnplayr
23eb44e17c RTL8139: fixed deadlock on startup
git-svn-id: svn://kolibrios.org@3685 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-19 09:27:02 +00:00
hidnplayr
a889feeb25 font.inc does not need to include 'lang.inc'.
git-svn-id: svn://kolibrios.org@3684 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-19 08:31:20 +00:00
GerdtR
ced1aca361 Small corrections
git-svn-id: svn://kolibrios.org@3683 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-18 14:40:40 +00:00
hidnplayr
97b8aba9e2 Zeroconf: disable most debug output by default.
git-svn-id: svn://kolibrios.org@3682 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-18 14:15:55 +00:00
CleverMouse
1a7694e453 malloc/free do not change ebx now
git-svn-id: svn://kolibrios.org@3681 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-18 10:33:19 +00:00
Marat Zakiyanov (Mario79)
eebdcf71f9 To give the system time to mount USB drives. N2 (additionally)
git-svn-id: svn://kolibrios.org@3680 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-18 00:38:37 +00:00
Marat Zakiyanov (Mario79)
2a4c45da25 To give the system time to mount USB drives.
git-svn-id: svn://kolibrios.org@3679 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-18 00:33:50 +00:00
Marat Zakiyanov (Mario79)
7ba632508c Just a quick correction of the estimated potential problem with incorrect data changes during operation. In the future, I will replace the CLI on the mutex.
git-svn-id: svn://kolibrios.org@3678 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-18 00:00:46 +00:00
Marat Zakiyanov (Mario79)
9901a769c7 Adding a video player Fplay in nightly builds. It works automatically only if there is a partition with a "file-label" kolibri.lbl, that is, in general issue, the CD/DVD ISO disk KolibriOS must be present in the drive.
git-svn-id: svn://kolibrios.org@3677 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-17 21:57:48 +00:00
Marat Zakiyanov (Mario79)
5708b89db5 SEARCHAP - mounted with the addition of the directory "/kolibrios"
git-svn-id: svn://kolibrios.org@3676 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-17 20:58:44 +00:00
GerdtR
11e927c0c3 Now, if you restart the program, it will be reloaded symbols
git-svn-id: svn://kolibrios.org@3675 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-17 20:21:18 +00:00
hidnplayr
f828457410 SOCKET_connect can now block if wanted.
git-svn-id: svn://kolibrios.org@3674 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-17 18:17:17 +00:00
hidnplayr
3e004fd364 Socket functions now return error code in ebx (bugfix)
git-svn-id: svn://kolibrios.org@3673 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-17 13:59:20 +00:00
hidnplayr
a71e4b74cb panel: added history of latest revision, converted back to tabs instead of spaces, for the convenience of veterans.
git-svn-id: svn://kolibrios.org@3672 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-17 13:10:47 +00:00
hidnplayr
56ff553539 Italian keymap from fabrizio curcio, fixed belgian keymap.
git-svn-id: svn://kolibrios.org@3671 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-16 15:31:13 +00:00
hidnplayr
d38208a79a @panel: do not change language when pressing alt gr + number
(Hotkeys should only use left alt)

git-svn-id: svn://kolibrios.org@3670 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-16 15:29:04 +00:00
hidnplayr
b982a70c5b Tinypad works with ALT GR keymap now.
git-svn-id: svn://kolibrios.org@3669 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-16 14:37:36 +00:00
Marat Zakiyanov (Mario79)
80d33b91c3 SEARCHAP - optimizing the size of binary file. Thanks to comrade 0CodErr.
git-svn-id: svn://kolibrios.org@3668 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-16 08:00:48 +00:00
Marat Zakiyanov (Mario79)
00e16fc52e Adding auto-mounting additional directory to the nightly build. For ENG/IT/SP.
git-svn-id: svn://kolibrios.org@3667 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-16 07:25:52 +00:00
Marat Zakiyanov (Mario79)
dd5c155657 Adding auto-mounting additional directory to the nightly build. N2
git-svn-id: svn://kolibrios.org@3666 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-16 06:51:11 +00:00
Marat Zakiyanov (Mario79)
fe4ea34ebe Adding auto-mounting additional directory to the nightly build.
git-svn-id: svn://kolibrios.org@3665 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-16 06:38:16 +00:00
Marat Zakiyanov (Mario79)
d958c90d39 SEARCHAP - use f30.3, select of debugging messages code when compiling, optimizing the size of binary file
git-svn-id: svn://kolibrios.org@3664 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-15 22:37:07 +00:00
Marat Zakiyanov (Mario79)
799f7cdc6b Adding f.30.3 to mount the additional system directory (this is used by SEARCHAP).
git-svn-id: svn://kolibrios.org@3663 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-15 21:17:06 +00:00
GerdtR
b7c579d4b9 added added debug flag support to fasm
git-svn-id: svn://kolibrios.org@3662 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-14 23:00:50 +00:00
GerdtR
7d86aa96d1 Has Deleted not need file
git-svn-id: svn://kolibrios.org@3661 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-14 20:52:48 +00:00
GerdtR
617593047e Added possibility of the conclusion to debugging information from under command line
git-svn-id: svn://kolibrios.org@3660 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-14 20:33:30 +00:00
hidnplayr
db0d887216 Return 0 in ebx when there is no error
git-svn-id: svn://kolibrios.org@3659 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-14 20:26:05 +00:00
hidnplayr
0192ef785b some socket functions now return error codes in ebx.
git-svn-id: svn://kolibrios.org@3658 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-14 20:14:35 +00:00
CleverMouse
6447636270 impruv inglish
git-svn-id: svn://kolibrios.org@3657 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-13 20:59:35 +00:00
CleverMouse
29efe4b59d make things more compliant
git-svn-id: svn://kolibrios.org@3656 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-13 19:34:31 +00:00
Kirill Lipatov (Leency)
7be186595b fix for previous revision
git-svn-id: svn://kolibrios.org@3655 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-13 14:43:55 +00:00
Kirill Lipatov (Leency)
4254255234 tmpdisk compilation fixed
git-svn-id: svn://kolibrios.org@3654 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-13 14:39:14 +00:00