7b1eb2c733
kernel: Bring back XFS: v4 and v5 disk formats are supported now.
...
Read-only. Writing is not planned.
git-svn-id: svn://kolibrios.org@7736 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-12 00:27:08 +00:00
a0a18277da
libimg: tiff: Don't rely on EOI tag at the end of the strip.
...
Reference implementation (libtiff) has a workaround: precalculate data
size of the strip and don't rely on EOI tag of specific bit length.
This allow to read some invalid TIFF LZW images by my old scanner.
git-svn-id: svn://kolibrios.org@7735 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-07 12:54:18 +00:00
de8ecf4c59
kernel: Implement reboot via fixed Reset register in FADT table if available.
...
The code expects the register is in system_io space.
Other options are not implemented but it works on my computer (c).
git-svn-id: svn://kolibrios.org@7734 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-02 21:48:09 +00:00
cbceb320e8
kernel: Support more than one I/O APIC and 24 interrupts.
...
git-svn-id: svn://kolibrios.org@7733 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-02 04:25:30 +00:00
57b2e6af66
pcidev: Increase the number of reported IRQs from 24 to 64.
...
git-svn-id: svn://kolibrios.org@7732 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-02 04:25:06 +00:00
a245ac6e35
uefi4kos: Increase the number of searched PCI buses.
...
git-svn-id: svn://kolibrios.org@7731 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-02 04:25:00 +00:00
Kirill Lipatov (Leency)
32c1aaa506
notes: fix hotkeys of editbox with the ctrl like copy|paste
...
git-svn-id: svn://kolibrios.org@7730 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-25 15:14:47 +00:00
Alex2003
f6aa54669b
Gone!
...
git-svn-id: svn://kolibrios.org@7729 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-21 09:24:28 +00:00
Alex2003
01449a3ba5
Veryfiled
...
git-svn-id: svn://kolibrios.org@7728 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-21 09:23:37 +00:00
41d12fe88a
docs: Fix adjust_cache_size prototype: it takes userdata too.
...
git-svn-id: svn://kolibrios.org@7727 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-21 02:41:21 +00:00
d8113abd2e
kiv: Fix canvas size calculation bug when pressing '=' twice.
...
Reported by Leency:
1. Open "Home.jpg" image in KIV.
2. Press '=' two or more times.
=> Each time image becomes smaller on the right bottom.
git-svn-id: svn://kolibrios.org@7726 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-20 01:26:27 +00:00
3163804b76
calendar: Fix typos in short day names ( fixes #127 ).
...
git-svn-id: svn://kolibrios.org@7725 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-19 23:22:49 +00:00
49fa7c89bf
calendar: Fix week day calculation ( resolve #127 ).
...
Note: qemu-system-i386 ... -rtc base="2020-02-02T23:59:45"
git-svn-id: svn://kolibrios.org@7724 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-19 23:15:56 +00:00
97d8594f28
Add Newton fractal demo.
...
Accepts @ss parameter to run as a screen saver.
Written in UASM by 0CorErr.
Translated to FASM by dunkaist.
git-svn-id: svn://kolibrios.org@7723 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-17 02:52:40 +00:00
5b6eff0d69
docs: Fix typos in sysfunc?.txt.
...
git-svn-id: svn://kolibrios.org@7722 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-17 02:52:27 +00:00
752a7e6f74
kernel: Move endofcode label after diff16 macro.
...
This is done so I could redefine diff16 macro to start .bss section
just before uninitialized data.
git-svn-id: svn://kolibrios.org@7721 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-17 02:51:48 +00:00
Kirill Lipatov (Leency)
eec1dc83ff
WebView 1.8d: replace Space symbol in URL by %20
...
git-svn-id: svn://kolibrios.org@7720 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-10 19:53:38 +00:00
Kirill Lipatov (Leency)
137d055e29
Update KRAR.INI from Russian distro, thanks passerby for report
...
git-svn-id: svn://kolibrios.org@7719 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-10 17:40:08 +00:00
edd9d00caf
kernel: Wrap included font files in iglobal macro.
...
git-svn-id: svn://kolibrios.org@7718 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-07 02:13:17 +00:00
Kirill Lipatov (Leency)
6fa329e5b4
update current date in the midnight
...
git-svn-id: svn://kolibrios.org@7717 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-16 10:39:14 +00:00
Kirill Lipatov (Leency)
751e3e3d06
fix build, thanks dunkaist
...
git-svn-id: svn://kolibrios.org@7716 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-14 21:23:09 +00:00
Kirill Lipatov (Leency)
cdedcd29d2
fix stack.txt in data/Tupfile.lua
...
git-svn-id: svn://kolibrios.org@7715 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-14 20:21:38 +00:00
Kirill Lipatov (Leency)
18917968a9
move stack.txt from the local language folders into a single /kernel/docs/ folder
...
git-svn-id: svn://kolibrios.org@7714 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-14 20:12:46 +00:00
Alex2003
771b422d56
Success?
...
git-svn-id: svn://kolibrios.org@7713 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-14 11:40:08 +00:00
Alex2003
94ad2ac5a0
this is shit
...
git-svn-id: svn://kolibrios.org@7712 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-14 11:35:00 +00:00
Alex2003
407039baa6
go
...
git-svn-id: svn://kolibrios.org@7711 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-14 11:34:27 +00:00
Kirill Lipatov (Leency)
4cf0dd514f
move ConLenov's skins to his personal folder
...
git-svn-id: svn://kolibrios.org@7710 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-14 09:43:18 +00:00
Kirill Lipatov (Leency)
19304683cf
Upload ConLenov/mntech skin
...
git-svn-id: svn://kolibrios.org@7709 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-14 09:39:52 +00:00
Alex2003
ecef05bcbd
SOURCE
...
git-svn-id: svn://kolibrios.org@7708 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-12 15:41:00 +00:00
Alex2003
70a4a0cc39
KolibriOS Help system
...
git-svn-id: svn://kolibrios.org@7707 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-12 15:39:22 +00:00
Alex2003
a591476605
This is FAQ for KolibriOS by Leency. Translated Alex2003
...
git-svn-id: svn://kolibrios.org@7706 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-12 15:35:26 +00:00
633d75c969
libini: Fix ini.del_section to not lose the last byte of a file.
...
git-svn-id: svn://kolibrios.org@7705 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-12-04 22:44:16 +00:00
d96b0532ba
icon_new: Fix off-by-one bug in icon deletion.
...
git-svn-id: svn://kolibrios.org@7704 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-12-02 22:01:29 +00:00
IgorA
773bfc7a0e
add vendor 'Marvell Semiconductor Inc.'
...
git-svn-id: svn://kolibrios.org@7703 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-11-19 16:03:22 +00:00
Kirill Lipatov (Leency)
663f47a564
Update C-- binaries
...
git-svn-id: svn://kolibrios.org@7702 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-11-14 19:44:57 +00:00
Kirill Lipatov (Leency)
266cc44e49
trying to fix build by reverting port.h
...
git-svn-id: svn://kolibrios.org@7701 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-11-14 18:49:53 +00:00
Kirill Lipatov (Leency)
7984195956
upload fixed verion by paulcodeman
...
git-svn-id: svn://kolibrios.org@7700 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-11-14 18:45:31 +00:00
Kirill Lipatov (Leency)
26c8e413a9
add LucidCream by ConLenov to SVN and Distro
...
git-svn-id: svn://kolibrios.org@7699 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-10-28 09:00:21 +00:00
b51d135d5c
libcrash: Sync with upstream.
...
* Add oneshot wrappers.
* Move tables to data section.
* Add/rename macros and fix their use in ssh.
git-svn-id: svn://kolibrios.org@7698 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-10-21 22:33:41 +00:00
488a034278
Copy /kernel/trunk/kglobals.inc to /programs directory.
...
Actually, copy and remove $Revision$ svn keyword.
Macros in this file are useful at least for libraries.
git-svn-id: svn://kolibrios.org@7697 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-10-21 22:33:27 +00:00
Anton Krotov
4f802a86ba
oberon07: update (v1.13)
...
git-svn-id: svn://kolibrios.org@7696 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-10-06 17:55:12 +00:00
Anton Krotov
d364a86956
fb2read: update (v0.91)
...
git-svn-id: svn://kolibrios.org@7695 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-10-06 17:51:17 +00:00
Anton Krotov
fe240646ed
delete old files
...
git-svn-id: svn://kolibrios.org@7694 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-09-26 20:32:03 +00:00
Anton Krotov
c4dee82cbc
update
...
git-svn-id: svn://kolibrios.org@7693 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-09-26 20:23:06 +00:00
kaitz
885116b9fb
et translation
...
git-svn-id: svn://kolibrios.org@7692 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-09-10 18:59:20 +00:00
Kirill Lipatov (Leency)
c0761b2d40
skins: use global skin.inc
...
git-svn-id: svn://kolibrios.org@7691 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-09-08 05:27:02 +00:00
Kirill Lipatov (Leency)
8292d1028e
fix build
...
git-svn-id: svn://kolibrios.org@7690 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-09-08 05:24:16 +00:00
Kirill Lipatov (Leency)
f458b22a4b
skins: use global skin.inc
...
git-svn-id: svn://kolibrios.org@7689 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-09-08 05:21:54 +00:00
Kirill Lipatov (Leency)
46ecf99c5e
add ruler to build default.dtp
...
git-svn-id: svn://kolibrios.org@7688 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-09-08 05:06:03 +00:00
Kirill Lipatov (Leency)
4054dfc261
skins: add LucidChocolate by ConLenov
...
git-svn-id: svn://kolibrios.org@7687 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-09-08 05:04:09 +00:00