# # ChangeLog for / in mainline # # Generated by Trac 1.5.4 # 2024-05-19T23:17:38Z Thu, 05 Oct 2017 19:09:34 GMT Jiri Svoboda [81b9d3e] * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/bus/adb/cuda_adb/Makefile (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.h (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.ma (added) * uspace/drv/bus/adb/cuda_adb/cuda_hw.h (moved) * uspace/drv/bus/adb/cuda_adb/main.c (added) * uspace/drv/platform/mac/mac.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) Merge CUDA DDF conversion. Thu, 05 Oct 2017 18:34:30 GMT jzr [84eb4edd] * tools/autotool.py (modified) autotool.py: For clang, improve error messages and remove check for ... Thu, 05 Oct 2017 18:00:52 GMT Jiri Svoboda [c188c62] * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (modified) * uspace/drv/bus/adb/cuda_adb/cuda_adb.h (modified) * uspace/drv/bus/adb/cuda_adb/main.c (modified) * uspace/drv/platform/mac/mac.c (modified) CUDA driver should use hw_res to obtain HW configuration. Thu, 05 Oct 2017 07:49:02 GMT Jiri Svoboda [f4665bdc] * uspace/drv/fb/kfb/port.c (modified) Kfb should unmap the frame buffer when client connection is terminated. Thu, 05 Oct 2017 07:34:46 GMT Jiri Svoboda [b669092] * uspace/drv/fb/kfb/port.c (modified) Kfb should not map the frame buffer until it is claimed. Thu, 05 Oct 2017 07:07:45 GMT Jiri Svoboda [fe8961d] * uspace/lib/c/include/types/label.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) There is a good reason why there should be no default branch. Wed, 04 Oct 2017 22:14:10 GMT Jiri Svoboda [0cebbac] * uspace/srv/fs/cdfs/cdfs_ops.c (modified) Restore CDFS definition of primary volume descriptor, with properly ... Wed, 04 Oct 2017 21:53:19 GMT Jiri Svoboda [7e20bee] * uspace/lib/nettl/src/amap.c (modified) Provide flag conversion. Wed, 04 Oct 2017 18:46:07 GMT jzr [8974294] * uspace/drv/nic/e1k/e1k.c (modified) Attempt to fix e1000_link_restart(). My understanding of the driver ... Wed, 04 Oct 2017 18:29:22 GMT jzr [36c3139] * uspace/srv/fs/cdfs/cdfs_ops.c (modified) CDFS has structure fields after a field of variable length. This is ... Wed, 04 Oct 2017 18:27:56 GMT jzr [fa77af7] * uspace/drv/fb/kfb/port.c (modified) Remove some color-related dead code. Wed, 04 Oct 2017 18:25:38 GMT jzr [18902ca6] * uspace/app/nic/nic.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/lib/c/arch/amd64/include/libarch/elf_linux.h (modified) * uspace/lib/c/test/odict.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) Fix several bugs and typos detected by clang. Wed, 04 Oct 2017 18:22:12 GMT jzr [63011c53] * uspace/lib/fdisk/src/fdisk.c (modified) pcnt is unsigned, so it can't be used this way. Detected by clang. Wed, 04 Oct 2017 18:17:16 GMT jzr [0e3b402] * uspace/lib/c/arch/ia64/Makefile.common (modified) Change forgotten GCC_CFLAGS in ia64 to COMMON_CFLAGS, for consistency. Wed, 04 Oct 2017 18:13:24 GMT jzr [c9e88da] * uspace/drv/nic/rtl8139/driver.c (modified) Rename rtl8139_hw_int_enable() to rtl8139_hw_int_set(), since it's ... Wed, 04 Oct 2017 18:02:14 GMT jzr [05b59393] * uspace/app/bdsh/cmds/builtin_cmds.c (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/sbi/src/builtin/bi_task.c (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/usb/ohci/ohci_rh.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/lib/c/generic/cap.c (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/nettl/src/amap.c (modified) * uspace/lib/usb/src/usb.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) Fix a couple of benign clang warnings. No change in semantics.