hidnplayr
|
52556729d6
|
Bugixes and improvements for closing TCP sockets.
git-svn-id: svn://kolibrios.org@3652 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-13 08:22:37 +00:00 |
|
hidnplayr
|
910527aadc
|
Fix for previous revision
git-svn-id: svn://kolibrios.org@3648 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-12 10:53:22 +00:00 |
|
hidnplayr
|
3e584a778f
|
Implemented global socket mutex.
git-svn-id: svn://kolibrios.org@3647 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-12 10:21:41 +00:00 |
|
hidnplayr
|
97a976fc9a
|
SOCKET_close, free TCP socket after closing connection.
git-svn-id: svn://kolibrios.org@3646 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-12 09:06:59 +00:00 |
|
hidnplayr
|
819a12b8d2
|
Correct stats for TCP.
git-svn-id: svn://kolibrios.org@3644 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-11 11:11:26 +00:00 |
|
hidnplayr
|
2b3ee8e109
|
Correct stats for UDP and ICMP.
git-svn-id: svn://kolibrios.org@3643 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-11 10:46:29 +00:00 |
|
hidnplayr
|
2d3f4f397a
|
Eth_input: allow frames smaller then 60 bytes.
git-svn-id: svn://kolibrios.org@3642 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-11 06:41:02 +00:00 |
|
hidnplayr
|
663c6adac5
|
More ARP bugfixes
git-svn-id: svn://kolibrios.org@3640 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-10 22:26:26 +00:00 |
|
hidnplayr
|
9246337d85
|
bugfixes in ARP and IPv4 code
git-svn-id: svn://kolibrios.org@3638 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-10 20:19:12 +00:00 |
|
hidnplayr
|
20ce7bf7bd
|
bugfix in SOCKET_bind
git-svn-id: svn://kolibrios.org@3637 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-10 18:56:49 +00:00 |
|
CleverMouse
|
afab73e955
|
fix sysfn 70.4 with new size = current size
git-svn-id: svn://kolibrios.org@3631 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-10 11:00:38 +00:00 |
|
Sergey Semyonov (Serge)
|
c5b8b35a47
|
acpi: a hopeless attempt to optimize the kernel memory
git-svn-id: svn://kolibrios.org@3629 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-09 07:32:33 +00:00 |
|
Sergey Semyonov (Serge)
|
f272bbb588
|
kernel: reduce DRIVE_DATA array. Now kernel can handle only 64 /hd and /cd partitions
git-svn-id: svn://kolibrios.org@3627 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-08 13:08:51 +00:00 |
|
Sergey Semyonov (Serge)
|
61f55267ef
|
acpi:update
git-svn-id: svn://kolibrios.org@3626 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-08 13:00:38 +00:00 |
|
CleverMouse
|
bf4022be57
|
be more fair
git-svn-id: svn://kolibrios.org@3617 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-07 17:05:31 +00:00 |
|
CleverMouse
|
30b17fb697
|
allow high-priority threads to wakeup after any IRQ, not just timer
git-svn-id: svn://kolibrios.org@3615 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-07 16:46:52 +00:00 |
|
shikhin
|
d4216492e1
|
Fixed sys_msg_board (fn 63) to not rely on cross_order and take arguments in original order.
git-svn-id: svn://kolibrios.org@3614 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-07 14:12:54 +00:00 |
|
CleverMouse
|
37b9069351
|
preprocess fat chain for ramdisk before APIC initialization accesses it
git-svn-id: svn://kolibrios.org@3613 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-07 08:46:54 +00:00 |
|
CleverMouse
|
5f85d6b8f5
|
fix r3536
git-svn-id: svn://kolibrios.org@3611 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-06 10:50:52 +00:00 |
|
hidnplayr
|
c30fb05dcc
|
Loopback device now works with entire 127.0.0.1/8 range, and also keeps some stats.
git-svn-id: svn://kolibrios.org@3610 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-06 06:08:45 +00:00 |
|
hidnplayr
|
e395aa6070
|
bugfixes in ARP
git-svn-id: svn://kolibrios.org@3609 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-06 05:19:15 +00:00 |
|
Sergey Semyonov (Serge)
|
a678afc6ad
|
kernel: BytesPerScanLine removed, use _display.pitch instead
git-svn-id: svn://kolibrios.org@3606 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-05 09:29:50 +00:00 |
|
hidnplayr
|
52893d0ce3
|
More timer bugfixes for TCP_output.
git-svn-id: svn://kolibrios.org@3603 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-05 00:53:57 +00:00 |
|
hidnplayr
|
7ce53df3a1
|
Fixed bugs in new ARP code and TCP_output.
git-svn-id: svn://kolibrios.org@3602 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-05 00:44:59 +00:00 |
|
hidnplayr
|
c0fe9dddf7
|
Improved loopback device, separate ARP tables for every interface, added arpstat functionality to netstat, preparing zeroconf to work on multiple interfaces, improved API (fn 76, fn 74), fixed some bugs.
git-svn-id: svn://kolibrios.org@3601 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-05 00:21:20 +00:00 |
|
hidnplayr
|
c2bc66096c
|
Renamed some variables and constants in network code, removed NET_set_default function, improved TCP timers
git-svn-id: svn://kolibrios.org@3600 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-04 14:12:37 +00:00 |
|
CleverMouse
|
1267799afd
|
do not use macro in sec_loader
git-svn-id: svn://kolibrios.org@3599 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-04 11:16:20 +00:00 |
|
CleverMouse
|
a77e7ee15d
|
make macro for push imm/pop dst
git-svn-id: svn://kolibrios.org@3598 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-04 11:14:37 +00:00 |
|
Sergey Semyonov (Serge)
|
e80ec77b74
|
kernel: epic win. return to new cheat delay_hs
git-svn-id: svn://kolibrios.org@3597 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-04 08:04:42 +00:00 |
|
Sergey Semyonov (Serge)
|
a830f8e6f3
|
kernel: epic fail. revert to old delay_hs code
git-svn-id: svn://kolibrios.org@3596 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-03 20:16:51 +00:00 |
|
Sergey Semyonov (Serge)
|
315305ed2a
|
Kernel: cheap and cheat delay_hs
git-svn-id: svn://kolibrios.org@3595 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-03 19:47:50 +00:00 |
|
Sergey Semyonov (Serge)
|
ddb6fa98f4
|
kernel: quick fix for 3588
git-svn-id: svn://kolibrios.org@3592 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-03 10:50:25 +00:00 |
|
Sergey Semyonov (Serge)
|
5ad3d16abe
|
kernel: enable these ugly 24bpp videomodes again
git-svn-id: svn://kolibrios.org@3591 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-03 10:35:59 +00:00 |
|
Sergey Semyonov (Serge)
|
8dd796543b
|
acpi:update
git-svn-id: svn://kolibrios.org@3589 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-02 10:40:22 +00:00 |
|
Sergey Semyonov (Serge)
|
996be4829b
|
kernel: minor optimizations
git-svn-id: svn://kolibrios.org@3588 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-06-02 09:36:14 +00:00 |
|
CleverMouse
|
01573335f1
|
and another one
git-svn-id: svn://kolibrios.org@3579 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-05-31 17:53:53 +00:00 |
|
CleverMouse
|
fd419b402d
|
make comment correct, resolve #64
git-svn-id: svn://kolibrios.org@3578 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-05-31 17:51:17 +00:00 |
|
CleverMouse
|
f5abfdf5cc
|
update documentation
git-svn-id: svn://kolibrios.org@3577 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-05-30 14:00:40 +00:00 |
|
Sergey Semyonov (Serge)
|
70b7b47b34
|
kernel: fix for 3558
git-svn-id: svn://kolibrios.org@3576 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-05-30 05:24:54 +00:00 |
|
Artem Jerdev (art_zh)
|
f138c2f662
|
Fusion frequencies detection
git-svn-id: svn://kolibrios.org@3573 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-05-29 23:16:18 +00:00 |
|
hidnplayr
|
49266cf1ea
|
Updated socket API documentation
git-svn-id: svn://kolibrios.org@3571 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-05-29 13:47:55 +00:00 |
|
CleverMouse
|
3fc8b505e2
|
remove old attempts to write something USB-related, they are not actual anymore
git-svn-id: svn://kolibrios.org@3568 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-05-29 12:48:49 +00:00 |
|
CleverMouse
|
c4636d1b86
|
remove hopelessly obsolete branch
git-svn-id: svn://kolibrios.org@3567 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-05-29 12:45:44 +00:00 |
|
hidnplayr
|
8e107a1443
|
Socket_receive: return -1 when socket is closed.
git-svn-id: svn://kolibrios.org@3565 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-05-29 11:46:06 +00:00 |
|
Sergey Semyonov (Serge)
|
f08dd2c7ab
|
Kernel: remove ENABLE_TASKSWITCH PS2_CHUNK stack_data_start eth_data_start eth_data_start stack_data_end resendQ
git-svn-id: svn://kolibrios.org@3560 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-05-28 19:56:59 +00:00 |
|
hidnplayr
|
0c73d15f63
|
Delete old net branch
git-svn-id: svn://kolibrios.org@3559 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-05-28 19:53:40 +00:00 |
|
Sergey Semyonov (Serge)
|
d81e718e9b
|
Kernel: remove useless MOUSE_DOWN MOUSE_BACKGROUND DONT_DRAW_MOUSE.
git-svn-id: svn://kolibrios.org@3558 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-05-28 19:40:50 +00:00 |
|
hidnplayr
|
e93a49b442
|
Disabled network debug output by default.
git-svn-id: svn://kolibrios.org@3556 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-05-28 19:19:23 +00:00 |
|
Sergey Semyonov (Serge)
|
3adc7b1d8e
|
acpi:update
git-svn-id: svn://kolibrios.org@3555 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-05-28 19:09:31 +00:00 |
|
hidnplayr
|
e4cf34c0de
|
Merge new network stack with trunk
git-svn-id: svn://kolibrios.org@3545 a494cfbc-eb01-0410-851d-a64ba20cac60
|
2013-05-28 17:34:26 +00:00 |
|