# # ChangeLog for kernel/generic/src in mainline # # Generated by Trac 1.6 # 2025-08-02T00:04:25Z Sat, 13 Jan 2018 03:15:30 GMT Jiří Zárevúcky [a53ed3a] * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/security/perm.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/trace/trace.c (modified) * uspace/dist/src/c/demos/tetris/screen.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/vfs/mtab.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) Change (rc != 0) to (rc != EOK), where appropriate. Sat, 13 Jan 2018 03:10:29 GMT Jiří Zárevúcky [b7fd2a0] * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/arch/riscv64/src/riscv64.c (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/genarch/include/genarch/drivers/am335x/ctrl_module.h (modified) * kernel/genarch/include/genarch/drivers/am335x/timer.h (modified) * kernel/genarch/src/ddi/ddi-bitmap.c (modified) * kernel/genarch/src/ddi/ddi-dummy.c (modified) * kernel/genarch/src/drivers/am335x/timer.c (modified) * kernel/generic/include/cap/cap.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/kbox.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/ipc/sysipc_ops.h (modified) * kernel/generic/include/ipc/sysipc_priv.h (modified) * kernel/generic/include/log.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/security/perm.h (modified) * kernel/generic/include/str.h (modified) * kernel/generic/include/symtab_lookup.h (modified) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/smc.h (modified) * kernel/generic/include/synch/smp_memory_barrier.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/include/syscall/copy.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/include/udebug/udebug_ipc.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/concttome.c (modified) * kernel/generic/src/ipc/ops/dataread.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/ipc/ops/debug.c (modified) * kernel/generic/src/ipc/ops/pagein.c (modified) * kernel/generic/src/ipc/ops/sharein.c (modified) * kernel/generic/src/ipc/ops/shareout.c (modified) * kernel/generic/src/ipc/ops/stchngath.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/lib/str_error.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_user.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/security/perm.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/generic/src/synch/semaphore.c (modified) * kernel/generic/src/synch/smc.c (modified) * kernel/generic/src/synch/smp_memory_barrier.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/syscall/copy.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/semaphore2.c (modified) * uspace/app/barber/barber.c (modified) * uspace/app/bdsh/cmds/builtins/batch/batch.c (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/bdsh/cmds/modules/mv/mv.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bdsh/cmds/modules/unmount/unmount.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/input.h (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/scli.h (modified) * uspace/app/bdsh/test/toktest.c (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/bdsh/tok.h (modified) * uspace/app/bithenge/test.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/corecfg/corecfg.c (modified) * uspace/app/date/date.c (modified) * uspace/app/devctl/devctl.c (modified) * uspace/app/df/df.c (modified) * uspace/app/dnscfg/dnscfg.c (modified) * uspace/app/dnsres/dnsres.c (modified) * uspace/app/download/main.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/search.c (modified) * uspace/app/edit/search.h (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/edit/sheet.h (modified) * uspace/app/fdisk/fdisk.c (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/getterm/getterm.c (modified) * uspace/app/gunzip/gunzip.c (modified) * uspace/app/inet/inet.c (modified) * uspace/app/init/init.c (modified) * uspace/app/kill/kill.c (modified) * uspace/app/killall/killall.c (modified) * uspace/app/kio/kio.c (modified) * uspace/app/loc/loc.c (modified) * uspace/app/logset/main.c (modified) * uspace/app/mixerctl/mixerctl.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/modplay/modplay.c (modified) * uspace/app/netecho/comm.c (modified) * uspace/app/netecho/comm.h (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/netstart/self_test.c (modified) * uspace/app/netstart/self_test.h (modified) * uspace/app/nic/nic.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/nterm/conn.h (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/pkg/pkg.c (modified) * uspace/app/rcubench/rcubench.c (modified) * uspace/app/rcutest/rcutest.c (modified) * uspace/app/redir/redir.c (modified) * uspace/app/sbi/src/bigint.c (modified) * uspace/app/sbi/src/bigint.h (modified) * uspace/app/sbi/src/builtin/bi_char.c (modified) * uspace/app/sbi/src/builtin/bi_console.c (modified) * uspace/app/sbi/src/builtin/bi_string.c (modified) * uspace/app/sbi/src/input.c (modified) * uspace/app/sbi/src/input.h (modified) * uspace/app/sbi/src/lex.c (modified) * uspace/app/sbi/src/main.c (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/sbi/src/os/os.h (modified) * uspace/app/sbi/src/os/posix.c (modified) * uspace/app/sbi/src/program.c (modified) * uspace/app/sbi/src/program.h (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype.h (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/stats/stats.c (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/sysinst/futil.c (modified) * uspace/app/sysinst/futil.h (modified) * uspace/app/sysinst/sysinst.c (modified) * uspace/app/taskdump/elf_core.c (modified) * uspace/app/taskdump/fibrildump.c (modified) * uspace/app/taskdump/include/elf_core.h (modified) * uspace/app/taskdump/include/fibrildump.h (modified) * uspace/app/taskdump/include/symtab.h (modified) * uspace/app/taskdump/include/taskdump.h (modified) * uspace/app/taskdump/symtab.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/chardev/chardev1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/ipc/ping_pong.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/tester/mm/pager1.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/scores.h (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/ipcp.h (modified) * uspace/app/trace/trace.c (modified) * uspace/app/untar/main.c (modified) * uspace/app/untar/tar.c (modified) * uspace/app/untar/tar.h (modified) * uspace/app/usbinfo/hid.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/app/vuhid/device.c (modified) * uspace/app/vuhid/hids/bootkbd.c (modified) * uspace/app/vuhid/life.c (modified) * uspace/app/vuhid/main.c (modified) * uspace/app/vuhid/stdreq.c (modified) * uspace/app/vuhid/stdreq.h (modified) * uspace/app/vuhid/virthid.h (modified) * uspace/app/wavplay/dplay.c (modified) * uspace/app/wavplay/drec.c (modified) * uspace/app/wavplay/main.c (modified) * uspace/app/wavplay/wave.c (modified) * uspace/app/wavplay/wave.h (modified) * uspace/app/websrv/websrv.c (modified) * uspace/app/wifi_supplicant/wifi_supplicant.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/dist/src/c/demos/edit/search.c (modified) * uspace/dist/src/c/demos/edit/search.h (modified) * uspace/dist/src/c/demos/edit/sheet.c (modified) * uspace/dist/src/c/demos/edit/sheet.h (modified) * uspace/dist/src/c/demos/hello/hello.c (modified) * uspace/dist/src/c/demos/tetris/scores.c (modified) * uspace/dist/src/c/demos/tetris/scores.h (modified) * uspace/dist/src/c/demos/tetris/screen.c (modified) * uspace/dist/src/c/demos/tetris/screen.h (modified) * uspace/dist/src/c/demos/tetris/shapes.c (modified) * uspace/dist/src/c/demos/tetris/tetris.h (modified) * uspace/dist/src/c/demos/top/screen.c (modified) * uspace/dist/src/c/demos/top/screen.h (modified) * uspace/drv/audio/hdaudio/codec.c (modified) * uspace/drv/audio/hdaudio/codec.h (modified) * uspace/drv/audio/hdaudio/hdactl.c (modified) * uspace/drv/audio/hdaudio/hdactl.h (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/hdaudio/pcm_iface.c (modified) * uspace/drv/audio/hdaudio/stream.c (modified) * uspace/drv/audio/hdaudio/stream.h (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/dsp.h (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/audio/sb16/mixer.c (modified) * uspace/drv/audio/sb16/mixer.h (modified) * uspace/drv/audio/sb16/mixer_iface.c (modified) * uspace/drv/audio/sb16/pcm_iface.c (modified) * uspace/drv/audio/sb16/sb16.c (modified) * uspace/drv/audio/sb16/sb16.h (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ata_bd/ata_bd.c (modified) * uspace/drv/block/ata_bd/ata_bd.h (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/block/ata_bd/main.h (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/block/usbmast/bo_trans.c (modified) * uspace/drv/block/usbmast/bo_trans.h (modified) * uspace/drv/block/usbmast/main.c (modified) * uspace/drv/block/usbmast/scsi_ms.c (modified) * uspace/drv/block/usbmast/scsi_ms.h (modified) * 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/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/i8237.h (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/ehci_endpoint.c (modified) * uspace/drv/bus/usb/ehci/ehci_endpoint.h (modified) * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) * uspace/drv/bus/usb/ehci/ehci_rh.h (modified) * uspace/drv/bus/usb/ehci/endpoint_list.c (modified) * uspace/drv/bus/usb/ehci/endpoint_list.h (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.h (modified) * uspace/drv/bus/usb/ohci/ohci_rh.c (modified) * uspace/drv/bus/usb/ohci/ohci_rh.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.h (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (modified) * uspace/drv/bus/usb/uhci/uhci_rh.h (modified) * uspace/drv/bus/usb/usbflbk/main.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.h (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/vhc/devconn.c (modified) * uspace/drv/bus/usb/vhc/hub/hub.c (modified) * uspace/drv/bus/usb/vhc/hub/hub.h (modified) * uspace/drv/bus/usb/vhc/hub/virthub.c (modified) * uspace/drv/bus/usb/vhc/hub/virthub.h (modified) * uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/bus/usb/vhc/transfer.c (modified) * uspace/drv/bus/usb/vhc/vhcd.h (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/i8042.h (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/msim-con/main.c (modified) * uspace/drv/char/msim-con/msim-con.c (modified) * uspace/drv/char/msim-con/msim-con.h (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/char/ski-con/main.c (modified) * uspace/drv/char/ski-con/ski-con.c (modified) * uspace/drv/char/ski-con/ski-con.h (modified) * uspace/drv/char/sun4v-con/main.c (modified) * uspace/drv/char/sun4v-con/sun4v-con.c (modified) * uspace/drv/char/sun4v-con/sun4v-con.h (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h (modified) * uspace/drv/fb/amdm37x_dispc/main.c (modified) * uspace/drv/fb/kfb/kfb.c (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/fb/kfb/port.h (modified) * uspace/drv/hid/adb-kbd/adb-kbd.c (modified) * uspace/drv/hid/adb-kbd/adb-kbd.h (modified) * uspace/drv/hid/adb-kbd/ctl.c (modified) * uspace/drv/hid/adb-kbd/ctl.h (modified) * uspace/drv/hid/adb-kbd/main.c (modified) * uspace/drv/hid/adb-mouse/adb-mouse.c (modified) * uspace/drv/hid/adb-mouse/adb-mouse.h (modified) * uspace/drv/hid/adb-mouse/main.c (modified) * uspace/drv/hid/atkbd/atkbd.c (modified) * uspace/drv/hid/atkbd/atkbd.h (modified) * uspace/drv/hid/atkbd/main.c (modified) * uspace/drv/hid/ps2mouse/main.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.h (modified) * uspace/drv/hid/usbhid/blink1/blink1.c (modified) * uspace/drv/hid/usbhid/blink1/blink1.h (modified) * uspace/drv/hid/usbhid/generic/hiddev.c (modified) * uspace/drv/hid/usbhid/generic/hiddev.h (modified) * uspace/drv/hid/usbhid/kbd/kbddev.c (modified) * uspace/drv/hid/usbhid/kbd/kbddev.h (modified) * uspace/drv/hid/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/hid/usbhid/kbd/kbdrepeat.h (modified) * uspace/drv/hid/usbhid/main.c (modified) * uspace/drv/hid/usbhid/mouse/mousedev.c (modified) * uspace/drv/hid/usbhid/mouse/mousedev.h (modified) * uspace/drv/hid/usbhid/multimedia/multimedia.c (modified) * uspace/drv/hid/usbhid/multimedia/multimedia.h (modified) * uspace/drv/hid/usbhid/usbhid.c (modified) * uspace/drv/hid/usbhid/usbhid.h (modified) * uspace/drv/hid/xtkbd/main.c (modified) * uspace/drv/hid/xtkbd/xtkbd.c (modified) * uspace/drv/hid/xtkbd/xtkbd.h (modified) * uspace/drv/intctl/apic/apic.c (modified) * uspace/drv/intctl/apic/apic.h (modified) * uspace/drv/intctl/apic/main.c (modified) * uspace/drv/intctl/i8259/i8259.c (modified) * uspace/drv/intctl/i8259/i8259.h (modified) * uspace/drv/intctl/i8259/main.c (modified) * uspace/drv/intctl/icp-ic/icp-ic.c (modified) * uspace/drv/intctl/icp-ic/icp-ic.h (modified) * uspace/drv/intctl/icp-ic/main.c (modified) * uspace/drv/intctl/obio/main.c (modified) * uspace/drv/intctl/obio/obio.c (modified) * uspace/drv/intctl/obio/obio.h (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/ath.h (modified) * uspace/drv/nic/ar9271/ath_usb.c (modified) * uspace/drv/nic/ar9271/ath_usb.h (modified) * uspace/drv/nic/ar9271/htc.c (modified) * uspace/drv/nic/ar9271/htc.h (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/drv/nic/ar9271/hw.h (modified) * uspace/drv/nic/ar9271/wmi.c (modified) * uspace/drv/nic/ar9271/wmi.h (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/dp8390.h (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/general.c (modified) * uspace/drv/nic/rtl8139/general.h (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/platform/amdm37x/amdm37x.c (modified) * uspace/drv/platform/amdm37x/amdm37x.h (modified) * uspace/drv/platform/amdm37x/main.c (modified) * uspace/drv/platform/icp/icp.c (modified) * uspace/drv/platform/mac/mac.c (modified) * uspace/drv/platform/malta/malta.c (modified) * uspace/drv/platform/msim/msim.c (modified) * uspace/drv/platform/pc/pc.c (modified) * uspace/drv/platform/ski/ski.c (modified) * uspace/drv/platform/sun4u/sun4u.c (modified) * uspace/drv/platform/sun4v/sun4v.c (modified) * uspace/drv/root/root/root.c (modified) * uspace/drv/root/virt/virt.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/include/bithenge/blob.h (modified) * uspace/lib/bithenge/include/bithenge/compound.h (modified) * uspace/lib/bithenge/include/bithenge/expression.h (modified) * uspace/lib/bithenge/include/bithenge/file.h (modified) * uspace/lib/bithenge/include/bithenge/print.h (modified) * uspace/lib/bithenge/include/bithenge/script.h (modified) * uspace/lib/bithenge/include/bithenge/sequence.h (modified) * uspace/lib/bithenge/include/bithenge/source.h (modified) * uspace/lib/bithenge/include/bithenge/transform.h (modified) * uspace/lib/bithenge/include/bithenge/tree.h (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/bithenge/src/common.h (modified) * uspace/lib/bithenge/src/compound.c (modified) * uspace/lib/bithenge/src/expression.c (modified) * uspace/lib/bithenge/src/failure.c (modified) * uspace/lib/bithenge/src/failure.h (modified) * uspace/lib/bithenge/src/file.c (modified) * uspace/lib/bithenge/src/helenos/block.c (modified) * uspace/lib/bithenge/src/helenos/block.h (modified) * uspace/lib/bithenge/src/helenos/common.h (modified) * uspace/lib/bithenge/src/linux/common.h (modified) * uspace/lib/bithenge/src/print.c (modified) * uspace/lib/bithenge/src/script.c (modified) * uspace/lib/bithenge/src/sequence.c (modified) * uspace/lib/bithenge/src/source.c (modified) * uspace/lib/bithenge/src/transform.c (modified) * uspace/lib/bithenge/src/tree.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/block/block.h (modified) * uspace/lib/c/arch/abs32le/src/stacktrace.c (modified) * uspace/lib/c/arch/amd64/src/stacktrace.c (modified) * uspace/lib/c/arch/arm32/src/stacktrace.c (modified) * uspace/lib/c/arch/ia32/src/stacktrace.c (modified) * uspace/lib/c/arch/ia64/src/stacktrace.c (modified) * uspace/lib/c/arch/mips32/src/stacktrace.c (modified) * uspace/lib/c/arch/ppc32/src/stacktrace.c (modified) * uspace/lib/c/arch/riscv64/src/stacktrace.c (modified) * uspace/lib/c/arch/sparc64/src/stacktrace.c (modified) * uspace/lib/c/generic/adt/circ_buf.c (modified) * uspace/lib/c/generic/adt/odict.c (modified) * uspace/lib/c/generic/arg_parse.c (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (modified) * uspace/lib/c/generic/bd_srv.c (modified) * uspace/lib/c/generic/cap.c (modified) * uspace/lib/c/generic/clipboard.c (modified) * uspace/lib/c/generic/corecfg.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/clock_dev.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/generic/device/led_dev.c (modified) * uspace/lib/c/generic/device/pio_window.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/dhcp.c (modified) * uspace/lib/c/generic/dirent.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/imath.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inet/host.c (modified) * uspace/lib/c/generic/inet/hostname.c (modified) * uspace/lib/c/generic/inet/hostport.c (modified) * uspace/lib/c/generic/inet/tcp.c (modified) * uspace/lib/c/generic/inet/udp.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/io/chardev.c (modified) * uspace/lib/c/generic/io/chardev_srv.c (modified) * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/input.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/kio.c (modified) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/logctl.c (modified) * uspace/lib/c/generic/io/output.c (modified) * uspace/lib/c/generic/io/serial.c (modified) * uspace/lib/c/generic/io/table.c (modified) * uspace/lib/c/generic/io/visualizer.c (modified) * uspace/lib/c/generic/io/window.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/irc.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/perm.c (modified) * uspace/lib/c/generic/pio_trace.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/smc.c (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/stdio.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/udebug.c (modified) * uspace/lib/c/generic/uuid.c (modified) * uspace/lib/c/generic/vbd.c (modified) * uspace/lib/c/generic/vfs/mtab.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/adt/circ_buf.h (modified) * uspace/lib/c/include/adt/odict.h (modified) * uspace/lib/c/include/arg_parse.h (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/bd.h (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/cap.h (modified) * uspace/lib/c/include/clipboard.h (modified) * uspace/lib/c/include/corecfg.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/clock_dev.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/device/led_dev.h (modified) * uspace/lib/c/include/device/pio_window.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/futex.h (modified) * uspace/lib/c/include/imath.h (modified) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/dhcp.h (modified) * uspace/lib/c/include/inet/dnsr.h (modified) * uspace/lib/c/include/inet/host.h (modified) * uspace/lib/c/include/inet/hostname.h (modified) * uspace/lib/c/include/inet/hostport.h (modified) * uspace/lib/c/include/inet/inet.h (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/lib/c/include/inet/inetping.h (modified) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/inet/tcp.h (modified) * uspace/lib/c/include/inet/udp.h (modified) * uspace/lib/c/include/io/chardev.h (modified) * uspace/lib/c/include/io/chardev_srv.h (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/input.h (modified) * uspace/lib/c/include/io/kio.h (modified) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/logctl.h (modified) * uspace/lib/c/include/io/output.h (modified) * uspace/lib/c/include/io/serial.h (modified) * uspace/lib/c/include/io/table.h (modified) * uspace/lib/c/include/io/visualizer.h (modified) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/c/include/ipc/event.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/c/include/irc.h (modified) * uspace/lib/c/include/loader/loader.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/ns.h (modified) * uspace/lib/c/include/perm.h (modified) * uspace/lib/c/include/rtld/module.h (modified) * uspace/lib/c/include/rtld/rtld.h (modified) * uspace/lib/c/include/smc.h (modified) * uspace/lib/c/include/stacktrace.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/include/thread.h (modified) * uspace/lib/c/include/types/inet.h (modified) * uspace/lib/c/include/udebug.h (modified) * uspace/lib/c/include/uuid.h (modified) * uspace/lib/c/include/vbd.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/c/include/vfs/vfs_mtab.h (modified) * uspace/lib/c/include/vol.h (modified) * uspace/lib/c/test/adt/circ_buf.c (modified) * uspace/lib/c/test/io/table.c (modified) * uspace/lib/clui/nchoice.c (modified) * uspace/lib/clui/nchoice.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/compress/gzip.c (modified) * uspace/lib/compress/gzip.h (modified) * uspace/lib/compress/inflate.c (modified) * uspace/lib/compress/inflate.h (modified) * uspace/lib/crypto/aes.c (modified) * uspace/lib/crypto/crypto.c (modified) * uspace/lib/crypto/crypto.h (modified) * uspace/lib/crypto/rc4.c (modified) * uspace/lib/draw/codec/tga.gz.c (modified) * uspace/lib/draw/font.c (modified) * uspace/lib/draw/font.h (modified) * uspace/lib/draw/font/bitmap_backend.c (modified) * uspace/lib/draw/font/bitmap_backend.h (modified) * uspace/lib/draw/font/embedded.c (modified) * uspace/lib/draw/font/embedded.h (modified) * uspace/lib/draw/font/pcf.c (modified) * uspace/lib/draw/font/pcf.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/generic/remote_audio_mixer.c (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/drv/generic/remote_battery_dev.c (modified) * uspace/lib/drv/generic/remote_clock_dev.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/generic/remote_ieee80211.c (modified) * uspace/lib/drv/generic/remote_led_dev.c (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/generic/remote_pci.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/generic/remote_usbhid.c (modified) * uspace/lib/drv/include/ahci_iface.h (modified) * uspace/lib/drv/include/audio_mixer_iface.h (modified) * uspace/lib/drv/include/audio_pcm_iface.h (modified) * uspace/lib/drv/include/battery_iface.h (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ddf/log.h (modified) * uspace/lib/drv/include/ieee80211_iface.h (modified) * uspace/lib/drv/include/nic_iface.h (modified) * uspace/lib/drv/include/ops/battery_dev.h (modified) * uspace/lib/drv/include/ops/clock_dev.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/ops/ieee80211.h (modified) * uspace/lib/drv/include/ops/led_dev.h (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/drv/include/pci_dev_iface.h (modified) * uspace/lib/drv/include/usb_iface.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/drv/include/usbhid_iface.h (modified) * uspace/lib/ext4/include/ext4/balloc.h (modified) * uspace/lib/ext4/include/ext4/bitmap.h (modified) * uspace/lib/ext4/include/ext4/directory.h (modified) * uspace/lib/ext4/include/ext4/directory_index.h (modified) * uspace/lib/ext4/include/ext4/extent.h (modified) * uspace/lib/ext4/include/ext4/filesystem.h (modified) * uspace/lib/ext4/include/ext4/hash.h (modified) * uspace/lib/ext4/include/ext4/ialloc.h (modified) * uspace/lib/ext4/include/ext4/inode.h (modified) * uspace/lib/ext4/include/ext4/ops.h (modified) * uspace/lib/ext4/include/ext4/superblock.h (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/bitmap.c (modified) * uspace/lib/ext4/src/directory.c (modified) * uspace/lib/ext4/src/directory_index.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/hash.c (modified) * uspace/lib/ext4/src/ialloc.c (modified) * uspace/lib/ext4/src/inode.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/ext4/src/superblock.c (modified) * uspace/lib/fdisk/include/fdisk.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) * uspace/lib/fmtutil/fmtutil.c (modified) * uspace/lib/fmtutil/fmtutil.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/graph/graph.h (modified) * uspace/lib/gui/button.c (modified) * uspace/lib/gui/label.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/hound/include/hound/client.h (modified) * uspace/lib/hound/include/hound/protocol.h (modified) * uspace/lib/hound/include/hound/server.h (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/http/include/http/http.h (modified) * uspace/lib/http/include/http/receive-buffer.h (modified) * uspace/lib/http/src/headers.c (modified) * uspace/lib/http/src/http.c (modified) * uspace/lib/http/src/receive-buffer.c (modified) * uspace/lib/http/src/request.c (modified) * uspace/lib/http/src/response.c (modified) * uspace/lib/ieee80211/include/ieee80211.h (modified) * uspace/lib/ieee80211/include/ieee80211_iface_impl.h (modified) * uspace/lib/ieee80211/include/ieee80211_impl.h (modified) * uspace/lib/ieee80211/include/ieee80211_private.h (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/ieee80211/src/ieee80211_iface_impl.c (modified) * uspace/lib/ieee80211/src/ieee80211_impl.c (modified) * uspace/lib/label/include/label/empty.h (modified) * uspace/lib/label/include/label/label.h (modified) * uspace/lib/label/include/types/liblabel.h (modified) * uspace/lib/label/src/dummy.c (modified) * uspace/lib/label/src/empty.c (modified) * uspace/lib/label/src/gpt.c (modified) * uspace/lib/label/src/label.c (modified) * uspace/lib/label/src/mbr.c (modified) * uspace/lib/label/test/label.c (modified) * uspace/lib/nettl/include/nettl/amap.h (modified) * uspace/lib/nettl/include/nettl/portrng.h (modified) * uspace/lib/nettl/src/amap.c (modified) * uspace/lib/nettl/src/portrng.c (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_addr_db.h (modified) * uspace/lib/nic/include/nic_ev.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/include/nic_rx_control.h (modified) * uspace/lib/nic/include/nic_wol_virtues.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/pcm/include/pcm/format.h (modified) * uspace/lib/pcm/src/format.c (modified) * uspace/lib/pcut/include/pcut/asserts.h (modified) * uspace/lib/pcut/src/os/helenos.c (modified) * uspace/lib/pcut/tests/errno.c (modified) * uspace/lib/trackmod/protracker.c (modified) * uspace/lib/trackmod/protracker.h (modified) * uspace/lib/trackmod/trackmod.c (modified) * uspace/lib/trackmod/trackmod.h (modified) * uspace/lib/trackmod/xm.c (modified) * uspace/lib/trackmod/xm.h (modified) * uspace/lib/uri/uri.c (modified) * uspace/lib/uri/uri.h (modified) * uspace/lib/usb/include/usb/dev.h (modified) * uspace/lib/usb/src/dev.c (modified) * uspace/lib/usbdev/include/usb/dev/alternate_ifaces.h (modified) * uspace/lib/usbdev/include/usb/dev/device.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/pipes.h (modified) * uspace/lib/usbdev/include/usb/dev/poll.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/driver.c (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (modified) * uspace/lib/usbhid/include/usb/hid/hidparser.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidreport.h (modified) * uspace/lib/usbhid/include/usb/hid/request.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_bus.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/include/usb/host/utils/malloc32.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) * uspace/lib/usbhost/src/hcd.c (modified) * uspace/lib/usbhost/src/usb_bus.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/lib/usbvirt/include/usbvirt/device.h (modified) * uspace/lib/usbvirt/include/usbvirt/ipc.h (modified) * uspace/lib/usbvirt/include/usbvirt/virthub_base.h (modified) * uspace/lib/usbvirt/src/ctrltransfer.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/lib/usbvirt/src/ipc_dev.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) * uspace/lib/usbvirt/src/private.h (modified) * uspace/lib/usbvirt/src/stdreq.c (modified) * uspace/lib/usbvirt/src/transfer.c (modified) * uspace/lib/usbvirt/src/virthub_base.c (modified) * uspace/srv/audio/hound/audio_data.c (modified) * uspace/srv/audio/hound/audio_data.h (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/audio/hound/audio_device.h (modified) * uspace/srv/audio/hound/audio_sink.c (modified) * uspace/srv/audio/hound/audio_sink.h (modified) * uspace/srv/audio/hound/audio_source.c (modified) * uspace/srv/audio/hound/audio_source.h (modified) * uspace/srv/audio/hound/connection.c (modified) * uspace/srv/audio/hound/connection.h (modified) * uspace/srv/audio/hound/hound.c (modified) * uspace/srv/audio/hound/hound.h (modified) * uspace/srv/audio/hound/hound_ctx.c (modified) * uspace/srv/audio/hound/hound_ctx.h (modified) * uspace/srv/audio/hound/iface.c (modified) * uspace/srv/audio/hound/main.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/bd/vbd/disk.h (modified) * uspace/srv/bd/vbd/vbd.c (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/devman/client_conn.c (modified) * uspace/srv/devman/dev.c (modified) * uspace/srv/devman/dev.h (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/driver.h (modified) * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/devman/fun.c (modified) * uspace/srv/devman/fun.h (modified) * uspace/srv/devman/loc.c (modified) * uspace/srv/devman/loc.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/match.c (modified) * uspace/srv/fs/cdfs/cdfs.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat.c (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_bitmap.h (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_directory.h (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_fat.h (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext4fs/ext4fs.c (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_directory.h (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/mfs/mfs.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_inode.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf.c (modified) * uspace/srv/fs/udf/udf_file.c (modified) * uspace/srv/fs/udf/udf_file.h (modified) * uspace/srv/fs/udf/udf_idx.c (modified) * uspace/srv/fs/udf/udf_idx.h (modified) * uspace/srv/fs/udf/udf_ops.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/fs/udf/udf_volume.h (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/ctl/sun.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_ctl.h (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/layout.h (modified) * uspace/srv/hid/input/layout/ar.c (modified) * uspace/srv/hid/input/layout/cz.c (modified) * uspace/srv/hid/input/layout/us_dvorak.c (modified) * uspace/srv/hid/input/layout/us_qwerty.c (modified) * uspace/srv/hid/input/mouse_port.h (modified) * uspace/srv/hid/input/mouse_proto.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.h (modified) * uspace/srv/hid/isdv4_tablet/main.c (modified) * uspace/srv/hid/output/ctl/serial.c (modified) * uspace/srv/hid/output/ctl/serial.h (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/hid/output/output.h (modified) * uspace/srv/hid/output/port/chardev.c (modified) * uspace/srv/hid/output/port/chardev.h (modified) * uspace/srv/hid/output/port/ega.c (modified) * uspace/srv/hid/output/port/ega.h (modified) * uspace/srv/hid/output/port/kfb.c (modified) * uspace/srv/hid/output/port/kfb.h (modified) * uspace/srv/hid/output/proto/vt100.c (modified) * uspace/srv/hid/output/proto/vt100.h (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hid/rfb/main.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/hid/rfb/rfb.h (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/klog/klog.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/category.c (modified) * uspace/srv/locsrv/category.h (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/ctl.c (modified) * uspace/srv/logger/initlvl.c (modified) * uspace/srv/logger/level.c (modified) * uspace/srv/logger/logger.h (modified) * uspace/srv/logger/logs.c (modified) * uspace/srv/logger/main.c (modified) * uspace/srv/logger/writer.c (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/dhcp.h (modified) * uspace/srv/net/dhcp/main.c (modified) * uspace/srv/net/dhcp/transport.c (modified) * uspace/srv/net/dhcp/transport.h (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.h (modified) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) * uspace/srv/net/dnsrsrv/query.h (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/dnsrsrv/transport.h (modified) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/arp.h (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/atrans.h (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip.h (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/ethip_nic.h (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/ethip/pdu.h (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/addrobj.h (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/icmp.h (modified) * uspace/srv/net/inetsrv/icmpv6.c (modified) * uspace/srv/net/inetsrv/icmpv6.h (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inet_link.h (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetping.h (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/ndp.c (modified) * uspace/srv/net/inetsrv/ndp.h (modified) * uspace/srv/net/inetsrv/ntrans.c (modified) * uspace/srv/net/inetsrv/ntrans.h (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/pdu.h (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/reass.h (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/inetsrv/sroute.h (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/nconfsrv/iplink.c (modified) * uspace/srv/net/nconfsrv/iplink.h (modified) * uspace/srv/net/nconfsrv/nconfsrv.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/inet.c (modified) * uspace/srv/net/tcp/inet.h (modified) * uspace/srv/net/tcp/iqueue.c (modified) * uspace/srv/net/tcp/iqueue.h (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/pdu.c (modified) * uspace/srv/net/tcp/pdu.h (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/tcp/service.h (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/test.c (modified) * uspace/srv/net/tcp/test/conn.c (modified) * uspace/srv/net/tcp/test/iqueue.c (modified) * uspace/srv/net/tcp/test/pdu.c (modified) * uspace/srv/net/tcp/test/rqueue.c (modified) * uspace/srv/net/tcp/test/tqueue.c (modified) * uspace/srv/net/tcp/test/ucall.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/tqueue.h (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/pdu.h (modified) * uspace/srv/net/udp/service.c (modified) * uspace/srv/net/udp/service.h (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_inet.h (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/clonable.h (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/service.h (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/ns/task.h (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/test/chardev-test/main.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_ipc.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_pager.c (modified) * uspace/srv/vfs/vfs_register.c (modified) * uspace/srv/volsrv/empty.c (modified) * uspace/srv/volsrv/empty.h (modified) * uspace/srv/volsrv/mkfs.c (modified) * uspace/srv/volsrv/mkfs.h (modified) * uspace/srv/volsrv/part.c (modified) * uspace/srv/volsrv/part.h (modified) * uspace/srv/volsrv/volsrv.c (modified) Use `errno_t` in all uspace and kernel code. Change type of every ... Thu, 04 Jan 2018 20:22:51 GMT Jiří Zárevúcky [cde999a] * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/syscall/copy.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/sysinst/sysinst.c (modified) * uspace/app/taskdump/symtab.c (modified) * uspace/dist/src/c/demos/edit/sheet.c (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/block/usbmast/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/ath_usb.c (modified) * uspace/drv/nic/ar9271/htc.c (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/drv/nic/ar9271/wmi.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/general.c (modified) * uspace/drv/platform/amdm37x/main.c (modified) * uspace/drv/platform/mac/mac.c (modified) * uspace/drv/platform/malta/malta.c (modified) * uspace/drv/platform/pc/pc.c (modified) * uspace/drv/platform/sun4u/sun4u.c (modified) * uspace/drv/root/root/root.c (modified) * uspace/drv/root/virt/virt.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/clipboard.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/clock_dev.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/inet/tcp.c (modified) * uspace/lib/c/generic/inet/udp.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/uuid.c (modified) * uspace/lib/c/generic/vbd.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_battery_dev.c (modified) * uspace/lib/drv/generic/remote_ieee80211.c (modified) * uspace/lib/drv/generic/remote_usbhid.c (modified) * uspace/lib/drv/include/ops/ieee80211.h (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/fmtutil/fmtutil.h (modified) * uspace/lib/http/include/http/receive-buffer.h (modified) * uspace/lib/http/src/receive-buffer.c (modified) * uspace/lib/ieee80211/include/ieee80211.h (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/ieee80211/src/ieee80211_impl.c (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_inode.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) * uspace/srv/fs/udf/udf_file.c (modified) * uspace/srv/fs/udf/udf_idx.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/udp/service.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Fix comments to stop referring to error codes as negative. Fri, 29 Dec 2017 18:05:46 GMT Jiří Zárevúcky [ee6f434] * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/generic/src/lib/str_error.c (modified) A few more minor errno tweaks. Fri, 22 Dec 2017 22:43:25 GMT Jakub Jermar [a1026da] * abi/include/abi/ipc/ipc.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/lib/c/generic/async.c (modified) Introduce IPC_CALL_AUTO_REPLY call flag Calls that never make it to ... Tue, 19 Dec 2017 18:18:15 GMT Jiří Zárevúcky [897fd8f1] * abi/include/abi/synch.h (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/generic/src/synch/semaphore.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/semaphore2.c (modified) * uspace/lib/c/include/futex.h (modified) Use instead of special ESYNCH_xx error codes. Tue, 19 Dec 2017 18:07:28 GMT Jiří Zárevúcky [7f11dc6] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/security/perm.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/semaphore2.c (modified) Numerous minor error code tweaks in kernel. Tue, 19 Dec 2017 17:35:28 GMT Jiří Zárevúcky [89ea2dc] * kernel/generic/include/adt/bitmap.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/synch/workqueue.h (modified) * kernel/generic/src/adt/bitmap.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/synch/workqueue.c (modified) Functions that return true/false should have bool as a return type. Tue, 19 Dec 2017 17:34:39 GMT Jiří Zárevúcky [7565a4b] * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) Return error code from ipc_phone_hangup(). Tue, 19 Dec 2017 17:18:55 GMT Jiří Zárevúcky [62ca560] * kernel/Makefile (modified) * kernel/generic/include/str.h (modified) * kernel/generic/src/lib/str_error.c (added) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/backend_user.c (modified) Add str_error() and str_error_name() to kernel, and use it to print ... Mon, 18 Dec 2017 17:40:52 GMT Jiří Zárevúcky [09d01f2] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/concttome.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/task.c (modified) Return phones/capabilities separately from error codes. Mon, 18 Dec 2017 17:09:18 GMT Jiří Zárevúcky [6a32cc5f] * kernel/generic/src/proc/task.c (modified) Handle allocation failure in task_create(). Mon, 18 Dec 2017 16:41:02 GMT Jiří Zárevúcky [90f20cf] * kernel/generic/src/ipc/ops/pagein.c (modified) Fix pagein. Oops. Mon, 18 Dec 2017 15:30:54 GMT Jiří Zárevúcky [6abda242] * kernel/generic/src/ipc/ops/pagein.c (modified) pagein_request_process() should be pagein_request_preprocess(). Mon, 11 Dec 2017 09:42:42 GMT Jiri Svoboda [b2a1fd92] * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) Separate error code from output parameter in udebug_begin(). Sat, 09 Dec 2017 21:25:14 GMT Jiří Zárevúcky [c81132d] * kernel/arch/ia32/src/smp/mps.c (modified) * kernel/generic/src/mm/as.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/lib/c/arch/arm32/include/libarch/atomic.h (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/srv/audio/hound/audio_device.c (modified) Replace casts from non-bool to bool with explicit equality check. Sat, 09 Dec 2017 20:23:19 GMT Jiří Zárevúcky [bd253241] * kernel/generic/src/udebug/udebug_ops.c (modified) Revert "Only return error code from udebug_begin()." This reverts ... Sat, 09 Dec 2017 18:04:23 GMT Jiří Zárevúcky [0016674] * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/lib/c/generic/ipc.c (modified) Properly handle errors in SYS_IPC_KBOX. Also, merge the separate ... Fri, 08 Dec 2017 21:17:27 GMT Jiří Zárevúcky [569a51a] * kernel/generic/include/ipc/kbox.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/include/ipc/ipc.h (modified) Return phone handle in SYS_IPC_CONNECT_KBOX separately from error code. Fri, 08 Dec 2017 21:17:27 GMT Jiří Zárevúcky [9233e9d] * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/include/ipc/irq.h (modified) Return capability handle in SYS_IPC_IRQ_SUBSCRIBE separately from ... Fri, 08 Dec 2017 21:17:27 GMT Jiří Zárevúcky [6deb2cd] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) Return capability handle in SYS_IPC_WAIT via call data structure, ... Fri, 08 Dec 2017 21:03:35 GMT Jiří Zárevúcky [9246016] * kernel/generic/include/log.h (modified) * kernel/generic/src/log/log.c (modified) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/include/io/klog.h (modified) * uspace/srv/klog/klog.c (modified) In SYS_KLOG, pass number of bytes read separately from error code. Fri, 08 Dec 2017 21:03:35 GMT Jiří Zárevúcky [86bbca4] * kernel/generic/src/udebug/udebug_ops.c (modified) Only return error code from udebug_begin(). Nobody should ever need ... Tue, 05 Dec 2017 16:03:20 GMT Jakub Jermar [addbce4] * abi/include/abi/ipc/ipc.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ipc.c (modified) Remove IPC_CALLID_* macros Tue, 05 Dec 2017 11:30:02 GMT Jakub Jermar [82d515e9] * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) Fix terminology Objects of slab_cache_t type are caches, not slabs. Sun, 26 Nov 2017 20:13:07 GMT Jakub Jermar [d7e245a] * abi/include/abi/ipc/ipc.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/c/generic/ipc.c (modified) Use ordinary errors instead of IPC_CALLRET_FATAL Sun, 26 Nov 2017 20:11:15 GMT Jakub Jermar [474c68b] * kernel/generic/src/ipc/sysipc.c (modified) Do not leak call address in sys_ipc_call_async_*() Sat, 25 Nov 2017 19:20:56 GMT Jakub Jermar [96258fc] * kernel/generic/src/ipc/ipc.c (modified) Free up all call capabilities when task exits Sat, 25 Nov 2017 18:57:04 GMT Jakub Jermar [ce4a21a0] * kernel/generic/src/cap/cap.c (modified) Mention IPC calls in the comment on capabilities Sat, 25 Nov 2017 15:43:25 GMT Jakub Jermar [01c3bb4] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/app/kio/kio.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/msim-con/msim-con.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/klog/klog.c (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/vfs/vfs.c (modified) Convert call-handling syscalls to capabilities This commit modifies ... Fri, 24 Nov 2017 19:00:00 GMT Jakub Jermar [f571ca49] * abi/include/abi/cap.h (added) * abi/include/abi/ipc/methods.h (modified) * kernel/generic/src/cap/cap.c (modified) Add CAP_NIL Sometimes it is useful to have a capability analogy of NULL. Thu, 23 Nov 2017 23:52:59 GMT Jakub Jermar [503ffce] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/include/ipc/common.h (modified) Return IPC_CALLID_* in call data instead of callid Callid will be ... Thu, 23 Nov 2017 22:20:17 GMT Jakub Jermar [7c0e1f5] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) Rework userspace call tracking Setting the address of the userspace ... Tue, 21 Nov 2017 22:23:00 GMT Jakub Jermar [d51a0d6] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) Associate a kobject_t with a call_t Let all the reference counting ... Wed, 15 Nov 2017 00:15:46 GMT Aearsis [14741a0] * kernel/generic/src/ddi/ddi.c (modified) ddi: do not assume arguments are correct When an uspace app ... Fri, 10 Nov 2017 19:33:50 GMT Jakub Jermar [706b4de] * abi/include/abi/ipc/ipc.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/c/generic/ipc.c (modified) Remove support for IPC_CALLRET_TEMPORARY Thu, 09 Nov 2017 20:19:23 GMT Jakub Jermar [d432c02] * kernel/generic/src/ipc/sysipc.c (modified) Make kernel IPC fail hard if maximum number of calls reached Sat, 28 Oct 2017 11:40:41 GMT Jakub Jermar [c1f68b0] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/irq.c (modified) Use recursive mutex to protect task_t::cap_info This makes it ... Sat, 28 Oct 2017 11:26:43 GMT Jakub Jermar [15d9fe6] * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/src/synch/mutex.c (modified) Implement recursive mutex Sat, 28 Oct 2017 08:55:10 GMT Jakub Jermar [7cf8522] * kernel/generic/src/ipc/ipc.c (modified) Unpublish and free phone and IRQ capabilities in ipc_cleanup() Sat, 28 Oct 2017 08:53:20 GMT Jakub Jermar [3dab10ae] * kernel/generic/src/ipc/sysipc.c (modified) Drop phone kobject reference when slamming the phone in answer_preprocess Sat, 28 Oct 2017 08:53:08 GMT Jakub Jermar [d470ec8] * kernel/generic/src/ipc/ipc.c (modified) Maintain phone kobject reference for call_t::caller_phone Sat, 28 Oct 2017 08:49:42 GMT Jakub Jermar [d088616] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) Provide locked versions of cap_unpublish() and cap_free() This is ... Thu, 26 Oct 2017 23:45:41 GMT jzr [37e8c4a] * boot/Makefile.build (modified) * kernel/Makefile (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * uspace/Makefile.common (modified) Disallow common symbols. They are never needed. Tue, 24 Oct 2017 04:56:00 GMT jzr [8ddaaac] * boot/generic/src/printf_core.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) Support intmax_t in printf ('j' modifier). Tue, 24 Oct 2017 04:55:29 GMT jzr [35ebd42] * kernel/arch/ia32/src/interrupt.c (modified) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/mm/backend_user.c (modified) Fix up some type casts and format strings. Tue, 24 Oct 2017 04:54:05 GMT jzr [002fd5f] * boot/arch/arm32/include/types.h (modified) * boot/arch/ia64/include/types.h (modified) * boot/arch/mips32/include/types.h (modified) * boot/arch/ppc32/include/types.h (modified) * boot/arch/riscv64/include/types.h (modified) * boot/arch/sparc64/include/types.h (modified) * boot/generic/include/stddef.h (modified) * boot/generic/include/stdint.h (modified) * boot/generic/src/str.c (modified) * kernel/arch/abs32le/include/arch/types.h (modified) * kernel/arch/amd64/include/arch/types.h (modified) * kernel/arch/arm32/include/arch/types.h (modified) * kernel/arch/ia32/include/arch/types.h (modified) * kernel/arch/ia64/include/arch/types.h (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/mips32/include/arch/types.h (modified) * kernel/arch/ppc32/include/arch/types.h (modified) * kernel/arch/riscv64/include/arch/types.h (modified) * kernel/arch/sparc64/include/arch/asm.h (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (modified) * kernel/arch/sparc64/include/arch/types.h (modified) * kernel/generic/include/stddef.h (modified) * kernel/generic/include/stdint.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/lib/str.c (modified) * uspace/lib/c/arch/abs32le/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/abs32le/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/abs32le/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/abs32le/include/libarch/types.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/types.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/types.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/types.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/types.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/types.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/types.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/types.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/types.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/types.h (deleted) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/inttypes.h (modified) * uspace/lib/c/include/limits.h (modified) * uspace/lib/c/include/stddef.h (modified) * uspace/lib/c/include/stdint.h (modified) * uspace/lib/c/include/types/common.h (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/math/include/mathtypes.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/stdint.h (modified) Replace parts of system headers with <_bits/...>. Thu, 12 Oct 2017 17:59:31 GMT Jakub Jermar [ce732e74] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/main/main.c (modified) Allocate capabilities from a dedicated slab cache Tue, 10 Oct 2017 15:34:37 GMT Jakub Jermar [c46bfbc] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/proc/task.c (modified) Allow caps_task_alloc() to fail Mon, 09 Oct 2017 22:18:09 GMT Jakub Jermar [05913fe7] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) Allow virtually unlimited number of capabilities per task Mon, 09 Oct 2017 19:10:25 GMT Jakub Jermar [02667d9] * kernel/generic/include/lib/ra.h (modified) * kernel/generic/src/lib/ra.c (modified) Resource arenas should be destructible Sun, 08 Oct 2017 19:37:24 GMT Jakub Jermar [82cbf8c6] * kernel/genarch/include/genarch/mm/as_ht.h (modified) * kernel/genarch/include/genarch/mm/page_ht.h (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/generic/include/adt/hash.h (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/lib/ra.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/synch/futex.c (modified) Replace the old hash table implementation in the kernel with the ... Mon, 02 Oct 2017 23:05:34 GMT jzr [68f4671] * kernel/generic/src/sysinfo/sysinfo.c (modified) Revert previous commit. Looks like this was already fixed in the ... Mon, 02 Oct 2017 22:54:51 GMT jzr [94868e1] * kernel/generic/src/sysinfo/sysinfo.c (modified) Fix return of uninitialized variable. Sat, 30 Sep 2017 18:52:38 GMT Jakub Jermar [300f4c4] * kernel/generic/include/lib/ra.h (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/mm/km.c (modified) Let the resource allocator treat 0 as a valid resource Sat, 30 Sep 2017 06:29:42 GMT Jakub Jermar [91b60499] * abi/include/abi/ipc/methods.h (modified) * abi/include/abi/syscall.h (modified) * kernel/Makefile (modified) * kernel/arch/arm32/src/interrupt.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c (modified) * kernel/arch/ia32/src/drivers/i8254.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia64/src/drivers/it.c (modified) * kernel/arch/mips32/src/interrupt.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnin.c (modified) * kernel/genarch/src/drivers/i8042/i8042.c (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) * kernel/genarch/src/drivers/omap/uart.c (modified) * kernel/genarch/src/drivers/pl011/pl011.c (modified) * kernel/genarch/src/drivers/pl050/pl050.c (modified) * kernel/genarch/src/drivers/s3c24xx/uart.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/cap/cap.h (added) * kernel/generic/include/ddi/device.h (deleted) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/cap/cap.c (added) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/ddi/device.c (deleted) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/clnestab.c (deleted) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/concttome.c (modified) * kernel/generic/src/ipc/ops/connclone.c (deleted) * kernel/generic/src/ipc/ops/stchngath.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) Merge support for capabilities from lp:~jakub/helenos/caps This ... Fri, 29 Sep 2017 22:56:31 GMT Jakub Jermar [6636fb19] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) Add comments Thu, 28 Sep 2017 22:08:15 GMT Jakub Jermar [48bcf49] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/concttome.c (modified) * kernel/generic/src/ipc/ops/stchngath.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/task.c (modified) Introduce reference-counted kobjects Capabilities are thus reduced ... Tue, 26 Sep 2017 21:03:33 GMT Jakub Jermar [dd20cbb] * kernel/generic/src/sysinfo/sysinfo.c (modified) Do not return undefined value Tue, 19 Sep 2017 19:59:54 GMT Jakub Jermar [866a8f3] * kernel/generic/src/cap/cap.c (modified) Remove cap from type list when reclaiming Tue, 19 Sep 2017 19:18:40 GMT Jakub Jermar [6abfd250] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/ipc/ipc.c (modified) Rename caps_apply_to_all to caps_apply_to_type Mon, 18 Sep 2017 20:52:12 GMT Jakub Jermar [9e87562] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/proc/task.c (modified) Make all accesses to capabilites exclusive This commit makes sure ... Mon, 04 Sep 2017 20:25:18 GMT Jakub Jermar [e5f5ce0] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) Create a slab cache for allocating phone_t structures Mon, 04 Sep 2017 20:08:28 GMT Jakub Jermar [431c402] * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/ipc/irq.c (modified) Create a slab cache for allocating irq_t structures Mon, 04 Sep 2017 19:45:51 GMT Jakub Jermar [fa32c9f] * kernel/generic/src/proc/task.c (modified) Fix getting of the kobject address Mon, 04 Sep 2017 19:38:28 GMT Jakub Jermar [63d8f43] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/proc/task.c (modified) Allocate the kobjects referenced by capabilities dynamically Sun, 03 Sep 2017 19:58:53 GMT Jakub Jermar [30c27e9] * kernel/generic/src/ipc/ipcrsc.c (modified) Improve comments Sun, 03 Sep 2017 19:45:52 GMT Jakub Jermar [a5d0143] * kernel/generic/src/ipc/irq.c (modified) Improve comments Sun, 03 Sep 2017 19:23:25 GMT Jakub Jermar [3422fb6] * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/irq.c (modified) Do not register IRQs inside of answerboxes Sun, 03 Sep 2017 18:14:15 GMT Jakub Jermar [9306cd7] * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/irq.c (modified) Make IRQ subscribe/unsubscribe thread safe again Sun, 03 Sep 2017 14:15:32 GMT Jakub Jermar [4d6629f] * abi/include/abi/ipc/methods.h (modified) * kernel/Makefile (modified) * kernel/generic/src/ipc/ops/clnestab.c (deleted) * kernel/generic/src/ipc/ops/connclone.c (deleted) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/include/async.h (modified) Remove unused connection cloning Sun, 03 Sep 2017 13:56:20 GMT Jakub Jermar [8a45bf09] * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/src/ipc/irq.c (modified) Improve comments Tue, 22 Aug 2017 20:09:45 GMT Jakub Jermar [1d81eb6] * kernel/generic/src/ipc/sysipc.c (modified) Copy entire ipc_data_t to uspace on answer This is necessary so ... Sun, 20 Aug 2017 17:26:12 GMT Jakub Jermar [88db88d] * kernel/generic/src/ipc/ipcrsc.c (modified) Do not access the capability table directly in phone_alloc() Sun, 20 Aug 2017 16:58:10 GMT Jakub Jermar [e68765e] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/proc/task.c (modified) Store capability's handle inside of it Sun, 20 Aug 2017 16:45:01 GMT Jakub Jermar [3f74275] * kernel/Makefile (modified) * kernel/generic/include/cap/cap.h (moved) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/cap/cap.c (moved) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/proc/task.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) Fix terminology around capabilities, capability handles and kernel ... Sun, 20 Aug 2017 14:53:21 GMT Jakub Jermar [e7ac23d0] * kernel/generic/include/kobject/kobject.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/kobject/kobject.c (modified) * kernel/generic/src/proc/task.c (modified) Hide kobject implementation details Sat, 19 Aug 2017 11:03:47 GMT Jakub Jermar [49115ac] * kernel/generic/src/proc/task.c (modified) Add tsk_destructor() to free task's kobject Freeing up kobject in ... Sat, 19 Aug 2017 10:29:32 GMT Jakub Jermar [e7c4115d] * kernel/generic/src/proc/thread.c (modified) Return the actual number of freed frames Sat, 19 Aug 2017 00:01:04 GMT Jakub Jermar [4d76cfc] * kernel/generic/src/ddi/irq.c (modified) Remove the linear IRQ hash table optimization Fri, 18 Aug 2017 23:27:08 GMT Jakub Jermar [24abb85d] * abi/include/abi/syscall.h (modified) * kernel/Makefile (modified) * kernel/arch/arm32/src/interrupt.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c (modified) * kernel/arch/ia32/src/drivers/i8254.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia64/src/drivers/it.c (modified) * kernel/arch/mips32/src/interrupt.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnin.c (modified) * kernel/genarch/src/drivers/i8042/i8042.c (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) * kernel/genarch/src/drivers/omap/uart.c (modified) * kernel/genarch/src/drivers/pl011/pl011.c (modified) * kernel/genarch/src/drivers/pl050/pl050.c (modified) * kernel/genarch/src/drivers/s3c24xx/uart.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/generic/include/ddi/device.h (deleted) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/ddi/device.c (deleted) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) Remove SYS_DEVICE_ASSIGN_DEVNO Fri, 18 Aug 2017 21:15:26 GMT Jakub Jermar [e9d15d9] * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/kobject/kobject.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/kobject/kobject.c (modified) * kernel/generic/src/proc/task.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) Turn IRQ structures into kernel objects ipc_irq_subscribe() now ... Fri, 18 Aug 2017 21:09:10 GMT Jakub Jermar [1c85bae] * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/src/adt/hash_table.c (modified) Add hash_table_remove_item() Thu, 17 Aug 2017 19:11:14 GMT Jakub Jermar [05ffb41] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/kobject/kobject.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/concttome.c (modified) * kernel/generic/src/ipc/ops/connclone.c (modified) * kernel/generic/src/ipc/ops/stchngath.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/kobject/kobject.c (modified) * kernel/generic/src/proc/task.c (modified) Turn IPC phones into kobjects Wed, 16 Aug 2017 21:52:46 GMT Jakub Jermar [7e3826d9] * kernel/Makefile (modified) * kernel/generic/include/kobject/kobject.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/kobject/kobject.c (added) Provide basic interfaces to work with kobjects Wed, 28 Jun 2017 19:32:20 GMT Jakub Jermar [ee50130] * kernel/generic/src/ddi/irq.c (modified) Improve cstyle Tue, 27 Jun 2017 17:14:57 GMT Jiri Svoboda [30eab78] * kernel/generic/src/adt/list.c (modified) * uspace/lib/c/generic/adt/list.c (modified) * uspace/lib/c/include/adt/list.h (modified) Remove remaining differences between kernel and user lists. Mon, 19 Jun 2017 21:47:42 GMT Jiri Svoboda [63e27ef] * kernel/arch/amd64/src/ddi/ddi.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c (modified) * kernel/arch/ia32/src/ddi/ddi.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/smp/mps.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia64/include/arch/mm/page.h (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/mm/as.c (modified) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/mm/pht.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/drivers/tick.c (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tsb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tsb.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/sparc64.c (modified) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (modified) * kernel/genarch/include/genarch/drivers/bcm2835/irc.h (modified) * kernel/genarch/include/genarch/drivers/bcm2835/timer.h (modified) * kernel/genarch/include/genarch/drivers/omap/irc.h (modified) * kernel/genarch/include/genarch/drivers/pl050/pl050.h (modified) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/drivers/am335x/timer.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnin.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/i8042/i8042.c (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) * kernel/genarch/src/drivers/omap/uart.c (modified) * kernel/genarch/src/drivers/pl011/pl011.c (modified) * kernel/genarch/src/drivers/s3c24xx/uart.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/genarch/src/fb/bfb.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/kbrd/kbrd_at.c (modified) * kernel/genarch/src/mm/asid.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/genarch/src/ofw/ebus.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/assert.h (added) * kernel/generic/include/debug.h (modified) * kernel/generic/include/preemption.h (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/src/adt/avl.c (modified) * kernel/generic/src/adt/bitmap.c (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/console/chardev.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (modified) * kernel/generic/src/cpu/cpu_mask.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ddi/device.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/ops/dataread.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/backend_user.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/reserve.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/mm/tlb.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/the.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/smp/smp_call.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/syscall/copy.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/test/cht/cht1.c (modified) * kernel/test/smpcall/smpcall1.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/workq-test-core.h (modified) ASSERT -> assert Thu, 01 Jun 2017 05:42:31 GMT Jiri Svoboda [44a7ee5] * kernel/Makefile (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/abs32le/src/mm/page.c (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia64/src/cpu/cpu.c (modified) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/riscv64/src/mm/page.c (modified) * kernel/arch/riscv64/src/riscv64.c (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/arch/sparc64/src/trap/trap.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/generic/include/mem.h (moved) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/lib/gsort.c (modified) * kernel/generic/src/lib/mem.c (moved) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/printf/vsnprintf.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/synch/workq-test-core.h (modified) * kernel/test/synch/workqueue2.c (modified) * kernel/test/synch/workqueue3.c (modified) memxxx functions should be provided in the kernel via the same header ... Wed, 31 May 2017 22:51:29 GMT Jiri Svoboda [e29e44bf] * kernel/arch/abs32le/include/arch/types.h (modified) * kernel/arch/amd64/include/arch/types.h (modified) * kernel/arch/arm32/include/arch/types.h (modified) * kernel/arch/ia32/include/arch/types.h (modified) * kernel/arch/ia64/include/arch/types.h (modified) * kernel/arch/mips32/include/arch/types.h (modified) * kernel/arch/mips32/src/debug/stacktrace.c (modified) * kernel/arch/mips32/src/machine_func.c (modified) * kernel/arch/ppc32/include/arch/types.h (modified) * kernel/arch/riscv64/include/arch/types.h (modified) * kernel/arch/sparc64/include/arch/types.h (modified) * kernel/genarch/src/multiboot/multiboot.c (modified) * kernel/generic/include/adt/avl.h (modified) * kernel/generic/include/panic.h (modified) * kernel/generic/include/stddef.h (added) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/test/debug/mips1_skip.c (modified) * kernel/test/mm/purge1_skip.c (modified) * kernel/test/print/print1.c (modified) * kernel/test/print/print2.c (modified) * kernel/test/print/print3.c (modified) * kernel/test/print/print4.c (modified) * kernel/test/print/print5.c (modified) * kernel/test/test.c (modified) Kernel should have stddef.h Wed, 31 May 2017 22:04:37 GMT Jiri Svoboda [525c5ac] * abi/include/abi/sysinfo.h (modified) * kernel/arch/abs32le/include/arch/mm/km.h (modified) * kernel/arch/abs32le/include/arch/mm/page.h (modified) * kernel/arch/amd64/include/arch/mm/km.h (modified) * kernel/arch/amd64/src/debug/stacktrace.c (modified) * kernel/arch/arm32/include/arch/fpu_context.h (modified) * kernel/arch/arm32/include/arch/interrupt.h (modified) * kernel/arch/arm32/include/arch/mm/km.h (modified) * kernel/arch/arm32/src/mm/km.c (modified) * kernel/arch/ia32/include/arch/mm/km.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia64/include/arch/mm/km.h (modified) * kernel/arch/mips32/include/arch/debugger.h (modified) * kernel/arch/mips32/include/arch/mm/km.h (modified) * kernel/arch/mips32/include/arch/mm/tlb.h (modified) * kernel/arch/ppc32/include/arch/mm/km.h (modified) * kernel/arch/sparc64/include/arch/mm/km.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/km.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/km.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (modified) * kernel/genarch/include/genarch/fb/bfb.h (modified) * kernel/genarch/include/genarch/ofw/ofw_tree.h (modified) * kernel/generic/include/adt/avl.h (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/gsort.h (modified) * kernel/generic/include/mm/reserve.h (modified) * kernel/generic/include/panic.h (modified) * kernel/generic/include/stacktrace.h (modified) * kernel/generic/include/stdbool.h (added) * kernel/generic/include/str.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/debug/stacktrace.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/test/debug/mips1_skip.c (modified) * kernel/test/mm/purge1_skip.c (modified) * kernel/test/test.h (modified) Kernel should have stdbool.h. Tue, 30 May 2017 19:15:50 GMT Jakub Jermar [134e3f1] * kernel/generic/src/syscall/syscall.c (modified) Use designated initializers for syscall_table Tue, 30 May 2017 06:19:59 GMT Jiri Svoboda [c726209] * kernel/generic/src/lib/gsort.c (modified) Fix doxygen copy-and-pasto. Tue, 30 May 2017 06:16:25 GMT Jiri Svoboda [f2460a50] * kernel/Makefile (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/generic/include/gsort.h (moved) * kernel/generic/src/lib/gsort.c (moved) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/top/top.c (modified) * uspace/dist/src/c/demos/top/top.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/gsort.c (moved) * uspace/lib/c/generic/qsort.c (added) * uspace/lib/c/include/gsort.h (moved) * uspace/lib/c/include/qsort.h (added) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/qsort.c (added) * uspace/lib/clui/tinput.c (modified) * uspace/lib/ext4/src/directory_index.c (modified) * uspace/lib/posix/source/stdlib.c (modified) qsort() compliant with C standard. Tue, 30 May 2017 05:59:09 GMT Jakub Jermar [719a208] * abi/include/abi/syscall.h (modified) * kernel/Makefile (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/security/perm.h (moved) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/security/perm.c (moved) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/perm.c (moved) * uspace/lib/c/include/perm.h (moved) Rename SYS_CAP_GRANT/REVOKE to SYS_PERM_GRANT/REVOKE Thu, 04 May 2017 22:12:27 GMT Martin Decky [dc12262] * boot/generic/src/printf_core.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * uspace/app/sbi/src/ancr.c (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_texpr.c (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/app/top/top.c (modified) * uspace/dist/src/c/demos/top/top.c (modified) * uspace/drv/bus/usb/ohci/ohci_rh.c (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/posix/source/stdio/scanf.c (modified) * uspace/lib/posix/source/stdlib/strtol.c (modified) * uspace/lib/posix/source/stdlib/strtold.c (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/net/tcp/conn.c (modified) add standardized case fallthrough comment annotations, add actual ... Mon, 03 Apr 2017 05:10:03 GMT Jakub Jermar [907d91a] * boot/generic/src/printf_core.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) Add missing breaks and decode the next character Thu, 30 Mar 2017 06:33:22 GMT Jakub Jermar [e330da6e] * boot/arch/arm32/include/types.h (modified) * boot/arch/ia64/include/types.h (modified) * boot/arch/mips32/include/types.h (modified) * boot/arch/ppc32/include/types.h (modified) * boot/arch/riscv64/include/types.h (modified) * boot/arch/sparc64/include/types.h (modified) * boot/generic/src/printf_core.c (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/test/print/print2.c (modified) * uspace/app/tester/print/print2.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) Add support for printing ptrdiff_t Mon, 26 Dec 2016 20:02:04 GMT Jakub Jermar [3b3faf51] * kernel/generic/include/config.h (modified) * kernel/generic/src/main/main.c (modified) Add kernel global bargs to hold the boot arguments Sat, 17 Sep 2016 16:00:57 GMT Jakub Jermar [b30846e] * kernel/generic/src/ipc/ops/pagein.c (modified) Do not allow circular paging dependencies of two or more tasks The ...