# # ChangeLog for uspace/Makefile in mainline # # Generated by Trac 1.5.4 # 2024-06-17T01:06:35Z Thu, 14 Oct 2010 22:06:53 GMT Jakub Jermar [f63a591d] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/netecho/Makefile (modified) * uspace/app/nettest1/Makefile (modified) * uspace/app/nettest2/Makefile (modified) * uspace/app/ping/Makefile (modified) * uspace/lib/net/Makefile (modified) * uspace/lib/net/netif/netif_local.c (modified) * uspace/lib/packet/Makefile (moved) * uspace/lib/packet/generic/packet_server.c (moved) * uspace/lib/packet/include/packet_local.h (moved) * uspace/lib/packet/include/packet_server.h (moved) * uspace/srv/hw/netif/dp8390/Makefile (modified) * uspace/srv/net/il/arp/Makefile (modified) * uspace/srv/net/il/ip/Makefile (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/net_standalone.c (modified) * uspace/srv/net/netif/lo/Makefile (modified) * uspace/srv/net/netstart/Makefile (modified) * uspace/srv/net/nil/eth/Makefile (modified) * uspace/srv/net/nil/nildummy/Makefile (modified) * uspace/srv/net/tl/icmp/Makefile (modified) * uspace/srv/net/tl/tcp/Makefile (modified) * uspace/srv/net/tl/udp/Makefile (modified) Rename what remained of libsocket to libpacket. Thu, 12 Aug 2010 20:49:37 GMT Jiri Svoboda [527298a] * boot/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/srv/hid/s3c24xx_ts/Makefile (added) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (added) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h (added) GTA02 touchscreen driver (no dragging detection). Tue, 27 Jul 2010 19:00:20 GMT Jiri Svoboda [a9b5b5f] * boot/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/srv/hid/kbd/Makefile (modified) * uspace/srv/hid/kbd/port/chardev.c (modified) * uspace/srv/hw/char/s3c24xx_uart/Makefile (added) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (added) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h (added) Userspace S3C24xx UART driver. Use for kbd input from gta02 serial ... Wed, 12 May 2010 11:29:15 GMT Martin Decky [f09d891] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/dummy_load/Makefile (deleted) * uspace/app/dummy_load/dummy_load.c (deleted) * uspace/app/dummy_load/input.c (deleted) * uspace/app/dummy_load/input.h (deleted) get rid of dummy_load, basic load can be generated by "tester loop1", ...