# # ChangeLog for / in mainline # # Generated by Trac 1.5.4 # 2024-05-12T23:16:20Z Fri, 18 May 2012 08:14:19 GMT Vojtech Horky [c4b0317] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/inet/Makefile (moved) * uspace/app/inet/inet.c (moved) * uspace/app/init/init.c (modified) * uspace/app/loc/Makefile (moved) * uspace/app/loc/loc.c (moved) * uspace/app/sbi/src/stype.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/srv/locsrv/Makefile (moved) * uspace/srv/locsrv/category.c (moved) * uspace/srv/locsrv/category.h (moved) * uspace/srv/locsrv/locsrv.c (moved) * uspace/srv/locsrv/locsrv.h (moved) * uspace/srv/net/inetsrv/Makefile (moved) * uspace/srv/net/inetsrv/addrobj.c (moved) * uspace/srv/net/inetsrv/addrobj.h (moved) * uspace/srv/net/inetsrv/icmp.c (moved) * uspace/srv/net/inetsrv/icmp.h (moved) * uspace/srv/net/inetsrv/icmp_std.h (moved) * uspace/srv/net/inetsrv/inet_link.c (moved) * uspace/srv/net/inetsrv/inet_link.h (moved) * uspace/srv/net/inetsrv/inet_std.h (moved) * uspace/srv/net/inetsrv/inet_util.c (moved) * uspace/srv/net/inetsrv/inet_util.h (moved) * uspace/srv/net/inetsrv/inetcfg.c (moved) * uspace/srv/net/inetsrv/inetcfg.h (moved) * uspace/srv/net/inetsrv/inetping.c (moved) * uspace/srv/net/inetsrv/inetping.h (moved) * uspace/srv/net/inetsrv/inetsrv.c (moved) * uspace/srv/net/inetsrv/inetsrv.h (moved) * uspace/srv/net/inetsrv/pdu.c (moved) * uspace/srv/net/inetsrv/pdu.h (moved) * uspace/srv/net/inetsrv/reass.c (moved) * uspace/srv/net/inetsrv/reass.h (moved) * uspace/srv/net/inetsrv/sroute.c (moved) * uspace/srv/net/inetsrv/sroute.h (moved) Merge mainline changes Thu, 17 May 2012 17:56:40 GMT Jiri Svoboda [3e67ab1] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/websrv/Makefile (moved) * uspace/app/websrv/websrv.c (moved) Based on popular vote, move websrv back into /app. Tue, 15 May 2012 20:16:00 GMT Jiri Svoboda [2bd578a] * uspace/app/sbi/src/stype.c (modified) Fix assignment inside assert. Tue, 15 May 2012 19:51:06 GMT Jiri Svoboda [ce1836e] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/inet/Makefile (moved) * uspace/app/inet/inet.c (moved) * uspace/app/init/init.c (modified) * uspace/app/loc/Makefile (moved) * uspace/app/loc/loc.c (moved) * uspace/srv/locsrv/Makefile (moved) * uspace/srv/locsrv/category.c (moved) * uspace/srv/locsrv/category.h (moved) * uspace/srv/locsrv/locsrv.c (moved) * uspace/srv/locsrv/locsrv.h (moved) * uspace/srv/net/inetsrv/Makefile (moved) * uspace/srv/net/inetsrv/addrobj.c (moved) * uspace/srv/net/inetsrv/addrobj.h (moved) * uspace/srv/net/inetsrv/icmp.c (moved) * uspace/srv/net/inetsrv/icmp.h (moved) * uspace/srv/net/inetsrv/icmp_std.h (moved) * uspace/srv/net/inetsrv/inet_link.c (moved) * uspace/srv/net/inetsrv/inet_link.h (moved) * uspace/srv/net/inetsrv/inet_std.h (moved) * uspace/srv/net/inetsrv/inet_util.c (moved) * uspace/srv/net/inetsrv/inet_util.h (moved) * uspace/srv/net/inetsrv/inetcfg.c (moved) * uspace/srv/net/inetsrv/inetcfg.h (moved) * uspace/srv/net/inetsrv/inetping.c (moved) * uspace/srv/net/inetsrv/inetping.h (moved) * uspace/srv/net/inetsrv/inetsrv.c (moved) * uspace/srv/net/inetsrv/inetsrv.h (moved) * uspace/srv/net/inetsrv/pdu.c (moved) * uspace/srv/net/inetsrv/pdu.h (moved) * uspace/srv/net/inetsrv/reass.c (moved) * uspace/srv/net/inetsrv/reass.h (moved) * uspace/srv/net/inetsrv/sroute.c (moved) * uspace/srv/net/inetsrv/sroute.h (moved) * uspace/srv/websrv/Makefile (moved) * uspace/srv/websrv/websrv.c (moved) Merge renaming and other improvements. Sun, 13 May 2012 11:33:47 GMT Vojtech Horky [8f6bffdd] * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.c (modified) Jumping over words in edit with ctrl+arrow (thx Tobias Börtitz) ...