# # ChangeLog for uspace/lib/posix/include/posix/stdio.h in mainline # # Generated by Trac 1.5.4 # 2024-05-15T16:59:50Z Tue, 29 May 2018 13:25:07 GMT Jiri Svoboda [ed88c8e] * boot/arch/arm32/src/putchar.c (modified) * boot/arch/ia64/include/arch/ski.h (modified) * boot/arch/ia64/src/putchar.c (modified) * boot/arch/ia64/src/ski.c (modified) * boot/arch/mips32/src/putchar.c (modified) * boot/arch/ppc32/src/ofw.c (modified) * boot/arch/riscv64/src/putchar.c (modified) * boot/arch/sparc64/src/ofw.c (modified) * boot/genarch/include/genarch/ofw.h (modified) * boot/genarch/src/ofw.c (modified) * boot/generic/include/putchar.h (modified) * boot/generic/src/vprintf.c (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/arm32/src/asm.S (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/mips32/src/asm.S (modified) * kernel/arch/mips32/src/mach/malta/malta.c (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/riscv64/include/arch/drivers/ucb.h (modified) * kernel/arch/riscv64/src/asm.S (modified) * kernel/arch/riscv64/src/drivers/ucb.c (modified) * kernel/arch/sparc64/src/asm.S (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified) * kernel/genarch/src/drivers/ega/ega.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/fb/fb.c (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/putchar.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/printf/vprintf.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/printf/printf.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/kio/kio.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/lib/c/generic/io/chargrid.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/vprintf.c (modified) * uspace/lib/c/include/io/chargrid.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/wchar.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/fmtutil/fmtutil.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/output/ctl/serial.c (modified) * uspace/srv/hid/output/ctl/serial.h (modified) * uspace/srv/hid/output/port/chardev.c (modified) * uspace/srv/hid/output/proto/vt100.c (modified) * uspace/srv/hid/output/proto/vt100.h (modified) fputc, putchar vs. fputwc, putwchar. Wed, 04 Apr 2018 15:42:37 GMT Jiri Svoboda [1433ecda] * abi/include/abi/cap.h (modified) * boot/arch/ia64/src/ski.c (modified) * boot/arch/sparc64/src/main.c (modified) * boot/genarch/src/multiplication.c (modified) * boot/generic/src/str.c (modified) * boot/generic/src/version.c (modified) * kernel/arch/abs32le/include/arch/asm.h (modified) * kernel/arch/abs32le/include/arch/atomic.h (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/abs32le/src/userspace.c (modified) * kernel/arch/amd64/include/arch/atomic.h (modified) * kernel/arch/amd64/include/arch/cpuid.h (modified) * kernel/arch/amd64/include/arch/cycle.h (modified) * kernel/arch/amd64/include/arch/mm/page.h (modified) * kernel/arch/amd64/include/arch/pm.h (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/fpu_context.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/arm32/include/arch/mm/page_fault.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/atomic.c (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/fpu_context.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/arm32/src/machine_func.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/include/arch/atomic.h (modified) * kernel/arch/ia32/include/arch/barrier.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/include/arch/cycle.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/include/arch/pm.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/include/arch/smp/mps.h (modified) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/smp/mps.c (modified) * kernel/arch/ia64/include/arch/asm.h (modified) * kernel/arch/ia64/include/arch/atomic.h (modified) * kernel/arch/ia64/include/arch/cpu.h (modified) * kernel/arch/ia64/include/arch/mm/page.h (modified) * kernel/arch/ia64/include/arch/mm/tlb.h (modified) * kernel/arch/ia64/include/arch/register.h (modified) * kernel/arch/ia64/src/fpu_context.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/ia64/src/proc/scheduler.c (modified) * kernel/arch/mips32/include/arch/atomic.h (modified) * kernel/arch/mips32/src/cpu/cpu.c (modified) * kernel/arch/mips32/src/mach/malta/malta.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/ppc32/include/arch/asm.h (modified) * kernel/arch/ppc32/include/arch/atomic.h (modified) * kernel/arch/ppc32/include/arch/barrier.h (modified) * kernel/arch/ppc32/include/arch/cpu.h (modified) * kernel/arch/ppc32/include/arch/cycle.h (modified) * kernel/arch/ppc32/include/arch/mm/frame.h (modified) * kernel/arch/ppc32/include/arch/mm/page.h (modified) * kernel/arch/ppc32/src/cpu/cpu.c (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/ppc32/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/proc/scheduler.c (modified) * kernel/arch/riscv64/include/arch/asm.h (modified) * kernel/arch/riscv64/include/arch/atomic.h (modified) * kernel/arch/riscv64/include/arch/cycle.h (modified) * kernel/arch/riscv64/include/arch/istate.h (modified) * kernel/arch/riscv64/include/arch/mm/page.h (modified) * kernel/arch/riscv64/src/mm/page.c (modified) * kernel/arch/riscv64/src/userspace.c (modified) * kernel/arch/sparc64/include/arch/atomic.h (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/cpu_family.h (modified) * kernel/arch/sparc64/include/arch/drivers/niagara_buf.h (modified) * kernel/arch/sparc64/include/arch/mm/page.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/as.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/frame.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tsb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tte.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/as.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/page.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tte.h (modified) * kernel/arch/sparc64/include/arch/register.h (modified) * kernel/arch/sparc64/include/arch/sun4u/asm.h (modified) * kernel/arch/sparc64/include/arch/sun4v/hypercall.h (modified) * kernel/arch/sparc64/include/arch/sun4v/register.h (modified) * kernel/arch/sparc64/src/cpu/sun4u/cpu.c (modified) * kernel/arch/sparc64/src/cpu/sun4v/cpu.c (modified) * kernel/arch/sparc64/src/debug/stacktrace.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/drivers/tick.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/proc/thread.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/smp/sun4v/ipi.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) * kernel/genarch/include/genarch/acpi/acpi.h (modified) * kernel/genarch/include/genarch/acpi/madt.h (modified) * kernel/genarch/include/genarch/drivers/am335x/cm_per.h (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/dsrln/dsrlnin.h (modified) * kernel/genarch/include/genarch/drivers/i8042/i8042.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot2.h (modified) * kernel/genarch/include/genarch/ofw/ebus.h (modified) * kernel/genarch/include/genarch/ofw/pci.h (modified) * kernel/genarch/include/genarch/ofw/sbus.h (modified) * kernel/genarch/include/genarch/ofw/upa.h (modified) * kernel/genarch/src/drivers/bcm2835/mbox.c (modified) * kernel/genarch/src/drivers/omap/uart.c (modified) * kernel/genarch/src/drivers/pl011/pl011.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/softint/multiplication.c (modified) * kernel/generic/include/adt/avl.h (modified) * kernel/generic/include/adt/cht.h (modified) * kernel/generic/include/bitops.h (modified) * kernel/generic/include/byteorder.h (modified) * kernel/generic/include/console/chardev.h (modified) * kernel/generic/include/console/kconsole.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/panic.h (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/include/time/timeout.h (modified) * kernel/generic/include/userspace.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/cpu/cpu_mask.c (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/lib/halt.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/lib/str_error.c (modified) * kernel/generic/src/main/version.c (modified) * kernel/generic/src/smp/smp_call.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/syscall/copy.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/test/avltree/avltree1.c (modified) * kernel/test/debug/mips1.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/smpcall/smpcall1.c (modified) * kernel/test/synch/workqueue2.c (modified) * uspace/app/bdsh/cmds/builtin_cmds.c (modified) * uspace/app/bdsh/cmds/builtins/batch/batch.c (modified) * uspace/app/bdsh/cmds/builtins/builtins.h (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/cmds.h (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/echo/echo.c (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/printf/printf.c (modified) * uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/bithenge/test.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/devctl/devctl.c (modified) * uspace/app/df/df.c (modified) * uspace/app/edit/search.c (modified) * uspace/app/fdisk/fdisk.c (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/getterm/getterm.c (modified) * uspace/app/getterm/version.c (modified) * uspace/app/loc/loc.c (modified) * uspace/app/mixerctl/mixerctl.c (modified) * uspace/app/mkexfat/exfat.h (modified) * uspace/app/mkexfat/upcase.h (modified) * uspace/app/mkfat/fat.h (modified) * uspace/app/mkfat/fat_dentry.h (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/nic/nic.c (modified) * uspace/app/rcubench/rcubench.c (modified) * uspace/app/rcutest/rcutest.c (modified) * uspace/app/sbi/src/ancr.c (modified) * uspace/app/sbi/src/builtin.c (modified) * uspace/app/sbi/src/builtin/bi_char.c (modified) * uspace/app/sbi/src/builtin/bi_int.c (modified) * uspace/app/sbi/src/builtin/bi_string.c (modified) * uspace/app/sbi/src/builtin/bi_task.c (modified) * uspace/app/sbi/src/lex.c (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/sbi/src/os/os.h (modified) * uspace/app/sbi/src/p_expr.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/rdata.c (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run_texpr.c (modified) * uspace/app/sbi/src/stree.c (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/symbol.c (modified) * uspace/app/sbi/src/tdata.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/sysinst/futil.c (modified) * uspace/app/sysinst/grub.h (modified) * uspace/app/taskdump/fibrildump.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/float/softfloat1.c (modified) * uspace/app/tester/loop/loop1.c (modified) * uspace/app/tester/mm/pager1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/thread/setjmp1.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/shapes.c (modified) * uspace/app/tmon/tests.c (modified) * uspace/app/tmon/tf.c (modified) * uspace/app/top/top.h (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/untar/main.c (modified) * uspace/app/untar/tar.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vuhid/main.c (modified) * uspace/app/vuhid/virthid.h (modified) * uspace/app/wavplay/main.c (modified) * uspace/app/wavplay/wave.c (modified) * uspace/app/wavplay/wave.h (modified) * uspace/app/wifi_supplicant/wifi_supplicant.c (modified) * uspace/dist/src/c/demos/edit/search.c (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/screen.c (modified) * uspace/dist/src/c/demos/tetris/shapes.c (modified) * uspace/dist/src/c/demos/tetris/tetris.c (modified) * uspace/dist/src/c/demos/top/top.h (modified) * uspace/drv/audio/hdaudio/codec.c (modified) * uspace/drv/audio/hdaudio/hdactl.c (modified) * uspace/drv/audio/hdaudio/pcm_iface.c (modified) * uspace/drv/audio/sb16/dsp_commands.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/block/ahci/ahci.c (modified) * uspace/drv/block/ata_bd/ata_bd.c (modified) * uspace/drv/block/usbmast/bo_trans.c (modified) * uspace/drv/block/usbmast/main.c (modified) * uspace/drv/block/usbmast/scsi_ms.c (modified) * uspace/drv/bus/adb/cuda_adb/main.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/usb/ehci/ehci_bus.c (modified) * uspace/drv/bus/usb/ehci/endpoint_list.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/ohci_bus.h (modified) * uspace/drv/bus/usb/usbmid/usbmid.h (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/vhc/hub/virthub.h (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/bus/usb/xhci/device.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/common.h (modified) * uspace/drv/bus/usb/xhci/scratchpad.c (modified) * uspace/drv/bus/usb/xhci/transfers.h (modified) * uspace/drv/char/i8042/i8042.h (modified) * uspace/drv/char/msim-con/main.c (modified) * uspace/drv/char/ski-con/main.c (modified) * uspace/drv/char/ski-con/ski-con.c (modified) * uspace/drv/char/sun4v-con/main.c (modified) * uspace/drv/hid/adb-kbd/adb-kbd.c (modified) * uspace/drv/hid/adb-kbd/main.c (modified) * uspace/drv/hid/adb-mouse/main.c (modified) * uspace/drv/hid/atkbd/main.c (modified) * uspace/drv/hid/usbhid/main.c (modified) * uspace/drv/hid/usbhid/subdrivers.c (modified) * uspace/drv/hid/xtkbd/main.c (modified) * uspace/drv/intctl/apic/apic.c (modified) * uspace/drv/intctl/apic/main.c (modified) * uspace/drv/intctl/i8259/main.c (modified) * uspace/drv/intctl/icp-ic/main.c (modified) * uspace/drv/intctl/obio/main.c (modified) * uspace/drv/nic/ar9271/ar9271.h (modified) * uspace/drv/nic/rtl8139/defs.c (modified) * uspace/drv/nic/rtl8139/general.c (modified) * uspace/drv/nic/rtl8169/defs.h (modified) * uspace/drv/platform/amdm37x/main.c (modified) * uspace/drv/platform/amdm37x/prm/clock_control.h (modified) * uspace/drv/platform/mac/mac.c (modified) * uspace/drv/root/virt/virt.c (modified) * uspace/lib/bithenge/src/expression.c (modified) * uspace/lib/bithenge/src/sequence.c (modified) * uspace/lib/bithenge/src/tree.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/abs32le/src/entryjmp.c (modified) * uspace/lib/c/arch/abs32le/src/fibril.c (modified) * uspace/lib/c/arch/abs32le/src/tls.c (modified) * uspace/lib/c/arch/amd64/include/libarch/atomic.h (modified) * uspace/lib/c/arch/arm32/include/libarch/atomic.h (modified) * uspace/lib/c/arch/arm32/src/syscall.c (modified) * uspace/lib/c/arch/ia32/include/libarch/atomic.h (modified) * uspace/lib/c/arch/ia32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/arch/ia64/include/libarch/atomic.h (modified) * uspace/lib/c/arch/ia64/src/stacktrace.c (modified) * uspace/lib/c/arch/mips32/include/libarch/atomic.h (modified) * uspace/lib/c/arch/mips32/src/stacktrace.c (modified) * uspace/lib/c/arch/mips32/src/syscall.c (modified) * uspace/lib/c/arch/mips32/src/tls.c (modified) * uspace/lib/c/arch/ppc32/include/libarch/atomic.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ppc32/src/syscall.c (modified) * uspace/lib/c/arch/riscv64/src/entryjmp.c (modified) * uspace/lib/c/arch/riscv64/src/fibril.c (modified) * uspace/lib/c/arch/sparc64/include/libarch/atomic.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/ddi.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/elf_linux.h (modified) * uspace/lib/c/generic/assert.c (modified) * uspace/lib/c/generic/cap.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/io/visualizer.c (modified) * uspace/lib/c/generic/io/vsnprintf.c (modified) * uspace/lib/c/generic/l18n/langs.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/generic/pio_trace.c (modified) * uspace/lib/c/generic/rcu.c (modified) * uspace/lib/c/generic/rtld/dynamic.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/str_error.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/vfs/canonify.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/atomicdflt.h (modified) * uspace/lib/c/include/byteorder.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/getopt.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/nic/nic.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/unaligned.h (modified) * uspace/lib/crypto/crypto.c (modified) * uspace/lib/draw/font.c (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/generic/remote_audio_mixer.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/usbdiag_iface.h (modified) * uspace/lib/ext4/include/ext4/types.h (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/bitmap.c (modified) * uspace/lib/ext4/src/inode.c (modified) * uspace/lib/fmtutil/fmtutil.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/http/src/headers.c (modified) * uspace/lib/http/src/receive-buffer.c (modified) * uspace/lib/http/src/request.c (modified) * uspace/lib/label/include/std/fat.h (modified) * uspace/lib/label/src/gpt.c (modified) * uspace/lib/math/generic/asin.c (modified) * uspace/lib/math/generic/atan.c (modified) * uspace/lib/math/generic/log.c (modified) * uspace/lib/math/include/mathtypes.h (modified) * uspace/lib/minix/minix.h (modified) * uspace/lib/nic/include/nic_rx_control.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/pcm/include/pcm/format.h (modified) * uspace/lib/pcm/include/pcm/sample_format.h (modified) * uspace/lib/pcm/src/format.c (modified) * uspace/lib/pcut/src/assert.c (modified) * uspace/lib/pcut/src/list.c (modified) * uspace/lib/pcut/src/main.c (modified) * uspace/lib/pcut/src/os/generic.c (modified) * uspace/lib/pcut/src/os/stdc.c (modified) * uspace/lib/pcut/src/os/unix.c (modified) * uspace/lib/pcut/src/os/windows.c (modified) * uspace/lib/pcut/src/preproc.c (modified) * uspace/lib/pcut/src/print.c (modified) * uspace/lib/pcut/src/report/report.c (modified) * uspace/lib/pcut/src/report/tap.c (modified) * uspace/lib/pcut/src/report/xml.c (modified) * uspace/lib/pcut/src/run.c (modified) * uspace/lib/pcut/tests/tested.c (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/src/internal/common.h (modified) * uspace/lib/posix/src/pthread/keys.c (modified) * uspace/lib/posix/src/pwd.c (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdio/scanf.c (modified) * uspace/lib/posix/src/stdlib.c (modified) * uspace/lib/posix/src/stdlib/strtold.c (modified) * uspace/lib/posix/src/string.c (modified) * uspace/lib/posix/src/sys/wait.c (modified) * uspace/lib/softfloat/add.c (modified) * uspace/lib/softfloat/common.c (modified) * uspace/lib/softfloat/div.c (modified) * uspace/lib/softfloat/sub.c (modified) * uspace/lib/softint/generic/multiplication.c (modified) * uspace/lib/trackmod/protracker.c (modified) * uspace/lib/usb/include/usb/request.h (modified) * uspace/lib/usb/src/class.c (modified) * uspace/lib/usb/src/port.c (modified) * uspace/lib/usbdev/include/usb/dev/device.h (modified) * uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/utils/malloc32.h (modified) * uspace/lib/usbhost/src/bus.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/lib/usbvirt/src/ctrltransfer.c (modified) * uspace/lib/usbvirt/src/virthub_base.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.h (modified) * uspace/srv/audio/hound/connection.h (modified) * uspace/srv/audio/hound/hound.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/devman/devtree.c (modified) * uspace/srv/devman/match.c (modified) * uspace/srv/devman/util.c (modified) * uspace/srv/fs/cdfs/cdfs_endian.h (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_dentry.h (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/udf/udf_file.h (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/gsp.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/hid/isdv4_tablet/main.c (modified) * uspace/srv/hid/output/port/ega.c (modified) * uspace/srv/hid/output/proto/vt100.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/rfb/main.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/klog/klog.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/ndp.c (modified) * uspace/srv/net/tcp/iqueue.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/test.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/taskmon/taskmon.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_ops.c (modified) * uspace/srv/volsrv/volsrv.c (modified) Fix cstyle: make ccheck-fix and commit only files where all the ... Mon, 22 Jan 2018 22:42:57 GMT Jiří Zárevúcky [7f9df7b9] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/ctype.h (modified) * uspace/lib/posix/include/posix/dirent.h (modified) * uspace/lib/posix/include/posix/dlfcn.h (modified) * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/fenv.h (modified) * uspace/lib/posix/include/posix/fnmatch.h (modified) * uspace/lib/posix/include/posix/getopt.h (modified) * uspace/lib/posix/include/posix/inttypes.h (modified) * uspace/lib/posix/include/posix/locale.h (modified) * uspace/lib/posix/include/posix/pthread.h (modified) * uspace/lib/posix/include/posix/pwd.h (modified) * uspace/lib/posix/include/posix/signal.h (modified) * uspace/lib/posix/include/posix/stddef.h (modified) * uspace/lib/posix/include/posix/stdint.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/sys/mman.h (modified) * uspace/lib/posix/include/posix/sys/stat.h (modified) * uspace/lib/posix/include/posix/sys/time.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/sys/wait.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/include/posix/ucontext.h (modified) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/src/dlfcn.c (modified) * uspace/lib/posix/src/fcntl.c (modified) * uspace/lib/posix/src/fnmatch.c (modified) * uspace/lib/posix/src/getopt.c (deleted) * uspace/lib/posix/src/internal/common.h (modified) * uspace/lib/posix/src/locale.c (modified) * uspace/lib/posix/src/pthread/condvar.c (modified) * uspace/lib/posix/src/pthread/keys.c (modified) * uspace/lib/posix/src/pthread/mutex.c (modified) * uspace/lib/posix/src/pthread/threads.c (modified) * uspace/lib/posix/src/pwd.c (modified) * uspace/lib/posix/src/signal.c (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdio/scanf.c (modified) * uspace/lib/posix/src/stdlib.c (modified) * uspace/lib/posix/src/stdlib/strtold.c (modified) * uspace/lib/posix/src/string.c (modified) * uspace/lib/posix/src/strings.c (modified) * uspace/lib/posix/src/sys/mman.c (modified) * uspace/lib/posix/src/sys/stat.c (modified) * uspace/lib/posix/src/sys/wait.c (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/lib/posix/test/scanf.c (modified) Remove unnecessary symbol renaming from libposix. Sat, 13 Jan 2018 15:12:11 GMT Jiří Zárevúcky [bd76871] * uspace/lib/c/include/stdio.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) Remove unused nonstandard DEBUG macro. Sat, 13 Jan 2018 14:57:38 GMT Jiří Zárevúcky [09d13c8e] * boot/generic/include/printf.h (modified) * boot/generic/include/printf_verify.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/log.h (modified) * kernel/generic/include/panic.h (modified) * kernel/generic/include/print.h (modified) * kernel/generic/include/printf/verify.h (modified) * kernel/test/print/print5.c (modified) * uspace/app/bdsh/errors.h (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/tester/print/print5.c (modified) * uspace/app/top/screen.h (modified) * uspace/dist/src/c/demos/top/screen.h (modified) * uspace/lib/c/include/io/kio.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/verify.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/drv/include/ddf/log.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) Prefix PRINTF_ATTRIBUTE and NVERIFY_PRINTF macros with _HELENOS_ ... Mon, 13 Nov 2017 20:00:07 GMT jzr [0dd4779] * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/posix/include/posix/inttypes.h (modified) * uspace/lib/posix/include/posix/pthread.h (modified) * uspace/lib/posix/include/posix/signal.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/include/posix/sys/stat.h (modified) * uspace/lib/posix/include/posix/time.h (modified) Use `__restrict__` instead of `restrict` in header files. Thu, 28 Aug 2014 12:26:00 GMT Martin Sucha [a9763c6] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/fontviewer/Makefile (added) * uspace/app/fontviewer/fontviewer.c (added) * uspace/app/init/init.c (modified) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) Add a very simple font viewer application Sat, 15 Mar 2014 19:40:02 GMT Vojtech Horky [dc5a1f26] * uspace/lib/posix/include/posix/stdio.h (modified) libposix: add FILENAME_MAX Sat, 15 Mar 2014 19:34:00 GMT Vojtech Horky [e3c960e] * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/source/stdio.c (modified) fpos_t must be declared in the header (thx Esteban Campostrini) ... Sun, 04 Aug 2013 12:01:10 GMT Vojtech Horky [bdae198] * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/genarch/src/drivers/am335x/timer.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/dnsres/dnsres.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest1/nettest.c (modified) * uspace/app/nettest1/nettest.h (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping6/ping6.c (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inetping6.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/net/socket_parse.c (modified) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/dnsr.h (modified) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/ipc/iplink.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/source/stdlib.c (modified) * uspace/lib/posix/source/unistd.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.h (modified) * uspace/srv/net/dnsrsrv/dns_std.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/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip.h (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/inetsrv/Makefile (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/icmpv6.c (modified) * uspace/srv/net/inetsrv/icmpv6_std.h (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inet_link.h (modified) * uspace/srv/net/inetsrv/inet_std.h (modified) * uspace/srv/net/inetsrv/inetping6.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/ndp.c (added) * uspace/srv/net/inetsrv/ndp.h (added) * uspace/srv/net/inetsrv/ntrans.c (added) * uspace/srv/net/inetsrv/ntrans.h (added) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/pdu.h (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/pdu.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/std.h (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/std.h (modified) Merge mainline changes Sun, 04 Aug 2013 11:19:28 GMT Vojtech Horky [b08879c2] * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/time.h (modified) libposix: pass-through time() and setbuf() Mon, 29 Jul 2013 13:16:03 GMT Maurizio Lombardi [e3480d5] * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/source/unistd.c (modified) add lseek() to the posix library, move SEEK_CUR, SEEK_SET and ... Mon, 29 Apr 2013 11:29:45 GMT Vojtech Horky [06b0211b] * HelenOS.config (modified) * abi/include/abi/bool.h (moved) * abi/include/abi/ddi/arg.h (moved) * abi/include/abi/ddi/irq.h (moved) * abi/include/abi/elf.h (moved) * abi/include/abi/errno.h (moved) * abi/include/abi/fb/visuals.h (moved) * abi/include/abi/ipc/event.h (moved) * abi/include/abi/ipc/ipc.h (moved) * abi/include/abi/ipc/methods.h (moved) * abi/include/abi/klog.h (moved) * abi/include/abi/mm/as.h (moved) * abi/include/abi/proc/task.h (moved) * abi/include/abi/proc/thread.h (moved) * abi/include/abi/proc/uarg.h (moved) * abi/include/abi/synch.h (moved) * abi/include/abi/syscall.h (moved) * abi/include/abi/sysinfo.h (moved) * abi/include/abi/udebug.h (moved) * boot/Makefile (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/_link.ld.in (modified) * boot/arch/mips32/include/arch.h (modified) * boot/arch/mips32/include/types.h (modified) * boot/arch/mips32/src/asm.S (modified) * boot/arch/mips32/src/main.c (modified) * boot/arch/mips32/src/putchar.c (modified) * boot/generic/include/memstr.h (modified) * boot/generic/src/memstr.c (modified) * contrib/conf/ia32-qe.sh (modified) * contrib/conf/mips32-gx.sh (deleted) * contrib/conf/net-qe.sh (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/arm32/beagleboardxm/Makefile.config (modified) * defaults/arm32/beaglebone/Makefile.config (modified) * defaults/arm32/gta02/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/GXemul/Makefile.config (deleted) * defaults/mips32/Makefile.config (modified) * defaults/mips32/malta-be/Makefile.config (added) * defaults/mips32/malta-le/Makefile.config (added) * defaults/mips64/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/arch.h (moved) * kernel/arch/abs32le/include/arch/asm.h (moved) * kernel/arch/abs32le/include/arch/atomic.h (moved) * kernel/arch/abs32le/include/arch/barrier.h (moved) * kernel/arch/abs32le/include/arch/context.h (moved) * kernel/arch/abs32le/include/arch/context_offset.h (moved) * kernel/arch/abs32le/include/arch/cpu.h (moved) * kernel/arch/abs32le/include/arch/cycle.h (moved) * kernel/arch/abs32le/include/arch/elf.h (moved) * kernel/arch/abs32le/include/arch/faddr.h (moved) * kernel/arch/abs32le/include/arch/fpu_context.h (moved) * kernel/arch/abs32le/include/arch/interrupt.h (moved) * kernel/arch/abs32le/include/arch/istate.h (moved) * kernel/arch/abs32le/include/arch/mm/as.h (moved) * kernel/arch/abs32le/include/arch/mm/asid.h (moved) * kernel/arch/abs32le/include/arch/mm/frame.h (moved) * kernel/arch/abs32le/include/arch/mm/km.h (moved) * kernel/arch/abs32le/include/arch/mm/page.h (moved) * kernel/arch/abs32le/include/arch/mm/tlb.h (moved) * kernel/arch/abs32le/include/arch/proc/task.h (moved) * kernel/arch/abs32le/include/arch/proc/thread.h (moved) * kernel/arch/abs32le/include/arch/stack.h (added) * kernel/arch/abs32le/include/arch/types.h (moved) * kernel/arch/amd64/include/arch/arch.h (moved) * kernel/arch/amd64/include/arch/asm.h (moved) * kernel/arch/amd64/include/arch/atomic.h (moved) * kernel/arch/amd64/include/arch/barrier.h (added) * kernel/arch/amd64/include/arch/bios (added) * kernel/arch/amd64/include/arch/boot/boot.h (moved) * kernel/arch/amd64/include/arch/boot/memmap.h (added) * kernel/arch/amd64/include/arch/context.h (moved) * kernel/arch/amd64/include/arch/context_offset.h (moved) * kernel/arch/amd64/include/arch/cpu.h (moved) * kernel/arch/amd64/include/arch/cpuid.h (moved) * kernel/arch/amd64/include/arch/cycle.h (moved) * kernel/arch/amd64/include/arch/ddi/ddi.h (moved) * kernel/arch/amd64/include/arch/drivers (added) * kernel/arch/amd64/include/arch/elf.h (moved) * kernel/arch/amd64/include/arch/faddr.h (moved) * kernel/arch/amd64/include/arch/fpu_context.h (added) * kernel/arch/amd64/include/arch/interrupt.h (moved) * kernel/arch/amd64/include/arch/istate.h (moved) * kernel/arch/amd64/include/arch/mm/as.h (moved) * kernel/arch/amd64/include/arch/mm/asid.h (added) * kernel/arch/amd64/include/arch/mm/frame.h (moved) * kernel/arch/amd64/include/arch/mm/km.h (moved) * kernel/arch/amd64/include/arch/mm/page.h (moved) * kernel/arch/amd64/include/arch/mm/ptl.h (moved) * kernel/arch/amd64/include/arch/mm/tlb.h (moved) * kernel/arch/amd64/include/arch/pm.h (moved) * kernel/arch/amd64/include/arch/proc/task.h (moved) * kernel/arch/amd64/include/arch/proc/thread.h (moved) * kernel/arch/amd64/include/arch/smp (added) * kernel/arch/amd64/include/arch/stack.h (added) * kernel/arch/amd64/include/arch/syscall.h (moved) * kernel/arch/amd64/include/arch/types.h (moved) * kernel/arch/amd64/include/barrier.h (deleted) * kernel/arch/amd64/include/bios (deleted) * kernel/arch/amd64/include/boot/memmap.h (deleted) * kernel/arch/amd64/include/drivers (deleted) * kernel/arch/amd64/include/fpu_context.h (deleted) * kernel/arch/amd64/include/mm/asid.h (deleted) * kernel/arch/amd64/include/smp (deleted) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/arm32/_link.ld.in (modified) * kernel/arch/arm32/include/arch/arch.h (moved) * kernel/arch/arm32/include/arch/asm.h (moved) * kernel/arch/arm32/include/arch/asm/boot.h (moved) * kernel/arch/arm32/include/arch/atomic.h (moved) * kernel/arch/arm32/include/arch/barrier.h (moved) * kernel/arch/arm32/include/arch/cache.h (moved) * kernel/arch/arm32/include/arch/context.h (moved) * kernel/arch/arm32/include/arch/cp15.h (moved) * kernel/arch/arm32/include/arch/cpu.h (moved) * kernel/arch/arm32/include/arch/cycle.h (moved) * kernel/arch/arm32/include/arch/elf.h (moved) * kernel/arch/arm32/include/arch/exception.h (moved) * kernel/arch/arm32/include/arch/faddr.h (moved) * kernel/arch/arm32/include/arch/fpu_context.h (moved) * kernel/arch/arm32/include/arch/interrupt.h (moved) * kernel/arch/arm32/include/arch/istate.h (moved) * kernel/arch/arm32/include/arch/mach/beagleboardxm/beagleboardxm.h (moved) * kernel/arch/arm32/include/arch/mach/beaglebone/beaglebone.h (moved) * kernel/arch/arm32/include/arch/mach/gta02/gta02.h (moved) * kernel/arch/arm32/include/arch/mach/integratorcp/integratorcp.h (moved) * kernel/arch/arm32/include/arch/machine_func.h (moved) * kernel/arch/arm32/include/arch/mm/as.h (moved) * kernel/arch/arm32/include/arch/mm/asid.h (moved) * kernel/arch/arm32/include/arch/mm/frame.h (moved) * kernel/arch/arm32/include/arch/mm/km.h (moved) * kernel/arch/arm32/include/arch/mm/page.h (moved) * kernel/arch/arm32/include/arch/mm/page_armv4.h (moved) * kernel/arch/arm32/include/arch/mm/page_armv6.h (moved) * kernel/arch/arm32/include/arch/mm/page_fault.h (moved) * kernel/arch/arm32/include/arch/mm/tlb.h (moved) * kernel/arch/arm32/include/arch/proc/task.h (moved) * kernel/arch/arm32/include/arch/proc/thread.h (moved) * kernel/arch/arm32/include/arch/ras.h (moved) * kernel/arch/arm32/include/arch/regutils.h (moved) * kernel/arch/arm32/include/arch/security_ext.h (moved) * kernel/arch/arm32/include/arch/stack.h (moved) * kernel/arch/arm32/include/arch/types.h (moved) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/fpu_context.c (modified) * kernel/arch/ia32/include/arch/arch.h (moved) * kernel/arch/ia32/include/arch/asm.h (moved) * kernel/arch/ia32/include/arch/atomic.h (moved) * kernel/arch/ia32/include/arch/barrier.h (moved) * kernel/arch/ia32/include/arch/bios/bios.h (moved) * kernel/arch/ia32/include/arch/boot/boot.h (moved) * kernel/arch/ia32/include/arch/boot/memmap.h (moved) * kernel/arch/ia32/include/arch/context.h (moved) * kernel/arch/ia32/include/arch/context_offset.h (moved) * kernel/arch/ia32/include/arch/cpu.h (moved) * kernel/arch/ia32/include/arch/cpuid.h (moved) * kernel/arch/ia32/include/arch/cycle.h (moved) * kernel/arch/ia32/include/arch/ddi/ddi.h (moved) * kernel/arch/ia32/include/arch/drivers/i8254.h (moved) * kernel/arch/ia32/include/arch/drivers/i8259.h (moved) * kernel/arch/ia32/include/arch/elf.h (moved) * kernel/arch/ia32/include/arch/faddr.h (moved) * kernel/arch/ia32/include/arch/fpu_context.h (moved) * kernel/arch/ia32/include/arch/interrupt.h (moved) * kernel/arch/ia32/include/arch/istate.h (moved) * kernel/arch/ia32/include/arch/mm/as.h (moved) * kernel/arch/ia32/include/arch/mm/asid.h (moved) * kernel/arch/ia32/include/arch/mm/frame.h (moved) * kernel/arch/ia32/include/arch/mm/km.h (moved) * kernel/arch/ia32/include/arch/mm/page.h (moved) * kernel/arch/ia32/include/arch/mm/tlb.h (moved) * kernel/arch/ia32/include/arch/pm.h (moved) * kernel/arch/ia32/include/arch/proc/task.h (moved) * kernel/arch/ia32/include/arch/proc/thread.h (moved) * kernel/arch/ia32/include/arch/smp/ap.h (moved) * kernel/arch/ia32/include/arch/smp/apic.h (moved) * kernel/arch/ia32/include/arch/smp/mps.h (moved) * kernel/arch/ia32/include/arch/smp/smp.h (moved) * kernel/arch/ia32/include/arch/stack.h (added) * kernel/arch/ia32/include/arch/syscall.h (added) * kernel/arch/ia32/include/arch/types.h (moved) * kernel/arch/ia32/include/syscall.h (deleted) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia64/include/arch/arch.h (moved) * kernel/arch/ia64/include/arch/asm.h (moved) * kernel/arch/ia64/include/arch/atomic.h (moved) * kernel/arch/ia64/include/arch/barrier.h (moved) * kernel/arch/ia64/include/arch/bootinfo.h (moved) * kernel/arch/ia64/include/arch/context.h (moved) * kernel/arch/ia64/include/arch/cpu.h (moved) * kernel/arch/ia64/include/arch/cycle.h (moved) * kernel/arch/ia64/include/arch/drivers/it.h (moved) * kernel/arch/ia64/include/arch/drivers/kbd.h (moved) * kernel/arch/ia64/include/arch/drivers/ski.h (moved) * kernel/arch/ia64/include/arch/elf.h (moved) * kernel/arch/ia64/include/arch/faddr.h (moved) * kernel/arch/ia64/include/arch/fpu_context.h (moved) * kernel/arch/ia64/include/arch/interrupt.h (moved) * kernel/arch/ia64/include/arch/istate.h (moved) * kernel/arch/ia64/include/arch/legacyio.h (moved) * kernel/arch/ia64/include/arch/mm/as.h (moved) * kernel/arch/ia64/include/arch/mm/asid.h (moved) * kernel/arch/ia64/include/arch/mm/frame.h (moved) * kernel/arch/ia64/include/arch/mm/km.h (moved) * kernel/arch/ia64/include/arch/mm/page.h (moved) * kernel/arch/ia64/include/arch/mm/tlb.h (moved) * kernel/arch/ia64/include/arch/mm/vhpt.h (moved) * kernel/arch/ia64/include/arch/pal/pal.h (moved) * kernel/arch/ia64/include/arch/proc/task.h (moved) * kernel/arch/ia64/include/arch/proc/thread.h (moved) * kernel/arch/ia64/include/arch/register.h (moved) * kernel/arch/ia64/include/arch/stack.h (moved) * kernel/arch/ia64/include/arch/types.h (moved) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/proc/scheduler.c (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/_link.ld.in (modified) * kernel/arch/mips32/include/arch/arch.h (moved) * kernel/arch/mips32/include/arch/asm.h (moved) * kernel/arch/mips32/include/arch/asm/boot.h (moved) * kernel/arch/mips32/include/arch/asm/regname.h (moved) * kernel/arch/mips32/include/arch/atomic.h (moved) * kernel/arch/mips32/include/arch/barrier.h (moved) * kernel/arch/mips32/include/arch/cache.h (moved) * kernel/arch/mips32/include/arch/context.h (moved) * kernel/arch/mips32/include/arch/context_offset.h (moved) * kernel/arch/mips32/include/arch/cp0.h (moved) * kernel/arch/mips32/include/arch/cpu.h (moved) * kernel/arch/mips32/include/arch/cycle.h (moved) * kernel/arch/mips32/include/arch/debug.h (moved) * kernel/arch/mips32/include/arch/debugger.h (moved) * kernel/arch/mips32/include/arch/drivers/msim.h (moved) * kernel/arch/mips32/include/arch/elf.h (moved) * kernel/arch/mips32/include/arch/exception.h (moved) * kernel/arch/mips32/include/arch/faddr.h (moved) * kernel/arch/mips32/include/arch/fpu_context.h (moved) * kernel/arch/mips32/include/arch/interrupt.h (moved) * kernel/arch/mips32/include/arch/istate.h (moved) * kernel/arch/mips32/include/arch/mach/malta/malta.h (added) * kernel/arch/mips32/include/arch/mach/msim/msim.h (added) * kernel/arch/mips32/include/arch/machine_func.h (added) * kernel/arch/mips32/include/arch/mm/as.h (moved) * kernel/arch/mips32/include/arch/mm/asid.h (moved) * kernel/arch/mips32/include/arch/mm/frame.h (moved) * kernel/arch/mips32/include/arch/mm/km.h (moved) * kernel/arch/mips32/include/arch/mm/page.h (moved) * kernel/arch/mips32/include/arch/mm/tlb.h (moved) * kernel/arch/mips32/include/arch/proc/task.h (moved) * kernel/arch/mips32/include/arch/proc/thread.h (moved) * kernel/arch/mips32/include/arch/smp/dorder.h (moved) * kernel/arch/mips32/include/arch/stack.h (moved) * kernel/arch/mips32/include/arch/types.h (moved) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/interrupt.c (modified) * kernel/arch/mips32/src/mach/malta/malta.c (added) * kernel/arch/mips32/src/mach/msim/msim.c (added) * kernel/arch/mips32/src/machine_func.c (added) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips64/include/arch/arch.h (moved) * kernel/arch/mips64/include/arch/asm.h (moved) * kernel/arch/mips64/include/arch/asm/boot.h (moved) * kernel/arch/mips64/include/arch/asm/regname.h (moved) * kernel/arch/mips64/include/arch/atomic.h (moved) * kernel/arch/mips64/include/arch/barrier.h (moved) * kernel/arch/mips64/include/arch/cache.h (moved) * kernel/arch/mips64/include/arch/context.h (moved) * kernel/arch/mips64/include/arch/context_offset.h (moved) * kernel/arch/mips64/include/arch/cp0.h (moved) * kernel/arch/mips64/include/arch/cpu.h (moved) * kernel/arch/mips64/include/arch/cycle.h (moved) * kernel/arch/mips64/include/arch/debug.h (moved) * kernel/arch/mips64/include/arch/debugger.h (moved) * kernel/arch/mips64/include/arch/drivers/msim.h (moved) * kernel/arch/mips64/include/arch/elf.h (moved) * kernel/arch/mips64/include/arch/exception.h (moved) * kernel/arch/mips64/include/arch/faddr.h (moved) * kernel/arch/mips64/include/arch/fpu_context.h (moved) * kernel/arch/mips64/include/arch/interrupt.h (moved) * kernel/arch/mips64/include/arch/istate.h (moved) * kernel/arch/mips64/include/arch/mm/as.h (moved) * kernel/arch/mips64/include/arch/mm/asid.h (moved) * kernel/arch/mips64/include/arch/mm/frame.h (moved) * kernel/arch/mips64/include/arch/mm/km.h (moved) * kernel/arch/mips64/include/arch/mm/page.h (moved) * kernel/arch/mips64/include/arch/mm/tlb.h (moved) * kernel/arch/mips64/include/arch/proc/task.h (moved) * kernel/arch/mips64/include/arch/proc/thread.h (moved) * kernel/arch/mips64/include/arch/smp/dorder.h (moved) * kernel/arch/mips64/include/arch/stack.h (moved) * kernel/arch/mips64/include/arch/types.h (moved) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/mips64/src/mm/frame.c (modified) * kernel/arch/ppc32/include/arch/arch.h (moved) * kernel/arch/ppc32/include/arch/asm.h (moved) * kernel/arch/ppc32/include/arch/asm/regname.h (moved) * kernel/arch/ppc32/include/arch/atomic.h (moved) * kernel/arch/ppc32/include/arch/barrier.h (moved) * kernel/arch/ppc32/include/arch/boot/boot.h (moved) * kernel/arch/ppc32/include/arch/context.h (moved) * kernel/arch/ppc32/include/arch/context_offset.h (moved) * kernel/arch/ppc32/include/arch/cpu.h (moved) * kernel/arch/ppc32/include/arch/cycle.h (moved) * kernel/arch/ppc32/include/arch/drivers/pic.h (moved) * kernel/arch/ppc32/include/arch/elf.h (moved) * kernel/arch/ppc32/include/arch/exception.h (moved) * kernel/arch/ppc32/include/arch/faddr.h (moved) * kernel/arch/ppc32/include/arch/fpu_context.h (moved) * kernel/arch/ppc32/include/arch/interrupt.h (moved) * kernel/arch/ppc32/include/arch/istate.h (moved) * kernel/arch/ppc32/include/arch/mm/as.h (moved) * kernel/arch/ppc32/include/arch/mm/asid.h (moved) * kernel/arch/ppc32/include/arch/mm/frame.h (moved) * kernel/arch/ppc32/include/arch/mm/km.h (moved) * kernel/arch/ppc32/include/arch/mm/page.h (moved) * kernel/arch/ppc32/include/arch/mm/pht.h (moved) * kernel/arch/ppc32/include/arch/mm/tlb.h (moved) * kernel/arch/ppc32/include/arch/msr.h (moved) * kernel/arch/ppc32/include/arch/proc/task.h (moved) * kernel/arch/ppc32/include/arch/proc/thread.h (moved) * kernel/arch/ppc32/include/arch/stack.h (added) * kernel/arch/ppc32/include/arch/types.h (moved) * kernel/arch/ppc32/src/proc/scheduler.c (modified) * kernel/arch/sparc64/include/arch/arch.h (moved) * kernel/arch/sparc64/include/arch/asm.h (moved) * kernel/arch/sparc64/include/arch/atomic.h (moved) * kernel/arch/sparc64/include/arch/barrier.h (moved) * kernel/arch/sparc64/include/arch/boot/boot.h (moved) * kernel/arch/sparc64/include/arch/console.h (moved) * kernel/arch/sparc64/include/arch/context.h (moved) * kernel/arch/sparc64/include/arch/context_offset.h (moved) * kernel/arch/sparc64/include/arch/cpu.h (moved) * kernel/arch/sparc64/include/arch/cpu_family.h (moved) * kernel/arch/sparc64/include/arch/cpu_node.h (moved) * kernel/arch/sparc64/include/arch/cycle.h (moved) * kernel/arch/sparc64/include/arch/drivers/fb.h (moved) * kernel/arch/sparc64/include/arch/drivers/kbd.h (moved) * kernel/arch/sparc64/include/arch/drivers/niagara.h (moved) * kernel/arch/sparc64/include/arch/drivers/pci.h (moved) * kernel/arch/sparc64/include/arch/drivers/scr.h (moved) * kernel/arch/sparc64/include/arch/drivers/tick.h (moved) * kernel/arch/sparc64/include/arch/elf.h (moved) * kernel/arch/sparc64/include/arch/faddr.h (moved) * kernel/arch/sparc64/include/arch/fpu_context.h (moved) * kernel/arch/sparc64/include/arch/interrupt.h (moved) * kernel/arch/sparc64/include/arch/istate.h (moved) * kernel/arch/sparc64/include/arch/mm/as.h (moved) * kernel/arch/sparc64/include/arch/mm/asid.h (moved) * kernel/arch/sparc64/include/arch/mm/cache_spec.h (moved) * kernel/arch/sparc64/include/arch/mm/frame.h (moved) * kernel/arch/sparc64/include/arch/mm/km.h (moved) * kernel/arch/sparc64/include/arch/mm/mmu.h (moved) * kernel/arch/sparc64/include/arch/mm/page.h (moved) * kernel/arch/sparc64/include/arch/mm/pagesize.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/as.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/frame.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/km.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/tsb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/tte.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/as.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/frame.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/km.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/mmu.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/page.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/tte.h (moved) * kernel/arch/sparc64/include/arch/mm/tlb.h (moved) * kernel/arch/sparc64/include/arch/mm/tsb.h (moved) * kernel/arch/sparc64/include/arch/mm/tte.h (moved) * kernel/arch/sparc64/include/arch/proc/task.h (moved) * kernel/arch/sparc64/include/arch/proc/thread.h (moved) * kernel/arch/sparc64/include/arch/regdef.h (moved) * kernel/arch/sparc64/include/arch/register.h (moved) * kernel/arch/sparc64/include/arch/smp/sun4v/smp.h (moved) * kernel/arch/sparc64/include/arch/sparc64.h (moved) * kernel/arch/sparc64/include/arch/stack.h (moved) * kernel/arch/sparc64/include/arch/sun4u/arch.h (moved) * kernel/arch/sparc64/include/arch/sun4u/asm.h (moved) * kernel/arch/sparc64/include/arch/sun4u/cpu.h (moved) * kernel/arch/sparc64/include/arch/sun4v/arch.h (moved) * kernel/arch/sparc64/include/arch/sun4v/asm.h (moved) * kernel/arch/sparc64/include/arch/sun4v/cpu.h (moved) * kernel/arch/sparc64/include/arch/sun4v/hypercall.h (moved) * kernel/arch/sparc64/include/arch/sun4v/ipi.h (moved) * kernel/arch/sparc64/include/arch/sun4v/md.h (moved) * kernel/arch/sparc64/include/arch/sun4v/regdef.h (moved) * kernel/arch/sparc64/include/arch/sun4v/register.h (moved) * kernel/arch/sparc64/include/arch/trap/exception.h (moved) * kernel/arch/sparc64/include/arch/trap/interrupt.h (moved) * kernel/arch/sparc64/include/arch/trap/mmu.h (moved) * kernel/arch/sparc64/include/arch/trap/regwin.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4u/mmu.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4u/regwin.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4v/interrupt.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4v/regwin.h (moved) * kernel/arch/sparc64/include/arch/trap/syscall.h (moved) * kernel/arch/sparc64/include/arch/trap/trap.h (moved) * kernel/arch/sparc64/include/arch/trap/trap_table.h (moved) * kernel/arch/sparc64/include/arch/types.h (moved) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/genarch/include/genarch/acpi/acpi.h (moved) * kernel/genarch/include/genarch/acpi/madt.h (moved) * kernel/genarch/include/genarch/drivers/am335x/cm_dpll.h (moved) * kernel/genarch/include/genarch/drivers/am335x/cm_dpll_regs.h (moved) * kernel/genarch/include/genarch/drivers/am335x/cm_per.h (moved) * kernel/genarch/include/genarch/drivers/am335x/cm_per_regs.h (moved) * kernel/genarch/include/genarch/drivers/am335x/ctrl_module.h (moved) * kernel/genarch/include/genarch/drivers/am335x/ctrl_module_regs.h (moved) * kernel/genarch/include/genarch/drivers/am335x/iomux.h (moved) * kernel/genarch/include/genarch/drivers/am335x/irc.h (moved) * kernel/genarch/include/genarch/drivers/am335x/timer.h (moved) * kernel/genarch/include/genarch/drivers/am335x/timer_regs.h (moved) * kernel/genarch/include/genarch/drivers/am335x/uart.h (moved) * kernel/genarch/include/genarch/drivers/am335x/uart_regs.h (moved) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (moved) * kernel/genarch/include/genarch/drivers/amdm37x/irc.h (moved) * kernel/genarch/include/genarch/drivers/amdm37x/uart.h (moved) * kernel/genarch/include/genarch/drivers/amdm37x/uart_regs.h (moved) * kernel/genarch/include/genarch/drivers/arm926_uart/arm926_uart.h (moved) * kernel/genarch/include/genarch/drivers/dsrln/dsrlnin.h (moved) * kernel/genarch/include/genarch/drivers/dsrln/dsrlnout.h (moved) * kernel/genarch/include/genarch/drivers/ega/ega.h (moved) * kernel/genarch/include/genarch/drivers/i8042/i8042.h (moved) * kernel/genarch/include/genarch/drivers/legacy/ia32/io.h (moved) * kernel/genarch/include/genarch/drivers/ns16550/ns16550.h (moved) * kernel/genarch/include/genarch/drivers/pl050/pl050.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx_irqc/s3c24xx_irqc.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx_timer/s3c24xx_timer.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx_uart/s3c24xx_uart.h (moved) * kernel/genarch/include/genarch/drivers/via-cuda/cuda.h (moved) * kernel/genarch/include/genarch/fb/bfb.h (moved) * kernel/genarch/include/genarch/fb/fb.h (moved) * kernel/genarch/include/genarch/fb/font-8x16.h (moved) * kernel/genarch/include/genarch/fb/logo-196x66.h (moved) * kernel/genarch/include/genarch/kbrd/kbrd.h (moved) * kernel/genarch/include/genarch/kbrd/scanc.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_mac.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_pc.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_pl050.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_sun.h (moved) * kernel/genarch/include/genarch/mm/as_ht.h (moved) * kernel/genarch/include/genarch/mm/as_pt.h (moved) * kernel/genarch/include/genarch/mm/asid_fifo.h (moved) * kernel/genarch/include/genarch/mm/page_ht.h (moved) * kernel/genarch/include/genarch/mm/page_pt.h (moved) * kernel/genarch/include/genarch/multiboot/multiboot.h (moved) * kernel/genarch/include/genarch/multiboot/multiboot2.h (moved) * kernel/genarch/include/genarch/ofw/ebus.h (moved) * kernel/genarch/include/genarch/ofw/ofw_tree.h (moved) * kernel/genarch/include/genarch/ofw/pci.h (moved) * kernel/genarch/include/genarch/ofw/sbus.h (moved) * kernel/genarch/include/genarch/ofw/upa.h (moved) * kernel/genarch/include/genarch/softint/division.h (moved) * kernel/genarch/include/genarch/softint/multiplication.h (moved) * kernel/genarch/include/genarch/srln/srln.h (moved) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/mm/tlb.h (modified) * kernel/generic/src/interrupt/interrupt.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/sysinfo/sysinfo.c (modified) * release/Makefile (modified) * tools/autotool.py (modified) * tools/ew.py (modified) * tools/mkext2.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/init/init.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipc_desc.h (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/syscalls.h (modified) * uspace/app/trace/trace.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/barrier.h (deleted) * uspace/lib/c/arch/abs32le/include/context_offset.h (deleted) * uspace/lib/c/arch/abs32le/include/elf.h (deleted) * uspace/lib/c/arch/abs32le/include/istate.h (deleted) * uspace/lib/c/arch/abs32le/include/libarch/atomic.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/barrier.h (added) * uspace/lib/c/arch/abs32le/include/libarch/config.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/context_offset.h (added) * uspace/lib/c/arch/abs32le/include/libarch/ddi.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/elf.h (added) * uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/entry.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/faddr.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/fibril.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/istate.h (added) * uspace/lib/c/arch/abs32le/include/libarch/syscall.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/thread.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/tls.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/types.h (moved) * uspace/lib/c/arch/abs32le/src/tls.c (modified) * uspace/lib/c/arch/amd64/include/barrier.h (deleted) * uspace/lib/c/arch/amd64/include/context_offset.h (deleted) * uspace/lib/c/arch/amd64/include/ddi.h (deleted) * uspace/lib/c/arch/amd64/include/elf.h (deleted) * uspace/lib/c/arch/amd64/include/istate.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/amd64/include/libarch/barrier.h (added) * uspace/lib/c/arch/amd64/include/libarch/config.h (moved) * uspace/lib/c/arch/amd64/include/libarch/context_offset.h (added) * uspace/lib/c/arch/amd64/include/libarch/ddi.h (added) * uspace/lib/c/arch/amd64/include/libarch/elf.h (added) * uspace/lib/c/arch/amd64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/amd64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/amd64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/amd64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/amd64/include/libarch/istate.h (added) * uspace/lib/c/arch/amd64/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/amd64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/amd64/include/libarch/thread.h (moved) * uspace/lib/c/arch/amd64/include/libarch/tls.h (moved) * uspace/lib/c/arch/amd64/include/libarch/types.h (moved) * uspace/lib/c/arch/amd64/src/tls.c (modified) * uspace/lib/c/arch/arm32/include/barrier.h (deleted) * uspace/lib/c/arch/arm32/include/cp15.h (deleted) * uspace/lib/c/arch/arm32/include/elf.h (deleted) * uspace/lib/c/arch/arm32/include/istate.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/arm32/include/libarch/barrier.h (added) * uspace/lib/c/arch/arm32/include/libarch/config.h (moved) * uspace/lib/c/arch/arm32/include/libarch/cp15.h (added) * uspace/lib/c/arch/arm32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/arm32/include/libarch/elf.h (added) * uspace/lib/c/arch/arm32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/arm32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/arm32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/arm32/include/libarch/istate.h (added) * uspace/lib/c/arch/arm32/include/libarch/regutils.h (added) * uspace/lib/c/arch/arm32/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/arm32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/arm32/include/libarch/thread.h (moved) * uspace/lib/c/arch/arm32/include/libarch/tls.h (moved) * uspace/lib/c/arch/arm32/include/libarch/types.h (moved) * uspace/lib/c/arch/arm32/include/regutils.h (deleted) * uspace/lib/c/arch/arm32/src/tls.c (modified) * uspace/lib/c/arch/ia32/include/barrier.h (deleted) * uspace/lib/c/arch/ia32/include/context_offset.h (deleted) * uspace/lib/c/arch/ia32/include/elf.h (deleted) * uspace/lib/c/arch/ia32/include/istate.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/ia32/include/libarch/barrier.h (added) * uspace/lib/c/arch/ia32/include/libarch/config.h (moved) * uspace/lib/c/arch/ia32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/ia32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/ia32/include/libarch/elf.h (added) * uspace/lib/c/arch/ia32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/ia32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/ia32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/ia32/include/libarch/istate.h (added) * uspace/lib/c/arch/ia32/include/libarch/rtld/dynamic.h (moved) * uspace/lib/c/arch/ia32/include/libarch/rtld/elf_dyn.h (moved) * uspace/lib/c/arch/ia32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/ia32/include/libarch/thread.h (moved) * uspace/lib/c/arch/ia32/include/libarch/tls.h (moved) * uspace/lib/c/arch/ia32/include/libarch/types.h (moved) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/arch/ia64/include/barrier.h (deleted) * uspace/lib/c/arch/ia64/include/elf.h (deleted) * uspace/lib/c/arch/ia64/include/istate.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/ia64/include/libarch/barrier.h (added) * uspace/lib/c/arch/ia64/include/libarch/config.h (moved) * uspace/lib/c/arch/ia64/include/libarch/ddi.h (moved) * uspace/lib/c/arch/ia64/include/libarch/elf.h (added) * uspace/lib/c/arch/ia64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/ia64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/ia64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/ia64/include/libarch/istate.h (added) * uspace/lib/c/arch/ia64/include/libarch/register.h (added) * uspace/lib/c/arch/ia64/include/libarch/stack.h (moved) * uspace/lib/c/arch/ia64/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/ia64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/ia64/include/libarch/thread.h (moved) * uspace/lib/c/arch/ia64/include/libarch/tls.h (moved) * uspace/lib/c/arch/ia64/include/libarch/types.h (moved) * uspace/lib/c/arch/ia64/include/register.h (deleted) * uspace/lib/c/arch/ia64/src/tls.c (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/include/barrier.h (deleted) * uspace/lib/c/arch/mips32/include/context_offset.h (deleted) * uspace/lib/c/arch/mips32/include/cp0.h (deleted) * uspace/lib/c/arch/mips32/include/elf.h (deleted) * uspace/lib/c/arch/mips32/include/istate.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/mips32/include/libarch/barrier.h (added) * uspace/lib/c/arch/mips32/include/libarch/config.h (moved) * uspace/lib/c/arch/mips32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/mips32/include/libarch/cp0.h (added) * uspace/lib/c/arch/mips32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/mips32/include/libarch/elf.h (added) * uspace/lib/c/arch/mips32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/mips32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/mips32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/mips32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/mips32/include/libarch/istate.h (added) * uspace/lib/c/arch/mips32/include/libarch/regname.h (added) * uspace/lib/c/arch/mips32/include/libarch/stack.h (added) * uspace/lib/c/arch/mips32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/mips32/include/libarch/thread.h (moved) * uspace/lib/c/arch/mips32/include/libarch/tls.h (moved) * uspace/lib/c/arch/mips32/include/libarch/types.h (moved) * uspace/lib/c/arch/mips32/include/regname.h (deleted) * uspace/lib/c/arch/mips32/include/stack.h (deleted) * uspace/lib/c/arch/mips32/src/tls.c (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/include/atomic.h (deleted) * uspace/lib/c/arch/mips32eb/include/barrier.h (deleted) * uspace/lib/c/arch/mips32eb/include/config.h (deleted) * uspace/lib/c/arch/mips32eb/include/context_offset.h (deleted) * uspace/lib/c/arch/mips32eb/include/cp0.h (deleted) * uspace/lib/c/arch/mips32eb/include/ddi.h (deleted) * uspace/lib/c/arch/mips32eb/include/elf.h (deleted) * uspace/lib/c/arch/mips32eb/include/elf_linux.h (deleted) * uspace/lib/c/arch/mips32eb/include/faddr.h (deleted) * uspace/lib/c/arch/mips32eb/include/fibril.h (deleted) * uspace/lib/c/arch/mips32eb/include/inttypes.h (deleted) * uspace/lib/c/arch/mips32eb/include/istate.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/atomic.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/barrier.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/config.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/context_offset.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/cp0.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/ddi.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/elf.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/elf_linux.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/faddr.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/fibril.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/inttypes.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/istate.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/regname.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/stack.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/syscall.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/thread.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/tls.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/types.h (added) * uspace/lib/c/arch/mips32eb/include/regname.h (deleted) * uspace/lib/c/arch/mips32eb/include/stack.h (deleted) * uspace/lib/c/arch/mips32eb/include/syscall.h (deleted) * uspace/lib/c/arch/mips32eb/include/thread.h (deleted) * uspace/lib/c/arch/mips32eb/include/tls.h (deleted) * uspace/lib/c/arch/mips32eb/include/types.h (deleted) * uspace/lib/c/arch/mips64/include/barrier.h (deleted) * uspace/lib/c/arch/mips64/include/context_offset.h (deleted) * uspace/lib/c/arch/mips64/include/cp0.h (deleted) * uspace/lib/c/arch/mips64/include/elf.h (deleted) * uspace/lib/c/arch/mips64/include/istate.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/mips64/include/libarch/barrier.h (added) * uspace/lib/c/arch/mips64/include/libarch/config.h (moved) * uspace/lib/c/arch/mips64/include/libarch/context_offset.h (added) * uspace/lib/c/arch/mips64/include/libarch/cp0.h (added) * uspace/lib/c/arch/mips64/include/libarch/ddi.h (moved) * uspace/lib/c/arch/mips64/include/libarch/elf.h (added) * uspace/lib/c/arch/mips64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/mips64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/mips64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/mips64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/mips64/include/libarch/istate.h (added) * uspace/lib/c/arch/mips64/include/libarch/regname.h (added) * uspace/lib/c/arch/mips64/include/libarch/stack.h (added) * uspace/lib/c/arch/mips64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/mips64/include/libarch/thread.h (moved) * uspace/lib/c/arch/mips64/include/libarch/tls.h (moved) * uspace/lib/c/arch/mips64/include/libarch/types.h (moved) * uspace/lib/c/arch/mips64/include/regname.h (deleted) * uspace/lib/c/arch/mips64/include/stack.h (deleted) * uspace/lib/c/arch/mips64/src/tls.c (modified) * uspace/lib/c/arch/ppc32/include/barrier.h (deleted) * uspace/lib/c/arch/ppc32/include/context_offset.h (deleted) * uspace/lib/c/arch/ppc32/include/elf.h (deleted) * uspace/lib/c/arch/ppc32/include/istate.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/barrier.h (added) * uspace/lib/c/arch/ppc32/include/libarch/config.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/ppc32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/elf.h (added) * uspace/lib/c/arch/ppc32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/istate.h (added) * uspace/lib/c/arch/ppc32/include/libarch/msr.h (added) * uspace/lib/c/arch/ppc32/include/libarch/regname.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/thread.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/tls.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/types.h (moved) * uspace/lib/c/arch/ppc32/include/msr.h (deleted) * uspace/lib/c/arch/ppc32/src/tls.c (modified) * uspace/lib/c/arch/sparc64/include/barrier.h (deleted) * uspace/lib/c/arch/sparc64/include/context_offset.h (deleted) * uspace/lib/c/arch/sparc64/include/elf.h (deleted) * uspace/lib/c/arch/sparc64/include/istate.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/barrier.h (added) * uspace/lib/c/arch/sparc64/include/libarch/config.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/context_offset.h (added) * uspace/lib/c/arch/sparc64/include/libarch/ddi.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/elf.h (added) * uspace/lib/c/arch/sparc64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/istate.h (added) * uspace/lib/c/arch/sparc64/include/libarch/regdef.h (added) * uspace/lib/c/arch/sparc64/include/libarch/stack.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/thread.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/tls.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/types.h (moved) * uspace/lib/c/arch/sparc64/include/regdef.h (deleted) * uspace/lib/c/arch/sparc64/src/tls.c (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/setjmp.h (modified) * uspace/lib/c/include/sys/types.h (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/source/math.c (modified) * uspace/srv/bd/gxe_bd/Makefile (deleted) * uspace/srv/bd/gxe_bd/gxe_bd.c (deleted) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/gxe_fb.c (deleted) * 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/port/gxemul.c (deleted) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/ucall.h (modified) * uspace/srv/net/udp/udp_type.h (modified) * version (modified) Merge mainline changes Wed, 03 Apr 2013 19:20:35 GMT Jakub Jermar [c8830a2] * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/source/math.c (modified) libposix changes required to make Python cross-compile. Fri, 08 Mar 2013 10:08:56 GMT Vojtech Horky [b04ca9c] * uspace/lib/posix/include/posix/stdio.h (modified) Do not use `new' as identifier in headers Mon, 25 Feb 2013 19:11:50 GMT Vojtech Horky [fdf97f6] * uspace/Makefile.common (modified) * uspace/app/binutils/intrusive.sh (modified) * uspace/app/pcc/config.h (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/ctype.h (modified) * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/fnmatch.h (modified) * uspace/lib/posix/include/posix/getopt.h (modified) * uspace/lib/posix/include/posix/inttypes.h (modified) * uspace/lib/posix/include/posix/locale.h (modified) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/posix/include/posix/pwd.h (modified) * uspace/lib/posix/include/posix/signal.h (modified) * uspace/lib/posix/include/posix/stddef.h (modified) * uspace/lib/posix/include/posix/stdint.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/sys/mman.h (modified) * uspace/lib/posix/include/posix/sys/stat.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/sys/wait.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/source/ctype.c (modified) * uspace/lib/posix/source/errno.c (modified) * uspace/lib/posix/source/fcntl.c (modified) * uspace/lib/posix/source/fnmatch.c (modified) * uspace/lib/posix/source/getopt.c (modified) * uspace/lib/posix/source/locale.c (modified) * uspace/lib/posix/source/math.c (modified) * uspace/lib/posix/source/pwd.c (modified) * uspace/lib/posix/source/signal.c (modified) * uspace/lib/posix/source/stdio.c (modified) * uspace/lib/posix/source/stdio/scanf.c (modified) * uspace/lib/posix/source/stdlib.c (modified) * uspace/lib/posix/source/stdlib/strtol.c (modified) * uspace/lib/posix/source/stdlib/strtold.c (modified) * uspace/lib/posix/source/string.c (modified) * uspace/lib/posix/source/strings.c (modified) * uspace/lib/posix/source/sys/stat.c (modified) * uspace/lib/posix/source/sys/wait.c (modified) * uspace/lib/posix/source/time.c (modified) * uspace/lib/posix/source/unistd.c (modified) * uspace/lib/posix/tools/create-redefines.sh (added) * uspace/lib/posix/tools/get-collision-list.sh (added) * uspace/lib/posix/tools/transform-symbols.sh (added) Libposix functions are without posix_ prefix Prior this commit, ... Fri, 07 Sep 2012 14:27:25 GMT Vojtech Horky [32b3a12] * uspace/app/msim/arch_helenos/input.c (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/source/pwd.c (modified) * uspace/lib/posix/source/stdio.c (modified) libposix: even less includes from libc Tue, 04 Sep 2012 12:44:40 GMT Vojtech Horky [baeeee2] * uspace/lib/posix/include/posix/errno.h (modified) * uspace/lib/posix/include/posix/malloc.h (added) * uspace/lib/posix/include/posix/signal.h (modified) * uspace/lib/posix/include/posix/stdarg.h (added) * uspace/lib/posix/include/posix/stddef.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/sys/mman.h (modified) * uspace/lib/posix/include/posix/sys/stat.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/source/fnmatch.c (modified) * uspace/lib/posix/source/sys/stat.c (modified) libposix: less includes from libc Fri, 31 Aug 2012 09:55:22 GMT Vojtech Horky [a3da2b2] * uspace/Makefile.common (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/assert.h (moved) * uspace/lib/posix/include/posix/ctype.h (moved) * uspace/lib/posix/include/posix/errno.h (moved) * uspace/lib/posix/include/posix/fcntl.h (moved) * uspace/lib/posix/include/posix/float.h (moved) * uspace/lib/posix/include/posix/fnmatch.h (moved) * uspace/lib/posix/include/posix/getopt.h (moved) * uspace/lib/posix/include/posix/inttypes.h (moved) * uspace/lib/posix/include/posix/iso646.h (moved) * uspace/lib/posix/include/posix/limits.h (moved) * uspace/lib/posix/include/posix/locale.h (moved) * uspace/lib/posix/include/posix/math.h (moved) * uspace/lib/posix/include/posix/pwd.h (moved) * uspace/lib/posix/include/posix/signal.h (moved) * uspace/lib/posix/include/posix/stdbool.h (moved) * uspace/lib/posix/include/posix/stddef.h (moved) * uspace/lib/posix/include/posix/stdint.h (moved) * uspace/lib/posix/include/posix/stdio.h (moved) * uspace/lib/posix/include/posix/stdlib.h (moved) * uspace/lib/posix/include/posix/string.h (moved) * uspace/lib/posix/include/posix/strings.h (moved) * uspace/lib/posix/include/posix/sys/mman.h (moved) * uspace/lib/posix/include/posix/sys/stat.h (moved) * uspace/lib/posix/include/posix/sys/types.h (moved) * uspace/lib/posix/include/posix/sys/wait.h (moved) * uspace/lib/posix/include/posix/time.h (moved) * uspace/lib/posix/include/posix/unistd.h (moved) * uspace/lib/posix/source/ctype.c (moved) * uspace/lib/posix/source/errno.c (moved) * uspace/lib/posix/source/fcntl.c (moved) * uspace/lib/posix/source/fnmatch.c (moved) * uspace/lib/posix/source/getopt.c (moved) * uspace/lib/posix/source/internal/common.h (moved) * uspace/lib/posix/source/locale.c (moved) * uspace/lib/posix/source/math.c (moved) * uspace/lib/posix/source/pwd.c (moved) * uspace/lib/posix/source/signal.c (moved) * uspace/lib/posix/source/stdio.c (moved) * uspace/lib/posix/source/stdio/scanf.c (moved) * uspace/lib/posix/source/stdlib.c (moved) * uspace/lib/posix/source/stdlib/strtol.c (moved) * uspace/lib/posix/source/stdlib/strtold.c (moved) * uspace/lib/posix/source/string.c (moved) * uspace/lib/posix/source/strings.c (moved) * uspace/lib/posix/source/sys/stat.c (moved) * uspace/lib/posix/source/sys/wait.c (moved) * uspace/lib/posix/source/time.c (moved) * uspace/lib/posix/source/unistd.c (moved) Introduce include/ and source/ directories into libposix