# # ChangeLog for uspace/lib/c in mainline # # Generated by Trac 1.6 # 2025-07-31T11:29:39Z Mon, 30 Jul 2012 21:34:04 GMT Martin Sucha [1772e6d] * boot/generic/src/str.c (modified) * kernel/generic/src/lib/str.c (modified) * uspace/lib/c/generic/str.c (modified) Update documentation for str_cmp and str_lcmp. This is a modified ... Mon, 30 Jul 2012 17:33:21 GMT Martin Decky [e1c0260] * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips64/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/srv/loader/interp.S (modified) improve loader .interp fix * suppress the assembler warning by ... Sun, 29 Jul 2012 23:06:56 GMT Martin Sucha [dce39b4] * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) Add a function to check if a string has a given prefix. Sun, 29 Jul 2012 20:32:05 GMT Martin Sucha [4efeab5] * boot/generic/src/str.c (modified) * kernel/generic/src/lib/str.c (modified) * uspace/lib/c/generic/str.c (modified) Update documentation for str_cmp and str_lcmp Sun, 29 Jul 2012 12:58:21 GMT Martin Sucha [13d5639] * uspace/lib/c/generic/str.c (modified) Correctly check numbers while converting them to integer. Tue, 24 Jul 2012 10:04:01 GMT Martin Decky [c828803] * uspace/lib/c/generic/malloc.c (modified) add comment describing the motivation for the alignment Mon, 23 Jul 2012 16:20:56 GMT Martin Decky [da287d1] * uspace/lib/c/generic/malloc.c (modified) cstyle (no change in functionality) Mon, 23 Jul 2012 16:15:40 GMT Martin Decky [b078a42] * uspace/lib/c/generic/malloc.c (modified) it is imperative that the _size_ of the allocated block is at least ... Mon, 23 Jul 2012 15:11:03 GMT Martin Decky [1008064] * boot/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) temporary workaround for ticket #465 (GCC bug 53975) Mon, 23 Jul 2012 04:48:55 GMT Jakub Jermar [e7c3fa0] * uspace/lib/c/generic/malloc.c (modified) Detect integer overflow in lcm() when cumputing alignment in ... Mon, 23 Jul 2012 04:22:12 GMT Jakub Jermar [7aafdb86] * uspace/lib/c/generic/malloc.c (modified) When growing heap to satisfy an allocation request of s bytes aligned ... Tue, 17 Jul 2012 14:56:57 GMT Martin Decky [9904eb90] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/drv/block/ahci/Makefile (added) * uspace/drv/block/ahci/ahci.c (added) * uspace/drv/block/ahci/ahci.h (added) * uspace/drv/block/ahci/ahci.ma (added) * uspace/drv/block/ahci/ahci_hw.h (added) * uspace/drv/block/ahci/ahci_sata.h (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/ahci.c (added) * uspace/lib/c/include/device/ahci.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_ahci.c (added) * uspace/lib/drv/include/ahci_iface.h (added) * uspace/lib/drv/include/remote_ahci.h (added) * uspace/srv/bd/sata_bd/Makefile (added) * uspace/srv/bd/sata_bd/sata_bd.c (added) * uspace/srv/bd/sata_bd/sata_bd.h (added) cherrypick initial SATA (AHCI) support, originally by Petr Jerman Wed, 13 Jun 2012 22:03:59 GMT Jiri Svoboda [a3fcfba] * uspace/app/loc/loc.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/srv/locsrv/locsrv.c (modified) In loc print server name instead of handle. Wed, 13 Jun 2012 21:44:47 GMT Jiri Svoboda [3f57fb7] * uspace/app/devctl/devctl.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/srv/devman/main.c (modified) In devctl print driver name for child of each function (and not the ... Wed, 13 Jun 2012 21:31:34 GMT Jiri Svoboda [375e501] * uspace/lib/c/generic/async.c (modified) Fix async_forget(). The reply to a forgotten message was being ... Wed, 13 Jun 2012 13:17:46 GMT Martin Decky [2902e1bb] * abi/include/proc/uarg.h (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * uspace/lib/c/arch/ia64/include/fibril.h (modified) * uspace/lib/c/arch/ia64/include/thread.h (modified) * uspace/lib/c/generic/thread.c (modified) add support for variable uspace stack size create individual address ... Wed, 13 Jun 2012 13:16:19 GMT Martin Decky [faba839] * 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/elf/elf_load.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/mman.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/sys/mman.h (modified) * uspace/lib/fb/imgmap.c (modified) * uspace/lib/fb/screenbuffer.c (modified) * uspace/lib/fs/libfs.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/vfs/vfs.c (modified) use symbolic values for address space constants Tue, 12 Jun 2012 22:09:11 GMT Jiri Svoboda [32d19f7] * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_type.h (modified) Make UDP reception asynchronous using receive fibril. Fri, 01 Jun 2012 19:00:32 GMT Martin Decky [77ad86c] * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/usb/include/usb/ddfiface.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbvirt/src/device.c (modified) cstyle (no change in functionality) Wed, 23 May 2012 12:03:26 GMT Vojtech Horky [df3f85f] * tools/checkers/clang.py (modified) * tools/checkers/stanse.py (modified) * tools/checkers/vcc.py (modified) * tools/filldir.py (modified) * tools/gentestfile.py (modified) * tools/mkfat.py (modified) * tools/mkuimage.py (modified) * tools/xstruct.py (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/TODO (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/echo/echo.c (added) * uspace/app/bdsh/cmds/modules/echo/echo.h (added) * uspace/app/bdsh/cmds/modules/echo/echo_def.h (added) * uspace/app/bdsh/cmds/modules/echo/entry.h (added) * uspace/app/bdsh/cmds/modules/help/help.h (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/printf/TODO (added) * uspace/app/bdsh/cmds/modules/printf/entry.h (added) * uspace/app/bdsh/cmds/modules/printf/printf.c (added) * uspace/app/bdsh/cmds/modules/printf/printf.h (added) * uspace/app/bdsh/cmds/modules/printf/printf_def.h (added) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.h (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/lib/c/include/unistd.h (modified) Merge GSOC-originated patches Merge from ... Fri, 04 May 2012 11:31:47 GMT Vojtech Horky [35a35651] * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/unistd.h (modified) Previous work-dir handling only in Bdsh, not in libc Fri, 04 May 2012 10:57:48 GMT Vojtech Horky [f2b3d3e] * HelenOS.config (modified) * abi/include/ipc/methods.h (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/eabi.S (modified) * boot/generic/src/printf_core.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/test/print/print1.c (modified) * tools/imgutil.py (modified) * tools/mkfat.py (modified) * uspace/Makefile (modified) * uspace/app/inetcfg/Makefile (moved) * uspace/app/inetcfg/inetcfg.c (added) * uspace/app/init/init.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/netecho/print_error.c (modified) * uspace/app/ping/Makefile (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping/print_error.c (deleted) * uspace/app/ping/print_error.h (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/ipc/starve.c (moved) * uspace/app/tester/ipc/starve.def (added) * uspace/app/tester/print/print1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/nic/e1k/Makefile (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/lo/Makefile (deleted) * uspace/drv/nic/lo/lo.c (deleted) * uspace/drv/nic/lo/lo.ma (deleted) * uspace/drv/nic/ne2k/Makefile (modified) * uspace/drv/nic/rtl8139/Makefile (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/generic/adt/measured_strings.c (deleted) * 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/fibril_synch.c (modified) * uspace/lib/c/generic/inet.c (added) * uspace/lib/c/generic/inetcfg.c (added) * uspace/lib/c/generic/inetping.c (added) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink.c (added) * uspace/lib/c/generic/iplink_srv.c (added) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/net/icmp_api.c (deleted) * uspace/lib/c/generic/net/modules.c (deleted) * uspace/lib/c/generic/net/packet.c (deleted) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/inet/inet.h (moved) * uspace/lib/c/include/inet/inetcfg.h (added) * uspace/lib/c/include/inet/inetping.h (moved) * uspace/lib/c/include/inet/iplink.h (moved) * uspace/lib/c/include/inet/iplink_srv.h (moved) * uspace/lib/c/include/ipc/icmp.h (deleted) * uspace/lib/c/include/ipc/il.h (deleted) * uspace/lib/c/include/ipc/inet.h (moved) * uspace/lib/c/include/ipc/ip.h (deleted) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/iplink.h (moved) * uspace/lib/c/include/ipc/net.h (deleted) * uspace/lib/c/include/ipc/net_net.h (deleted) * uspace/lib/c/include/ipc/netif.h (deleted) * uspace/lib/c/include/ipc/nil.h (deleted) * uspace/lib/c/include/ipc/packet.h (deleted) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/net/icmp_codes.h (deleted) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/packet.h (deleted) * uspace/lib/c/include/net/packet_header.h (deleted) * uspace/lib/c/include/ns.h (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/net/Makefile (modified) * uspace/lib/net/adt/module_map.c (deleted) * uspace/lib/net/generic/generic.c (deleted) * uspace/lib/net/generic/net_checksum.c (deleted) * uspace/lib/net/generic/net_remote.c (deleted) * uspace/lib/net/generic/packet_client.c (deleted) * uspace/lib/net/generic/packet_remote.c (deleted) * uspace/lib/net/generic/protocol_map.c (deleted) * uspace/lib/net/il/arp_remote.c (deleted) * uspace/lib/net/il/il_remote.c (deleted) * uspace/lib/net/il/il_skel.c (deleted) * uspace/lib/net/il/ip_client.c (deleted) * uspace/lib/net/il/ip_remote.c (deleted) * uspace/lib/net/include/adt/module_map.h (deleted) * uspace/lib/net/include/arp_interface.h (deleted) * uspace/lib/net/include/generic.h (deleted) * uspace/lib/net/include/icmp_header.h (deleted) * uspace/lib/net/include/icmp_remote.h (deleted) * uspace/lib/net/include/il_skel.h (deleted) * uspace/lib/net/include/ip_client.h (deleted) * uspace/lib/net/include/ip_header.h (deleted) * uspace/lib/net/include/ip_interface.h (deleted) * uspace/lib/net/include/ip_remote.h (deleted) * uspace/lib/net/include/net_interface.h (deleted) * uspace/lib/net/include/nil_remote.h (deleted) * uspace/lib/net/include/nil_skel.h (deleted) * uspace/lib/net/include/packet_client.h (deleted) * uspace/lib/net/include/protocol_map.h (deleted) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/include/tl_common.h (deleted) * uspace/lib/net/include/tl_remote.h (deleted) * uspace/lib/net/include/tl_skel.h (deleted) * uspace/lib/net/nil/nil_remote.c (deleted) * uspace/lib/net/nil/nil_skel.c (deleted) * uspace/lib/net/tl/icmp_client.c (deleted) * uspace/lib/net/tl/icmp_remote.c (deleted) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/net/tl/tl_common.c (deleted) * uspace/lib/net/tl/tl_remote.c (deleted) * uspace/lib/net/tl/tl_skel.c (deleted) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) * uspace/srv/clipboard/Makefile (moved) * uspace/srv/clipboard/clip.h (moved) * uspace/srv/clipboard/clipboard.c (moved) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/s3c24xx_ts/Makefile (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/loc/loc.c (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/ethip/Makefile (moved) * uspace/srv/net/ethip/arp.c (added) * uspace/srv/net/ethip/arp.h (added) * uspace/srv/net/ethip/atrans.c (added) * uspace/srv/net/ethip/atrans.h (added) * uspace/srv/net/ethip/ethip.c (added) * uspace/srv/net/ethip/ethip.h (added) * uspace/srv/net/ethip/ethip_nic.c (added) * uspace/srv/net/ethip/ethip_nic.h (added) * uspace/srv/net/ethip/pdu.c (added) * uspace/srv/net/ethip/pdu.h (moved) * uspace/srv/net/ethip/std.h (moved) * uspace/srv/net/il/arp/arp.c (deleted) * uspace/srv/net/il/arp/arp.h (deleted) * uspace/srv/net/il/ip/ip.c (deleted) * uspace/srv/net/il/ip/ip.h (deleted) * uspace/srv/net/inet/Makefile (added) * uspace/srv/net/inet/addrobj.c (added) * uspace/srv/net/inet/addrobj.h (moved) * uspace/srv/net/inet/icmp.c (added) * uspace/srv/net/inet/icmp.h (added) * uspace/srv/net/inet/icmp_std.h (moved) * uspace/srv/net/inet/inet.c (added) * uspace/srv/net/inet/inet.h (added) * uspace/srv/net/inet/inet_link.c (added) * uspace/srv/net/inet/inet_link.h (added) * uspace/srv/net/inet/inet_std.h (moved) * uspace/srv/net/inet/inet_util.c (added) * uspace/srv/net/inet/inet_util.h (added) * uspace/srv/net/inet/inetcfg.c (added) * uspace/srv/net/inet/inetcfg.h (added) * uspace/srv/net/inet/inetping.c (added) * uspace/srv/net/inet/inetping.h (added) * uspace/srv/net/inet/pdu.c (added) * uspace/srv/net/inet/pdu.h (added) * uspace/srv/net/inet/reass.c (added) * uspace/srv/net/inet/reass.h (added) * uspace/srv/net/inet/sroute.c (added) * uspace/srv/net/inet/sroute.h (added) * uspace/srv/net/loopip/Makefile (added) * uspace/srv/net/loopip/loopip.c (added) * 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/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/tcp/Makefile (moved) * uspace/srv/net/tcp/conn.c (moved) * uspace/srv/net/tcp/conn.h (moved) * uspace/srv/net/tcp/iqueue.c (moved) * uspace/srv/net/tcp/iqueue.h (moved) * uspace/srv/net/tcp/ncsim.c (moved) * uspace/srv/net/tcp/ncsim.h (moved) * uspace/srv/net/tcp/pdu.c (moved) * uspace/srv/net/tcp/pdu.h (moved) * uspace/srv/net/tcp/rqueue.c (moved) * uspace/srv/net/tcp/rqueue.h (moved) * uspace/srv/net/tcp/segment.c (moved) * uspace/srv/net/tcp/segment.h (moved) * uspace/srv/net/tcp/seq_no.c (moved) * uspace/srv/net/tcp/seq_no.h (moved) * uspace/srv/net/tcp/sock.c (moved) * uspace/srv/net/tcp/sock.h (moved) * uspace/srv/net/tcp/std.h (moved) * uspace/srv/net/tcp/tcp.c (added) * uspace/srv/net/tcp/tcp.h (moved) * uspace/srv/net/tcp/tcp_type.h (moved) * uspace/srv/net/tcp/test.c (moved) * uspace/srv/net/tcp/test.h (moved) * uspace/srv/net/tcp/tqueue.c (moved) * uspace/srv/net/tcp/tqueue.h (moved) * uspace/srv/net/tcp/ucall.c (moved) * uspace/srv/net/tcp/ucall.h (moved) * uspace/srv/net/tl/icmp/Makefile (deleted) * uspace/srv/net/tl/icmp/icmp.c (deleted) * uspace/srv/net/tl/tcp/tcp.c (deleted) * uspace/srv/net/tl/udp/udp.c (deleted) * uspace/srv/net/udp/Makefile (moved) * uspace/srv/net/udp/assoc.c (added) * uspace/srv/net/udp/assoc.h (moved) * uspace/srv/net/udp/msg.c (added) * uspace/srv/net/udp/msg.h (added) * uspace/srv/net/udp/pdu.c (added) * uspace/srv/net/udp/pdu.h (added) * uspace/srv/net/udp/sock.c (added) * uspace/srv/net/udp/sock.h (moved) * uspace/srv/net/udp/std.h (added) * uspace/srv/net/udp/ucall.c (added) * uspace/srv/net/udp/ucall.h (moved) * uspace/srv/net/udp/udp.c (moved) * uspace/srv/net/udp/udp_inet.c (added) * uspace/srv/net/udp/udp_inet.h (moved) * uspace/srv/net/udp/udp_type.h (added) * uspace/srv/vfs/vfs_ops.c (modified) Merge mainline changes Fri, 04 May 2012 10:41:44 GMT Vojtech Horky [1a23f6e] * HelenOS.config (modified) * abi/include/ipc/methods.h (modified) * boot/Makefile.common (modified) * boot/arch/arm32/Makefile.inc (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/Makefile (modified) * uspace/app/inetcfg/inetcfg.c (modified) * uspace/app/init/init.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/lib/c/Makefile (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/inet.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/net/modules.c (deleted) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/net/modules.h (deleted) * uspace/lib/c/include/ns.h (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) * uspace/srv/clipboard/Makefile (moved) * uspace/srv/clipboard/clip.h (moved) * uspace/srv/clipboard/clipboard.c (moved) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/s3c24xx_ts/Makefile (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/net/inet/inet.c (modified) * uspace/srv/net/inet/inetping.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Merge mainline changes Tue, 24 Apr 2012 16:15:41 GMT Martin Decky [b1bd89ea] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/net/modules.c (deleted) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/include/net/modules.h (deleted) * uspace/lib/c/include/ns.h (modified) * uspace/lib/net/tl/socket_core.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/udp/sock.c (modified) get rid of net/modules.{c|h} Mon, 23 Apr 2012 17:37:39 GMT Martin Decky [32fef47] * uspace/lib/c/generic/net/modules.c (modified) * uspace/lib/c/include/net/modules.h (modified) remove obsolete stuff Mon, 23 Apr 2012 14:00:43 GMT Martin Decky [6aae539d] * abi/include/ipc/methods.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/fs/libfs.c (modified) rename IPC_M_CONNECT_ME to IPC_M_CLONE_ESTABLISH * the term itself ... Sat, 21 Apr 2012 09:23:39 GMT Jakub Jermar [50b581d] * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) * uspace/srv/net/inet/inet.c (modified) * uspace/srv/net/inet/inetping.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Replace the async_wait_for(msg, NULL) pattern in the error paths with ... Fri, 20 Apr 2012 08:40:09 GMT Vojtech Horky [097f421] * uspace/lib/c/include/stdarg.h (modified) Enable va_copy even for userspace Fri, 20 Apr 2012 07:32:57 GMT Vojtech Horky [a7a7f8c] * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/generic/src/printf_core.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/test/print/print1.c (modified) * tools/imgutil.py (modified) * tools/mkfat.py (modified) * uspace/Makefile (modified) * uspace/app/inetcfg/Makefile (moved) * uspace/app/inetcfg/inetcfg.c (added) * uspace/app/init/init.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/netecho/print_error.c (modified) * uspace/app/ping/Makefile (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping/print_error.c (deleted) * uspace/app/ping/print_error.h (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/ipc/starve.c (moved) * uspace/app/tester/ipc/starve.def (added) * uspace/app/tester/print/print1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/nic/e1k/Makefile (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/lo/Makefile (deleted) * uspace/drv/nic/lo/lo.c (deleted) * uspace/drv/nic/lo/lo.ma (deleted) * uspace/drv/nic/ne2k/Makefile (modified) * uspace/drv/nic/rtl8139/Makefile (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/measured_strings.c (deleted) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/inet.c (added) * uspace/lib/c/generic/inetcfg.c (added) * uspace/lib/c/generic/inetping.c (added) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/iplink.c (added) * uspace/lib/c/generic/iplink_srv.c (added) * uspace/lib/c/generic/net/icmp_api.c (deleted) * uspace/lib/c/generic/net/packet.c (deleted) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/inet/inet.h (moved) * uspace/lib/c/include/inet/inetcfg.h (added) * uspace/lib/c/include/inet/inetping.h (moved) * uspace/lib/c/include/inet/iplink.h (moved) * uspace/lib/c/include/inet/iplink_srv.h (moved) * uspace/lib/c/include/ipc/icmp.h (deleted) * uspace/lib/c/include/ipc/il.h (deleted) * uspace/lib/c/include/ipc/inet.h (moved) * uspace/lib/c/include/ipc/ip.h (deleted) * uspace/lib/c/include/ipc/iplink.h (moved) * uspace/lib/c/include/ipc/net.h (deleted) * uspace/lib/c/include/ipc/net_net.h (deleted) * uspace/lib/c/include/ipc/netif.h (deleted) * uspace/lib/c/include/ipc/nil.h (deleted) * uspace/lib/c/include/ipc/packet.h (deleted) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/net/icmp_codes.h (deleted) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/packet.h (deleted) * uspace/lib/c/include/net/packet_header.h (deleted) * uspace/lib/net/Makefile (modified) * uspace/lib/net/adt/module_map.c (deleted) * uspace/lib/net/generic/generic.c (deleted) * uspace/lib/net/generic/net_checksum.c (deleted) * uspace/lib/net/generic/net_remote.c (deleted) * uspace/lib/net/generic/packet_client.c (deleted) * uspace/lib/net/generic/packet_remote.c (deleted) * uspace/lib/net/generic/protocol_map.c (deleted) * uspace/lib/net/il/arp_remote.c (deleted) * uspace/lib/net/il/il_remote.c (deleted) * uspace/lib/net/il/il_skel.c (deleted) * uspace/lib/net/il/ip_client.c (deleted) * uspace/lib/net/il/ip_remote.c (deleted) * uspace/lib/net/include/adt/module_map.h (deleted) * uspace/lib/net/include/arp_interface.h (deleted) * uspace/lib/net/include/generic.h (deleted) * uspace/lib/net/include/icmp_header.h (deleted) * uspace/lib/net/include/icmp_remote.h (deleted) * uspace/lib/net/include/il_skel.h (deleted) * uspace/lib/net/include/ip_client.h (deleted) * uspace/lib/net/include/ip_header.h (deleted) * uspace/lib/net/include/ip_interface.h (deleted) * uspace/lib/net/include/ip_remote.h (deleted) * uspace/lib/net/include/net_interface.h (deleted) * uspace/lib/net/include/nil_remote.h (deleted) * uspace/lib/net/include/nil_skel.h (deleted) * uspace/lib/net/include/packet_client.h (deleted) * uspace/lib/net/include/protocol_map.h (deleted) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/include/tl_common.h (deleted) * uspace/lib/net/include/tl_remote.h (deleted) * uspace/lib/net/include/tl_skel.h (deleted) * uspace/lib/net/nil/nil_remote.c (deleted) * uspace/lib/net/nil/nil_skel.c (deleted) * uspace/lib/net/tl/icmp_client.c (deleted) * uspace/lib/net/tl/icmp_remote.c (deleted) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/net/tl/tl_common.c (deleted) * uspace/lib/net/tl/tl_skel.c (deleted) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/loc/loc.c (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/ethip/Makefile (moved) * uspace/srv/net/ethip/arp.c (added) * uspace/srv/net/ethip/arp.h (added) * uspace/srv/net/ethip/atrans.c (added) * uspace/srv/net/ethip/atrans.h (added) * uspace/srv/net/ethip/ethip.c (added) * uspace/srv/net/ethip/ethip.h (added) * uspace/srv/net/ethip/ethip_nic.c (added) * uspace/srv/net/ethip/ethip_nic.h (added) * uspace/srv/net/ethip/pdu.c (added) * uspace/srv/net/ethip/pdu.h (moved) * uspace/srv/net/ethip/std.h (moved) * uspace/srv/net/il/arp/arp.c (deleted) * uspace/srv/net/il/arp/arp.h (deleted) * uspace/srv/net/il/ip/ip.c (deleted) * uspace/srv/net/il/ip/ip.h (deleted) * uspace/srv/net/inet/Makefile (moved) * uspace/srv/net/inet/addrobj.c (added) * uspace/srv/net/inet/addrobj.h (moved) * uspace/srv/net/inet/icmp.c (added) * uspace/srv/net/inet/icmp.h (added) * uspace/srv/net/inet/icmp_std.h (moved) * uspace/srv/net/inet/inet.c (added) * uspace/srv/net/inet/inet.h (added) * uspace/srv/net/inet/inet_link.c (added) * uspace/srv/net/inet/inet_link.h (added) * uspace/srv/net/inet/inet_std.h (moved) * uspace/srv/net/inet/inet_util.c (added) * uspace/srv/net/inet/inet_util.h (added) * uspace/srv/net/inet/inetcfg.c (added) * uspace/srv/net/inet/inetcfg.h (added) * uspace/srv/net/inet/inetping.c (added) * uspace/srv/net/inet/inetping.h (added) * uspace/srv/net/inet/pdu.c (added) * uspace/srv/net/inet/pdu.h (added) * uspace/srv/net/inet/reass.c (added) * uspace/srv/net/inet/reass.h (added) * uspace/srv/net/inet/sroute.c (added) * uspace/srv/net/inet/sroute.h (added) * uspace/srv/net/loopip/Makefile (added) * uspace/srv/net/loopip/loopip.c (added) * 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/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/tcp/Makefile (moved) * uspace/srv/net/tcp/conn.c (moved) * uspace/srv/net/tcp/conn.h (moved) * uspace/srv/net/tcp/iqueue.c (moved) * uspace/srv/net/tcp/iqueue.h (moved) * uspace/srv/net/tcp/ncsim.c (moved) * uspace/srv/net/tcp/ncsim.h (moved) * uspace/srv/net/tcp/pdu.c (moved) * uspace/srv/net/tcp/pdu.h (moved) * uspace/srv/net/tcp/rqueue.c (moved) * uspace/srv/net/tcp/rqueue.h (moved) * uspace/srv/net/tcp/segment.c (moved) * uspace/srv/net/tcp/segment.h (moved) * uspace/srv/net/tcp/seq_no.c (moved) * uspace/srv/net/tcp/seq_no.h (moved) * uspace/srv/net/tcp/sock.c (moved) * uspace/srv/net/tcp/sock.h (moved) * uspace/srv/net/tcp/std.h (moved) * uspace/srv/net/tcp/tcp.c (added) * uspace/srv/net/tcp/tcp.h (moved) * uspace/srv/net/tcp/tcp_type.h (moved) * uspace/srv/net/tcp/test.c (moved) * uspace/srv/net/tcp/test.h (moved) * uspace/srv/net/tcp/tqueue.c (moved) * uspace/srv/net/tcp/tqueue.h (moved) * uspace/srv/net/tcp/ucall.c (moved) * uspace/srv/net/tcp/ucall.h (moved) * uspace/srv/net/tl/icmp/icmp.c (deleted) * uspace/srv/net/tl/tcp/tcp.c (deleted) * uspace/srv/net/tl/udp/udp.c (deleted) * uspace/srv/net/udp/Makefile (moved) * uspace/srv/net/udp/assoc.c (added) * uspace/srv/net/udp/assoc.h (moved) * uspace/srv/net/udp/msg.c (added) * uspace/srv/net/udp/msg.h (added) * uspace/srv/net/udp/pdu.c (added) * uspace/srv/net/udp/pdu.h (added) * uspace/srv/net/udp/sock.c (added) * uspace/srv/net/udp/sock.h (moved) * uspace/srv/net/udp/std.h (added) * uspace/srv/net/udp/ucall.c (added) * uspace/srv/net/udp/ucall.h (moved) * uspace/srv/net/udp/udp.c (moved) * uspace/srv/net/udp/udp_inet.c (added) * uspace/srv/net/udp/udp_inet.h (moved) * uspace/srv/net/udp/udp_type.h (added) Merge mainline changes Tue, 17 Apr 2012 10:21:04 GMT Martin Decky [64a617f] * boot/generic/src/printf_core.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/test/print/print1.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) backport printf fixes to kernel and boot Tue, 17 Apr 2012 07:13:35 GMT Jiri Svoboda [b1213b0] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/inetcfg/Makefile (moved) * uspace/app/inetcfg/inetcfg.c (added) * uspace/app/init/init.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/netecho/print_error.c (modified) * uspace/app/ping/Makefile (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping/print_error.c (deleted) * uspace/app/ping/print_error.h (deleted) * uspace/drv/nic/e1k/Makefile (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/lo/Makefile (modified) * uspace/drv/nic/ne2k/Makefile (modified) * uspace/drv/nic/rtl8139/Makefile (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/measured_strings.c (deleted) * uspace/lib/c/generic/inet.c (added) * uspace/lib/c/generic/inetcfg.c (added) * uspace/lib/c/generic/inetping.c (added) * uspace/lib/c/generic/iplink.c (added) * uspace/lib/c/generic/iplink_srv.c (added) * uspace/lib/c/generic/net/icmp_api.c (deleted) * uspace/lib/c/generic/net/packet.c (deleted) * uspace/lib/c/include/inet/inet.h (moved) * uspace/lib/c/include/inet/inetcfg.h (added) * uspace/lib/c/include/inet/inetping.h (moved) * uspace/lib/c/include/inet/iplink.h (moved) * uspace/lib/c/include/inet/iplink_srv.h (moved) * uspace/lib/c/include/ipc/icmp.h (deleted) * uspace/lib/c/include/ipc/il.h (deleted) * uspace/lib/c/include/ipc/inet.h (moved) * uspace/lib/c/include/ipc/ip.h (deleted) * uspace/lib/c/include/ipc/iplink.h (moved) * uspace/lib/c/include/ipc/net.h (deleted) * uspace/lib/c/include/ipc/net_net.h (deleted) * uspace/lib/c/include/ipc/netif.h (deleted) * uspace/lib/c/include/ipc/nil.h (deleted) * uspace/lib/c/include/ipc/packet.h (deleted) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/net/icmp_codes.h (deleted) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/packet.h (deleted) * uspace/lib/c/include/net/packet_header.h (deleted) * uspace/lib/net/Makefile (modified) * uspace/lib/net/adt/module_map.c (deleted) * uspace/lib/net/generic/generic.c (deleted) * uspace/lib/net/generic/net_checksum.c (deleted) * uspace/lib/net/generic/net_remote.c (deleted) * uspace/lib/net/generic/packet_client.c (deleted) * uspace/lib/net/generic/packet_remote.c (deleted) * uspace/lib/net/generic/protocol_map.c (deleted) * uspace/lib/net/il/arp_remote.c (deleted) * uspace/lib/net/il/il_remote.c (deleted) * uspace/lib/net/il/il_skel.c (deleted) * uspace/lib/net/il/ip_client.c (deleted) * uspace/lib/net/il/ip_remote.c (deleted) * uspace/lib/net/include/adt/module_map.h (deleted) * uspace/lib/net/include/arp_interface.h (deleted) * uspace/lib/net/include/ethernet_lsap.h (deleted) * uspace/lib/net/include/generic.h (deleted) * uspace/lib/net/include/icmp_header.h (deleted) * uspace/lib/net/include/il_skel.h (deleted) * uspace/lib/net/include/ip_client.h (deleted) * uspace/lib/net/include/ip_header.h (deleted) * uspace/lib/net/include/ip_interface.h (deleted) * uspace/lib/net/include/ip_remote.h (deleted) * uspace/lib/net/include/net_interface.h (deleted) * uspace/lib/net/include/nil_remote.h (deleted) * uspace/lib/net/include/nil_skel.h (deleted) * uspace/lib/net/include/packet_client.h (deleted) * uspace/lib/net/include/protocol_map.h (deleted) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/include/tl_common.h (deleted) * uspace/lib/net/include/tl_remote.h (deleted) * uspace/lib/net/include/tl_skel.h (deleted) * uspace/lib/net/nil/nil_remote.c (deleted) * uspace/lib/net/nil/nil_skel.c (deleted) * uspace/lib/net/tl/icmp_client.c (deleted) * uspace/lib/net/tl/icmp_remote.c (deleted) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/net/tl/tl_common.c (deleted) * uspace/lib/net/tl/tl_remote.c (deleted) * uspace/lib/net/tl/tl_skel.c (deleted) * uspace/srv/loc/loc.c (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/ethip/Makefile (moved) * uspace/srv/net/ethip/arp.c (added) * uspace/srv/net/ethip/arp.h (added) * uspace/srv/net/ethip/atrans.c (added) * uspace/srv/net/ethip/atrans.h (added) * uspace/srv/net/ethip/ethip.c (added) * uspace/srv/net/ethip/ethip.h (added) * uspace/srv/net/ethip/ethip_nic.c (added) * uspace/srv/net/ethip/ethip_nic.h (added) * uspace/srv/net/ethip/pdu.c (added) * uspace/srv/net/ethip/pdu.h (moved) * uspace/srv/net/ethip/std.h (moved) * uspace/srv/net/il/arp/arp.c (deleted) * uspace/srv/net/il/arp/arp.h (deleted) * uspace/srv/net/il/ip/ip.c (deleted) * uspace/srv/net/il/ip/ip.h (deleted) * uspace/srv/net/inet/Makefile (moved) * uspace/srv/net/inet/addrobj.c (added) * uspace/srv/net/inet/addrobj.h (moved) * uspace/srv/net/inet/icmp.c (added) * uspace/srv/net/inet/icmp.h (added) * uspace/srv/net/inet/icmp_std.h (moved) * uspace/srv/net/inet/inet.c (added) * uspace/srv/net/inet/inet.h (added) * uspace/srv/net/inet/inet_link.c (added) * uspace/srv/net/inet/inet_link.h (added) * uspace/srv/net/inet/inet_std.h (moved) * uspace/srv/net/inet/inet_util.c (added) * uspace/srv/net/inet/inet_util.h (added) * uspace/srv/net/inet/inetcfg.c (added) * uspace/srv/net/inet/inetcfg.h (added) * uspace/srv/net/inet/inetping.c (added) * uspace/srv/net/inet/inetping.h (added) * uspace/srv/net/inet/pdu.c (added) * uspace/srv/net/inet/pdu.h (added) * uspace/srv/net/inet/reass.c (added) * uspace/srv/net/inet/reass.h (added) * uspace/srv/net/inet/sroute.c (added) * uspace/srv/net/inet/sroute.h (added) * 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/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/tcp/Makefile (moved) * uspace/srv/net/tcp/conn.c (moved) * uspace/srv/net/tcp/conn.h (moved) * uspace/srv/net/tcp/iqueue.c (moved) * uspace/srv/net/tcp/iqueue.h (moved) * uspace/srv/net/tcp/ncsim.c (moved) * uspace/srv/net/tcp/ncsim.h (moved) * uspace/srv/net/tcp/pdu.c (moved) * uspace/srv/net/tcp/pdu.h (moved) * uspace/srv/net/tcp/rqueue.c (moved) * uspace/srv/net/tcp/rqueue.h (moved) * uspace/srv/net/tcp/segment.c (moved) * uspace/srv/net/tcp/segment.h (moved) * uspace/srv/net/tcp/seq_no.c (moved) * uspace/srv/net/tcp/seq_no.h (moved) * uspace/srv/net/tcp/sock.c (moved) * uspace/srv/net/tcp/sock.h (moved) * uspace/srv/net/tcp/std.h (moved) * uspace/srv/net/tcp/tcp.c (added) * uspace/srv/net/tcp/tcp.h (moved) * uspace/srv/net/tcp/tcp_type.h (moved) * uspace/srv/net/tcp/test.c (moved) * uspace/srv/net/tcp/test.h (moved) * uspace/srv/net/tcp/tqueue.c (moved) * uspace/srv/net/tcp/tqueue.h (moved) * uspace/srv/net/tcp/ucall.c (moved) * uspace/srv/net/tcp/ucall.h (moved) * uspace/srv/net/tl/icmp/icmp.c (deleted) * uspace/srv/net/tl/tcp/tcp.c (deleted) * uspace/srv/net/tl/udp/udp.c (deleted) * uspace/srv/net/udp/Makefile (moved) * uspace/srv/net/udp/assoc.c (added) * uspace/srv/net/udp/assoc.h (moved) * uspace/srv/net/udp/msg.c (added) * uspace/srv/net/udp/msg.h (added) * uspace/srv/net/udp/pdu.c (added) * uspace/srv/net/udp/pdu.h (added) * uspace/srv/net/udp/sock.c (added) * uspace/srv/net/udp/sock.h (moved) * uspace/srv/net/udp/std.h (added) * uspace/srv/net/udp/ucall.c (added) * uspace/srv/net/udp/ucall.h (moved) * uspace/srv/net/udp/udp.c (moved) * uspace/srv/net/udp/udp_inet.c (added) * uspace/srv/net/udp/udp_inet.h (moved) * uspace/srv/net/udp/udp_type.h (added) Merge internet stack rewrite (IP+ICMP, UDP, IP over Ethernet). Mon, 16 Apr 2012 19:13:32 GMT Jakub Jermar [f76696f] * uspace/app/tester/print/print1.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/lib/c/generic/io/printf_core.c (modified) Merge from lp:~wtachi/helenos/top. Sun, 15 Apr 2012 06:18:53 GMT Sean Bartell [94f6df7] * uspace/app/tester/print/print1.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) fix printf %s when precision > string length Sat, 14 Apr 2012 08:12:35 GMT Vojtech Horky [1db6dfd] * uspace/lib/c/generic/async.c (modified) Fix starving IPC problem Check for incoming IPC regardless of ... Sat, 14 Apr 2012 07:58:00 GMT Vojtech Horky [aeeddeb] * uspace/lib/c/generic/async.c (modified) Fix missing initializer Fri, 13 Apr 2012 20:40:19 GMT Jakub Jermar [ab9f443] * uspace/lib/c/generic/async.c (modified) Use async_forget() in two error paths when waiting for the answer can ... Fri, 13 Apr 2012 20:21:32 GMT Jakub Jermar [47c9a8c] * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/include/async.h (modified) Small improvements in the async framework. - Provide functions for ... Fri, 13 Apr 2012 06:36:25 GMT Vojtech Horky [9b0a6b4] * boot/Makefile.build (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/eabi.S (added) * boot/genarch/include/division.h (modified) * boot/genarch/src/division.c (modified) * boot/generic/src/str.c (modified) * boot/generic/src/version.c (modified) * kernel/Makefile (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/eabi.S (added) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/genarch/include/softint/division.h (modified) * kernel/genarch/include/softint/multiplication.h (modified) * kernel/genarch/src/softint/division.c (modified) * kernel/genarch/src/softint/multiplication.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/main/version.c (modified) * tools/autotool.py (modified) * tools/check.sh (modified) * tools/mkfat.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) * uspace/app/binutils/Makefile (modified) * uspace/app/getterm/Makefile (modified) * uspace/app/getterm/version.c (modified) * uspace/app/sbi/src/run_texpr.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/tester/fault/fault2.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/dist/data/web/bar.html (moved) * uspace/dist/data/web/foo.html (moved) * uspace/dist/data/web/index.html (moved) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/pci.c (deleted) * uspace/drv/bus/usb/ehci/res.c (added) * uspace/drv/bus/usb/ehci/res.h (moved) * uspace/drv/bus/usb/ohci/Makefile (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/res.c (moved) * uspace/drv/bus/usb/ohci/res.h (moved) * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/uhci/res.c (moved) * uspace/drv/bus/usb/uhci/res.h (moved) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/net/generic/net_remote.c (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/arch/abs32le/include/functions.h (deleted) * uspace/lib/softfloat/arch/amd64/include/functions.h (deleted) * uspace/lib/softfloat/arch/arm32/include/functions.h (deleted) * uspace/lib/softfloat/arch/ia32/include/functions.h (deleted) * uspace/lib/softfloat/arch/ia64/include/functions.h (deleted) * uspace/lib/softfloat/arch/mips32/include/functions.h (deleted) * uspace/lib/softfloat/arch/mips32eb/include/functions.h (deleted) * uspace/lib/softfloat/arch/mips64/include/functions.h (deleted) * uspace/lib/softfloat/arch/ppc32/include/functions.h (deleted) * uspace/lib/softfloat/arch/sparc64/include/functions.h (deleted) * uspace/lib/softfloat/generic/add.c (modified) * uspace/lib/softfloat/generic/common.c (modified) * uspace/lib/softfloat/generic/comparison.c (modified) * uspace/lib/softfloat/generic/conversion.c (modified) * uspace/lib/softfloat/generic/div.c (modified) * uspace/lib/softfloat/generic/mul.c (modified) * uspace/lib/softfloat/generic/softfloat.c (modified) * uspace/lib/softfloat/generic/sub.c (modified) * uspace/lib/softfloat/include/add.h (modified) * uspace/lib/softfloat/include/common.h (modified) * uspace/lib/softfloat/include/comparison.h (modified) * uspace/lib/softfloat/include/conversion.h (modified) * uspace/lib/softfloat/include/div.h (modified) * uspace/lib/softfloat/include/mul.h (modified) * uspace/lib/softfloat/include/sftypes.h (modified) * uspace/lib/softfloat/include/softfloat.h (modified) * uspace/lib/softfloat/include/sub.h (modified) * uspace/lib/softint/generic/division.c (modified) * uspace/lib/softint/include/comparison.h (modified) * uspace/lib/softint/include/division.h (modified) * uspace/lib/softint/include/lltype.h (modified) * uspace/lib/softint/include/multiplication.h (modified) * uspace/lib/softint/include/shift.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usbvirt/src/ipc_dev.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) * uspace/srv/fs/exfat/exfat_fat.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) * version (modified) Merge mainline changes Wed, 11 Apr 2012 13:01:28 GMT Martin Decky [d11a181] * boot/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) finally unbreak the ARM EABI division and modulo wrappers Wed, 11 Apr 2012 05:52:47 GMT Jiri Svoboda [347768d] * uspace/app/inetcfg/inetcfg.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/srv/inet/inet.h (modified) * uspace/srv/inet/inet_link.c (modified) * uspace/srv/inet/inet_std.h (modified) * uspace/srv/inet/inetcfg.c (modified) * uspace/srv/inet/pdu.c (modified) * uspace/srv/inet/pdu.h (modified) Fragmentation of outgoing datagrams, default link MTU. Sun, 08 Apr 2012 17:11:29 GMT Martin Decky [ab63b04e] * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) do not use bx in ARMv4 mode Sun, 08 Apr 2012 17:00:13 GMT Martin Decky [d76de0e] * boot/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) make sure the compiler generates ARMv4 code only Sun, 08 Apr 2012 12:08:49 GMT Vojtech Horky [90924df] * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/src/eabi.S (added) * boot/genarch/include/division.h (modified) * boot/genarch/src/division.c (modified) * boot/generic/src/str.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/eabi.S (added) * kernel/genarch/include/softint/division.h (modified) * kernel/genarch/include/softint/multiplication.h (modified) * kernel/genarch/src/softint/division.c (modified) * kernel/genarch/src/softint/multiplication.c (modified) * kernel/generic/src/lib/str.c (modified) * tools/autotool.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile.common (modified) * uspace/app/binutils/Makefile (modified) * uspace/app/sbi/src/run_texpr.c (modified) * uspace/app/tester/fault/fault2.c (modified) * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/pci.c (deleted) * uspace/drv/bus/usb/ehci/res.c (added) * uspace/drv/bus/usb/ehci/res.h (moved) * uspace/drv/bus/usb/ohci/Makefile (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/res.c (moved) * uspace/drv/bus/usb/ohci/res.h (moved) * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/uhci/res.c (moved) * uspace/drv/bus/usb/uhci/res.h (moved) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/arch/abs32le/include/functions.h (deleted) * uspace/lib/softfloat/arch/amd64/include/functions.h (deleted) * uspace/lib/softfloat/arch/arm32/include/functions.h (deleted) * uspace/lib/softfloat/arch/ia32/include/functions.h (deleted) * uspace/lib/softfloat/arch/ia64/include/functions.h (deleted) * uspace/lib/softfloat/arch/mips32/include/functions.h (deleted) * uspace/lib/softfloat/arch/mips32eb/include/functions.h (deleted) * uspace/lib/softfloat/arch/mips64/include/functions.h (deleted) * uspace/lib/softfloat/arch/ppc32/include/functions.h (deleted) * uspace/lib/softfloat/arch/sparc64/include/functions.h (deleted) * uspace/lib/softfloat/generic/add.c (modified) * uspace/lib/softfloat/generic/common.c (modified) * uspace/lib/softfloat/generic/comparison.c (modified) * uspace/lib/softfloat/generic/conversion.c (modified) * uspace/lib/softfloat/generic/div.c (modified) * uspace/lib/softfloat/generic/mul.c (modified) * uspace/lib/softfloat/generic/softfloat.c (modified) * uspace/lib/softfloat/generic/sub.c (modified) * uspace/lib/softfloat/include/add.h (modified) * uspace/lib/softfloat/include/common.h (modified) * uspace/lib/softfloat/include/comparison.h (modified) * uspace/lib/softfloat/include/conversion.h (modified) * uspace/lib/softfloat/include/div.h (modified) * uspace/lib/softfloat/include/mul.h (modified) * uspace/lib/softfloat/include/sftypes.h (modified) * uspace/lib/softfloat/include/softfloat.h (modified) * uspace/lib/softfloat/include/sub.h (modified) * uspace/lib/softint/generic/division.c (modified) * uspace/lib/softint/include/comparison.h (modified) * uspace/lib/softint/include/division.h (modified) * uspace/lib/softint/include/lltype.h (modified) * uspace/lib/softint/include/multiplication.h (modified) * uspace/lib/softint/include/shift.h (modified) * uspace/srv/fs/exfat/exfat_fat.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) Merge mainline changes Sat, 07 Apr 2012 17:49:43 GMT Martin Decky [8e893ae] * boot/generic/src/str.c (modified) * kernel/generic/src/lib/str.c (modified) * uspace/lib/c/generic/str.c (modified) avoid comparison with 0 if the type is unsigned Sat, 07 Apr 2012 17:47:51 GMT Martin Decky [4ceef572] * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/src/eabi.S (added) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/eabi.h (deleted) * kernel/arch/arm32/src/eabi.S (added) * kernel/arch/arm32/src/eabi.c (deleted) * uspace/lib/c/arch/arm32/src/eabi.S (modified) rework ARM EABI support Sat, 07 Apr 2012 17:15:45 GMT Vojtech Horky [2662a1e9] * uspace/lib/c/include/unistd.h (modified) C style (no change in functionality) Sat, 07 Apr 2012 17:08:06 GMT Vojtech Horky [089385e8] * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/unistd.h (modified) Change to previous directory with `cd -' in bdsh Thu, 05 Apr 2012 21:16:00 GMT Jiri Svoboda [92b42442] * uspace/app/netecho/netecho.c (modified) * uspace/lib/c/include/net/in.h (modified) * uspace/srv/tcp/conn.c (modified) * uspace/srv/udp/assoc.c (modified) * uspace/srv/udp/assoc.h (modified) * uspace/srv/udp/pdu.c (modified) * uspace/srv/udp/pdu.h (modified) * uspace/srv/udp/sock.c (modified) * uspace/srv/udp/ucall.c (modified) * uspace/srv/udp/udp_inet.c (modified) * uspace/srv/udp/udp_type.h (modified) UDP datagram reception plus fixes. Tue, 03 Apr 2012 12:29:36 GMT Vojtech Horky [d4d74dc] * uspace/app/killall/killall.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/time.c (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) Less includes in library headers There is no need for errno.h to ... Fri, 30 Mar 2012 17:42:11 GMT Jiri Svoboda [8bf672d] * uspace/app/inetcfg/inetcfg.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/srv/inet/Makefile (modified) * 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_util.c (added) * uspace/srv/inet/inet_util.h (added) * uspace/srv/inet/inetcfg.c (modified) * uspace/srv/inet/sroute.c (added) * uspace/srv/inet/sroute.h (added) Static route configuration. Thu, 22 Mar 2012 10:30:51 GMT Martin Decky [059a8e4] * kernel/generic/include/str.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/usb/src/dev.c (modified) rename str_uint64() to str_uint64_t() for better consistency with the ... Tue, 13 Mar 2012 15:23:11 GMT Martin Decky [6d123b3] * kernel/arch/mips32/include/context.h (modified) * kernel/arch/mips32/include/stack.h (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/mips64/include/context.h (modified) * kernel/arch/mips64/include/stack.h (modified) * kernel/arch/mips64/src/start.S (modified) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/include/fibril.h (modified) * uspace/lib/c/arch/mips32/include/stack.h (added) * uspace/lib/c/arch/mips32/src/entry.S (moved) * uspace/lib/c/arch/mips32/src/entryjmp.S (moved) * uspace/lib/c/arch/mips32/src/thread_entry.S (moved) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/mips32eb/include/stack.h (added) * uspace/lib/c/arch/mips64/Makefile.inc (modified) * uspace/lib/c/arch/mips64/include/fibril.h (modified) * uspace/lib/c/arch/mips64/include/stack.h (added) * uspace/lib/c/arch/mips64/src/entry.S (moved) * uspace/lib/c/arch/mips64/src/entryjmp.S (moved) * uspace/lib/c/arch/mips64/src/thread_entry.S (moved) respect the o32 ABI when calling C functions from assembler and ... Tue, 13 Mar 2012 14:50:59 GMT Martin Decky [df366b5e] * uspace/lib/c/arch/mips32/src/fibril.S (modified) cstyle Tue, 13 Mar 2012 14:08:45 GMT Martin Decky [a69cb9a] * uspace/lib/c/arch/mips32/src/syscall.c (modified) cstyle Tue, 13 Mar 2012 13:33:58 GMT Martin Decky [34f0448] * uspace/lib/c/arch/mips32/include/atomic.h (modified) cstyle Tue, 13 Mar 2012 13:29:09 GMT Martin Decky [8df9290] * uspace/lib/c/arch/mips32/src/fibril.S (modified) cstyle Tue, 13 Mar 2012 12:54:23 GMT Martin Decky [78a9e5ab] * uspace/lib/c/arch/mips32/include/config.h (modified) cstyle Tue, 13 Mar 2012 12:53:58 GMT Martin Decky [b74e5893] * uspace/lib/c/arch/mips32/include/faddr.h (modified) cstyle Tue, 13 Mar 2012 12:51:01 GMT Martin Decky [c87562ca] * kernel/arch/sparc64/include/context.h (modified) * uspace/lib/c/arch/sparc64/include/fibril.h (modified) cstyle (no change in functionality) Tue, 13 Mar 2012 12:46:52 GMT Martin Decky [8426a44d] * uspace/lib/c/arch/ppc32/include/fibril.h (modified) cstyle (no change in functionality) Tue, 13 Mar 2012 12:41:11 GMT Martin Decky [9971ea7f] * kernel/arch/ia64/include/context.h (modified) * uspace/lib/c/arch/ia64/include/fibril.h (modified) cstyle (no change in functionality) Tue, 13 Mar 2012 12:23:43 GMT Martin Decky [9318afa] * kernel/arch/arm32/include/context.h (modified) * uspace/lib/c/arch/arm32/include/fibril.h (modified) cstyle (no change in functionality) Tue, 13 Mar 2012 11:54:36 GMT Martin Decky [089246ce] * kernel/arch/amd64/include/context.h (modified) * uspace/lib/c/arch/amd64/include/fibril.h (modified) cstyle (no change in functionality) Tue, 13 Mar 2012 11:53:58 GMT Martin Decky [9dae3e97] * kernel/generic/include/context.h (modified) * uspace/lib/c/arch/ia32/include/fibril.h (modified) * uspace/lib/c/include/fibril.h (modified) cstyle (no change in functionality) Sun, 11 Mar 2012 23:07:29 GMT Jiri Svoboda [6428115] * uspace/Makefile (modified) * uspace/app/ping/Makefile (added) * uspace/app/ping/ping.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/inetping.c (added) * uspace/lib/c/include/inet/inetping.h (added) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/srv/inet/Makefile (modified) * uspace/srv/inet/icmp.c (modified) * uspace/srv/inet/icmp.h (modified) * uspace/srv/inet/icmp_std.h (modified) * uspace/srv/inet/inet.c (modified) * uspace/srv/inet/inet.h (modified) * uspace/srv/inet/inetping.c (added) * uspace/srv/inet/inetping.h (added) Ping utility, ICMP echo send and receive. Fri, 09 Mar 2012 21:57:44 GMT Jiri Svoboda [ffa8912] * uspace/lib/c/generic/iplink.c (modified) Fix memory leak. Thu, 08 Mar 2012 22:30:19 GMT Jiri Svoboda [fa101c4] * uspace/app/inetcfg/inetcfg.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/srv/inet/addrobj.c (modified) * uspace/srv/inet/addrobj.h (modified) * uspace/srv/inet/inetcfg.c (modified) Address deletion (needs better synchronization). Thu, 08 Mar 2012 21:54:25 GMT Jiri Svoboda [291c792] * uspace/lib/c/generic/inetcfg.c (modified) * uspace/srv/inet/inetcfg.c (modified) Set address object name upon creation. Thu, 08 Mar 2012 21:12:44 GMT Jiri Svoboda [0e94b979] * uspace/app/inetcfg/inetcfg.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/srv/inet/addrobj.c (modified) * uspace/srv/inet/addrobj.h (modified) * uspace/srv/inet/inet.h (modified) * uspace/srv/inet/inet_link.c (modified) * uspace/srv/inet/inetcfg.c (modified) Listing configured addresses. Wed, 07 Mar 2012 23:05:42 GMT Jiri Svoboda [45aa22c] * uspace/app/inetcfg/inetcfg.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/srv/inet/inet.c (modified) * uspace/srv/inet/inet_link.c (modified) * uspace/srv/inet/inet_link.h (modified) * uspace/srv/inet/inetcfg.c (modified) Creating static addresses with inetcfg. Wed, 07 Mar 2012 21:01:10 GMT Jiri Svoboda [0e25780] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/inetcfg/Makefile (added) * uspace/app/inetcfg/inetcfg.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/inetcfg.c (added) * uspace/lib/c/include/inet/inetcfg.h (added) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/srv/inet/Makefile (modified) * uspace/srv/inet/inet.c (modified) * uspace/srv/inet/inet.h (modified) * uspace/srv/inet/inetcfg.c (added) * uspace/srv/inet/inetcfg.h (added) Inetcfg skeleton. Fri, 02 Mar 2012 17:20:23 GMT Martin Decky [0499235] * uspace/app/sysinfo/sysinfo.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/include/sysinfo.h (modified) add basic support for encoding name/value properties in sysinfo Fri, 02 Mar 2012 14:50:42 GMT Martin Decky [76f382b] * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/include/sysinfo.h (modified) support for listing sysinfo from uspace Fri, 02 Mar 2012 14:50:25 GMT Martin Decky [560d79f] * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) implement str_nsize, wstr_nsize Mon, 27 Feb 2012 19:32:15 GMT Jiri Svoboda [962f03b] * 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/lib/c/include/ipc/iplink.h (modified) * uspace/srv/ethip/arp.c (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/inet/inet_link.c (modified) IP links need to be made aware of configured IP addresses. Wed, 22 Feb 2012 22:23:15 GMT Jakub Jermar [314f3a3c] * kernel/arch/ia64/include/asm.h (modified) * uspace/lib/c/arch/ia64/include/ddi.h (modified) Make sure mf.a is issued after each PIO. Sat, 18 Feb 2012 23:13:44 GMT Jakub Jermar [4449c6c] * uspace/lib/c/arch/ia64/include/ddi.h (modified) Fix comparison in pio_read_32(). Sun, 12 Feb 2012 20:43:13 GMT Jiri Svoboda [bd8bfc5a] * uspace/lib/c/generic/inet.c (modified) * uspace/srv/ethip/ethip_nic.c (modified) * uspace/srv/inet/inet.c (modified) Implement inet_get_srcaddr(). 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. 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 ... Thu, 02 Feb 2012 18:15:28 GMT Jiri Svoboda [f834f90d] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/iplink.c (added) * uspace/lib/c/generic/iplink_srv.c (added) * uspace/lib/c/include/inet/iplink.h (added) * uspace/lib/c/include/inet/iplink_srv.h (added) * uspace/lib/c/include/ipc/iplink.h (added) Add IP link client and server IPC stub. 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 22:39:31 GMT Jiri Svoboda [c8916d15] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/measured_strings.c (deleted) * uspace/lib/c/include/adt/measured_strings.h (deleted) * uspace/lib/c/include/ipc/arp.h (deleted) * uspace/lib/c/include/ipc/icmp.h (deleted) * uspace/lib/c/include/ipc/il.h (deleted) * uspace/lib/c/include/ipc/ip.h (deleted) * uspace/lib/c/include/ipc/net.h (deleted) * uspace/lib/c/include/ipc/net_net.h (deleted) * uspace/lib/c/include/ipc/netif.h (deleted) * uspace/lib/c/include/ipc/nil.h (deleted) * uspace/lib/c/include/ipc/packet.h (deleted) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/ipc/tl.h (deleted) More cleanup. Mon, 30 Jan 2012 21:51:13 GMT Jiri Svoboda [c6533a7] * uspace/Makefile (modified) * uspace/app/netecho/print_error.c (modified) * uspace/app/ping/Makefile (deleted) * uspace/app/ping/ping.c (deleted) * uspace/app/ping/print_error.c (deleted) * uspace/app/ping/print_error.h (deleted) * uspace/drv/nic/e1k/Makefile (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/lo/Makefile (modified) * uspace/drv/nic/ne2k/Makefile (modified) * uspace/drv/nic/rtl8139/Makefile (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/net/icmp_api.c (deleted) * uspace/lib/c/generic/net/icmp_common.c (deleted) * uspace/lib/c/generic/net/packet.c (deleted) * uspace/lib/c/include/ipc/net.h (modified) * uspace/lib/c/include/net/icmp_api.h (deleted) * uspace/lib/c/include/net/icmp_codes.h (deleted) * uspace/lib/c/include/net/icmp_common.h (deleted) * uspace/lib/c/include/net/packet.h (deleted) * uspace/lib/c/include/net/packet_header.h (deleted) * uspace/lib/net/Makefile (modified) * uspace/lib/net/adt/module_map.c (deleted) * uspace/lib/net/generic/generic.c (deleted) * uspace/lib/net/generic/net_checksum.c (deleted) * uspace/lib/net/generic/net_remote.c (deleted) * uspace/lib/net/generic/packet_client.c (deleted) * uspace/lib/net/generic/packet_remote.c (deleted) * uspace/lib/net/generic/protocol_map.c (deleted) * uspace/lib/net/il/arp_remote.c (deleted) * uspace/lib/net/il/il_remote.c (deleted) * uspace/lib/net/il/il_skel.c (deleted) * uspace/lib/net/il/ip_client.c (deleted) * uspace/lib/net/il/ip_remote.c (deleted) * uspace/lib/net/include/adt/module_map.h (deleted) * uspace/lib/net/include/arp_interface.h (deleted) * uspace/lib/net/include/ethernet_lsap.h (deleted) * uspace/lib/net/include/ethernet_protocols.h (deleted) * uspace/lib/net/include/generic.h (deleted) * uspace/lib/net/include/icmp_client.h (deleted) * uspace/lib/net/include/icmp_header.h (deleted) * uspace/lib/net/include/icmp_remote.h (deleted) * uspace/lib/net/include/il_remote.h (deleted) * uspace/lib/net/include/il_skel.h (deleted) * uspace/lib/net/include/ip_client.h (deleted) * uspace/lib/net/include/ip_header.h (deleted) * uspace/lib/net/include/ip_interface.h (deleted) * uspace/lib/net/include/ip_remote.h (deleted) * uspace/lib/net/include/net_checksum.h (deleted) * uspace/lib/net/include/net_hardware.h (deleted) * uspace/lib/net/include/net_interface.h (deleted) * uspace/lib/net/include/nil_remote.h (deleted) * uspace/lib/net/include/nil_skel.h (deleted) * uspace/lib/net/include/packet_client.h (deleted) * uspace/lib/net/include/packet_remote.h (deleted) * uspace/lib/net/include/protocol_map.h (deleted) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/include/tl_common.h (deleted) * uspace/lib/net/include/tl_remote.h (deleted) * uspace/lib/net/include/tl_skel.h (deleted) * uspace/lib/net/nil/nil_remote.c (deleted) * uspace/lib/net/nil/nil_skel.c (deleted) * uspace/lib/net/tl/icmp_client.c (deleted) * uspace/lib/net/tl/icmp_remote.c (deleted) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/net/tl/tl_common.c (deleted) * uspace/lib/net/tl/tl_remote.c (deleted) * uspace/lib/net/tl/tl_skel.c (deleted) Remove most of net-related code from libnet and libc, except parts ... 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 ... Mon, 23 Jan 2012 17:33:34 GMT Martin Decky [c1f27f1d] * uspace/lib/c/generic/loc.c (modified) fix a fix which was not a fix Mon, 23 Jan 2012 16:30:47 GMT Martin Decky [cd66f3c] * uspace/lib/c/generic/loc.c (modified) fix last commit ommisions Mon, 23 Jan 2012 16:27:01 GMT Martin Decky [a6240a31] * uspace/lib/c/generic/loc.c (modified) improve locking by making the critical-path critical section smaller ... Mon, 23 Jan 2012 16:22:40 GMT Martin Decky [88057e3] * uspace/lib/c/generic/loc.c (modified) fix a nasty bug that could force loc_get_categories() to go into an ... Sun, 22 Jan 2012 13:41:20 GMT Jiri Svoboda [cf9cb36] * 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/eth_phys.h (moved) * uspace/lib/c/include/nic/nic.h (added) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/net/generic/net_checksum.c (modified) * uspace/lib/net/include/net_checksum.h (modified) * uspace/lib/nic/Makefile (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/include/nic_rx_control.h (modified) * uspace/lib/nic/include/nic_wol_virtues.h (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) Decouple libnic from libnet. 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. ... 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. Thu, 22 Dec 2011 14:10:31 GMT Martin Decky [d9cf684a] * uspace/drv/bus/isa/Makefile (modified) * uspace/drv/bus/isa/i8237.c (added) * uspace/drv/bus/isa/i8237.h (added) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) cherrypick and adopt Intel 8237A DMA controller support from ... 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 17:02:27 GMT Martin Decky [24cf31f1] * uspace/lib/c/generic/elf/elf_load.c (modified) cstyle Mon, 19 Dec 2011 15:49:51 GMT Martin Decky [8873c01d] * uspace/lib/c/generic/elf/elf_load.c (modified) cstyle