- Timestamp:
- 2025-03-13T18:30:36Z (10 months ago)
- Children:
- e3e53cc
- Parents:
- e494d7b (diff), da54714 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace
- Files:
-
- 3 added
- 81 edited
-
app/devctl/devctl.c (modified) (view diffs)
-
app/shutdown-dlg/shutdown-dlg.c (modified) (view diffs)
-
app/shutdown-dlg/shutdown-dlg.h (modified) (view diffs)
-
app/shutdown/shutdown.c (modified) (view diffs)
-
app/shutdown/shutdown.h (modified) (view diffs)
-
app/trace/syscalls.c (modified) (view diffs)
-
drv/audio/hdaudio/hdactl.c (modified) (view diffs)
-
drv/audio/hdaudio/hdactl.h (modified) (view diffs)
-
drv/audio/hdaudio/hdaudio.c (modified) (view diffs)
-
drv/audio/sb16/dsp.c (modified) (view diffs)
-
drv/audio/sb16/dsp.h (modified) (view diffs)
-
drv/audio/sb16/main.c (modified) (view diffs)
-
drv/audio/sb16/sb16.c (modified) (view diffs)
-
drv/audio/sb16/sb16.h (modified) (view diffs)
-
drv/block/isa-ide/isa-ide.c (modified) (view diffs)
-
drv/block/isa-ide/isa-ide.h (modified) (view diffs)
-
drv/block/isa-ide/main.c (modified) (view diffs)
-
drv/block/pc-floppy/main.c (modified) (view diffs)
-
drv/block/pc-floppy/pc-floppy.c (modified) (view diffs)
-
drv/block/pc-floppy/pc-floppy.h (modified) (view diffs)
-
drv/block/pci-ide/main.c (modified) (view diffs)
-
drv/block/pci-ide/pci-ide.c (modified) (view diffs)
-
drv/block/pci-ide/pci-ide.h (modified) (view diffs)
-
drv/bus/usb/ehci/hc.c (modified) (view diffs)
-
drv/bus/usb/ehci/hc.h (modified) (view diffs)
-
drv/bus/usb/ehci/main.c (modified) (view diffs)
-
drv/bus/usb/ohci/hc.c (modified) (view diffs)
-
drv/bus/usb/ohci/hc.h (modified) (view diffs)
-
drv/bus/usb/ohci/hw_struct/completion_codes.h (modified) (view diffs)
-
drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) (view diffs)
-
drv/bus/usb/ohci/main.c (modified) (view diffs)
-
drv/bus/usb/uhci/hc.c (modified) (view diffs)
-
drv/bus/usb/uhci/hc.h (modified) (view diffs)
-
drv/bus/usb/uhci/main.c (modified) (view diffs)
-
drv/bus/usb/xhci/hc.c (modified) (view diffs)
-
drv/bus/usb/xhci/hc.h (modified) (view diffs)
-
drv/bus/usb/xhci/main.c (modified) (view diffs)
-
drv/char/i8042/i8042.c (modified) (view diffs)
-
drv/char/i8042/i8042.h (modified) (view diffs)
-
drv/char/i8042/main.c (modified) (view diffs)
-
drv/char/ns8250/ns8250.c (modified) (view diffs)
-
drv/char/pc-lpt/main.c (modified) (view diffs)
-
drv/char/pc-lpt/pc-lpt.c (modified) (view diffs)
-
drv/char/pc-lpt/pc-lpt.h (modified) (view diffs)
-
drv/nic/e1k/e1k.c (modified) (view diffs)
-
drv/nic/ne2k/dp8390.c (modified) (view diffs)
-
drv/nic/ne2k/dp8390.h (modified) (view diffs)
-
drv/nic/ne2k/ne2k.c (modified) (view diffs)
-
drv/nic/rtl8139/driver.c (modified) (view diffs)
-
drv/nic/rtl8169/driver.c (modified) (view diffs)
-
lib/ata/include/ata/ata.h (modified) (view diffs)
-
lib/ata/include/ata/ata_hw.h (modified) (view diffs)
-
lib/ata/src/ata.c (modified) (view diffs)
-
lib/c/generic/rtld/module.c (modified) (view diffs)
-
lib/c/generic/rtld/symbol.c (modified) (view diffs)
-
lib/c/generic/shutdown.c (added)
-
lib/c/include/shutdown.h (added)
-
lib/c/meson.build (modified) (view diffs)
-
lib/device/include/devman.h (modified) (view diffs)
-
lib/device/include/ipc/devman.h (modified) (view diffs)
-
lib/device/src/devman.c (modified) (view diffs)
-
lib/drv/generic/driver.c (modified) (view diffs)
-
lib/drv/include/ddf/driver.h (modified) (view diffs)
-
lib/posix/meson.build (modified) (view diffs)
-
lib/posix/src/pthread/keys.c (modified) (view diffs)
-
lib/posix/test/main.c (modified) (view diffs)
-
lib/posix/test/pthread/keys.c (added)
-
lib/system/include/ipc/system.h (modified) (view diffs)
-
lib/system/include/system.h (modified) (view diffs)
-
lib/system/include/system_srv.h (modified) (view diffs)
-
lib/system/src/system.c (modified) (view diffs)
-
lib/system/src/system_srv.c (modified) (view diffs)
-
lib/system/test/system.c (modified) (view diffs)
-
lib/ui/include/types/ui/selectdialog.h (modified) (view diffs)
-
lib/ui/src/selectdialog.c (modified) (view diffs)
-
lib/usbhost/include/usb/host/hcd.h (modified) (view diffs)
-
lib/usbhost/src/hcd.c (modified) (view diffs)
-
srv/devman/client_conn.c (modified) (view diffs)
-
srv/devman/driver.c (modified) (view diffs)
-
srv/devman/driver.h (modified) (view diffs)
-
srv/devman/drv_conn.c (modified) (view diffs)
-
srv/devman/fun.c (modified) (view diffs)
-
srv/devman/fun.h (modified) (view diffs)
-
srv/system/system.c (modified) (view diffs)
Note:
See TracChangeset
for help on using the changeset viewer.
