# # ChangeLog for uspace/lib/meson.build in mainline # # Generated by Trac 1.5.4 # 2024-05-14T15:37:45Z Wed, 25 Aug 2021 13:59:41 GMT Jiri Svoboda [9b2e20c] * uspace/app/tester/meson.build (modified) * uspace/app/tester/print/print4.c (modified) * uspace/lib/codepage/doc/doxygroups.h (added) * uspace/lib/codepage/include/codepage/cp437.h (added) * uspace/lib/codepage/meson.build (added) * uspace/lib/codepage/src/cp437.c (added) * uspace/lib/codepage/test/cp437.c (added) * uspace/lib/codepage/test/main.c (added) * uspace/lib/meson.build (modified) * uspace/srv/hid/output/meson.build (modified) * uspace/srv/hid/output/port/ega.c (modified) Add code page 437 support EGA driver can now display all 256 ... Sat, 12 Jun 2021 21:22:48 GMT Jiri Svoboda [5fc8244] * uspace/app/barber/meson.build (modified) * uspace/app/devctl/meson.build (modified) * uspace/app/fdisk/meson.build (modified) * uspace/app/lprint/meson.build (modified) * uspace/app/pci/meson.build (modified) * uspace/app/vol/meson.build (modified) * uspace/lib/block/meson.build (modified) * uspace/lib/c/generic/capa.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/capa.h (modified) * uspace/lib/c/meson.build (modified) * uspace/lib/device/include/bd.h (moved) * uspace/lib/device/include/bd_srv.h (moved) * uspace/lib/device/include/device/led_dev.h (moved) * uspace/lib/device/include/devman.h (moved) * uspace/lib/device/include/ieee80211/ieee80211.h (moved) * uspace/lib/device/include/io/chardev.h (moved) * uspace/lib/device/include/io/chardev_srv.h (moved) * uspace/lib/device/include/io/label.h (moved) * uspace/lib/device/include/io/serial.h (moved) * uspace/lib/device/include/ipc/adb.h (moved) * uspace/lib/device/include/ipc/bd.h (moved) * uspace/lib/device/include/ipc/chardev.h (moved) * uspace/lib/device/include/ipc/devman.h (moved) * uspace/lib/device/include/ipc/irc.h (moved) * uspace/lib/device/include/ipc/pci.h (moved) * uspace/lib/device/include/ipc/serial_ctl.h (moved) * uspace/lib/device/include/ipc/vbd.h (moved) * uspace/lib/device/include/ipc/vol.h (moved) * uspace/lib/device/include/irc.h (moved) * uspace/lib/device/include/nic/eth_phys.h (moved) * uspace/lib/device/include/nic/nic.h (moved) * uspace/lib/device/include/pci.h (moved) * uspace/lib/device/include/types/io/chardev.h (moved) * uspace/lib/device/include/types/label.h (moved) * uspace/lib/device/include/types/pci.h (moved) * uspace/lib/device/include/types/vol.h (moved) * uspace/lib/device/include/vbd.h (moved) * uspace/lib/device/include/vol.h (moved) * uspace/lib/device/src/bd.c (moved) * uspace/lib/device/src/bd_srv.c (moved) * uspace/lib/device/src/device/led_dev.c (moved) * uspace/lib/device/src/devman.c (moved) * uspace/lib/device/src/io/chardev.c (moved) * uspace/lib/device/src/io/chardev_srv.c (moved) * uspace/lib/device/src/io/label.c (moved) * uspace/lib/device/src/io/serial.c (moved) * uspace/lib/device/src/irc.c (moved) * uspace/lib/device/src/pci.c (moved) * uspace/lib/device/src/vbd.c (moved) * uspace/lib/device/src/vol.c (moved) * uspace/lib/drv/meson.build (modified) * uspace/lib/fdisk/meson.build (modified) * uspace/lib/ipcgfx/src/server.c (modified) * uspace/lib/label/meson.build (modified) * uspace/lib/meson.build (modified) * uspace/srv/bd/file_bd/meson.build (modified) * uspace/srv/bd/rd/meson.build (modified) * uspace/srv/devman/meson.build (modified) * uspace/srv/hw/char/s3c24xx_uart/meson.build (modified) * uspace/srv/test/chardev-test/meson.build (modified) Move device-related stuff out of libc to libdevice Unfortunately, ...