# # ChangeLog for uspace/srv in mainline # # Generated by Trac 1.6 # 2026-01-08T08:04:33Z Sun, 12 Feb 2012 20:09:36 GMT Jiri Svoboda [df15e5f] * uspace/srv/ethip/ethip_nic.c (modified) * uspace/srv/ethip/pdu.c (modified) * uspace/srv/tcp/tcp.c (modified) Fix bug in MAC address decoding. Sun, 12 Feb 2012 19:36:32 GMT Jiri Svoboda [4f64a523] * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/srv/ethip/ethip.c (modified) * uspace/srv/ethip/ethip_nic.c (modified) Need to limit iplink to a single client connection. Sat, 11 Feb 2012 19:11:08 GMT Jiri Svoboda [1493811] * uspace/srv/ethip/Makefile (modified) * uspace/srv/ethip/ethip.c (modified) * uspace/srv/ethip/ethip.h (modified) * uspace/srv/ethip/ethip_nic.c (modified) * uspace/srv/ethip/ethip_nic.h (modified) * uspace/srv/ethip/pdu.c (added) * uspace/srv/ethip/pdu.h (added) * uspace/srv/ethip/std.h (added) Ethernet PDU encoding and decoding. Thu, 09 Feb 2012 22:57:05 GMT Jiri Svoboda [e767dbf] * uspace/srv/inet/addrobj.c (modified) * uspace/srv/inet/addrobj.h (modified) * uspace/srv/inet/inet.c (modified) * uspace/srv/inet/inet.h (modified) * uspace/srv/inet/inet_link.c (modified) * uspace/srv/inet/inet_std.h (added) * uspace/srv/inet/pdu.c (modified) * uspace/srv/inet/pdu.h (modified) Sketch IP PDU encoding and decoding. Unify IP packet routing. Mon, 06 Feb 2012 17:38:50 GMT Jiri Svoboda [ceba4bed] * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/srv/inet/Makefile (modified) * uspace/srv/inet/addrobj.c (added) * uspace/srv/inet/addrobj.h (added) * uspace/srv/inet/inet.c (modified) * uspace/srv/inet/inet.h (modified) * uspace/srv/inet/inet_link.c (modified) * uspace/srv/inet/inet_link.h (modified) * uspace/srv/inet/pdu.c (added) * uspace/srv/inet/pdu.h (added) Introduce address object. Sketch sending outgoing datagrams to ... Mon, 06 Feb 2012 16:12:58 GMT Jiri Svoboda [bc38578] * uspace/srv/ethip/ethip.c (modified) * uspace/srv/ethip/ethip.h (modified) * uspace/srv/ethip/ethip_nic.c (modified) * uspace/srv/ethip/ethip_nic.h (modified) Identify incoming IP link connections. Mon, 06 Feb 2012 12:43:31 GMT Jiri Svoboda [06295a9] * uspace/srv/ethip/Makefile (modified) * uspace/srv/ethip/ethip.c (modified) * uspace/srv/ethip/ethip.h (added) * uspace/srv/ethip/ethip_nic.c (added) * uspace/srv/ethip/ethip_nic.h (added) NIC discovery in ethip. Create one IP link for each NIC. Fri, 03 Feb 2012 16:46:10 GMT Jiri Svoboda [e2e56e67] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/ethip/Makefile (added) * uspace/srv/ethip/ethip.c (added) * uspace/srv/inet/Makefile (modified) * uspace/srv/inet/inet.c (modified) * uspace/srv/inet/inet_link.c (added) * uspace/srv/inet/inet_link.h (added) * uspace/srv/loc/loc.c (modified) Stub IP/Ethernet server. Implement IP link discovery in inet server. Thu, 02 Feb 2012 15:18:46 GMT Jiri Svoboda [59157eb] * uspace/lib/c/generic/inet.c (modified) * uspace/srv/inet/inet.c (modified) * uspace/srv/inet/inet.h (added) * uspace/srv/tcp/tcp.c (modified) Implement INET_EV_RECV IPC. Wed, 01 Feb 2012 22:06:05 GMT Jiri Svoboda [ecff3d9] * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/srv/inet/inet.c (modified) * uspace/srv/tcp/tcp.c (modified) Implement inet client IPC communication. Fix bug in inet_init(). Wed, 01 Feb 2012 21:18:27 GMT Jiri Svoboda [c76e926] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/inet.c (added) * uspace/lib/c/include/inet/inet.h (added) * uspace/lib/c/include/ipc/inet.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/srv/inet/Makefile (added) * uspace/srv/inet/inet.c (added) * uspace/srv/tcp/Makefile (modified) * uspace/srv/tcp/sock.c (modified) * uspace/srv/tcp/sock.h (modified) * uspace/srv/tcp/tcp.c (modified) * uspace/srv/tcp/tcp.h (modified) Sketch inet client API, inet server. Use inet client API for TCP, ... Mon, 30 Jan 2012 21:18:04 GMT Jiri Svoboda [4d9fe7b] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/net/cfg/e1k.nic (deleted) * uspace/srv/net/cfg/general (deleted) * uspace/srv/net/cfg/lo.nic (deleted) * uspace/srv/net/cfg/ne2k.nic (deleted) * uspace/srv/net/il/arp/Makefile (deleted) * uspace/srv/net/il/arp/arp.c (deleted) * uspace/srv/net/il/arp/arp.h (deleted) * uspace/srv/net/il/ip/Makefile (deleted) * uspace/srv/net/il/ip/ip.c (deleted) * uspace/srv/net/il/ip/ip.h (deleted) * uspace/srv/net/net/Makefile (deleted) * uspace/srv/net/net/net.c (deleted) * uspace/srv/net/net/net.h (deleted) * uspace/srv/net/net/packet_server.c (deleted) * uspace/srv/net/net/packet_server.h (deleted) * uspace/srv/net/nil/eth/Makefile (deleted) * uspace/srv/net/nil/eth/eth.c (deleted) * uspace/srv/net/nil/eth/eth.h (deleted) * uspace/srv/net/nil/nildummy/Makefile (deleted) * uspace/srv/net/nil/nildummy/nildummy.c (deleted) * uspace/srv/net/nil/nildummy/nildummy.h (deleted) * uspace/srv/net/tl/icmp/Makefile (deleted) * uspace/srv/net/tl/icmp/icmp.c (deleted) * uspace/srv/net/tl/udp/Makefile (deleted) * uspace/srv/net/tl/udp/udp.c (deleted) * uspace/srv/net/tl/udp/udp.h (deleted) * uspace/srv/net/tl/udp/udp_header.h (deleted) * uspace/srv/tcp/Makefile (moved) * uspace/srv/tcp/conn.c (moved) * uspace/srv/tcp/conn.h (moved) * uspace/srv/tcp/iqueue.c (moved) * uspace/srv/tcp/iqueue.h (moved) * uspace/srv/tcp/ncsim.c (moved) * uspace/srv/tcp/ncsim.h (moved) * uspace/srv/tcp/pdu.c (moved) * uspace/srv/tcp/pdu.h (moved) * uspace/srv/tcp/rqueue.c (moved) * uspace/srv/tcp/rqueue.h (moved) * uspace/srv/tcp/segment.c (moved) * uspace/srv/tcp/segment.h (moved) * uspace/srv/tcp/seq_no.c (moved) * uspace/srv/tcp/seq_no.h (moved) * uspace/srv/tcp/sock.c (moved) * uspace/srv/tcp/sock.h (moved) * uspace/srv/tcp/std.h (moved) * uspace/srv/tcp/tcp.c (moved) * uspace/srv/tcp/tcp.h (moved) * uspace/srv/tcp/tcp_type.h (moved) * uspace/srv/tcp/test.c (moved) * uspace/srv/tcp/test.h (moved) * uspace/srv/tcp/tqueue.c (moved) * uspace/srv/tcp/tqueue.h (moved) * uspace/srv/tcp/ucall.c (moved) * uspace/srv/tcp/ucall.h (moved) Remove network stack under uspace/srv/net (except TCP). Fri, 27 Jan 2012 12:57:15 GMT Jiri Svoboda [790d6d1] * uspace/srv/net/cfg/e1k.nic (modified) * uspace/srv/net/cfg/ne2k.nic (modified) Revert unintentional change in configuration. Fri, 27 Jan 2012 12:54:09 GMT Jiri Svoboda [9cd8165] * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/include/device/nic.h (modified) * uspace/lib/c/include/net/device.h (modified) * uspace/lib/c/include/nic/nic.h (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/nic/include/nic_driver.h (modified) * uspace/lib/nic/include/nic_ev.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/srv/net/cfg/e1k.nic (modified) * uspace/srv/net/cfg/ne2k.nic (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) NIC does not need nic_device_id_t. Now it exists just inside net. Not ... Wed, 25 Jan 2012 17:29:51 GMT Martin Decky [5cc9eba] * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/lo/lo.c (modified) * uspace/drv/nic/rtl8139/general.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/srv/loc/loc.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) cstyle (no change in functionality) Sun, 22 Jan 2012 14:18:38 GMT Jiri Svoboda [10a5479d] * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/net/net/net.c (modified) Prevent callbacks from racing. This was probably the culprit which ... Sun, 22 Jan 2012 10:40:07 GMT Jiri Svoboda [8d7ec69d] * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/include/device/nic.h (modified) * uspace/lib/c/include/ipc/nil.h (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/net/include/nil_remote.h (modified) * uspace/lib/net/nil/nil_remote.c (modified) * uspace/lib/nic/Makefile (modified) * uspace/lib/nic/include/nic_driver.h (modified) * uspace/lib/nic/include/nic_ev.h (added) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_ev.c (added) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) NIC should talk to its client via a callback connection with NIC- ... Sat, 21 Jan 2012 15:06:51 GMT Jiri Svoboda [77a69ea] * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/net.h (modified) * uspace/lib/c/include/ipc/net_net.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/net/generic/net_remote.c (modified) * uspace/lib/net/include/net_interface.h (modified) * uspace/lib/net/include/nil_remote.h (modified) * uspace/lib/net/nil/nil_remote.c (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/loc/loc.c (modified) * uspace/srv/net/cfg/e1k.nic (modified) * uspace/srv/net/cfg/lo.nic (modified) * uspace/srv/net/cfg/ne2k.nic (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth.h (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/nil/nildummy/nildummy.h (modified) Allow multiple tasks to register for loc category change events. ... Thu, 19 Jan 2012 08:13:45 GMT Jiri Svoboda [1bc35b5] * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/e1k/e1k.h (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/driver.h (modified) * uspace/lib/net/include/nil_remote.h (modified) * uspace/lib/net/nil/nil_remote.c (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_rx_control.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) Remove most use of packet_t from NIC drivers. Sun, 15 Jan 2012 14:06:02 GMT Vojtech Horky [bd79281] * uspace/srv/hid/remcons/user.h (modified) remcons: be queit in non-debug build Sun, 15 Jan 2012 13:51:09 GMT Vojtech Horky [a1347a7] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/char/i8042/Makefile (moved) * uspace/drv/char/i8042/buffer.h (added) * uspace/drv/char/i8042/i8042.c (added) * uspace/drv/char/i8042/i8042.h (added) * uspace/drv/char/i8042/i8042.ma (added) * uspace/drv/char/i8042/main.c (added) * uspace/drv/char/ps2mouse/Makefile (added) * uspace/drv/char/ps2mouse/chardev.c (added) * uspace/drv/char/ps2mouse/chardev.h (moved) * uspace/drv/char/ps2mouse/main.c (added) * uspace/drv/char/ps2mouse/ps2mouse.c (added) * uspace/drv/char/ps2mouse/ps2mouse.h (added) * uspace/drv/char/ps2mouse/ps2mouse.ma (added) * uspace/drv/char/xtkbd/Makefile (added) * uspace/drv/char/xtkbd/chardev.c (added) * uspace/drv/char/xtkbd/chardev.h (added) * uspace/drv/char/xtkbd/main.c (added) * uspace/drv/char/xtkbd/xtkbd.c (added) * uspace/drv/char/xtkbd/xtkbd.h (added) * uspace/drv/char/xtkbd/xtkbd.ma (added) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/lo/lo.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/dp8390.h (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/include/device/nic.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_driver.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/mouse.h (modified) * uspace/srv/hid/input/include/mouse_proto.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/port/chardev_mouse.c (deleted) * uspace/srv/hid/input/proto/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/input/proto/ps2.c (deleted) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/i8042/i8042.c (deleted) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) Merge mainline changes Sat, 14 Jan 2012 23:31:26 GMT Martin Decky [f302586] * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) make sure the client_connection is explicitly set at most once it is ... Sat, 14 Jan 2012 11:07:34 GMT Jiri Svoboda [6d8455d] * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/lo/lo.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/dp8390.h (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/include/device/nic.h (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_driver.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) Eliminate packet_t from sending direction of NIC interface. Sat, 14 Jan 2012 09:53:41 GMT Jan Vesely [f991b6b] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/char/i8042/Makefile (moved) * uspace/drv/char/i8042/buffer.h (added) * uspace/drv/char/i8042/i8042.c (added) * uspace/drv/char/i8042/i8042.h (added) * uspace/drv/char/i8042/i8042.ma (added) * uspace/drv/char/i8042/main.c (added) * uspace/drv/char/ps2mouse/Makefile (added) * uspace/drv/char/ps2mouse/chardev.c (added) * uspace/drv/char/ps2mouse/chardev.h (moved) * uspace/drv/char/ps2mouse/main.c (added) * uspace/drv/char/ps2mouse/ps2mouse.c (added) * uspace/drv/char/ps2mouse/ps2mouse.h (added) * uspace/drv/char/ps2mouse/ps2mouse.ma (added) * uspace/drv/char/xtkbd/Makefile (added) * uspace/drv/char/xtkbd/chardev.c (added) * uspace/drv/char/xtkbd/chardev.h (added) * uspace/drv/char/xtkbd/main.c (added) * uspace/drv/char/xtkbd/xtkbd.c (added) * uspace/drv/char/xtkbd/xtkbd.h (added) * uspace/drv/char/xtkbd/xtkbd.ma (added) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/mouse.h (modified) * uspace/srv/hid/input/include/mouse_proto.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/port/chardev_mouse.c (deleted) * uspace/srv/hid/input/proto/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/input/proto/ps2.c (deleted) * uspace/srv/hw/char/i8042/i8042.c (deleted) Merge i8042//kbd/mouse DDF drivers. Thu, 12 Jan 2012 12:19:51 GMT Vojtech Horky [03e0a244] * uspace/srv/hid/remcons/remcons.c (modified) remcons: display welcome message Thu, 12 Jan 2012 11:03:17 GMT Vojtech Horky [178d6a3] * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) remcons: handle backspace The handling is a bit hackish because the ... Thu, 12 Jan 2012 10:07:40 GMT Vojtech Horky [c17c4e28] * uspace/srv/hid/remcons/user.c (modified) remcons: better key translation Thu, 12 Jan 2012 09:45:21 GMT Vojtech Horky [2a180307] * uspace/srv/hid/remcons/telnet.h (modified) * uspace/srv/hid/remcons/user.c (modified) remcons: ignore telnet commands Thu, 12 Jan 2012 09:29:00 GMT Vojtech Horky [99c2e9f3] * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) remcons: more refactoring Thu, 12 Jan 2012 08:48:51 GMT Vojtech Horky [261bbdc] * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) remcons: attribute renaming Thu, 12 Jan 2012 08:47:09 GMT Vojtech Horky [5923cf82] * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) remcons: add comments Thu, 12 Jan 2012 08:38:13 GMT Vojtech Horky [d545d03] * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) * uspace/srv/hid/remcons/user.h (modified) remcons: unify log/error messages Thu, 12 Jan 2012 08:16:42 GMT Vojtech Horky [8562724] * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) remcons: minor refactoring Thu, 12 Jan 2012 08:10:14 GMT Vojtech Horky [30d4706] * uspace/srv/hid/remcons/Makefile (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (added) * uspace/srv/hid/remcons/user.c (added) * uspace/srv/hid/remcons/user.h (added) remcons: split source into more files Thu, 12 Jan 2012 07:47:51 GMT Vojtech Horky [787b65b] * uspace/srv/hid/remcons/remcons.c (modified) remcons: variable/type renaming The most fundamental change is that ... Wed, 11 Jan 2012 16:25:44 GMT Vojtech Horky [1870d81] * uspace/srv/hid/remcons/remcons.c (modified) remcons: kill task on socket close Timeout variants are needed ... Tue, 10 Jan 2012 14:59:39 GMT Vojtech Horky [7c2bb2c] * uspace/srv/hid/remcons/remcons.c (modified) remcons: spawn task in separate fibril Tue, 10 Jan 2012 14:51:09 GMT Vojtech Horky [3806317] * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/telnet.h (added) remcons: move telnet commands to telnet.h Mon, 09 Jan 2012 18:05:37 GMT Vojtech Horky [6f7cd5d] * uspace/srv/hid/remcons/remcons.c (modified) remcons: safer wrt. fibrils Mon, 09 Jan 2012 17:52:42 GMT Vojtech Horky [5576358] * uspace/srv/hid/remcons/remcons.c (modified) remcons: add wrappers for client_t Mon, 09 Jan 2012 17:28:28 GMT Vojtech Horky [21a9869] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/hid/remcons/Makefile (added) * uspace/srv/hid/remcons/remcons.c (added) Start work on telnet-like server (remcons) Wed, 04 Jan 2012 01:03:22 GMT Jan Vesely [a8bf1ea] * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/mouse_proto.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/port/chardev_mouse.c (deleted) * uspace/srv/hid/input/proto/ps2.c (deleted) input: Remove traces of ps2 mouse and keyboard. We don't need those ... Wed, 04 Jan 2012 00:53:57 GMT Jan Vesely [41c9a22] * boot/arch/ia64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/srv/hw/char/i8042/Makefile (deleted) * uspace/srv/hw/char/i8042/i8042.c (deleted) * uspace/srv/hw/char/i8042/i8042.h (deleted) Remove srv/char/i8042. This leaves ia64 without input drivers. ... Sun, 01 Jan 2012 21:57:09 GMT Jan Vesely [1dea6d7] * uspace/srv/hid/input/generic/input.c (modified) hid/input: Add TODO note. Thu, 29 Dec 2011 14:47:00 GMT Jiri Svoboda [ae481e0] * uspace/app/websrv/websrv.c (modified) * uspace/srv/net/tl/tcp/conn.c (modified) * uspace/srv/net/tl/tcp/sock.c (modified) * uspace/srv/net/tl/tcp/tcp_type.h (modified) * uspace/srv/net/tl/tcp/test.c (modified) * uspace/srv/net/tl/tcp/ucall.c (modified) * uspace/srv/net/tl/tcp/ucall.h (modified) Implement listening backlog. Wed, 28 Dec 2011 11:46:33 GMT Jan Vesely [edb3cf2] * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/mouse.h (modified) * uspace/srv/hid/input/proto/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/input/proto/ps2.c (modified) input: Move mouse wheel handling to input service. Mon, 26 Dec 2011 19:58:08 GMT Jan Vesely [4005e37a] * uspace/srv/hid/input/generic/input.c (modified) input: Stop looking for non-existent devices on ia32/amd64. Fri, 23 Dec 2011 09:56:54 GMT Jiri Svoboda [2f0dd2a] * uspace/srv/net/tl/tcp/conn.c (modified) Stricter RST processing in Syn-sent state. Thu, 22 Dec 2011 23:00:09 GMT Jiri Svoboda [fe5e9629] * uspace/srv/net/tl/tcp/segment.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) Decode PDUs with header options correctly. Form reset reply correctly. Mon, 19 Dec 2011 18:50:17 GMT Jiri Svoboda [a438de48] * uspace/app/websrv/websrv.c (modified) * uspace/srv/net/tl/tcp/conn.c (modified) * uspace/srv/net/tl/tcp/conn.h (modified) * uspace/srv/net/tl/tcp/sock.c (modified) * uspace/srv/net/tl/tcp/tcp_type.h (modified) * uspace/srv/net/tl/tcp/tqueue.c (modified) * uspace/srv/net/tl/tcp/ucall.c (modified) * uspace/srv/net/tl/tcp/ucall.h (modified) Merge TCP improvements. Mon, 19 Dec 2011 17:38:53 GMT Martin Decky [58f6229] * uspace/srv/hw/irc/obio/obio.c (modified) fix compilation on sparc64 Mon, 19 Dec 2011 17:30:39 GMT Martin Decky [fbcdeb8] * abi/include/ipc/methods.h (modified) * abi/include/syscall.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/klog/klog.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/mman.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/fb/imgmap.c (modified) * uspace/lib/fb/screenbuffer.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/net/generic/packet_remote.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/port/ega.c (modified) * uspace/srv/hid/fb/port/kchar.c (modified) * uspace/srv/hid/fb/port/kfb.c (modified) * uspace/srv/hid/fb/port/niagara.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/vfs/vfs.c (modified) Remove the two-phase way of creating virtual memory areas (first ... Mon, 19 Dec 2011 15:42:29 GMT Martin Decky [f044e96] * abi/include/syscall.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/srv/hid/input/port/gxemul.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) use systematic names * register_irq -> irq_register * ... Sat, 17 Dec 2011 13:22:25 GMT Martin Decky [1761268] * kernel/generic/src/ipc/sysipc.c (modified) * uspace/srv/net/net/packet_server.c (modified) cstyle (no change in functionality) Fri, 16 Dec 2011 21:15:37 GMT Martin Decky [c4be33a] * boot/Makefile.common (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/e1k/e1k.h (modified) * uspace/srv/net/cfg/e1k.nic (added) e1k: reflect infrastructure changes, more code cleanup, enable by default Fri, 16 Dec 2011 19:19:11 GMT Jiri Svoboda [522a4f9] * uspace/srv/net/tl/tcp/sock.c (modified) It is okay to get TCP_ENOTEXIST when closing socket. Fri, 16 Dec 2011 18:55:14 GMT Jiri Svoboda [415578ef] * uspace/app/websrv/websrv.c (modified) * uspace/srv/net/tl/tcp/sock.c (modified) Not all sockets are connected. Fri, 16 Dec 2011 18:37:01 GMT Jiri Svoboda [e1c6dde9] * uspace/srv/net/tl/tcp/conn.c (modified) Add one reference for being in connection map. Fri, 16 Dec 2011 18:04:30 GMT Jiri Svoboda [0edaf0f6] * uspace/srv/net/tl/tcp/conn.c (modified) * uspace/srv/net/tl/tcp/conn.h (modified) * uspace/srv/net/tl/tcp/tcp_type.h (modified) * uspace/srv/net/tl/tcp/tqueue.c (modified) * uspace/srv/net/tl/tcp/ucall.c (modified) Revamp connection synchronization. Wed, 14 Dec 2011 17:11:31 GMT Jiri Svoboda [7a8c1c4e] * uspace/srv/net/tl/tcp/conn.c (modified) * uspace/srv/net/tl/tcp/conn.h (modified) * uspace/srv/net/tl/tcp/sock.c (modified) * uspace/srv/net/tl/tcp/tcp_type.h (modified) * uspace/srv/net/tl/tcp/ucall.c (modified) * uspace/srv/net/tl/tcp/ucall.h (modified) Deallocate connection structures. Tue, 13 Dec 2011 17:06:25 GMT Jiri Svoboda [bbf159a] * uspace/srv/net/tl/tcp/conn.c (modified) * uspace/srv/net/tl/tcp/tcp_type.h (modified) * uspace/srv/net/tl/tcp/tqueue.c (modified) * uspace/srv/net/tl/tcp/ucall.c (modified) Eliminate busy waiting when TCP send buffer is full. Mon, 12 Dec 2011 20:23:53 GMT Jakub Jermar [63bcbbc] * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_dentry.c (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) Merge from lp:exfat-helenos. Sun, 11 Dec 2011 22:13:45 GMT Jiri Svoboda [0d29e0cd] * uspace/srv/net/tl/tcp/ucall.c (modified) Fix infinite loop when send buffer is full. Sun, 11 Dec 2011 16:12:58 GMT Maurizio Lombardi [80ec9b8] * uspace/srv/fs/exfat/exfat_ops.c (modified) exfat: exfat_create_node(), set the content of the first cluster of ... Sun, 11 Dec 2011 15:03:59 GMT Maurizio Lombardi [1776895] * uspace/srv/fs/exfat/exfat_fat.c (modified) exfat: Add filesystem sanity check. Sun, 11 Dec 2011 13:13:02 GMT Maurizio Lombardi [92d9406] * uspace/srv/fs/exfat/exfat_directory.c (modified) exfat: cstyle fixes Sun, 11 Dec 2011 11:46:14 GMT Maurizio Lombardi [7a6690d8] * uspace/srv/fs/exfat/exfat_dentry.c (modified) exfat: check the file name for invalid characters. Sat, 10 Dec 2011 17:47:54 GMT Maurizio Lombardi [6722766] * uspace/srv/fs/exfat/exfat_ops.c (modified) exfat: exfat_read(), close the directory instance in case of error. Sat, 10 Dec 2011 11:26:10 GMT Jiri Svoboda [b5eae30] * uspace/srv/net/tl/tcp/tcp.c (modified) Supress debugging message. Sat, 10 Dec 2011 10:50:59 GMT Maurizio Lombardi [76da580a] * uspace/srv/fs/exfat/exfat_ops.c (modified) exfat: cstyle fixes Sat, 10 Dec 2011 10:41:05 GMT Maurizio Lombardi [8d2cd8b] * uspace/srv/fs/exfat/exfat_ops.c (modified) exfat: exfat_link(), release the directory instance and the mutex in ... Sat, 10 Dec 2011 10:15:09 GMT Maurizio Lombardi [c62751f] * uspace/srv/fs/exfat/exfat_directory.c (modified) exfat: exfat_directory_block_load(), return error if block_put() has ... Fri, 09 Dec 2011 23:30:36 GMT Jiri Svoboda [c8c43cae] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest3/Makefile (added) * uspace/app/nettest3/nettest3.c (added) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/include/bitops.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/srv/net/tl/tcp/Makefile (modified) * uspace/srv/net/tl/tcp/conn.c (added) * uspace/srv/net/tl/tcp/conn.h (added) * uspace/srv/net/tl/tcp/iqueue.c (added) * uspace/srv/net/tl/tcp/iqueue.h (added) * uspace/srv/net/tl/tcp/ncsim.c (added) * uspace/srv/net/tl/tcp/ncsim.h (added) * uspace/srv/net/tl/tcp/pdu.c (added) * uspace/srv/net/tl/tcp/pdu.h (added) * uspace/srv/net/tl/tcp/rqueue.c (added) * uspace/srv/net/tl/tcp/rqueue.h (added) * uspace/srv/net/tl/tcp/segment.c (added) * uspace/srv/net/tl/tcp/segment.h (added) * uspace/srv/net/tl/tcp/seq_no.c (added) * uspace/srv/net/tl/tcp/seq_no.h (added) * uspace/srv/net/tl/tcp/sock.c (added) * uspace/srv/net/tl/tcp/sock.h (added) * uspace/srv/net/tl/tcp/std.h (added) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/tcp/tcp.h (modified) * uspace/srv/net/tl/tcp/tcp_header.h (deleted) * uspace/srv/net/tl/tcp/tcp_type.h (added) * uspace/srv/net/tl/tcp/test.c (added) * uspace/srv/net/tl/tcp/test.h (added) * uspace/srv/net/tl/tcp/tqueue.c (added) * uspace/srv/net/tl/tcp/tqueue.h (added) * uspace/srv/net/tl/tcp/ucall.c (added) * uspace/srv/net/tl/tcp/ucall.h (added) Merge TCP rewrite. Fri, 09 Dec 2011 23:26:08 GMT Jiri Svoboda [a52de0e] * uspace/srv/net/tl/tcp/conn.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) Disable TCP debugging features. Fri, 09 Dec 2011 23:09:23 GMT Jiri Svoboda [cd79391] * uspace/srv/hw/netif/ne2000/dp8390.c (modified) Fix ne2k driver not transmitting last byte of even-sized frame properly. Fri, 09 Dec 2011 21:11:38 GMT Maurizio Lombardi [071ff5fa] * uspace/srv/fs/exfat/exfat_fat.c (modified) exfat: exfat_alloc_clusters(), return the correct error code in case ... Fri, 09 Dec 2011 21:10:04 GMT Maurizio Lombardi [2747dd85] * uspace/srv/fs/exfat/exfat_bitmap.c (modified) exfat: remove unused #include Fri, 09 Dec 2011 18:59:16 GMT Jiri Svoboda [74c99b5] * uspace/srv/net/tl/tcp/tqueue.c (modified) * uspace/srv/net/tl/tcp/ucall.c (modified) Segments in retransmission queue need to have SEQ set. Fri, 09 Dec 2011 17:36:44 GMT Jiri Svoboda [03be171] * uspace/srv/net/tl/tcp/conn.c (modified) Fix bug in RST processing. Fri, 09 Dec 2011 16:06:28 GMT Jiri Svoboda [d9e14fa4] * uspace/srv/net/tl/tcp/conn.c (modified) * uspace/srv/net/tl/tcp/sock.c (modified) * uspace/srv/net/tl/tcp/tcp_type.h (modified) * uspace/srv/net/tl/tcp/ucall.c (modified) Implement RST processing. Fri, 09 Dec 2011 12:38:13 GMT Jakub Jermar [db8a034] * uspace/srv/fs/exfat/exfat_directory.c (modified) Merge from lp:exfat-helenos. Thu, 08 Dec 2011 23:29:06 GMT Jiri Svoboda [0ac2158] * uspace/srv/net/tl/tcp/pdu.c (modified) * uspace/srv/net/tl/tcp/sock.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/tcp/tcp.h (modified) * uspace/srv/net/tl/tcp/tcp_type.h (modified) * uspace/srv/net/tl/tcp/test.c (modified) * uspace/srv/net/tl/tcp/ucall.c (modified) * uspace/srv/net/tl/tcp/ucall.h (modified) Determine local IP address, fill it in pseudo header. Thu, 08 Dec 2011 22:12:00 GMT Maurizio Lombardi [04aaed8f] * uspace/srv/fs/exfat/exfat_directory.c (modified) exfat: Ticket #370, fix a bug in the exfat_directory_write_file() ... Thu, 08 Dec 2011 21:44:25 GMT Maurizio Lombardi [a885ab8] * uspace/srv/fs/exfat/exfat_directory.c (modified) exfat: Invalidate block pointer after calling block_put() Thu, 08 Dec 2011 20:16:41 GMT Martin Decky [b5daa89] * uspace/srv/bd/rd/rd.c (modified) align RAM disk size to block size cstyle Thu, 08 Dec 2011 20:13:04 GMT Maurizio Lombardi [055be8a] * uspace/srv/fs/exfat/exfat_directory.c (modified) exfat: Fix memory leak in the exfat_directory_sync_file() function. Thu, 08 Dec 2011 11:11:13 GMT Jakub Jermar [190c943] * uspace/srv/fs/exfat/exfat_directory.c (modified) Merge from lp:exfat-helenos. Thu, 08 Dec 2011 11:09:49 GMT Jakub Jermar [24df3834] * uspace/lib/minix/minix.h (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_inode.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) Merge from lp:mfs. Wed, 07 Dec 2011 20:13:06 GMT Maurizio Lombardi [b741888] * uspace/srv/fs/exfat/exfat_directory.c (modified) exfat: exfat_directory_block_load() should return error if ... Wed, 07 Dec 2011 19:27:35 GMT Maurizio Lombardi [78257fe] * uspace/srv/fs/exfat/exfat_directory.c (modified) exfat: Ticket #369, fix directory entry deletion; the "pos" parameter ... Mon, 05 Dec 2011 22:46:26 GMT Jiri Svoboda [5f9ecd3] * uspace/srv/net/tl/tcp/pdu.c (modified) Send meaningful Data Offset field. Mon, 05 Dec 2011 17:34:32 GMT Jiri Svoboda [bf600510] * uspace/srv/net/tl/tcp/ucall.c (modified) Listen on non-local IP adresses, too. Sun, 04 Dec 2011 12:46:44 GMT Jiri Svoboda [3aa2642a] * uspace/srv/net/tl/tcp/conn.c (modified) * uspace/srv/net/tl/tcp/sock.c (modified) * uspace/srv/net/tl/tcp/tcp_type.h (modified) * uspace/srv/net/tl/tcp/ucall.c (modified) Allow accepting connection from arbitray foreign address, port. Thu, 01 Dec 2011 19:28:49 GMT Jiri Svoboda [704586fb] * uspace/srv/net/tl/tcp/conn.c (modified) * uspace/srv/net/tl/tcp/sock.c (modified) * uspace/srv/net/tl/tcp/tqueue.c (modified) * uspace/srv/net/tl/tcp/tqueue.h (modified) * uspace/srv/net/tl/tcp/ucall.c (modified) Fix RST to refuse connection and handle it properly in connect(). Wed, 30 Nov 2011 21:36:36 GMT Jiri Svoboda [b0d82d1] * uspace/app/nettest3/nettest3.c (modified) * uspace/srv/net/tl/tcp/sock.c (modified) * uspace/srv/net/tl/tcp/ucall.c (modified) Implement socket close. Unlock mutexes on error paths. Wed, 30 Nov 2011 20:44:11 GMT Maurizio Lombardi [e895352] * uspace/srv/fs/mfs/mfs_rw.c (modified) cstyle, fix typo Wed, 30 Nov 2011 20:43:51 GMT Maurizio Lombardi [802f0b7] * uspace/srv/fs/mfs/mfs.h (modified) cstyle Wed, 30 Nov 2011 20:34:41 GMT Jiri Svoboda [23fe06c] * uspace/srv/net/tl/tcp/conn.c (modified) * uspace/srv/net/tl/tcp/sock.c (modified) * uspace/srv/net/tl/tcp/tqueue.c (modified) * uspace/srv/net/tl/tcp/ucall.c (modified) Include connection name in more debug messages. Set conn name for ... Wed, 30 Nov 2011 20:15:22 GMT Jiri Svoboda [8fcf74f] * uspace/srv/net/tl/tcp/sock.c (modified) Fix recv[from]() for active connections, connect() was missing notif. Tue, 29 Nov 2011 22:51:27 GMT Jiri Svoboda [a4ee3ab2] * uspace/lib/c/include/errno.h (modified) * uspace/srv/net/tl/tcp/sock.c (modified) * uspace/srv/net/tl/tcp/sock.h (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/tcp/test.c (modified) * uspace/srv/net/tl/tcp/ucall.c (modified) Implement listen, accept, recvfrom.