Changes in / [b8dbe2f:1dff985] in mainline
- Files:
-
- 1223 added
- 585 deleted
- 1715 edited
-
.bzrignore (added)
-
HelenOS.config (modified) (view diffs)
-
Makefile (modified) (view diffs)
-
abi/include/abi/asmtool.h (added)
-
abi/include/abi/elf.h (modified) (view diffs)
-
abi/include/abi/errno.h (modified) (view diffs)
-
abi/include/abi/fourcc.h (added)
-
abi/include/abi/ipc/event.h (modified) (view diffs)
-
abi/include/abi/ipc/interfaces.h (added)
-
abi/include/abi/ipc/ipc.h (modified) (view diffs)
-
abi/include/abi/ipc/methods.h (modified) (view diffs)
-
abi/include/abi/kio.h (added)
-
abi/include/abi/klog.h (modified) (view diffs)
-
abi/include/abi/log.h (added)
-
abi/include/abi/mm/as.h (modified) (view diffs)
-
abi/include/abi/proc/uarg.h (modified) (view diffs)
-
abi/include/abi/syscall.h (modified) (view diffs)
-
boot/Makefile (modified) (view diffs)
-
boot/Makefile.build (modified) (view diffs)
-
boot/Makefile.common (modified) (view diffs)
-
boot/Makefile.grub (modified) (view diffs)
-
boot/arch/amd64/Makefile.inc (modified) (view diffs)
-
boot/arch/arm32/Makefile.inc (modified) (view diffs)
-
boot/arch/arm32/include/arch.h (modified) (view diffs)
-
boot/arch/arm32/include/cp15.h (added)
-
boot/arch/arm32/include/main.h (modified) (view diffs)
-
boot/arch/arm32/include/mm.h (modified) (view diffs)
-
boot/arch/arm32/src/asm.S (modified) (view diffs)
-
boot/arch/arm32/src/eabi.S (modified) (view diffs)
-
boot/arch/arm32/src/main.c (modified) (view diffs)
-
boot/arch/arm32/src/mm.c (modified) (view diffs)
-
boot/arch/arm32/src/putchar.c (modified) (view diffs)
-
boot/arch/ia64/Makefile.inc (modified) (view diffs)
-
boot/arch/ia64/src/asm.S (modified) (view diffs)
-
boot/arch/ia64/src/boot.S (modified) (view diffs)
-
boot/arch/ia64/src/pal_asm.S (modified) (view diffs)
-
boot/arch/ia64/src/sal_asm.S (modified) (view diffs)
-
boot/arch/mips32/Makefile.inc (modified) (view diffs)
-
boot/arch/mips32/src/asm.S (modified) (view diffs)
-
boot/arch/mips64/Makefile.inc (deleted)
-
boot/arch/mips64/_link.ld.in (deleted)
-
boot/arch/mips64/include/arch.h (deleted)
-
boot/arch/mips64/include/asm.h (deleted)
-
boot/arch/mips64/include/main.h (deleted)
-
boot/arch/mips64/include/regname.h (deleted)
-
boot/arch/mips64/include/types.h (deleted)
-
boot/arch/mips64/src/asm.S (deleted)
-
boot/arch/mips64/src/main.c (deleted)
-
boot/arch/mips64/src/putchar.c (deleted)
-
boot/arch/ppc32/Makefile.inc (modified) (view diffs)
-
boot/arch/ppc32/_link.ld.in (modified) (view diffs)
-
boot/arch/ppc32/include/arch.h (modified) (view diffs)
-
boot/arch/ppc32/include/asm.h (modified) (view diffs)
-
boot/arch/ppc32/src/asm.S (modified) (view diffs)
-
boot/arch/riscv64/Makefile.inc (added)
-
boot/arch/riscv64/_link.ld.in (added)
-
boot/arch/riscv64/include/arch.h (added)
-
boot/arch/riscv64/include/asm.h (added)
-
boot/arch/riscv64/include/main.h (added)
-
boot/arch/riscv64/include/types.h (added)
-
boot/arch/riscv64/include/ucb.h (added)
-
boot/arch/riscv64/src/asm.S (added)
-
boot/arch/riscv64/src/main.c (added)
-
boot/arch/riscv64/src/putchar.c (added)
-
boot/arch/riscv64/src/ucb.c (added)
-
boot/arch/sparc64/Makefile.inc (modified) (view diffs)
-
boot/arch/sparc64/src/asm.S (modified) (view diffs)
-
boot/genarch/src/ofw.c (modified) (view diffs)
-
boot/generic/include/memstr.h (modified) (view diffs)
-
boot/grub.efi/REVISION (added)
-
boot/grub.efi/efi.img.gz (modified) (view diffs)
-
boot/grub.efi/i386-efi/acpi.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/adler32.mod (added)
-
boot/grub.efi/i386-efi/affs.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/afs.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/afs_be.mod (deleted)
-
boot/grub.efi/i386-efi/ahci.mod (added)
-
boot/grub.efi/i386-efi/all_video.mod (added)
-
boot/grub.efi/i386-efi/aout.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/appleldr.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/archelp.mod (added)
-
boot/grub.efi/i386-efi/at_keyboard.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/ata.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/ata_pthru.mod (deleted)
-
boot/grub.efi/i386-efi/backtrace.mod (added)
-
boot/grub.efi/i386-efi/befs.mod (deleted)
-
boot/grub.efi/i386-efi/befs_be.mod (deleted)
-
boot/grub.efi/i386-efi/bfs.mod (added)
-
boot/grub.efi/i386-efi/bitmap.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/bitmap_scale.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/blocklist.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/boot.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/bsd.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/bswap_test.mod (added)
-
boot/grub.efi/i386-efi/btrfs.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/bufio.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/cat.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/cbfs.mod (added)
-
boot/grub.efi/i386-efi/cbls.mod (added)
-
boot/grub.efi/i386-efi/cbmemc.mod (added)
-
boot/grub.efi/i386-efi/cbtable.mod (added)
-
boot/grub.efi/i386-efi/cbtime.mod (added)
-
boot/grub.efi/i386-efi/chain.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/cmdline_cat_test.mod (added)
-
boot/grub.efi/i386-efi/cmp.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/cmp_test.mod (added)
-
boot/grub.efi/i386-efi/command.lst (modified) (view diffs)
-
boot/grub.efi/i386-efi/configfile.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/cpio.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/cpio_be.mod (added)
-
boot/grub.efi/i386-efi/cpuid.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/crc64.mod (added)
-
boot/grub.efi/i386-efi/crypto.lst (modified) (view diffs)
-
boot/grub.efi/i386-efi/crypto.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/cryptodisk.mod (added)
-
boot/grub.efi/i386-efi/cs5536.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/ctz_test.mod (added)
-
boot/grub.efi/i386-efi/date.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/datehook.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/datetime.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/disk.mod (added)
-
boot/grub.efi/i386-efi/diskfilter.mod (added)
-
boot/grub.efi/i386-efi/div.mod (added)
-
boot/grub.efi/i386-efi/div_test.mod (added)
-
boot/grub.efi/i386-efi/dm_nv.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/echo.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/efi_gop.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/efi_uga.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/efifwsetup.mod (added)
-
boot/grub.efi/i386-efi/efinet.mod (added)
-
boot/grub.efi/i386-efi/ehci.mod (added)
-
boot/grub.efi/i386-efi/elf.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/eval.mod (added)
-
boot/grub.efi/i386-efi/example_functional_test.mod (deleted)
-
boot/grub.efi/i386-efi/exfat.mod (added)
-
boot/grub.efi/i386-efi/exfctest.mod (added)
-
boot/grub.efi/i386-efi/ext2.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/extcmd.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/fat.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/file.mod (added)
-
boot/grub.efi/i386-efi/fixvideo.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/font.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/fs.lst (modified) (view diffs)
-
boot/grub.efi/i386-efi/fshelp.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/functional_test.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_arcfour.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_blowfish.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_camellia.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_cast5.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_crc.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_des.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_dsa.mod (added)
-
boot/grub.efi/i386-efi/gcry_idea.mod (added)
-
boot/grub.efi/i386-efi/gcry_md4.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_md5.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_rfc2268.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_rijndael.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_rmd160.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_rsa.mod (added)
-
boot/grub.efi/i386-efi/gcry_seed.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_serpent.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_sha1.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_sha256.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_sha512.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_tiger.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_twofish.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gcry_whirlpool.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gdb.mod (added)
-
boot/grub.efi/i386-efi/gdb_grub (added)
-
boot/grub.efi/i386-efi/geli.mod (added)
-
boot/grub.efi/i386-efi/gettext.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gfxmenu.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gfxterm.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gfxterm_background.mod (added)
-
boot/grub.efi/i386-efi/gfxterm_menu.mod (added)
-
boot/grub.efi/i386-efi/gmodule.pl (added)
-
boot/grub.efi/i386-efi/gptsync.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/gzio.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/halt.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/hashsum.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/hdparm.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/hello.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/help.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/hexdump.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/hfs.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/hfsplus.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/hfspluscomp.mod (added)
-
boot/grub.efi/i386-efi/http.mod (added)
-
boot/grub.efi/i386-efi/iorw.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/iso9660.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/jfs.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/jpeg.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/kernel.exec (added)
-
boot/grub.efi/i386-efi/kernel.img (added)
-
boot/grub.efi/i386-efi/keylayouts.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/keystatus.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/ldm.mod (added)
-
boot/grub.efi/i386-efi/legacy_password_test.mod (added)
-
boot/grub.efi/i386-efi/legacycfg.mod (added)
-
boot/grub.efi/i386-efi/linux.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/linux16.mod (added)
-
boot/grub.efi/i386-efi/loadbios.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/loadenv.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/loopback.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/ls.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/lsacpi.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/lsefi.mod (added)
-
boot/grub.efi/i386-efi/lsefimmap.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/lsefisystab.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/lsmmap.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/lspci.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/lssal.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/luks.mod (added)
-
boot/grub.efi/i386-efi/lvm.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/lzopio.mod (added)
-
boot/grub.efi/i386-efi/macbless.mod (added)
-
boot/grub.efi/i386-efi/macho.mod (added)
-
boot/grub.efi/i386-efi/mdraid09.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/mdraid09_be.mod (added)
-
boot/grub.efi/i386-efi/mdraid1x.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/memdisk.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/memrw.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/minicmd.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/minix.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/minix2.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/minix2_be.mod (added)
-
boot/grub.efi/i386-efi/minix3.mod (added)
-
boot/grub.efi/i386-efi/minix3_be.mod (added)
-
boot/grub.efi/i386-efi/minix_be.mod (added)
-
boot/grub.efi/i386-efi/mmap.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/moddep.lst (modified) (view diffs)
-
boot/grub.efi/i386-efi/modinfo.sh (added)
-
boot/grub.efi/i386-efi/morse.mod (added)
-
boot/grub.efi/i386-efi/mpi.mod (added)
-
boot/grub.efi/i386-efi/msdospart.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/mul_test.mod (added)
-
boot/grub.efi/i386-efi/multiboot.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/multiboot2.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/nativedisk.mod (added)
-
boot/grub.efi/i386-efi/net.mod (added)
-
boot/grub.efi/i386-efi/newc.mod (added)
-
boot/grub.efi/i386-efi/nilfs2.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/normal.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/ntfs.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/ntfscomp.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/odc.mod (added)
-
boot/grub.efi/i386-efi/offsetio.mod (added)
-
boot/grub.efi/i386-efi/ohci.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/part_acorn.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/part_amiga.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/part_apple.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/part_bsd.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/part_dfly.mod (added)
-
boot/grub.efi/i386-efi/part_dvh.mod (added)
-
boot/grub.efi/i386-efi/part_gpt.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/part_msdos.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/part_plan.mod (added)
-
boot/grub.efi/i386-efi/part_sun.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/part_sunpc.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/partmap.lst (modified) (view diffs)
-
boot/grub.efi/i386-efi/parttool.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/password.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/password_pbkdf2.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/pata.mod (added)
-
boot/grub.efi/i386-efi/pbkdf2.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/pbkdf2_test.mod (added)
-
boot/grub.efi/i386-efi/pci.mod (deleted)
-
boot/grub.efi/i386-efi/pcidump.mod (added)
-
boot/grub.efi/i386-efi/play.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/png.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/priority_queue.mod (added)
-
boot/grub.efi/i386-efi/probe.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/procfs.mod (added)
-
boot/grub.efi/i386-efi/progress.mod (added)
-
boot/grub.efi/i386-efi/raid.mod (deleted)
-
boot/grub.efi/i386-efi/raid5rec.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/raid6rec.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/random.mod (added)
-
boot/grub.efi/i386-efi/read.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/reboot.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/regexp.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/reiserfs.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/relocator.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/romfs.mod (added)
-
boot/grub.efi/i386-efi/scsi.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/search.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/search_fs_file.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/search_fs_uuid.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/search_label.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/serial.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/setjmp.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/setjmp_test.mod (added)
-
boot/grub.efi/i386-efi/setpci.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/sfs.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/shift_test.mod (added)
-
boot/grub.efi/i386-efi/signature_test.mod (added)
-
boot/grub.efi/i386-efi/sleep.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/sleep_test.mod (added)
-
boot/grub.efi/i386-efi/spkmodem.mod (added)
-
boot/grub.efi/i386-efi/squash4.mod (added)
-
boot/grub.efi/i386-efi/syslinuxcfg.mod (added)
-
boot/grub.efi/i386-efi/tar.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/terminal.lst (modified) (view diffs)
-
boot/grub.efi/i386-efi/terminal.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/terminfo.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/test.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/test_blockarg.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/testload.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/testspeed.mod (added)
-
boot/grub.efi/i386-efi/tftp.mod (added)
-
boot/grub.efi/i386-efi/tga.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/time.mod (added)
-
boot/grub.efi/i386-efi/tr.mod (added)
-
boot/grub.efi/i386-efi/trig.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/true.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/udf.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/ufs1.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/ufs1_be.mod (added)
-
boot/grub.efi/i386-efi/ufs2.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/uhci.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/usb.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/usb_keyboard.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/usbms.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/usbserial_common.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/usbserial_ftdi.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/usbserial_pl2303.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/usbserial_usbdebug.mod (added)
-
boot/grub.efi/i386-efi/usbtest.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/verify.mod (added)
-
boot/grub.efi/i386-efi/video.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/video_bochs.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/video_cirrus.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/video_colors.mod (added)
-
boot/grub.efi/i386-efi/video_fb.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/videoinfo.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/videotest.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/videotest_checksum.mod (added)
-
boot/grub.efi/i386-efi/xfs.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/xnu.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/xnu_uuid.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/xnu_uuid_test.mod (added)
-
boot/grub.efi/i386-efi/xzio.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/zfs.mod (modified) (view diffs)
-
boot/grub.efi/i386-efi/zfscrypt.mod (added)
-
boot/grub.efi/i386-efi/zfsinfo.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/acpi.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/adler32.mod (added)
-
boot/grub.efi/x86_64-efi/affs.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/afs.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/afs_be.mod (deleted)
-
boot/grub.efi/x86_64-efi/ahci.mod (added)
-
boot/grub.efi/x86_64-efi/all_video.mod (added)
-
boot/grub.efi/x86_64-efi/aout.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/appleldr.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/archelp.mod (added)
-
boot/grub.efi/x86_64-efi/at_keyboard.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/ata.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/ata_pthru.mod (deleted)
-
boot/grub.efi/x86_64-efi/backtrace.mod (added)
-
boot/grub.efi/x86_64-efi/befs.mod (deleted)
-
boot/grub.efi/x86_64-efi/befs_be.mod (deleted)
-
boot/grub.efi/x86_64-efi/bfs.mod (added)
-
boot/grub.efi/x86_64-efi/bitmap.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/bitmap_scale.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/blocklist.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/boot.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/bsd.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/bswap_test.mod (added)
-
boot/grub.efi/x86_64-efi/btrfs.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/bufio.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/cat.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/cbfs.mod (added)
-
boot/grub.efi/x86_64-efi/cbls.mod (added)
-
boot/grub.efi/x86_64-efi/cbmemc.mod (added)
-
boot/grub.efi/x86_64-efi/cbtable.mod (added)
-
boot/grub.efi/x86_64-efi/cbtime.mod (added)
-
boot/grub.efi/x86_64-efi/chain.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/cmdline_cat_test.mod (added)
-
boot/grub.efi/x86_64-efi/cmp.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/cmp_test.mod (added)
-
boot/grub.efi/x86_64-efi/command.lst (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/configfile.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/cpio.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/cpio_be.mod (added)
-
boot/grub.efi/x86_64-efi/cpuid.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/crc64.mod (added)
-
boot/grub.efi/x86_64-efi/crypto.lst (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/crypto.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/cryptodisk.mod (added)
-
boot/grub.efi/x86_64-efi/cs5536.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/ctz_test.mod (added)
-
boot/grub.efi/x86_64-efi/date.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/datehook.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/datetime.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/disk.mod (added)
-
boot/grub.efi/x86_64-efi/diskfilter.mod (added)
-
boot/grub.efi/x86_64-efi/div.mod (added)
-
boot/grub.efi/x86_64-efi/div_test.mod (added)
-
boot/grub.efi/x86_64-efi/dm_nv.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/echo.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/efi_gop.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/efi_uga.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/efifwsetup.mod (added)
-
boot/grub.efi/x86_64-efi/efinet.mod (added)
-
boot/grub.efi/x86_64-efi/ehci.mod (added)
-
boot/grub.efi/x86_64-efi/elf.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/eval.mod (added)
-
boot/grub.efi/x86_64-efi/example_functional_test.mod (deleted)
-
boot/grub.efi/x86_64-efi/exfat.mod (added)
-
boot/grub.efi/x86_64-efi/exfctest.mod (added)
-
boot/grub.efi/x86_64-efi/ext2.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/extcmd.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/fat.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/file.mod (added)
-
boot/grub.efi/x86_64-efi/fixvideo.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/font.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/fs.lst (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/fshelp.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/functional_test.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_arcfour.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_blowfish.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_camellia.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_cast5.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_crc.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_des.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_dsa.mod (added)
-
boot/grub.efi/x86_64-efi/gcry_idea.mod (added)
-
boot/grub.efi/x86_64-efi/gcry_md4.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_md5.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_rfc2268.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_rijndael.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_rmd160.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_rsa.mod (added)
-
boot/grub.efi/x86_64-efi/gcry_seed.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_serpent.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_sha1.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_sha256.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_sha512.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_tiger.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_twofish.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gcry_whirlpool.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gdb_grub (added)
-
boot/grub.efi/x86_64-efi/geli.mod (added)
-
boot/grub.efi/x86_64-efi/gettext.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gfxmenu.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gfxterm.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gfxterm_background.mod (added)
-
boot/grub.efi/x86_64-efi/gfxterm_menu.mod (added)
-
boot/grub.efi/x86_64-efi/gmodule.pl (added)
-
boot/grub.efi/x86_64-efi/gptsync.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/gzio.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/halt.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/hashsum.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/hdparm.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/hello.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/help.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/hexdump.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/hfs.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/hfsplus.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/hfspluscomp.mod (added)
-
boot/grub.efi/x86_64-efi/http.mod (added)
-
boot/grub.efi/x86_64-efi/iorw.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/iso9660.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/jfs.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/jpeg.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/kernel.exec (added)
-
boot/grub.efi/x86_64-efi/kernel.img (added)
-
boot/grub.efi/x86_64-efi/keylayouts.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/keystatus.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/ldm.mod (added)
-
boot/grub.efi/x86_64-efi/legacy_password_test.mod (added)
-
boot/grub.efi/x86_64-efi/legacycfg.mod (added)
-
boot/grub.efi/x86_64-efi/linux.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/linux16.mod (added)
-
boot/grub.efi/x86_64-efi/loadbios.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/loadenv.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/loopback.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/ls.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/lsacpi.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/lsefi.mod (added)
-
boot/grub.efi/x86_64-efi/lsefimmap.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/lsefisystab.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/lsmmap.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/lspci.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/lssal.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/luks.mod (added)
-
boot/grub.efi/x86_64-efi/lvm.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/lzopio.mod (added)
-
boot/grub.efi/x86_64-efi/macbless.mod (added)
-
boot/grub.efi/x86_64-efi/macho.mod (added)
-
boot/grub.efi/x86_64-efi/mdraid09.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/mdraid09_be.mod (added)
-
boot/grub.efi/x86_64-efi/mdraid1x.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/memdisk.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/memrw.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/minicmd.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/minix.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/minix2.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/minix2_be.mod (added)
-
boot/grub.efi/x86_64-efi/minix3.mod (added)
-
boot/grub.efi/x86_64-efi/minix3_be.mod (added)
-
boot/grub.efi/x86_64-efi/minix_be.mod (added)
-
boot/grub.efi/x86_64-efi/mmap.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/moddep.lst (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/modinfo.sh (added)
-
boot/grub.efi/x86_64-efi/morse.mod (added)
-
boot/grub.efi/x86_64-efi/mpi.mod (added)
-
boot/grub.efi/x86_64-efi/msdospart.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/mul_test.mod (added)
-
boot/grub.efi/x86_64-efi/multiboot.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/multiboot2.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/nativedisk.mod (added)
-
boot/grub.efi/x86_64-efi/net.mod (added)
-
boot/grub.efi/x86_64-efi/newc.mod (added)
-
boot/grub.efi/x86_64-efi/nilfs2.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/normal.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/ntfs.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/ntfscomp.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/odc.mod (added)
-
boot/grub.efi/x86_64-efi/offsetio.mod (added)
-
boot/grub.efi/x86_64-efi/ohci.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/part_acorn.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/part_amiga.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/part_apple.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/part_bsd.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/part_dfly.mod (added)
-
boot/grub.efi/x86_64-efi/part_dvh.mod (added)
-
boot/grub.efi/x86_64-efi/part_gpt.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/part_msdos.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/part_plan.mod (added)
-
boot/grub.efi/x86_64-efi/part_sun.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/part_sunpc.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/partmap.lst (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/parttool.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/password.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/password_pbkdf2.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/pata.mod (added)
-
boot/grub.efi/x86_64-efi/pbkdf2.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/pbkdf2_test.mod (added)
-
boot/grub.efi/x86_64-efi/pci.mod (deleted)
-
boot/grub.efi/x86_64-efi/pcidump.mod (added)
-
boot/grub.efi/x86_64-efi/play.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/png.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/priority_queue.mod (added)
-
boot/grub.efi/x86_64-efi/probe.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/procfs.mod (added)
-
boot/grub.efi/x86_64-efi/progress.mod (added)
-
boot/grub.efi/x86_64-efi/raid.mod (deleted)
-
boot/grub.efi/x86_64-efi/raid5rec.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/raid6rec.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/random.mod (added)
-
boot/grub.efi/x86_64-efi/read.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/reboot.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/regexp.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/reiserfs.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/relocator.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/romfs.mod (added)
-
boot/grub.efi/x86_64-efi/scsi.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/search.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/search_fs_file.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/search_fs_uuid.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/search_label.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/serial.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/setjmp.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/setjmp_test.mod (added)
-
boot/grub.efi/x86_64-efi/setpci.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/sfs.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/shift_test.mod (added)
-
boot/grub.efi/x86_64-efi/signature_test.mod (added)
-
boot/grub.efi/x86_64-efi/sleep.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/sleep_test.mod (added)
-
boot/grub.efi/x86_64-efi/spkmodem.mod (added)
-
boot/grub.efi/x86_64-efi/squash4.mod (added)
-
boot/grub.efi/x86_64-efi/syslinuxcfg.mod (added)
-
boot/grub.efi/x86_64-efi/tar.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/terminal.lst (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/terminal.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/terminfo.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/test.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/test_blockarg.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/testload.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/testspeed.mod (added)
-
boot/grub.efi/x86_64-efi/tftp.mod (added)
-
boot/grub.efi/x86_64-efi/tga.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/time.mod (added)
-
boot/grub.efi/x86_64-efi/tr.mod (added)
-
boot/grub.efi/x86_64-efi/trig.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/true.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/udf.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/ufs1.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/ufs1_be.mod (added)
-
boot/grub.efi/x86_64-efi/ufs2.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/uhci.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/usb.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/usb_keyboard.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/usbms.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/usbserial_common.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/usbserial_ftdi.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/usbserial_pl2303.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/usbserial_usbdebug.mod (added)
-
boot/grub.efi/x86_64-efi/usbtest.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/verify.mod (added)
-
boot/grub.efi/x86_64-efi/video.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/video_bochs.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/video_cirrus.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/video_colors.mod (added)
-
boot/grub.efi/x86_64-efi/video_fb.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/videoinfo.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/videotest.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/videotest_checksum.mod (added)
-
boot/grub.efi/x86_64-efi/xfs.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/xnu.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/xnu_uuid.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/xnu_uuid_test.mod (added)
-
boot/grub.efi/x86_64-efi/xzio.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/zfs.mod (modified) (view diffs)
-
boot/grub.efi/x86_64-efi/zfscrypt.mod (added)
-
boot/grub.efi/x86_64-efi/zfsinfo.mod (modified) (view diffs)
-
boot/grub.pc/REVISION (added)
-
boot/grub.pc/i386-pc/acpi.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/adler32.mod (added)
-
boot/grub.pc/i386-pc/affs.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/afs.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/afs_be.mod (deleted)
-
boot/grub.pc/i386-pc/ahci.mod (added)
-
boot/grub.pc/i386-pc/all_video.mod (added)
-
boot/grub.pc/i386-pc/aout.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/archelp.mod (added)
-
boot/grub.pc/i386-pc/at_keyboard.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/ata.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/ata_pthru.mod (deleted)
-
boot/grub.pc/i386-pc/backtrace.mod (added)
-
boot/grub.pc/i386-pc/befs.mod (deleted)
-
boot/grub.pc/i386-pc/befs_be.mod (deleted)
-
boot/grub.pc/i386-pc/bfs.mod (added)
-
boot/grub.pc/i386-pc/biosdisk.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/bitmap.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/bitmap_scale.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/blocklist.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/boot.img (added)
-
boot/grub.pc/i386-pc/boot.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/boot_hybrid.img (added)
-
boot/grub.pc/i386-pc/bsd.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/bswap_test.mod (added)
-
boot/grub.pc/i386-pc/btrfs.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/bufio.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/cat.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/cbfs.mod (added)
-
boot/grub.pc/i386-pc/cbls.mod (added)
-
boot/grub.pc/i386-pc/cbmemc.mod (added)
-
boot/grub.pc/i386-pc/cbtable.mod (added)
-
boot/grub.pc/i386-pc/cbtime.mod (added)
-
boot/grub.pc/i386-pc/cdboot.img (added)
-
boot/grub.pc/i386-pc/chain.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/cmdline_cat_test.mod (added)
-
boot/grub.pc/i386-pc/cmosdump.mod (added)
-
boot/grub.pc/i386-pc/cmostest.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/cmp.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/cmp_test.mod (added)
-
boot/grub.pc/i386-pc/command.lst (modified) (view diffs)
-
boot/grub.pc/i386-pc/configfile.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/core.img (added)
-
boot/grub.pc/i386-pc/cpio.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/cpio_be.mod (added)
-
boot/grub.pc/i386-pc/cpuid.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/crc64.mod (added)
-
boot/grub.pc/i386-pc/crypto.lst (modified) (view diffs)
-
boot/grub.pc/i386-pc/crypto.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/cryptodisk.mod (added)
-
boot/grub.pc/i386-pc/cs5536.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/ctz_test.mod (added)
-
boot/grub.pc/i386-pc/date.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/datehook.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/datetime.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/disk.mod (added)
-
boot/grub.pc/i386-pc/diskboot.img (added)
-
boot/grub.pc/i386-pc/diskfilter.mod (added)
-
boot/grub.pc/i386-pc/div.mod (added)
-
boot/grub.pc/i386-pc/div_test.mod (added)
-
boot/grub.pc/i386-pc/dm_nv.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/drivemap.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/echo.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/efiemu.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/ehci.mod (added)
-
boot/grub.pc/i386-pc/elf.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/eval.mod (added)
-
boot/grub.pc/i386-pc/example_functional_test.mod (deleted)
-
boot/grub.pc/i386-pc/exfat.mod (added)
-
boot/grub.pc/i386-pc/exfctest.mod (added)
-
boot/grub.pc/i386-pc/ext2.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/extcmd.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/fat.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/file.mod (added)
-
boot/grub.pc/i386-pc/font.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/freedos.mod (added)
-
boot/grub.pc/i386-pc/fs.lst (modified) (view diffs)
-
boot/grub.pc/i386-pc/fshelp.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/functional_test.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_arcfour.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_blowfish.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_camellia.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_cast5.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_crc.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_des.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_dsa.mod (added)
-
boot/grub.pc/i386-pc/gcry_idea.mod (added)
-
boot/grub.pc/i386-pc/gcry_md4.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_md5.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_rfc2268.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_rijndael.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_rmd160.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_rsa.mod (added)
-
boot/grub.pc/i386-pc/gcry_seed.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_serpent.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_sha1.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_sha256.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_sha512.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_tiger.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_twofish.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gcry_whirlpool.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gdb.mod (added)
-
boot/grub.pc/i386-pc/gdb_grub (added)
-
boot/grub.pc/i386-pc/geli.mod (added)
-
boot/grub.pc/i386-pc/gettext.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gfxmenu.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gfxterm.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gfxterm_background.mod (added)
-
boot/grub.pc/i386-pc/gfxterm_menu.mod (added)
-
boot/grub.pc/i386-pc/gmodule.pl (added)
-
boot/grub.pc/i386-pc/gptsync.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/gzio.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/halt.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/hashsum.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/hdparm.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/hello.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/help.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/hexdump.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/hfs.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/hfsplus.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/hfspluscomp.mod (added)
-
boot/grub.pc/i386-pc/http.mod (added)
-
boot/grub.pc/i386-pc/iorw.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/iso9660.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/jfs.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/jpeg.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/kernel.exec (added)
-
boot/grub.pc/i386-pc/kernel.img (added)
-
boot/grub.pc/i386-pc/keylayouts.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/keystatus.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/ldm.mod (added)
-
boot/grub.pc/i386-pc/legacy_password_test.mod (added)
-
boot/grub.pc/i386-pc/legacycfg.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/linux.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/linux16.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/lnxboot.img (added)
-
boot/grub.pc/i386-pc/loadenv.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/loopback.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/ls.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/lsacpi.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/lsapm.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/lsmmap.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/lspci.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/luks.mod (added)
-
boot/grub.pc/i386-pc/lvm.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/lzma_decompress.img (added)
-
boot/grub.pc/i386-pc/lzopio.mod (added)
-
boot/grub.pc/i386-pc/macbless.mod (added)
-
boot/grub.pc/i386-pc/macho.mod (added)
-
boot/grub.pc/i386-pc/mda_text.mod (added)
-
boot/grub.pc/i386-pc/mdraid09.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/mdraid09_be.mod (added)
-
boot/grub.pc/i386-pc/mdraid1x.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/memdisk.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/memrw.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/minicmd.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/minix.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/minix2.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/minix2_be.mod (added)
-
boot/grub.pc/i386-pc/minix3.mod (added)
-
boot/grub.pc/i386-pc/minix3_be.mod (added)
-
boot/grub.pc/i386-pc/minix_be.mod (added)
-
boot/grub.pc/i386-pc/mmap.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/moddep.lst (modified) (view diffs)
-
boot/grub.pc/i386-pc/modinfo.sh (added)
-
boot/grub.pc/i386-pc/morse.mod (added)
-
boot/grub.pc/i386-pc/mpi.mod (added)
-
boot/grub.pc/i386-pc/msdospart.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/mul_test.mod (added)
-
boot/grub.pc/i386-pc/multiboot.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/multiboot2.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/nativedisk.mod (added)
-
boot/grub.pc/i386-pc/net.mod (added)
-
boot/grub.pc/i386-pc/newc.mod (added)
-
boot/grub.pc/i386-pc/nilfs2.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/normal.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/ntfs.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/ntfscomp.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/ntldr.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/odc.mod (added)
-
boot/grub.pc/i386-pc/offsetio.mod (added)
-
boot/grub.pc/i386-pc/ohci.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/part_acorn.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/part_amiga.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/part_apple.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/part_bsd.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/part_dfly.mod (added)
-
boot/grub.pc/i386-pc/part_dvh.mod (added)
-
boot/grub.pc/i386-pc/part_gpt.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/part_msdos.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/part_plan.mod (added)
-
boot/grub.pc/i386-pc/part_sun.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/part_sunpc.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/partmap.lst (modified) (view diffs)
-
boot/grub.pc/i386-pc/parttool.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/password.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/password_pbkdf2.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/pata.mod (added)
-
boot/grub.pc/i386-pc/pbkdf2.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/pbkdf2_test.mod (added)
-
boot/grub.pc/i386-pc/pci.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/pcidump.mod (added)
-
boot/grub.pc/i386-pc/plan9.mod (added)
-
boot/grub.pc/i386-pc/play.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/png.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/priority_queue.mod (added)
-
boot/grub.pc/i386-pc/probe.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/procfs.mod (added)
-
boot/grub.pc/i386-pc/progress.mod (added)
-
boot/grub.pc/i386-pc/pxe.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/pxeboot.img (added)
-
boot/grub.pc/i386-pc/pxechain.mod (added)
-
boot/grub.pc/i386-pc/pxecmd.mod (deleted)
-
boot/grub.pc/i386-pc/raid.mod (deleted)
-
boot/grub.pc/i386-pc/raid5rec.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/raid6rec.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/random.mod (added)
-
boot/grub.pc/i386-pc/read.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/reboot.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/regexp.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/reiserfs.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/relocator.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/romfs.mod (added)
-
boot/grub.pc/i386-pc/scsi.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/search.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/search_fs_file.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/search_fs_uuid.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/search_label.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/sendkey.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/serial.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/setjmp.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/setjmp_test.mod (added)
-
boot/grub.pc/i386-pc/setpci.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/sfs.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/shift_test.mod (added)
-
boot/grub.pc/i386-pc/signature_test.mod (added)
-
boot/grub.pc/i386-pc/sleep.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/sleep_test.mod (added)
-
boot/grub.pc/i386-pc/spkmodem.mod (added)
-
boot/grub.pc/i386-pc/squash4.mod (added)
-
boot/grub.pc/i386-pc/syslinuxcfg.mod (added)
-
boot/grub.pc/i386-pc/tar.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/terminal.lst (modified) (view diffs)
-
boot/grub.pc/i386-pc/terminal.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/terminfo.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/test.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/test_blockarg.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/testload.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/testspeed.mod (added)
-
boot/grub.pc/i386-pc/tftp.mod (added)
-
boot/grub.pc/i386-pc/tga.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/time.mod (added)
-
boot/grub.pc/i386-pc/tr.mod (added)
-
boot/grub.pc/i386-pc/trig.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/true.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/truecrypt.mod (added)
-
boot/grub.pc/i386-pc/udf.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/ufs1.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/ufs1_be.mod (added)
-
boot/grub.pc/i386-pc/ufs2.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/uhci.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/usb.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/usb_keyboard.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/usbms.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/usbserial_common.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/usbserial_ftdi.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/usbserial_pl2303.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/usbserial_usbdebug.mod (added)
-
boot/grub.pc/i386-pc/usbtest.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/vbe.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/verify.mod (added)
-
boot/grub.pc/i386-pc/vga.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/vga_text.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/video.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/video_bochs.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/video_cirrus.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/video_colors.mod (added)
-
boot/grub.pc/i386-pc/video_fb.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/videoinfo.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/videotest.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/videotest_checksum.mod (added)
-
boot/grub.pc/i386-pc/xfs.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/xnu.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/xnu_uuid.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/xnu_uuid_test.mod (added)
-
boot/grub.pc/i386-pc/xzio.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/zfs.mod (modified) (view diffs)
-
boot/grub.pc/i386-pc/zfscrypt.mod (added)
-
boot/grub.pc/i386-pc/zfsinfo.mod (modified) (view diffs)
-
boot/grub.pc/pc.img (modified) (view diffs)
-
contrib/arch/HelenOS.adl (modified) (view diffs)
-
contrib/arch/kernel/kernel.adl (modified) (view diffs)
-
contrib/arch/uspace/app/kio/kio.adl (added)
-
contrib/arch/uspace/app/klog/klog.adl (deleted)
-
contrib/arch/uspace/lib/libc/bind (modified) (view diffs)
-
contrib/arch/uspace/lib/libc/protocol (modified) (view diffs)
-
contrib/arch/uspace/lib/libc/requires (modified) (view diffs)
-
contrib/arch/uspace/lib/libc/subsume (modified) (view diffs)
-
contrib/arch/uspace/srv/ns/ns.adl (modified) (view diffs)
-
contrib/artwork/HelenOS-bw.svg (added)
-
contrib/artwork/HelenOS.svg (added)
-
contrib/bazaar/bzreml/__init__.py (modified) (view diffs)
-
contrib/bazaar/bzreml/setup.py (modified) (view diffs)
-
contrib/bazaar/mbprotect/__init__.py (modified) (view diffs)
-
contrib/conf/arm32-qe.sh (deleted)
-
contrib/conf/ia32-qe.sh (deleted)
-
contrib/conf/msim.conf (modified) (view diffs)
-
contrib/conf/net-qe.sh (deleted)
-
contrib/conf/ppc32-qe.sh (deleted)
-
contrib/conf/ski.conf (modified) (view diffs)
-
contrib/conf/sparc64-qe (deleted)
-
contrib/qemu/build-from-scratch.sh (added)
-
contrib/tools/random_check.sh (added)
-
contrib/tools/toolchain_check.sh (added)
-
defaults/amd64/Makefile.config (modified) (view diffs)
-
defaults/arm32/Makefile.config (modified) (view diffs)
-
defaults/arm32/gta02/Makefile.config (modified) (view diffs)
-
defaults/arm32/integratorcp/Makefile.config (modified) (view diffs)
-
defaults/arm32/raspberrypi/Makefile.config (added)
-
defaults/ia32/Makefile.config (modified) (view diffs)
-
defaults/ia64/Makefile.config (modified) (view diffs)
-
defaults/mips32/Makefile.config (modified) (view diffs)
-
defaults/mips64/Makefile.config (deleted)
-
defaults/mips64/msim/Makefile.config (deleted)
-
defaults/mips64/output (deleted)
-
defaults/ppc32/Makefile.config (modified) (view diffs)
-
defaults/sparc64/Makefile.config (modified) (view diffs)
-
defaults/sparc64/niagara/Makefile.config (modified) (view diffs)
-
defaults/special/Makefile.config (modified) (view diffs)
-
kernel/Makefile (modified) (view diffs)
-
kernel/arch/abs32le/Makefile.inc (modified) (view diffs)
-
kernel/arch/abs32le/include/arch/barrier.h (modified) (view diffs)
-
kernel/arch/abs32le/include/arch/mm/frame.h (modified) (view diffs)
-
kernel/arch/abs32le/include/arch/mm/page.h (modified) (view diffs)
-
kernel/arch/abs32le/src/abs32le.c (modified) (view diffs)
-
kernel/arch/abs32le/src/cpu/cpu.c (modified) (view diffs)
-
kernel/arch/abs32le/src/ddi/ddi.c (deleted)
-
kernel/arch/abs32le/src/smp/smp_call.c (added)
-
kernel/arch/amd64/Makefile.inc (modified) (view diffs)
-
kernel/arch/amd64/include/arch/arch.h (modified) (view diffs)
-
kernel/arch/amd64/include/arch/asm.h (modified) (view diffs)
-
kernel/arch/amd64/include/arch/atomic.h (modified) (view diffs)
-
kernel/arch/amd64/include/arch/boot/memmap_struct.ag (added)
-
kernel/arch/amd64/include/arch/context.h (modified) (view diffs)
-
kernel/arch/amd64/include/arch/context_offset.h (deleted)
-
kernel/arch/amd64/include/arch/context_struct.ag (added)
-
kernel/arch/amd64/include/arch/cpu.h (modified) (view diffs)
-
kernel/arch/amd64/include/arch/interrupt.h (modified) (view diffs)
-
kernel/arch/amd64/include/arch/istate.h (modified) (view diffs)
-
kernel/arch/amd64/include/arch/istate_struct.ag (added)
-
kernel/arch/amd64/include/arch/kseg.h (added)
-
kernel/arch/amd64/include/arch/kseg_struct.ag (added)
-
kernel/arch/amd64/include/arch/mm/frame.h (modified) (view diffs)
-
kernel/arch/amd64/include/arch/mm/km.h (modified) (view diffs)
-
kernel/arch/amd64/include/arch/mm/page.h (modified) (view diffs)
-
kernel/arch/amd64/include/arch/proc/thread.h (modified) (view diffs)
-
kernel/arch/amd64/include/arch/vreg.h (added)
-
kernel/arch/amd64/src/amd64.c (modified) (view diffs)
-
kernel/arch/amd64/src/asm.S (modified) (view diffs)
-
kernel/arch/amd64/src/boot/multiboot.S (modified) (view diffs)
-
kernel/arch/amd64/src/boot/multiboot2.S (modified) (view diffs)
-
kernel/arch/amd64/src/context.S (modified) (view diffs)
-
kernel/arch/amd64/src/cpu/cpu.c (modified) (view diffs)
-
kernel/arch/amd64/src/ddi/ddi.c (modified) (view diffs)
-
kernel/arch/amd64/src/debug/stacktrace_asm.S (modified) (view diffs)
-
kernel/arch/amd64/src/delay.S (modified) (view diffs)
-
kernel/arch/amd64/src/fpu_context.c (modified) (view diffs)
-
kernel/arch/amd64/src/interrupt.c (modified) (view diffs)
-
kernel/arch/amd64/src/kseg.c (added)
-
kernel/arch/amd64/src/mm/km.c (modified) (view diffs)
-
kernel/arch/amd64/src/mm/page.c (modified) (view diffs)
-
kernel/arch/amd64/src/pm.c (modified) (view diffs)
-
kernel/arch/amd64/src/proc/scheduler.c (modified) (view diffs)
-
kernel/arch/amd64/src/proc/task.c (modified) (view diffs)
-
kernel/arch/amd64/src/proc/thread.c (modified) (view diffs)
-
kernel/arch/amd64/src/smp/ap.S (modified) (view diffs)
-
kernel/arch/amd64/src/smp/smp_call.c (added)
-
kernel/arch/amd64/src/syscall.c (modified) (view diffs)
-
kernel/arch/amd64/src/userspace.c (modified) (view diffs)
-
kernel/arch/amd64/src/vreg.c (added)
-
kernel/arch/arm32/Makefile.inc (modified) (view diffs)
-
kernel/arch/arm32/_link.ld.in (modified) (view diffs)
-
kernel/arch/arm32/include/arch/arch.h (modified) (view diffs)
-
kernel/arch/arm32/include/arch/asm.h (modified) (view diffs)
-
kernel/arch/arm32/include/arch/atomic.h (modified) (view diffs)
-
kernel/arch/arm32/include/arch/barrier.h (modified) (view diffs)
-
kernel/arch/arm32/include/arch/cache.h (modified) (view diffs)
-
kernel/arch/arm32/include/arch/context.h (modified) (view diffs)
-
kernel/arch/arm32/include/arch/context_struct.ag (added)
-
kernel/arch/arm32/include/arch/cp15.h (modified) (view diffs)
-
kernel/arch/arm32/include/arch/istate.h (modified) (view diffs)
-
kernel/arch/arm32/include/arch/istate_struct.ag (added)
-
kernel/arch/arm32/include/arch/mach/integratorcp/integratorcp.h (modified) (view diffs)
-
kernel/arch/arm32/include/arch/mach/raspberrypi/raspberrypi.h (added)
-
kernel/arch/arm32/include/arch/mm/frame.h (modified) (view diffs)
-
kernel/arch/arm32/include/arch/mm/page.h (modified) (view diffs)
-
kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) (view diffs)
-
kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) (view diffs)
-
kernel/arch/arm32/include/arch/security_ext.h (modified) (view diffs)
-
kernel/arch/arm32/src/arm32.c (modified) (view diffs)
-
kernel/arch/arm32/src/asm.S (modified) (view diffs)
-
kernel/arch/arm32/src/atomic.c (added)
-
kernel/arch/arm32/src/context.S (modified) (view diffs)
-
kernel/arch/arm32/src/cpu/cpu.c (modified) (view diffs)
-
kernel/arch/arm32/src/ddi/ddi.c (deleted)
-
kernel/arch/arm32/src/debug/stacktrace_asm.S (modified) (view diffs)
-
kernel/arch/arm32/src/dummy.S (modified) (view diffs)
-
kernel/arch/arm32/src/eabi.S (modified) (view diffs)
-
kernel/arch/arm32/src/exc_handler.S (modified) (view diffs)
-
kernel/arch/arm32/src/exception.c (modified) (view diffs)
-
kernel/arch/arm32/src/fpu.S (added)
-
kernel/arch/arm32/src/fpu.s (deleted)
-
kernel/arch/arm32/src/fpu_context.c (modified) (view diffs)
-
kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) (view diffs)
-
kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) (view diffs)
-
kernel/arch/arm32/src/mach/gta02/gta02.c (modified) (view diffs)
-
kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) (view diffs)
-
kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c (added)
-
kernel/arch/arm32/src/machine_func.c (modified) (view diffs)
-
kernel/arch/arm32/src/mm/frame.c (modified) (view diffs)
-
kernel/arch/arm32/src/mm/page.c (modified) (view diffs)
-
kernel/arch/arm32/src/mm/tlb.c (modified) (view diffs)
-
kernel/arch/arm32/src/ras.c (modified) (view diffs)
-
kernel/arch/arm32/src/start.S (modified) (view diffs)
-
kernel/arch/ia32/Makefile.inc (modified) (view diffs)
-
kernel/arch/ia32/include/arch/arch.h (modified) (view diffs)
-
kernel/arch/ia32/include/arch/asm.h (modified) (view diffs)
-
kernel/arch/ia32/include/arch/atomic.h (modified) (view diffs)
-
kernel/arch/ia32/include/arch/barrier.h (modified) (view diffs)
-
kernel/arch/ia32/include/arch/boot/memmap.h (modified) (view diffs)
-
kernel/arch/ia32/include/arch/boot/memmap_struct.ag (added)
-
kernel/arch/ia32/include/arch/context.h (modified) (view diffs)
-
kernel/arch/ia32/include/arch/context_offset.h (deleted)
-
kernel/arch/ia32/include/arch/context_struct.ag (added)
-
kernel/arch/ia32/include/arch/cpu.h (modified) (view diffs)
-
kernel/arch/ia32/include/arch/cpuid.h (modified) (view diffs)
-
kernel/arch/ia32/include/arch/interrupt.h (modified) (view diffs)
-
kernel/arch/ia32/include/arch/istate.h (modified) (view diffs)
-
kernel/arch/ia32/include/arch/istate_struct.ag (added)
-
kernel/arch/ia32/include/arch/mm/frame.h (modified) (view diffs)
-
kernel/arch/ia32/include/arch/mm/page.h (modified) (view diffs)
-
kernel/arch/ia32/include/arch/pm.h (modified) (view diffs)
-
kernel/arch/ia32/include/arch/proc/thread.h (modified) (view diffs)
-
kernel/arch/ia32/include/arch/smp/apic.h (modified) (view diffs)
-
kernel/arch/ia32/include/arch/vreg.h (added)
-
kernel/arch/ia32/src/asm.S (modified) (view diffs)
-
kernel/arch/ia32/src/atomic.S (modified) (view diffs)
-
kernel/arch/ia32/src/boot/multiboot.S (modified) (view diffs)
-
kernel/arch/ia32/src/boot/multiboot2.S (modified) (view diffs)
-
kernel/arch/ia32/src/boot/vesa_real.inc (modified) (view diffs)
-
kernel/arch/ia32/src/context.S (modified) (view diffs)
-
kernel/arch/ia32/src/cpu/cpu.c (modified) (view diffs)
-
kernel/arch/ia32/src/ddi/ddi.c (modified) (view diffs)
-
kernel/arch/ia32/src/debug/stacktrace_asm.S (modified) (view diffs)
-
kernel/arch/ia32/src/delay.S (added)
-
kernel/arch/ia32/src/delay.s (deleted)
-
kernel/arch/ia32/src/drivers/i8254.c (modified) (view diffs)
-
kernel/arch/ia32/src/drivers/i8259.c (modified) (view diffs)
-
kernel/arch/ia32/src/fpu_context.c (modified) (view diffs)
-
kernel/arch/ia32/src/ia32.c (modified) (view diffs)
-
kernel/arch/ia32/src/interrupt.c (modified) (view diffs)
-
kernel/arch/ia32/src/mm/page.c (modified) (view diffs)
-
kernel/arch/ia32/src/pm.c (modified) (view diffs)
-
kernel/arch/ia32/src/proc/scheduler.c (modified) (view diffs)
-
kernel/arch/ia32/src/proc/task.c (modified) (view diffs)
-
kernel/arch/ia32/src/proc/thread.c (modified) (view diffs)
-
kernel/arch/ia32/src/smp/ap.S (modified) (view diffs)
-
kernel/arch/ia32/src/smp/apic.c (modified) (view diffs)
-
kernel/arch/ia32/src/smp/mps.c (modified) (view diffs)
-
kernel/arch/ia32/src/smp/smp.c (modified) (view diffs)
-
kernel/arch/ia32/src/smp/smp_call.c (added)
-
kernel/arch/ia32/src/userspace.c (modified) (view diffs)
-
kernel/arch/ia32/src/vreg.c (added)
-
kernel/arch/ia64/Makefile.inc (modified) (view diffs)
-
kernel/arch/ia64/include/arch/arch.h (modified) (view diffs)
-
kernel/arch/ia64/include/arch/barrier.h (modified) (view diffs)
-
kernel/arch/ia64/include/arch/context.h (modified) (view diffs)
-
kernel/arch/ia64/include/arch/context_struct.ag (added)
-
kernel/arch/ia64/include/arch/interrupt.h (modified) (view diffs)
-
kernel/arch/ia64/include/arch/istate.h (modified) (view diffs)
-
kernel/arch/ia64/include/arch/istate_struct.ag (added)
-
kernel/arch/ia64/include/arch/mm/frame.h (modified) (view diffs)
-
kernel/arch/ia64/include/arch/mm/page.h (modified) (view diffs)
-
kernel/arch/ia64/include/arch/mm/tlb.h (modified) (view diffs)
-
kernel/arch/ia64/src/asm.S (modified) (view diffs)
-
kernel/arch/ia64/src/context.S (modified) (view diffs)
-
kernel/arch/ia64/src/ddi/ddi.c (modified) (view diffs)
-
kernel/arch/ia64/src/debug/stacktrace_asm.S (modified) (view diffs)
-
kernel/arch/ia64/src/drivers/ski.c (modified) (view diffs)
-
kernel/arch/ia64/src/dummy.S (added)
-
kernel/arch/ia64/src/dummy.s (deleted)
-
kernel/arch/ia64/src/fpu_context.c (modified) (view diffs)
-
kernel/arch/ia64/src/ia64.c (modified) (view diffs)
-
kernel/arch/ia64/src/interrupt.c (modified) (view diffs)
-
kernel/arch/ia64/src/ivt.S (modified) (view diffs)
-
kernel/arch/ia64/src/mm/tlb.c (modified) (view diffs)
-
kernel/arch/ia64/src/mm/vhpt.c (modified) (view diffs)
-
kernel/arch/ia64/src/smp/smp_call.c (added)
-
kernel/arch/ia64/src/start.S (modified) (view diffs)
-
kernel/arch/mips32/Makefile.inc (modified) (view diffs)
-
kernel/arch/mips32/include/arch/arch.h (modified) (view diffs)
-
kernel/arch/mips32/include/arch/asm.h (modified) (view diffs)
-
kernel/arch/mips32/include/arch/barrier.h (modified) (view diffs)
-
kernel/arch/mips32/include/arch/context.h (modified) (view diffs)
-
kernel/arch/mips32/include/arch/context_offset.h (deleted)
-
kernel/arch/mips32/include/arch/context_struct.ag (added)
-
kernel/arch/mips32/include/arch/drivers/msim.h (modified) (view diffs)
-
kernel/arch/mips32/include/arch/fpu_context.h (modified) (view diffs)
-
kernel/arch/mips32/include/arch/fpu_context_struct.ag (added)
-
kernel/arch/mips32/include/arch/istate.h (modified) (view diffs)
-
kernel/arch/mips32/include/arch/istate_struct.ag (added)
-
kernel/arch/mips32/include/arch/mm/frame.h (modified) (view diffs)
-
kernel/arch/mips32/include/arch/mm/page.h (modified) (view diffs)
-
kernel/arch/mips32/src/asm.S (modified) (view diffs)
-
kernel/arch/mips32/src/context.S (modified) (view diffs)
-
kernel/arch/mips32/src/ddi/ddi.c (deleted)
-
kernel/arch/mips32/src/debug/stacktrace_asm.S (modified) (view diffs)
-
kernel/arch/mips32/src/debugger.c (modified) (view diffs)
-
kernel/arch/mips32/src/exception.c (modified) (view diffs)
-
kernel/arch/mips32/src/fpu_context.c (modified) (view diffs)
-
kernel/arch/mips32/src/mach/malta/malta.c (modified) (view diffs)
-
kernel/arch/mips32/src/mach/msim/msim.c (modified) (view diffs)
-
kernel/arch/mips32/src/mips32.c (modified) (view diffs)
-
kernel/arch/mips32/src/mm/tlb.c (modified) (view diffs)
-
kernel/arch/mips32/src/smp/smp_call.c (added)
-
kernel/arch/mips32/src/start.S (modified) (view diffs)
-
kernel/arch/mips64/Makefile.inc (deleted)
-
kernel/arch/mips64/_link.ld.in (deleted)
-
kernel/arch/mips64/include/arch/arch.h (deleted)
-
kernel/arch/mips64/include/arch/asm.h (deleted)
-
kernel/arch/mips64/include/arch/asm/boot.h (deleted)
-
kernel/arch/mips64/include/arch/asm/regname.h (deleted)
-
kernel/arch/mips64/include/arch/atomic.h (deleted)
-
kernel/arch/mips64/include/arch/barrier.h (deleted)
-
kernel/arch/mips64/include/arch/cache.h (deleted)
-
kernel/arch/mips64/include/arch/context.h (deleted)
-
kernel/arch/mips64/include/arch/context_offset.h (deleted)
-
kernel/arch/mips64/include/arch/cp0.h (deleted)
-
kernel/arch/mips64/include/arch/cpu.h (deleted)
-
kernel/arch/mips64/include/arch/cycle.h (deleted)
-
kernel/arch/mips64/include/arch/debug.h (deleted)
-
kernel/arch/mips64/include/arch/debugger.h (deleted)
-
kernel/arch/mips64/include/arch/drivers/msim.h (deleted)
-
kernel/arch/mips64/include/arch/elf.h (deleted)
-
kernel/arch/mips64/include/arch/exception.h (deleted)
-
kernel/arch/mips64/include/arch/faddr.h (deleted)
-
kernel/arch/mips64/include/arch/fpu_context.h (deleted)
-
kernel/arch/mips64/include/arch/interrupt.h (deleted)
-
kernel/arch/mips64/include/arch/istate.h (deleted)
-
kernel/arch/mips64/include/arch/mm/as.h (deleted)
-
kernel/arch/mips64/include/arch/mm/asid.h (deleted)
-
kernel/arch/mips64/include/arch/mm/frame.h (deleted)
-
kernel/arch/mips64/include/arch/mm/km.h (deleted)
-
kernel/arch/mips64/include/arch/mm/page.h (deleted)
-
kernel/arch/mips64/include/arch/mm/tlb.h (deleted)
-
kernel/arch/mips64/include/arch/proc/task.h (deleted)
-
kernel/arch/mips64/include/arch/proc/thread.h (deleted)
-
kernel/arch/mips64/include/arch/smp/dorder.h (deleted)
-
kernel/arch/mips64/include/arch/stack.h (deleted)
-
kernel/arch/mips64/include/arch/types.h (deleted)
-
kernel/arch/mips64/src/asm.S (deleted)
-
kernel/arch/mips64/src/cache.c (deleted)
-
kernel/arch/mips64/src/context.S (deleted)
-
kernel/arch/mips64/src/cpu (deleted)
-
kernel/arch/mips64/src/ddi (deleted)
-
kernel/arch/mips64/src/debug (deleted)
-
kernel/arch/mips64/src/debugger.c (deleted)
-
kernel/arch/mips64/src/exception.c (deleted)
-
kernel/arch/mips64/src/fpu_context.c (deleted)
-
kernel/arch/mips64/src/interrupt.c (deleted)
-
kernel/arch/mips64/src/mips64.c (deleted)
-
kernel/arch/mips64/src/mm/as.c (deleted)
-
kernel/arch/mips64/src/mm/frame.c (deleted)
-
kernel/arch/mips64/src/mm/km.c (deleted)
-
kernel/arch/mips64/src/mm/page.c (deleted)
-
kernel/arch/mips64/src/mm/tlb.c (deleted)
-
kernel/arch/mips64/src/smp/dorder.c (deleted)
-
kernel/arch/mips64/src/smp/smp.c (deleted)
-
kernel/arch/mips64/src/start.S (deleted)
-
kernel/arch/ppc32/Makefile.inc (modified) (view diffs)
-
kernel/arch/ppc32/include/arch/arch.h (modified) (view diffs)
-
kernel/arch/ppc32/include/arch/asm.h (modified) (view diffs)
-
kernel/arch/ppc32/include/arch/barrier.h (modified) (view diffs)
-
kernel/arch/ppc32/include/arch/context.h (modified) (view diffs)
-
kernel/arch/ppc32/include/arch/context_offset.h (deleted)
-
kernel/arch/ppc32/include/arch/context_struct.ag (added)
-
kernel/arch/ppc32/include/arch/exception.h (deleted)
-
kernel/arch/ppc32/include/arch/fpu_context.h (modified) (view diffs)
-
kernel/arch/ppc32/include/arch/fpu_context_struct.ag (added)
-
kernel/arch/ppc32/include/arch/interrupt.h (modified) (view diffs)
-
kernel/arch/ppc32/include/arch/istate.h (modified) (view diffs)
-
kernel/arch/ppc32/include/arch/istate_struct.ag (added)
-
kernel/arch/ppc32/include/arch/mm/frame.h (modified) (view diffs)
-
kernel/arch/ppc32/include/arch/mm/page.h (modified) (view diffs)
-
kernel/arch/ppc32/include/arch/msr.h (modified) (view diffs)
-
kernel/arch/ppc32/include/arch/stack.h (modified) (view diffs)
-
kernel/arch/ppc32/src/asm.S (modified) (view diffs)
-
kernel/arch/ppc32/src/boot/boot.S (modified) (view diffs)
-
kernel/arch/ppc32/src/context.S (modified) (view diffs)
-
kernel/arch/ppc32/src/cpu/cpu.c (modified) (view diffs)
-
kernel/arch/ppc32/src/ddi/ddi.c (deleted)
-
kernel/arch/ppc32/src/debug/stacktrace_asm.S (modified) (view diffs)
-
kernel/arch/ppc32/src/dummy.S (added)
-
kernel/arch/ppc32/src/dummy.s (deleted)
-
kernel/arch/ppc32/src/exception.S (modified) (view diffs)
-
kernel/arch/ppc32/src/fpu_context.S (modified) (view diffs)
-
kernel/arch/ppc32/src/interrupt.c (modified) (view diffs)
-
kernel/arch/ppc32/src/mm/pht.c (modified) (view diffs)
-
kernel/arch/ppc32/src/ppc32.c (modified) (view diffs)
-
kernel/arch/riscv64/Makefile.inc (added)
-
kernel/arch/riscv64/_link.ld.in (added)
-
kernel/arch/riscv64/include/arch/arch.h (added)
-
kernel/arch/riscv64/include/arch/asm.h (added)
-
kernel/arch/riscv64/include/arch/atomic.h (added)
-
kernel/arch/riscv64/include/arch/barrier.h (added)
-
kernel/arch/riscv64/include/arch/boot/boot.h (added)
-
kernel/arch/riscv64/include/arch/context.h (added)
-
kernel/arch/riscv64/include/arch/context_struct.ag (added)
-
kernel/arch/riscv64/include/arch/cpu.h (added)
-
kernel/arch/riscv64/include/arch/cycle.h (added)
-
kernel/arch/riscv64/include/arch/elf.h (added)
-
kernel/arch/riscv64/include/arch/faddr.h (added)
-
kernel/arch/riscv64/include/arch/fpu_context.h (added)
-
kernel/arch/riscv64/include/arch/interrupt.h (added)
-
kernel/arch/riscv64/include/arch/istate.h (added)
-
kernel/arch/riscv64/include/arch/istate_struct.ag (added)
-
kernel/arch/riscv64/include/arch/mm/as.h (added)
-
kernel/arch/riscv64/include/arch/mm/asid.h (added)
-
kernel/arch/riscv64/include/arch/mm/frame.h (added)
-
kernel/arch/riscv64/include/arch/mm/km.h (added)
-
kernel/arch/riscv64/include/arch/mm/page.h (added)
-
kernel/arch/riscv64/include/arch/mm/tlb.h (added)
-
kernel/arch/riscv64/include/arch/proc/task.h (added)
-
kernel/arch/riscv64/include/arch/proc/thread.h (added)
-
kernel/arch/riscv64/include/arch/stack.h (added)
-
kernel/arch/riscv64/include/arch/types.h (added)
-
kernel/arch/riscv64/src/asm.S (added)
-
kernel/arch/riscv64/src/cpu/cpu.c (added)
-
kernel/arch/riscv64/src/debug/stacktrace.c (added)
-
kernel/arch/riscv64/src/mm/as.c (added)
-
kernel/arch/riscv64/src/mm/frame.c (added)
-
kernel/arch/riscv64/src/mm/km.c (added)
-
kernel/arch/riscv64/src/mm/page.c (added)
-
kernel/arch/riscv64/src/mm/tlb.c (added)
-
kernel/arch/riscv64/src/proc/scheduler.c (added)
-
kernel/arch/riscv64/src/proc/task.c (added)
-
kernel/arch/riscv64/src/proc/thread.c (added)
-
kernel/arch/riscv64/src/riscv64.c (added)
-
kernel/arch/riscv64/src/userspace.c (added)
-
kernel/arch/sparc64/Makefile.inc (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/arch.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/asm.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/barrier.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/context.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/context_offset.h (deleted)
-
kernel/arch/sparc64/include/arch/context_struct.ag (added)
-
kernel/arch/sparc64/include/arch/interrupt.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/istate.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/istate_struct.ag (added)
-
kernel/arch/sparc64/include/arch/mm/frame.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/mm/sun4u/frame.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/mm/sun4u/tsb.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/mm/sun4v/frame.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/proc/thread.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/smp/sun4u/ipi.h (added)
-
kernel/arch/sparc64/include/arch/sun4u/cpu.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/trap/exception.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/trap/interrupt.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/trap/regwin.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/trap/sun4u/mmu.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/trap/sun4v/interrupt.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (modified) (view diffs)
-
kernel/arch/sparc64/include/arch/trap/trap_table.h (modified) (view diffs)
-
kernel/arch/sparc64/src/asm.S (modified) (view diffs)
-
kernel/arch/sparc64/src/context.S (modified) (view diffs)
-
kernel/arch/sparc64/src/ddi/ddi.c (deleted)
-
kernel/arch/sparc64/src/debug/stacktrace.c (modified) (view diffs)
-
kernel/arch/sparc64/src/debug/stacktrace_asm.S (modified) (view diffs)
-
kernel/arch/sparc64/src/drivers/kbd.c (modified) (view diffs)
-
kernel/arch/sparc64/src/drivers/niagara.c (modified) (view diffs)
-
kernel/arch/sparc64/src/drivers/pci.c (modified) (view diffs)
-
kernel/arch/sparc64/src/drivers/scr.c (modified) (view diffs)
-
kernel/arch/sparc64/src/drivers/tick.c (modified) (view diffs)
-
kernel/arch/sparc64/src/dummy.S (added)
-
kernel/arch/sparc64/src/dummy.s (deleted)
-
kernel/arch/sparc64/src/mm/sun4u/as.c (modified) (view diffs)
-
kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) (view diffs)
-
kernel/arch/sparc64/src/mm/sun4u/tsb.c (modified) (view diffs)
-
kernel/arch/sparc64/src/mm/sun4v/as.c (modified) (view diffs)
-
kernel/arch/sparc64/src/mm/sun4v/frame.c (modified) (view diffs)
-
kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) (view diffs)
-
kernel/arch/sparc64/src/mm/sun4v/tsb.c (modified) (view diffs)
-
kernel/arch/sparc64/src/proc/thread.c (modified) (view diffs)
-
kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) (view diffs)
-
kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) (view diffs)
-
kernel/arch/sparc64/src/smp/sun4u/smp_call.c (added)
-
kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) (view diffs)
-
kernel/arch/sparc64/src/sparc64.c (added)
-
kernel/arch/sparc64/src/sun4u/asm.S (modified) (view diffs)
-
kernel/arch/sparc64/src/sun4u/sparc64.c (modified) (view diffs)
-
kernel/arch/sparc64/src/sun4u/start.S (modified) (view diffs)
-
kernel/arch/sparc64/src/sun4v/asm.S (modified) (view diffs)
-
kernel/arch/sparc64/src/sun4v/md.c (modified) (view diffs)
-
kernel/arch/sparc64/src/sun4v/sparc64.c (modified) (view diffs)
-
kernel/arch/sparc64/src/sun4v/start.S (modified) (view diffs)
-
kernel/arch/sparc64/src/trap/exception.c (modified) (view diffs)
-
kernel/arch/sparc64/src/trap/interrupt.c (modified) (view diffs)
-
kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) (view diffs)
-
kernel/arch/sparc64/src/trap/sun4u/trap_table.S (modified) (view diffs)
-
kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) (view diffs)
-
kernel/arch/sparc64/src/trap/sun4v/mmu.S (modified) (view diffs)
-
kernel/arch/sparc64/src/trap/sun4v/trap_table.S (modified) (view diffs)
-
kernel/doc/doxygroups.h (modified) (view diffs)
-
kernel/doc/mm (modified) (view diffs)
-
kernel/genarch/Makefile.inc (modified) (view diffs)
-
kernel/genarch/include/genarch/drivers/am335x/irc.h (modified) (view diffs)
-
kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (modified) (view diffs)
-
kernel/genarch/include/genarch/drivers/amdm37x/irc.h (modified) (view diffs)
-
kernel/genarch/include/genarch/drivers/arm926_uart/arm926_uart.h (deleted)
-
kernel/genarch/include/genarch/drivers/bcm2835/irc.h (added)
-
kernel/genarch/include/genarch/drivers/bcm2835/mbox.h (added)
-
kernel/genarch/include/genarch/drivers/bcm2835/timer.h (added)
-
kernel/genarch/include/genarch/drivers/ns16550/ns16550.h (modified) (view diffs)
-
kernel/genarch/include/genarch/drivers/omap/irc.h (added)
-
kernel/genarch/include/genarch/drivers/pl011/pl011.h (added)
-
kernel/genarch/include/genarch/drivers/s3c24xx/irqc.h (added)
-
kernel/genarch/include/genarch/drivers/s3c24xx/timer.h (added)
-
kernel/genarch/include/genarch/drivers/s3c24xx/uart.h (added)
-
kernel/genarch/include/genarch/drivers/s3c24xx_irqc/s3c24xx_irqc.h (deleted)
-
kernel/genarch/include/genarch/drivers/s3c24xx_timer/s3c24xx_timer.h (deleted)
-
kernel/genarch/include/genarch/drivers/s3c24xx_uart/s3c24xx_uart.h (deleted)
-
kernel/genarch/include/genarch/fb/fb.h (modified) (view diffs)
-
kernel/genarch/include/genarch/kbrd/scanc_at.h (added)
-
kernel/genarch/include/genarch/kbrd/scanc_pl050.h (deleted)
-
kernel/genarch/include/genarch/mm/page_ht.h (modified) (view diffs)
-
kernel/genarch/include/genarch/mm/page_pt.h (modified) (view diffs)
-
kernel/genarch/include/genarch/multiboot/multiboot.h (modified) (view diffs)
-
kernel/genarch/include/genarch/multiboot/multiboot_info_struct.ag (added)
-
kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.ag (added)
-
kernel/genarch/include/genarch/softint/division.h (modified) (view diffs)
-
kernel/genarch/src/acpi/acpi.c (modified) (view diffs)
-
kernel/genarch/src/acpi/madt.c (modified) (view diffs)
-
kernel/genarch/src/ddi/ddi-bitmap.c (added)
-
kernel/genarch/src/ddi/ddi-dummy.c (added)
-
kernel/genarch/src/drivers/arm926_uart/arm926_uart.c (deleted)
-
kernel/genarch/src/drivers/bcm2835/mbox.c (added)
-
kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified) (view diffs)
-
kernel/genarch/src/drivers/ega/ega.c (modified) (view diffs)
-
kernel/genarch/src/drivers/ns16550/ns16550.c (modified) (view diffs)
-
kernel/genarch/src/drivers/omap/uart.c (modified) (view diffs)
-
kernel/genarch/src/drivers/pl011/pl011.c (added)
-
kernel/genarch/src/drivers/s3c24xx/irqc.c (added)
-
kernel/genarch/src/drivers/s3c24xx/uart.c (added)
-
kernel/genarch/src/drivers/s3c24xx_irqc/s3c24xx_irqc.c (deleted)
-
kernel/genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c (deleted)
-
kernel/genarch/src/drivers/via-cuda/cuda.c (modified) (view diffs)
-
kernel/genarch/src/fb/fb.c (modified) (view diffs)
-
kernel/genarch/src/kbrd/kbrd.c (modified) (view diffs)
-
kernel/genarch/src/kbrd/kbrd_at.c (added)
-
kernel/genarch/src/kbrd/scanc_at.c (added)
-
kernel/genarch/src/mm/as_ht.c (modified) (view diffs)
-
kernel/genarch/src/mm/as_pt.c (modified) (view diffs)
-
kernel/genarch/src/mm/page_ht.c (modified) (view diffs)
-
kernel/genarch/src/mm/page_pt.c (modified) (view diffs)
-
kernel/genarch/src/multiboot/multiboot.c (modified) (view diffs)
-
kernel/genarch/src/srln/srln.c (modified) (view diffs)
-
kernel/generic/include/adt/bitmap.h (modified) (view diffs)
-
kernel/generic/include/adt/btree.h (modified) (view diffs)
-
kernel/generic/include/adt/cht.h (added)
-
kernel/generic/include/adt/hash.h (added)
-
kernel/generic/include/adt/list.h (modified) (view diffs)
-
kernel/generic/include/arch.h (modified) (view diffs)
-
kernel/generic/include/atomic.h (modified) (view diffs)
-
kernel/generic/include/cc.h (modified) (view diffs)
-
kernel/generic/include/compiler/barrier.h (added)
-
kernel/generic/include/config.h (modified) (view diffs)
-
kernel/generic/include/console/chardev.h (modified) (view diffs)
-
kernel/generic/include/console/console.h (modified) (view diffs)
-
kernel/generic/include/console/kconsole.h (modified) (view diffs)
-
kernel/generic/include/cpu.h (modified) (view diffs)
-
kernel/generic/include/cpu/cpu_mask.h (added)
-
kernel/generic/include/ddi/ddi.h (modified) (view diffs)
-
kernel/generic/include/debug.h (modified) (view diffs)
-
kernel/generic/include/interrupt.h (modified) (view diffs)
-
kernel/generic/include/ipc/event.h (modified) (view diffs)
-
kernel/generic/include/ipc/ipc.h (modified) (view diffs)
-
kernel/generic/include/ipc/irq.h (modified) (view diffs)
-
kernel/generic/include/ipc/sysipc.h (modified) (view diffs)
-
kernel/generic/include/lib/memfnc.h (modified) (view diffs)
-
kernel/generic/include/log.h (added)
-
kernel/generic/include/macros.h (modified) (view diffs)
-
kernel/generic/include/memstr.h (modified) (view diffs)
-
kernel/generic/include/mm/as.h (modified) (view diffs)
-
kernel/generic/include/mm/buddy.h (deleted)
-
kernel/generic/include/mm/frame.h (modified) (view diffs)
-
kernel/generic/include/mm/page.h (modified) (view diffs)
-
kernel/generic/include/mm/slab.h (modified) (view diffs)
-
kernel/generic/include/preemption.h (modified) (view diffs)
-
kernel/generic/include/proc/task.h (modified) (view diffs)
-
kernel/generic/include/proc/thread.h (modified) (view diffs)
-
kernel/generic/include/smp/smp_call.h (added)
-
kernel/generic/include/str.h (modified) (view diffs)
-
kernel/generic/include/symtab.h (modified) (view diffs)
-
kernel/generic/include/synch/condvar.h (modified) (view diffs)
-
kernel/generic/include/synch/futex.h (modified) (view diffs)
-
kernel/generic/include/synch/rcu.h (added)
-
kernel/generic/include/synch/rcu_types.h (added)
-
kernel/generic/include/synch/semaphore.h (modified) (view diffs)
-
kernel/generic/include/synch/smp_memory_barrier.h (added)
-
kernel/generic/include/synch/spinlock.h (modified) (view diffs)
-
kernel/generic/include/synch/workqueue.h (added)
-
kernel/generic/include/syscall/syscall.h (modified) (view diffs)
-
kernel/generic/include/typedefs.h (modified) (view diffs)
-
kernel/generic/src/adt/bitmap.c (modified) (view diffs)
-
kernel/generic/src/adt/btree.c (modified) (view diffs)
-
kernel/generic/src/adt/cht.c (added)
-
kernel/generic/src/adt/hash_table.c (modified) (view diffs)
-
kernel/generic/src/adt/list.c (modified) (view diffs)
-
kernel/generic/src/console/chardev.c (modified) (view diffs)
-
kernel/generic/src/console/cmd.c (modified) (view diffs)
-
kernel/generic/src/console/console.c (modified) (view diffs)
-
kernel/generic/src/console/kconsole.c (modified) (view diffs)
-
kernel/generic/src/cpu/cpu.c (modified) (view diffs)
-
kernel/generic/src/cpu/cpu_mask.c (added)
-
kernel/generic/src/ddi/ddi.c (modified) (view diffs)
-
kernel/generic/src/debug/panic.c (modified) (view diffs)
-
kernel/generic/src/debug/stacktrace.c (modified) (view diffs)
-
kernel/generic/src/debug/symtab.c (modified) (view diffs)
-
kernel/generic/src/interrupt/interrupt.c (modified) (view diffs)
-
kernel/generic/src/ipc/event.c (modified) (view diffs)
-
kernel/generic/src/ipc/ipc.c (modified) (view diffs)
-
kernel/generic/src/ipc/ipcrsc.c (modified) (view diffs)
-
kernel/generic/src/ipc/irq.c (modified) (view diffs)
-
kernel/generic/src/ipc/kbox.c (modified) (view diffs)
-
kernel/generic/src/ipc/ops/conctmeto.c (modified) (view diffs)
-
kernel/generic/src/ipc/ops/pagein.c (added)
-
kernel/generic/src/ipc/sysipc.c (modified) (view diffs)
-
kernel/generic/src/ipc/sysipc_ops.c (modified) (view diffs)
-
kernel/generic/src/lib/elf.c (modified) (view diffs)
-
kernel/generic/src/lib/func.c (modified) (view diffs)
-
kernel/generic/src/lib/memfnc.c (modified) (view diffs)
-
kernel/generic/src/lib/ra.c (modified) (view diffs)
-
kernel/generic/src/lib/rd.c (modified) (view diffs)
-
kernel/generic/src/lib/str.c (modified) (view diffs)
-
kernel/generic/src/log/log.c (added)
-
kernel/generic/src/main/kinit.c (modified) (view diffs)
-
kernel/generic/src/main/main.c (modified) (view diffs)
-
kernel/generic/src/main/shutdown.c (modified) (view diffs)
-
kernel/generic/src/mm/as.c (modified) (view diffs)
-
kernel/generic/src/mm/backend_anon.c (modified) (view diffs)
-
kernel/generic/src/mm/backend_elf.c (modified) (view diffs)
-
kernel/generic/src/mm/backend_phys.c (modified) (view diffs)
-
kernel/generic/src/mm/backend_user.c (added)
-
kernel/generic/src/mm/buddy.c (deleted)
-
kernel/generic/src/mm/frame.c (modified) (view diffs)
-
kernel/generic/src/mm/km.c (modified) (view diffs)
-
kernel/generic/src/mm/page.c (modified) (view diffs)
-
kernel/generic/src/mm/slab.c (modified) (view diffs)
-
kernel/generic/src/preempt/preemption.c (modified) (view diffs)
-
kernel/generic/src/printf/vprintf.c (modified) (view diffs)
-
kernel/generic/src/proc/program.c (modified) (view diffs)
-
kernel/generic/src/proc/scheduler.c (modified) (view diffs)
-
kernel/generic/src/proc/task.c (modified) (view diffs)
-
kernel/generic/src/proc/the.c (modified) (view diffs)
-
kernel/generic/src/proc/thread.c (modified) (view diffs)
-
kernel/generic/src/smp/smp_call.c (added)
-
kernel/generic/src/synch/condvar.c (modified) (view diffs)
-
kernel/generic/src/synch/futex.c (modified) (view diffs)
-
kernel/generic/src/synch/mutex.c (modified) (view diffs)
-
kernel/generic/src/synch/rcu.c (added)
-
kernel/generic/src/synch/smc.c (modified) (view diffs)
-
kernel/generic/src/synch/smp_memory_barrier.c (added)
-
kernel/generic/src/synch/spinlock.c (modified) (view diffs)
-
kernel/generic/src/synch/waitq.c (modified) (view diffs)
-
kernel/generic/src/synch/workqueue.c (added)
-
kernel/generic/src/syscall/syscall.c (modified) (view diffs)
-
kernel/generic/src/sysinfo/stats.c (modified) (view diffs)
-
kernel/generic/src/time/clock.c (modified) (view diffs)
-
kernel/generic/src/udebug/udebug.c (modified) (view diffs)
-
kernel/generic/src/udebug/udebug_ipc.c (modified) (view diffs)
-
kernel/generic/src/udebug/udebug_ops.c (modified) (view diffs)
-
kernel/test/cht/cht1.c (added)
-
kernel/test/cht/cht1.def (added)
-
kernel/test/mm/falloc1.c (modified) (view diffs)
-
kernel/test/mm/falloc2.c (modified) (view diffs)
-
kernel/test/mm/mapping1.c (modified) (view diffs)
-
kernel/test/smpcall/smpcall1.c (added)
-
kernel/test/smpcall/smpcall1.def (added)
-
kernel/test/synch/rcu1.c (added)
-
kernel/test/synch/rcu1.def (added)
-
kernel/test/synch/workq-test-core.h (added)
-
kernel/test/synch/workqueue2.c (added)
-
kernel/test/synch/workqueue2.def (added)
-
kernel/test/synch/workqueue3.c (added)
-
kernel/test/synch/workqueue3.def (added)
-
kernel/test/test.c (modified) (view diffs)
-
kernel/test/test.h (modified) (view diffs)
-
release/Makefile (modified) (view diffs)
-
tools/autogen.py (added)
-
tools/autotool.py (modified) (view diffs)
-
tools/config.py (modified) (view diffs)
-
tools/ew.py (modified) (view diffs)
-
tools/grub/getimage.sh (added)
-
tools/grub/grub-update.sh (added)
-
tools/grub/load.cfg (added)
-
tools/grub/mkimage.sh (added)
-
tools/toolchain-binutils-2.23.1.patch (added)
-
tools/toolchain-gcc-4.8.1-headers.patch (added)
-
tools/toolchain-gcc-4.8.1-targets.patch (added)
-
tools/toolchain-gdb-7.6.1.patch (added)
-
tools/toolchain.riscv.sh (added)
-
tools/toolchain.sh (modified) (view diffs)
-
tools/xcw/bin/helenos-bld-config (added)
-
tools/xcw/bin/helenos-cc (added)
-
tools/xcw/bin/helenos-ld (added)
-
tools/xcw/bin/helenos-pkg-config (added)
-
tools/xcw/demo/Makefile (added)
-
tools/xcw/demo/viewer.c (added)
-
tools/xcw/include/helenos (added)
-
tools/xtui.py (modified) (view diffs)
-
uspace/Makefile (modified) (view diffs)
-
uspace/Makefile.common (modified) (view diffs)
-
uspace/app/barber/Makefile (added)
-
uspace/app/barber/barber.c (added)
-
uspace/app/barber/gfx/frame01.tga.gz (added)
-
uspace/app/barber/gfx/frame02.tga.gz (added)
-
uspace/app/barber/gfx/frame03.tga.gz (added)
-
uspace/app/barber/gfx/frame04.tga.gz (added)
-
uspace/app/barber/gfx/frame05.tga.gz (added)
-
uspace/app/barber/gfx/frame06.tga.gz (added)
-
uspace/app/barber/gfx/frame07.tga.gz (added)
-
uspace/app/barber/gfx/frame08.tga.gz (added)
-
uspace/app/barber/gfx/frame09.tga.gz (added)
-
uspace/app/barber/gfx/frame10.tga.gz (added)
-
uspace/app/barber/gfx/frame11.tga.gz (added)
-
uspace/app/barber/gfx/frame12.tga.gz (added)
-
uspace/app/barber/gfx/frame13.tga.gz (added)
-
uspace/app/barber/gfx/frame14.tga.gz (added)
-
uspace/app/barber/gfx/frame15.tga.gz (added)
-
uspace/app/barber/gfx/frame16.tga.gz (added)
-
uspace/app/barber/gfx/frame17.tga.gz (added)
-
uspace/app/barber/gfx/frame18.tga.gz (added)
-
uspace/app/barber/gfx/frame19.tga.gz (added)
-
uspace/app/barber/gfx/frame20.tga.gz (added)
-
uspace/app/barber/gfx/frame21.tga.gz (added)
-
uspace/app/barber/gfx/frame22.tga.gz (added)
-
uspace/app/barber/gfx/frame23.tga.gz (added)
-
uspace/app/barber/gfx/frame24.tga.gz (added)
-
uspace/app/barber/gfx/frame25.tga.gz (added)
-
uspace/app/barber/gfx/frame26.tga.gz (added)
-
uspace/app/barber/gfx/frame27.tga.gz (added)
-
uspace/app/barber/gfx/frame28.tga.gz (added)
-
uspace/app/barber/gfx/frame29.tga.gz (added)
-
uspace/app/barber/gfx/frame30.tga.gz (added)
-
uspace/app/bdsh/Makefile (modified) (view diffs)
-
uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/cat/cat.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/cp/cp.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/ls/ls.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/mount/mount.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/mv/mv.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/rm/rm.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/touch/touch.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/unmount/unmount.c (modified) (view diffs)
-
uspace/app/bdsh/compl.c (modified) (view diffs)
-
uspace/app/bdsh/config.h (modified) (view diffs)
-
uspace/app/bdsh/errors.h (modified) (view diffs)
-
uspace/app/bdsh/exec.c (modified) (view diffs)
-
uspace/app/bdsh/input.c (modified) (view diffs)
-
uspace/app/bdsh/test/toktest.c (added)
-
uspace/app/bdsh/util.c (modified) (view diffs)
-
uspace/app/binutils/Makefile (deleted)
-
uspace/app/binutils/distclean.sh (deleted)
-
uspace/app/binutils/intrusive.sh (deleted)
-
uspace/app/binutils/patch.awk (deleted)
-
uspace/app/binutils/toolchain.sh (deleted)
-
uspace/app/blkdump/Makefile (modified) (view diffs)
-
uspace/app/blkdump/blkdump.c (modified) (view diffs)
-
uspace/app/bnchmark/bnchmark.c (modified) (view diffs)
-
uspace/app/cc (deleted)
-
uspace/app/ccom (deleted)
-
uspace/app/corecfg/Makefile (added)
-
uspace/app/corecfg/corecfg.c (added)
-
uspace/app/cpp (deleted)
-
uspace/app/date/date.c (modified) (view diffs)
-
uspace/app/devctl/devctl.c (modified) (view diffs)
-
uspace/app/df/Makefile (added)
-
uspace/app/df/df.c (added)
-
uspace/app/dltest/Makefile (added)
-
uspace/app/dltest/dltest.c (added)
-
uspace/app/dltests/Makefile (added)
-
uspace/app/dltests/dltests.c (added)
-
uspace/app/dnscfg/dnscfg.c (modified) (view diffs)
-
uspace/app/dnsres/dnsres.c (modified) (view diffs)
-
uspace/app/download/Makefile (added)
-
uspace/app/download/main.c (added)
-
uspace/app/edit/sheet.c (modified) (view diffs)
-
uspace/app/fdisk/Makefile (added)
-
uspace/app/fdisk/fdisk.c (added)
-
uspace/app/fontviewer/Makefile (added)
-
uspace/app/fontviewer/fontviewer.c (added)
-
uspace/app/getterm/getterm.c (modified) (view diffs)
-
uspace/app/inet/inet.c (modified) (view diffs)
-
uspace/app/init/init.c (modified) (view diffs)
-
uspace/app/kio/Makefile (added)
-
uspace/app/kio/kio.c (added)
-
uspace/app/klog/Makefile (deleted)
-
uspace/app/klog/klog.c (deleted)
-
uspace/app/logset/main.c (modified) (view diffs)
-
uspace/app/mixerctl/Makefile (added)
-
uspace/app/mixerctl/mixerctl.c (added)
-
uspace/app/mkbd/Makefile (modified) (view diffs)
-
uspace/app/mkbd/main.c (modified) (view diffs)
-
uspace/app/mkexfat/mkexfat.c (modified) (view diffs)
-
uspace/app/mkfat/fat.h (modified) (view diffs)
-
uspace/app/mkfat/mkfat.c (modified) (view diffs)
-
uspace/app/mkmfs/mkmfs.c (modified) (view diffs)
-
uspace/app/modplay/Makefile (added)
-
uspace/app/modplay/modplay.c (added)
-
uspace/app/msim/Makefile (deleted)
-
uspace/app/msim/Makefile.msim.src (deleted)
-
uspace/app/msim/arch_helenos/helenos.h (deleted)
-
uspace/app/msim/arch_helenos/input.c (deleted)
-
uspace/app/msim/arch_helenos/misc.c (deleted)
-
uspace/app/msim/config.h.msim (deleted)
-
uspace/app/netecho/Makefile (modified) (view diffs)
-
uspace/app/netecho/comm.c (added)
-
uspace/app/netecho/comm.h (added)
-
uspace/app/netecho/netecho.c (modified) (view diffs)
-
uspace/app/netecho/netecho.h (added)
-
uspace/app/netecho/print_error.c (deleted)
-
uspace/app/netecho/print_error.h (deleted)
-
uspace/app/nettest1/Makefile (deleted)
-
uspace/app/nettest1/nettest.c (deleted)
-
uspace/app/nettest1/nettest.h (deleted)
-
uspace/app/nettest1/nettest1.c (deleted)
-
uspace/app/nettest1/print_error.c (deleted)
-
uspace/app/nettest1/print_error.h (deleted)
-
uspace/app/nettest2/Makefile (deleted)
-
uspace/app/nettest2/nettest.c (deleted)
-
uspace/app/nettest2/nettest.h (deleted)
-
uspace/app/nettest2/nettest2.c (deleted)
-
uspace/app/nettest2/print_error.c (deleted)
-
uspace/app/nettest2/print_error.h (deleted)
-
uspace/app/nettest3/Makefile (deleted)
-
uspace/app/nettest3/nettest3.c (deleted)
-
uspace/app/nic/Makefile (added)
-
uspace/app/nic/nic.c (added)
-
uspace/app/nterm/conn.c (modified) (view diffs)
-
uspace/app/nterm/conn.h (modified) (view diffs)
-
uspace/app/nterm/nterm.c (modified) (view diffs)
-
uspace/app/nterm/nterm.h (modified) (view diffs)
-
uspace/app/pcc/DATESTAMP (deleted)
-
uspace/app/pcc/Makefile.in (deleted)
-
uspace/app/pcc/arch/amd64/code.c (deleted)
-
uspace/app/pcc/arch/amd64/local.c (deleted)
-
uspace/app/pcc/arch/amd64/local2.c (deleted)
-
uspace/app/pcc/arch/amd64/macdefs.h (deleted)
-
uspace/app/pcc/arch/amd64/order.c (deleted)
-
uspace/app/pcc/arch/amd64/table.c (deleted)
-
uspace/app/pcc/arch/arm/code.c (deleted)
-
uspace/app/pcc/arch/arm/local.c (deleted)
-
uspace/app/pcc/arch/arm/local2.c (deleted)
-
uspace/app/pcc/arch/arm/macdefs.h (deleted)
-
uspace/app/pcc/arch/arm/order.c (deleted)
-
uspace/app/pcc/arch/arm/table.c (deleted)
-
uspace/app/pcc/arch/arm32 (deleted)
-
uspace/app/pcc/arch/hppa/code.c (deleted)
-
uspace/app/pcc/arch/hppa/local.c (deleted)
-
uspace/app/pcc/arch/hppa/local2.c (deleted)
-
uspace/app/pcc/arch/hppa/macdefs.h (deleted)
-
uspace/app/pcc/arch/hppa/order.c (deleted)
-
uspace/app/pcc/arch/hppa/table.c (deleted)
-
uspace/app/pcc/arch/i386/code.c (deleted)
-
uspace/app/pcc/arch/i386/flocal.c (deleted)
-
uspace/app/pcc/arch/i386/local.c (deleted)
-
uspace/app/pcc/arch/i386/local2.c (deleted)
-
uspace/app/pcc/arch/i386/macdefs.h (deleted)
-
uspace/app/pcc/arch/i386/order.c (deleted)
-
uspace/app/pcc/arch/i386/table.c (deleted)
-
uspace/app/pcc/arch/ia32 (deleted)
-
uspace/app/pcc/arch/m16c/TODO (deleted)
-
uspace/app/pcc/arch/m16c/code.c (deleted)
-
uspace/app/pcc/arch/m16c/local.c (deleted)
-
uspace/app/pcc/arch/m16c/local2.c (deleted)
-
uspace/app/pcc/arch/m16c/macdefs.h (deleted)
-
uspace/app/pcc/arch/m16c/order.c (deleted)
-
uspace/app/pcc/arch/m16c/table.c (deleted)
-
uspace/app/pcc/arch/mips/TODO (deleted)
-
uspace/app/pcc/arch/mips/code.c (deleted)
-
uspace/app/pcc/arch/mips/local.c (deleted)
-
uspace/app/pcc/arch/mips/local2.c (deleted)
-
uspace/app/pcc/arch/mips/macdefs.h (deleted)
-
uspace/app/pcc/arch/mips/order.c (deleted)
-
uspace/app/pcc/arch/mips/table.c (deleted)
-
uspace/app/pcc/arch/mips32 (deleted)
-
uspace/app/pcc/arch/nova/README (deleted)
-
uspace/app/pcc/arch/nova/code.c (deleted)
-
uspace/app/pcc/arch/nova/local.c (deleted)
-
uspace/app/pcc/arch/nova/local2.c (deleted)
-
uspace/app/pcc/arch/nova/macdefs.h (deleted)
-
uspace/app/pcc/arch/nova/order.c (deleted)
-
uspace/app/pcc/arch/nova/table.c (deleted)
-
uspace/app/pcc/arch/pdp10/README (deleted)
-
uspace/app/pcc/arch/pdp10/code.c (deleted)
-
uspace/app/pcc/arch/pdp10/local.c (deleted)
-
uspace/app/pcc/arch/pdp10/local2.c (deleted)
-
uspace/app/pcc/arch/pdp10/macdefs.h (deleted)
-
uspace/app/pcc/arch/pdp10/order.c (deleted)
-
uspace/app/pcc/arch/pdp10/table.c (deleted)
-
uspace/app/pcc/arch/pdp11/code.c (deleted)
-
uspace/app/pcc/arch/pdp11/local.c (deleted)
-
uspace/app/pcc/arch/pdp11/local2.c (deleted)
-
uspace/app/pcc/arch/pdp11/macdefs.h (deleted)
-
uspace/app/pcc/arch/pdp11/order.c (deleted)
-
uspace/app/pcc/arch/pdp11/table.c (deleted)
-
uspace/app/pcc/arch/powerpc/README (deleted)
-
uspace/app/pcc/arch/powerpc/code.c (deleted)
-
uspace/app/pcc/arch/powerpc/local.c (deleted)
-
uspace/app/pcc/arch/powerpc/local2.c (deleted)
-
uspace/app/pcc/arch/powerpc/macdefs.h (deleted)
-
uspace/app/pcc/arch/powerpc/order.c (deleted)
-
uspace/app/pcc/arch/powerpc/table.c (deleted)
-
uspace/app/pcc/arch/ppc32 (deleted)
-
uspace/app/pcc/arch/sparc64/code.c (deleted)
-
uspace/app/pcc/arch/sparc64/local.c (deleted)
-
uspace/app/pcc/arch/sparc64/local2.c (deleted)
-
uspace/app/pcc/arch/sparc64/macdefs.h (deleted)
-
uspace/app/pcc/arch/sparc64/order.c (deleted)
-
uspace/app/pcc/arch/sparc64/table.c (deleted)
-
uspace/app/pcc/arch/vax/code.c (deleted)
-
uspace/app/pcc/arch/vax/local.c (deleted)
-
uspace/app/pcc/arch/vax/local2.c (deleted)
-
uspace/app/pcc/arch/vax/macdefs.h (deleted)
-
uspace/app/pcc/arch/vax/order.c (deleted)
-
uspace/app/pcc/arch/vax/table.c (deleted)
-
uspace/app/pcc/cc/Makefile.in (deleted)
-
uspace/app/pcc/cc/cc/Makefile (deleted)
-
uspace/app/pcc/cc/cc/Makefile.in (deleted)
-
uspace/app/pcc/cc/cc/cc.1 (deleted)
-
uspace/app/pcc/cc/cc/cc.c (deleted)
-
uspace/app/pcc/cc/ccom/Makefile (deleted)
-
uspace/app/pcc/cc/ccom/Makefile.in (deleted)
-
uspace/app/pcc/cc/ccom/arch/amd64/external.c (deleted)
-
uspace/app/pcc/cc/ccom/arch/amd64/external.h (deleted)
-
uspace/app/pcc/cc/ccom/arch/arm32/external.c (deleted)
-
uspace/app/pcc/cc/ccom/arch/arm32/external.h (deleted)
-
uspace/app/pcc/cc/ccom/arch/ia32/external.c (deleted)
-
uspace/app/pcc/cc/ccom/arch/ia32/external.h (deleted)
-
uspace/app/pcc/cc/ccom/arch/mips32/external.c (deleted)
-
uspace/app/pcc/cc/ccom/arch/mips32/external.h (deleted)
-
uspace/app/pcc/cc/ccom/arch/ppc32/external.c (deleted)
-
uspace/app/pcc/cc/ccom/arch/ppc32/external.h (deleted)
-
uspace/app/pcc/cc/ccom/builtins.c (deleted)
-
uspace/app/pcc/cc/ccom/ccom.1 (deleted)
-
uspace/app/pcc/cc/ccom/cgram.y (deleted)
-
uspace/app/pcc/cc/ccom/gcc_compat.c (deleted)
-
uspace/app/pcc/cc/ccom/init.c (deleted)
-
uspace/app/pcc/cc/ccom/inline.c (deleted)
-
uspace/app/pcc/cc/ccom/main.c (deleted)
-
uspace/app/pcc/cc/ccom/mkext/Makefile (deleted)
-
uspace/app/pcc/cc/ccom/optim.c (deleted)
-
uspace/app/pcc/cc/ccom/pass1.h (deleted)
-
uspace/app/pcc/cc/ccom/pftn.c (deleted)
-
uspace/app/pcc/cc/ccom/scan.l (deleted)
-
uspace/app/pcc/cc/ccom/softfloat.c (deleted)
-
uspace/app/pcc/cc/ccom/stabs.c (deleted)
-
uspace/app/pcc/cc/ccom/symtabs.c (deleted)
-
uspace/app/pcc/cc/ccom/trees.c (deleted)
-
uspace/app/pcc/cc/cpp/Makefile (deleted)
-
uspace/app/pcc/cc/cpp/Makefile.in (deleted)
-
uspace/app/pcc/cc/cpp/config.h (deleted)
-
uspace/app/pcc/cc/cpp/cpp.1 (deleted)
-
uspace/app/pcc/cc/cpp/cpp.c (deleted)
-
uspace/app/pcc/cc/cpp/cpp.h (deleted)
-
uspace/app/pcc/cc/cpp/cpy.y (deleted)
-
uspace/app/pcc/cc/cpp/scanner.l (deleted)
-
uspace/app/pcc/cc/cpp/tests/res1 (deleted)
-
uspace/app/pcc/cc/cpp/tests/res10 (deleted)
-
uspace/app/pcc/cc/cpp/tests/res11 (deleted)
-
uspace/app/pcc/cc/cpp/tests/res12 (deleted)
-
uspace/app/pcc/cc/cpp/tests/res13 (deleted)
-
uspace/app/pcc/cc/cpp/tests/res2 (deleted)
-
uspace/app/pcc/cc/cpp/tests/res3 (deleted)
-
uspace/app/pcc/cc/cpp/tests/res4 (deleted)
-
uspace/app/pcc/cc/cpp/tests/res5 (deleted)
-
uspace/app/pcc/cc/cpp/tests/res6 (deleted)
-
uspace/app/pcc/cc/cpp/tests/res7 (deleted)
-
uspace/app/pcc/cc/cpp/tests/res8 (deleted)
-
uspace/app/pcc/cc/cpp/tests/res9 (deleted)
-
uspace/app/pcc/cc/cpp/tests/test1 (deleted)
-
uspace/app/pcc/cc/cpp/tests/test10 (deleted)
-
uspace/app/pcc/cc/cpp/tests/test11 (deleted)
-
uspace/app/pcc/cc/cpp/tests/test12 (deleted)
-
uspace/app/pcc/cc/cpp/tests/test13 (deleted)
-
uspace/app/pcc/cc/cpp/tests/test2 (deleted)
-
uspace/app/pcc/cc/cpp/tests/test3 (deleted)
-
uspace/app/pcc/cc/cpp/tests/test4 (deleted)
-
uspace/app/pcc/cc/cpp/tests/test5 (deleted)
-
uspace/app/pcc/cc/cpp/tests/test6 (deleted)
-
uspace/app/pcc/cc/cpp/tests/test7 (deleted)
-
uspace/app/pcc/cc/cpp/tests/test8 (deleted)
-
uspace/app/pcc/cc/cpp/tests/test9 (deleted)
-
uspace/app/pcc/cc/cpp/token.c (deleted)
-
uspace/app/pcc/config.guess (deleted)
-
uspace/app/pcc/config.h (deleted)
-
uspace/app/pcc/config.h.in (deleted)
-
uspace/app/pcc/config.sub (deleted)
-
uspace/app/pcc/configure (deleted)
-
uspace/app/pcc/configure.ac (deleted)
-
uspace/app/pcc/f77/Makefile.in (deleted)
-
uspace/app/pcc/f77/f77/Makefile.in (deleted)
-
uspace/app/pcc/f77/f77/f77.1 (deleted)
-
uspace/app/pcc/f77/f77/f77.c (deleted)
-
uspace/app/pcc/f77/fcom/Makefile.in (deleted)
-
uspace/app/pcc/f77/fcom/data.c (deleted)
-
uspace/app/pcc/f77/fcom/defines.h (deleted)
-
uspace/app/pcc/f77/fcom/defs.h (deleted)
-
uspace/app/pcc/f77/fcom/equiv.c (deleted)
-
uspace/app/pcc/f77/fcom/error.c (deleted)
-
uspace/app/pcc/f77/fcom/exec.c (deleted)
-
uspace/app/pcc/f77/fcom/expr.c (deleted)
-
uspace/app/pcc/f77/fcom/ftypes.h (deleted)
-
uspace/app/pcc/f77/fcom/gram.dcl (deleted)
-
uspace/app/pcc/f77/fcom/gram.exec (deleted)
-
uspace/app/pcc/f77/fcom/gram.expr (deleted)
-
uspace/app/pcc/f77/fcom/gram.head (deleted)
-
uspace/app/pcc/f77/fcom/gram.io (deleted)
-
uspace/app/pcc/f77/fcom/init.c (deleted)
-
uspace/app/pcc/f77/fcom/intr.c (deleted)
-
uspace/app/pcc/f77/fcom/io.c (deleted)
-
uspace/app/pcc/f77/fcom/lex.c (deleted)
-
uspace/app/pcc/f77/fcom/main.c (deleted)
-
uspace/app/pcc/f77/fcom/misc.c (deleted)
-
uspace/app/pcc/f77/fcom/proc.c (deleted)
-
uspace/app/pcc/f77/fcom/put.c (deleted)
-
uspace/app/pcc/f77/fcom/putscj.c (deleted)
-
uspace/app/pcc/f77/fcom/scjdefs.h (deleted)
-
uspace/app/pcc/f77/fcom/tokens (deleted)
-
uspace/app/pcc/install-sh (deleted)
-
uspace/app/pcc/mip/common.c (deleted)
-
uspace/app/pcc/mip/compat.c (deleted)
-
uspace/app/pcc/mip/compat.h (deleted)
-
uspace/app/pcc/mip/config.h (deleted)
-
uspace/app/pcc/mip/manifest.h (deleted)
-
uspace/app/pcc/mip/match.c (deleted)
-
uspace/app/pcc/mip/mkext.c (deleted)
-
uspace/app/pcc/mip/node.h (deleted)
-
uspace/app/pcc/mip/optim2.c (deleted)
-
uspace/app/pcc/mip/pass2.h (deleted)
-
uspace/app/pcc/mip/reader.c (deleted)
-
uspace/app/pcc/mip/regs.c (deleted)
-
uspace/app/pcc/os/bsd/ccconfig.h (deleted)
-
uspace/app/pcc/os/darwin/ccconfig.h (deleted)
-
uspace/app/pcc/os/dragonfly/ccconfig.h (deleted)
-
uspace/app/pcc/os/freebsd/ccconfig.h (deleted)
-
uspace/app/pcc/os/helenos/ccconfig.h (deleted)
-
uspace/app/pcc/os/linux/ccconfig.h (deleted)
-
uspace/app/pcc/os/midnightbsd/ccconfig.h (deleted)
-
uspace/app/pcc/os/mirbsd/ccconfig.h (deleted)
-
uspace/app/pcc/os/netbsd/ccconfig.h (deleted)
-
uspace/app/pcc/os/nextstep/ccconfig.h (deleted)
-
uspace/app/pcc/os/none/ccconfig.h (deleted)
-
uspace/app/pcc/os/openbsd/ccconfig.h (deleted)
-
uspace/app/pcc/os/openbsd/f77config.h (deleted)
-
uspace/app/pcc/os/sunos/ccconfig.h (deleted)
-
uspace/app/pcc/os/win32/build.bat (deleted)
-
uspace/app/pcc/os/win32/build_installer.bat (deleted)
-
uspace/app/pcc/os/win32/ccconfig.h (deleted)
-
uspace/app/pcc/os/win32/config.h (deleted)
-
uspace/app/pcc/os/win32/pcc.iss (deleted)
-
uspace/app/ping/ping.c (modified) (view diffs)
-
uspace/app/ping6/Makefile (deleted)
-
uspace/app/ping6/ping6.c (deleted)
-
uspace/app/rcubench/Makefile (added)
-
uspace/app/rcubench/rcubench.c (added)
-
uspace/app/rcutest/Makefile (added)
-
uspace/app/rcutest/rcutest.c (added)
-
uspace/app/redir/redir.c (modified) (view diffs)
-
uspace/app/sbi/src/bigint.c (modified) (view diffs)
-
uspace/app/sbi/src/os/helenos.c (modified) (view diffs)
-
uspace/app/sportdmp/Makefile (modified) (view diffs)
-
uspace/app/sportdmp/sportdmp.c (modified) (view diffs)
-
uspace/app/stats/stats.c (modified) (view diffs)
-
uspace/app/sysinst/Makefile (added)
-
uspace/app/sysinst/futil.c (added)
-
uspace/app/sysinst/futil.h (added)
-
uspace/app/sysinst/grub.h (added)
-
uspace/app/sysinst/sysinst.c (added)
-
uspace/app/taskdump/Makefile (modified) (view diffs)
-
uspace/app/taskdump/elf_core.c (modified) (view diffs)
-
uspace/app/taskdump/fibrildump.c (added)
-
uspace/app/taskdump/include/fibrildump.h (added)
-
uspace/app/taskdump/include/symtab.h (modified) (view diffs)
-
uspace/app/taskdump/include/taskdump.h (added)
-
uspace/app/taskdump/symtab.c (modified) (view diffs)
-
uspace/app/taskdump/taskdump.c (modified) (view diffs)
-
uspace/app/tester/Makefile (modified) (view diffs)
-
uspace/app/tester/float/float2.c (added)
-
uspace/app/tester/float/float2.def (added)
-
uspace/app/tester/float/softfloat1.c (modified) (view diffs)
-
uspace/app/tester/hw/misc/virtchar1.c (modified) (view diffs)
-
uspace/app/tester/hw/serial/serial1.c (modified) (view diffs)
-
uspace/app/tester/ipc/ping_pong.c (modified) (view diffs)
-
uspace/app/tester/ipc/starve.c (modified) (view diffs)
-
uspace/app/tester/mm/common.c (modified) (view diffs)
-
uspace/app/tester/mm/mapping1.c (modified) (view diffs)
-
uspace/app/tester/mm/pager1.c (added)
-
uspace/app/tester/mm/pager1.def (added)
-
uspace/app/tester/tester.c (modified) (view diffs)
-
uspace/app/tester/tester.h (modified) (view diffs)
-
uspace/app/tester/thread/setjmp1.c (added)
-
uspace/app/tester/thread/setjmp1.def (added)
-
uspace/app/tester/vfs/vfs1.c (modified) (view diffs)
-
uspace/app/testread/testread.c (modified) (view diffs)
-
uspace/app/tetris/scores.c (modified) (view diffs)
-
uspace/app/tetris/tetris.c (modified) (view diffs)
-
uspace/app/top/top.c (modified) (view diffs)
-
uspace/app/trace/errors.c (modified) (view diffs)
-
uspace/app/trace/ipcp.c (modified) (view diffs)
-
uspace/app/trace/syscalls.c (modified) (view diffs)
-
uspace/app/trace/trace.c (modified) (view diffs)
-
uspace/app/untar/Makefile (added)
-
uspace/app/untar/main.c (added)
-
uspace/app/untar/tar.c (added)
-
uspace/app/untar/tar.h (added)
-
uspace/app/usbinfo/Makefile (modified) (view diffs)
-
uspace/app/usbinfo/dev.c (deleted)
-
uspace/app/usbinfo/dump.c (modified) (view diffs)
-
uspace/app/usbinfo/hid.c (modified) (view diffs)
-
uspace/app/usbinfo/info.c (modified) (view diffs)
-
uspace/app/usbinfo/list.c (modified) (view diffs)
-
uspace/app/usbinfo/main.c (modified) (view diffs)
-
uspace/app/usbinfo/usbinfo.h (modified) (view diffs)
-
uspace/app/vcalc/Makefile (added)
-
uspace/app/vcalc/vcalc.c (added)
-
uspace/app/vdemo/Makefile (modified) (view diffs)
-
uspace/app/vdemo/vdemo.c (modified) (view diffs)
-
uspace/app/viewer/Makefile (added)
-
uspace/app/viewer/viewer.c (added)
-
uspace/app/vlaunch/Makefile (modified) (view diffs)
-
uspace/app/vlaunch/vlaunch.c (modified) (view diffs)
-
uspace/app/vterm/Makefile (modified) (view diffs)
-
uspace/app/vterm/vterm.c (modified) (view diffs)
-
uspace/app/vuhid/device.c (modified) (view diffs)
-
uspace/app/vuhid/hids/bootkbd.c (modified) (view diffs)
-
uspace/app/vuhid/main.c (modified) (view diffs)
-
uspace/app/vuhid/virthid.h (modified) (view diffs)
-
uspace/app/wavplay/Makefile (added)
-
uspace/app/wavplay/dplay.c (added)
-
uspace/app/wavplay/dplay.h (added)
-
uspace/app/wavplay/drec.c (added)
-
uspace/app/wavplay/drec.h (added)
-
uspace/app/wavplay/main.c (added)
-
uspace/app/wavplay/wave.c (added)
-
uspace/app/wavplay/wave.h (added)
-
uspace/app/websrv/websrv.c (modified) (view diffs)
-
uspace/app/wifi_supplicant/Makefile (added)
-
uspace/app/wifi_supplicant/wifi_supplicant.c (added)
-
uspace/dist/demo.txt (added)
-
uspace/dist/demo.wav (added)
-
uspace/dist/demo.xm (added)
-
uspace/dist/logo.tga (added)
-
uspace/dist/src/c/demos/edit/build (modified) (view diffs)
-
uspace/dist/src/c/demos/edit/clean (modified) (view diffs)
-
uspace/dist/src/c/demos/edit/edit.c (modified) (view diffs)
-
uspace/dist/src/c/demos/edit/search.c (added)
-
uspace/dist/src/c/demos/edit/search.h (added)
-
uspace/dist/src/c/demos/edit/search_impl.h (added)
-
uspace/dist/src/c/demos/edit/sheet.c (modified) (view diffs)
-
uspace/dist/src/c/demos/edit/sheet.h (modified) (view diffs)
-
uspace/dist/src/c/demos/edit/sheet_impl.h (added)
-
uspace/dist/src/c/demos/hello/build.gcc (added)
-
uspace/dist/src/c/demos/tetris/build.gcc (added)
-
uspace/dist/src/c/demos/tetris/screen.c (modified) (view diffs)
-
uspace/dist/src/c/demos/tetris/shapes.c (modified) (view diffs)
-
uspace/dist/src/c/demos/top/screen.c (modified) (view diffs)
-
uspace/dist/src/c/demos/top/screen.h (modified) (view diffs)
-
uspace/dist/src/c/demos/top/top.c (modified) (view diffs)
-
uspace/dist/src/c/demos/top/top.h (modified) (view diffs)
-
uspace/dist/src/python/demo/hello.py (added)
-
uspace/dist/src/python/demo/sintab.py (added)
-
uspace/dist/src/python/modules.py (added)
-
uspace/dist/textdemo (deleted)
-
uspace/doc/doxygroups.h (modified) (view diffs)
-
uspace/drv/audio/hdaudio/Makefile (added)
-
uspace/drv/audio/hdaudio/codec.c (added)
-
uspace/drv/audio/hdaudio/codec.h (added)
-
uspace/drv/audio/hdaudio/hdactl.c (added)
-
uspace/drv/audio/hdaudio/hdactl.h (added)
-
uspace/drv/audio/hdaudio/hdaudio.c (added)
-
uspace/drv/audio/hdaudio/hdaudio.h (added)
-
uspace/drv/audio/hdaudio/hdaudio.ma (added)
-
uspace/drv/audio/hdaudio/pcm_iface.c (added)
-
uspace/drv/audio/hdaudio/pcm_iface.h (added)
-
uspace/drv/audio/hdaudio/regif.c (added)
-
uspace/drv/audio/hdaudio/regif.h (added)
-
uspace/drv/audio/hdaudio/spec/bdl.h (added)
-
uspace/drv/audio/hdaudio/spec/codec.h (added)
-
uspace/drv/audio/hdaudio/spec/fmt.h (added)
-
uspace/drv/audio/hdaudio/spec/regs.h (added)
-
uspace/drv/audio/hdaudio/stream.c (added)
-
uspace/drv/audio/hdaudio/stream.h (added)
-
uspace/drv/audio/sb16/Makefile (added)
-
uspace/drv/audio/sb16/ddf_log.h (added)
-
uspace/drv/audio/sb16/dsp.c (added)
-
uspace/drv/audio/sb16/dsp.h (added)
-
uspace/drv/audio/sb16/dsp_commands.h (added)
-
uspace/drv/audio/sb16/main.c (added)
-
uspace/drv/audio/sb16/mixer.c (added)
-
uspace/drv/audio/sb16/mixer.h (added)
-
uspace/drv/audio/sb16/mixer_iface.c (added)
-
uspace/drv/audio/sb16/pcm_iface.c (added)
-
uspace/drv/audio/sb16/registers.h (added)
-
uspace/drv/audio/sb16/sb16.c (added)
-
uspace/drv/audio/sb16/sb16.h (added)
-
uspace/drv/audio/sb16/sb16.ma (added)
-
uspace/drv/block/ahci/ahci.c (modified) (view diffs)
-
uspace/drv/block/ata_bd/Makefile (modified) (view diffs)
-
uspace/drv/block/ata_bd/ata_bd.c (modified) (view diffs)
-
uspace/drv/block/ata_bd/ata_hw.h (modified) (view diffs)
-
uspace/drv/block/ata_bd/main.c (modified) (view diffs)
-
uspace/drv/block/ddisk/Makefile (added)
-
uspace/drv/block/ddisk/ddisk.c (added)
-
uspace/drv/block/ddisk/ddisk.ma (added)
-
uspace/drv/bus/isa/ebus.dev (added)
-
uspace/drv/bus/isa/i8237.c (modified) (view diffs)
-
uspace/drv/bus/isa/i8237.h (modified) (view diffs)
-
uspace/drv/bus/isa/isa.c (modified) (view diffs)
-
uspace/drv/bus/isa/isa.ma (modified) (view diffs)
-
uspace/drv/bus/pci/pciintel/pci.c (modified) (view diffs)
-
uspace/drv/bus/pci/pciintel/pci.h (modified) (view diffs)
-
uspace/drv/bus/usb/ehci/Makefile (modified) (view diffs)
-
uspace/drv/bus/usb/ehci/ehci_batch.c (added)
-
uspace/drv/bus/usb/ehci/ehci_batch.h (added)
-
uspace/drv/bus/usb/ehci/ehci_endpoint.c (added)
-
uspace/drv/bus/usb/ehci/ehci_endpoint.h (added)
-
uspace/drv/bus/usb/ehci/ehci_regs.h (added)
-
uspace/drv/bus/usb/ehci/ehci_rh.c (added)
-
uspace/drv/bus/usb/ehci/ehci_rh.h (added)
-
uspace/drv/bus/usb/ehci/endpoint_list.c (added)
-
uspace/drv/bus/usb/ehci/endpoint_list.h (added)
-
uspace/drv/bus/usb/ehci/hc.c (added)
-
uspace/drv/bus/usb/ehci/hc.h (added)
-
uspace/drv/bus/usb/ehci/hw_struct/fstn.h (added)
-
uspace/drv/bus/usb/ehci/hw_struct/iso_transfer_descriptor.h (added)
-
uspace/drv/bus/usb/ehci/hw_struct/link_pointer.h (added)
-
uspace/drv/bus/usb/ehci/hw_struct/mem_access.h (added)
-
uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (added)
-
uspace/drv/bus/usb/ehci/hw_struct/queue_head.h (added)
-
uspace/drv/bus/usb/ehci/hw_struct/split_iso_transfer_descriptor.h (added)
-
uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c (added)
-
uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h (added)
-
uspace/drv/bus/usb/ehci/main.c (modified) (view diffs)
-
uspace/drv/bus/usb/ehci/res.c (modified) (view diffs)
-
uspace/drv/bus/usb/ehci/res.h (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/Makefile (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/endpoint_list.c (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/endpoint_list.h (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/hc.c (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/hc.h (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/main.c (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/ohci.c (deleted)
-
uspace/drv/bus/usb/ohci/ohci.h (deleted)
-
uspace/drv/bus/usb/ohci/ohci_batch.c (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/ohci_batch.h (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/ohci_regs.h (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/ohci_rh.c (added)
-
uspace/drv/bus/usb/ohci/ohci_rh.h (added)
-
uspace/drv/bus/usb/ohci/res.c (deleted)
-
uspace/drv/bus/usb/ohci/res.h (deleted)
-
uspace/drv/bus/usb/ohci/root_hub.c (deleted)
-
uspace/drv/bus/usb/ohci/root_hub.h (deleted)
-
uspace/drv/bus/usb/ohci/utils/malloc32.h (deleted)
-
uspace/drv/bus/usb/uhci/Makefile (modified) (view diffs)
-
uspace/drv/bus/usb/uhci/hc.c (modified) (view diffs)
-
uspace/drv/bus/usb/uhci/hc.h (modified) (view diffs)
-
uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (modified) (view diffs)
-
uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) (view diffs)
-
uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) (view diffs)
-
uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) (view diffs)
-
uspace/drv/bus/usb/uhci/main.c (modified) (view diffs)
-
uspace/drv/bus/usb/uhci/res.c (deleted)
-
uspace/drv/bus/usb/uhci/res.h (deleted)
-
uspace/drv/bus/usb/uhci/root_hub.c (deleted)
-
uspace/drv/bus/usb/uhci/root_hub.h (deleted)
-
uspace/drv/bus/usb/uhci/transfer_list.c (modified) (view diffs)
-
uspace/drv/bus/usb/uhci/transfer_list.h (modified) (view diffs)
-
uspace/drv/bus/usb/uhci/uhci.c (deleted)
-
uspace/drv/bus/usb/uhci/uhci.h (deleted)
-
uspace/drv/bus/usb/uhci/uhci_batch.c (modified) (view diffs)
-
uspace/drv/bus/usb/uhci/uhci_batch.h (modified) (view diffs)
-
uspace/drv/bus/usb/uhci/uhci_rh.c (added)
-
uspace/drv/bus/usb/uhci/uhci_rh.h (added)
-
uspace/drv/bus/usb/uhci/utils/malloc32.h (deleted)
-
uspace/drv/bus/usb/uhcirh/Makefile (deleted)
-
uspace/drv/bus/usb/uhcirh/main.c (deleted)
-
uspace/drv/bus/usb/uhcirh/port.c (deleted)
-
uspace/drv/bus/usb/uhcirh/port.h (deleted)
-
uspace/drv/bus/usb/uhcirh/root_hub.c (deleted)
-
uspace/drv/bus/usb/uhcirh/root_hub.h (deleted)
-
uspace/drv/bus/usb/uhcirh/uhcirh.ma (deleted)
-
uspace/drv/bus/usb/usbflbk/main.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/Makefile (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/blink1/blink1.c (added)
-
uspace/drv/bus/usb/usbhid/blink1/blink1.h (added)
-
uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/kbd/conv.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/main.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/subdrivers.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/subdrivers.h (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/usbhid.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/usbhid.h (modified) (view diffs)
-
uspace/drv/bus/usb/usbhid/usbhid.ma (modified) (view diffs)
-
uspace/drv/bus/usb/usbhub/main.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbhub/port.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbhub/port.h (modified) (view diffs)
-
uspace/drv/bus/usb/usbhub/status.h (modified) (view diffs)
-
uspace/drv/bus/usb/usbhub/usbhub.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbhub/usbhub.h (modified) (view diffs)
-
uspace/drv/bus/usb/usbmast/bo_trans.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbmast/bo_trans.h (modified) (view diffs)
-
uspace/drv/bus/usb/usbmast/main.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbmast/scsi_ms.h (modified) (view diffs)
-
uspace/drv/bus/usb/usbmast/usbmast.h (modified) (view diffs)
-
uspace/drv/bus/usb/usbmid/explore.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbmid/main.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbmid/usbmid.c (modified) (view diffs)
-
uspace/drv/bus/usb/usbmid/usbmid.h (modified) (view diffs)
-
uspace/drv/bus/usb/usbmid/usbmid.ma (modified) (view diffs)
-
uspace/drv/bus/usb/vhc/Makefile (modified) (view diffs)
-
uspace/drv/bus/usb/vhc/conn.h (deleted)
-
uspace/drv/bus/usb/vhc/conndev.c (modified) (view diffs)
-
uspace/drv/bus/usb/vhc/connhost.c (deleted)
-
uspace/drv/bus/usb/vhc/devconn.c (modified) (view diffs)
-
uspace/drv/bus/usb/vhc/hub.c (deleted)
-
uspace/drv/bus/usb/vhc/hub.h (deleted)
-
uspace/drv/bus/usb/vhc/hub/virthub.c (modified) (view diffs)
-
uspace/drv/bus/usb/vhc/hub/virthub.h (modified) (view diffs)
-
uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) (view diffs)
-
uspace/drv/bus/usb/vhc/main.c (modified) (view diffs)
-
uspace/drv/bus/usb/vhc/transfer.c (modified) (view diffs)
-
uspace/drv/bus/usb/vhc/vhcd.h (modified) (view diffs)
-
uspace/drv/char/atkbd/Makefile (added)
-
uspace/drv/char/atkbd/atkbd.c (added)
-
uspace/drv/char/atkbd/atkbd.h (added)
-
uspace/drv/char/atkbd/atkbd.ma (added)
-
uspace/drv/char/atkbd/main.c (added)
-
uspace/drv/char/i8042/i8042.c (modified) (view diffs)
-
uspace/drv/char/i8042/i8042.h (modified) (view diffs)
-
uspace/drv/char/i8042/main.c (modified) (view diffs)
-
uspace/drv/char/ns8250/ns8250.c (modified) (view diffs)
-
uspace/drv/char/pl050/Makefile (added)
-
uspace/drv/char/pl050/pl050.c (added)
-
uspace/drv/char/pl050/pl050.ma (added)
-
uspace/drv/char/pl050/pl050_hw.h (added)
-
uspace/drv/char/ps2mouse/Makefile (modified) (view diffs)
-
uspace/drv/char/ps2mouse/chardev.c (deleted)
-
uspace/drv/char/ps2mouse/chardev.h (deleted)
-
uspace/drv/char/ps2mouse/ps2mouse.c (modified) (view diffs)
-
uspace/drv/char/xtkbd/Makefile (modified) (view diffs)
-
uspace/drv/char/xtkbd/chardev.c (deleted)
-
uspace/drv/char/xtkbd/chardev.h (deleted)
-
uspace/drv/char/xtkbd/main.c (modified) (view diffs)
-
uspace/drv/char/xtkbd/xtkbd.c (modified) (view diffs)
-
uspace/drv/char/xtkbd/xtkbd.h (modified) (view diffs)
-
uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) (view diffs)
-
uspace/drv/fb/amdm37x_dispc/main.c (modified) (view diffs)
-
uspace/drv/fb/kfb/kfb.c (modified) (view diffs)
-
uspace/drv/fb/kfb/port.c (modified) (view diffs)
-
uspace/drv/infrastructure/root/Makefile (deleted)
-
uspace/drv/infrastructure/root/root.c (deleted)
-
uspace/drv/infrastructure/root/root.ma (deleted)
-
uspace/drv/infrastructure/rootamdm37x/Makefile (deleted)
-
uspace/drv/infrastructure/rootamdm37x/amdm37x.c (deleted)
-
uspace/drv/infrastructure/rootamdm37x/amdm37x.h (deleted)
-
uspace/drv/infrastructure/rootamdm37x/cm/clock_control.h (deleted)
-
uspace/drv/infrastructure/rootamdm37x/cm/core.h (deleted)
-
uspace/drv/infrastructure/rootamdm37x/cm/iva2.h (deleted)
-
uspace/drv/infrastructure/rootamdm37x/cm/mpu.h (deleted)
-
uspace/drv/infrastructure/rootamdm37x/cm/usbhost.h (deleted)
-
uspace/drv/infrastructure/rootamdm37x/prm/clock_control.h (deleted)
-
uspace/drv/infrastructure/rootamdm37x/prm/global_reg.h (deleted)
-
uspace/drv/infrastructure/rootamdm37x/prm/usbhost.h (deleted)
-
uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (deleted)
-
uspace/drv/infrastructure/rootamdm37x/rootamdm37x.ma (deleted)
-
uspace/drv/infrastructure/rootamdm37x/uhh.h (deleted)
-
uspace/drv/infrastructure/rootamdm37x/usbtll.h (deleted)
-
uspace/drv/infrastructure/rootmac/Makefile (deleted)
-
uspace/drv/infrastructure/rootmac/rootmac.c (deleted)
-
uspace/drv/infrastructure/rootmac/rootmac.ma (deleted)
-
uspace/drv/infrastructure/rootpc/Makefile (deleted)
-
uspace/drv/infrastructure/rootpc/rootpc.c (deleted)
-
uspace/drv/infrastructure/rootpc/rootpc.ma (deleted)
-
uspace/drv/infrastructure/rootvirt/Makefile (deleted)
-
uspace/drv/infrastructure/rootvirt/devices.def (deleted)
-
uspace/drv/infrastructure/rootvirt/rootvirt.c (deleted)
-
uspace/drv/infrastructure/rootvirt/rootvirt.ma (deleted)
-
uspace/drv/nic/ar9271/Makefile (added)
-
uspace/drv/nic/ar9271/ar9271.c (added)
-
uspace/drv/nic/ar9271/ar9271.fw (added)
-
uspace/drv/nic/ar9271/ar9271.h (added)
-
uspace/drv/nic/ar9271/ar9271.ma (added)
-
uspace/drv/nic/ar9271/ath.h (added)
-
uspace/drv/nic/ar9271/ath_usb.c (added)
-
uspace/drv/nic/ar9271/ath_usb.h (added)
-
uspace/drv/nic/ar9271/htc.c (added)
-
uspace/drv/nic/ar9271/htc.h (added)
-
uspace/drv/nic/ar9271/hw.c (added)
-
uspace/drv/nic/ar9271/hw.h (added)
-
uspace/drv/nic/ar9271/wmi.c (added)
-
uspace/drv/nic/ar9271/wmi.h (added)
-
uspace/drv/nic/e1k/e1k.c (modified) (view diffs)
-
uspace/drv/nic/ne2k/ne2k.c (modified) (view diffs)
-
uspace/drv/nic/rtl8139/driver.c (modified) (view diffs)
-
uspace/drv/nic/rtl8139/driver.h (modified) (view diffs)
-
uspace/drv/nic/rtl8169/Makefile (added)
-
uspace/drv/nic/rtl8169/defs.h (added)
-
uspace/drv/nic/rtl8169/driver.c (added)
-
uspace/drv/nic/rtl8169/driver.h (added)
-
uspace/drv/nic/rtl8169/rtl8169.ma (added)
-
uspace/drv/platform/amdm37x/Makefile (added)
-
uspace/drv/platform/amdm37x/amdm37x.c (added)
-
uspace/drv/platform/amdm37x/amdm37x.h (added)
-
uspace/drv/platform/amdm37x/amdm37x.ma (added)
-
uspace/drv/platform/amdm37x/cm/clock_control.h (added)
-
uspace/drv/platform/amdm37x/cm/core.h (added)
-
uspace/drv/platform/amdm37x/cm/iva2.h (added)
-
uspace/drv/platform/amdm37x/cm/mpu.h (added)
-
uspace/drv/platform/amdm37x/cm/usbhost.h (added)
-
uspace/drv/platform/amdm37x/main.c (added)
-
uspace/drv/platform/amdm37x/prm/clock_control.h (added)
-
uspace/drv/platform/amdm37x/prm/global_reg.h (added)
-
uspace/drv/platform/amdm37x/prm/usbhost.h (added)
-
uspace/drv/platform/amdm37x/uhh.h (added)
-
uspace/drv/platform/amdm37x/usbtll.h (added)
-
uspace/drv/platform/icp/Makefile (added)
-
uspace/drv/platform/icp/icp.c (added)
-
uspace/drv/platform/icp/icp.ma (added)
-
uspace/drv/platform/mac/Makefile (added)
-
uspace/drv/platform/mac/mac.c (added)
-
uspace/drv/platform/mac/mac.ma (added)
-
uspace/drv/platform/malta/Makefile (added)
-
uspace/drv/platform/malta/malta.c (added)
-
uspace/drv/platform/malta/malta.ma (added)
-
uspace/drv/platform/msim/Makefile (added)
-
uspace/drv/platform/msim/msim.c (added)
-
uspace/drv/platform/msim/msim.ma (added)
-
uspace/drv/platform/pc/Makefile (added)
-
uspace/drv/platform/pc/pc.c (added)
-
uspace/drv/platform/pc/pc.ma (added)
-
uspace/drv/platform/sun4u/Makefile (added)
-
uspace/drv/platform/sun4u/sun4u.c (added)
-
uspace/drv/platform/sun4u/sun4u.ma (added)
-
uspace/drv/root/root/Makefile (added)
-
uspace/drv/root/root/root.c (added)
-
uspace/drv/root/root/root.ma (added)
-
uspace/drv/root/virt/Makefile (added)
-
uspace/drv/root/virt/devices.def (added)
-
uspace/drv/root/virt/virt.c (added)
-
uspace/drv/root/virt/virt.ma (added)
-
uspace/drv/test/test1/test1.c (modified) (view diffs)
-
uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) (view diffs)
-
uspace/lib/bithenge/src/file.c (modified) (view diffs)
-
uspace/lib/bithenge/src/helenos/block.c (modified) (view diffs)
-
uspace/lib/bithenge/src/helenos/common.h (modified) (view diffs)
-
uspace/lib/block/block.c (modified) (view diffs)
-
uspace/lib/block/block.h (modified) (view diffs)
-
uspace/lib/c/Makefile (modified) (view diffs)
-
uspace/lib/c/arch/abs32le/include/libarch/atomic.h (modified) (view diffs)
-
uspace/lib/c/arch/abs32le/include/libarch/stddef.h (added)
-
uspace/lib/c/arch/abs32le/include/libarch/stdint.h (added)
-
uspace/lib/c/arch/abs32le/include/libarch/types.h (modified) (view diffs)
-
uspace/lib/c/arch/amd64/Makefile.common (modified) (view diffs)
-
uspace/lib/c/arch/amd64/Makefile.inc (modified) (view diffs)
-
uspace/lib/c/arch/amd64/_link.ld.in (modified) (view diffs)
-
uspace/lib/c/arch/amd64/include/libarch/context_offset.h (deleted)
-
uspace/lib/c/arch/amd64/include/libarch/fibril.h (modified) (view diffs)
-
uspace/lib/c/arch/amd64/include/libarch/fibril_context.ag (added)
-
uspace/lib/c/arch/amd64/include/libarch/istate_struct.ag (added)
-
uspace/lib/c/arch/amd64/include/libarch/stddef.h (added)
-
uspace/lib/c/arch/amd64/include/libarch/stdint.h (added)
-
uspace/lib/c/arch/amd64/include/libarch/tls.h (modified) (view diffs)
-
uspace/lib/c/arch/amd64/include/libarch/types.h (modified) (view diffs)
-
uspace/lib/c/arch/amd64/src/entry.S (added)
-
uspace/lib/c/arch/amd64/src/entry.s (deleted)
-
uspace/lib/c/arch/amd64/src/entryjmp.S (added)
-
uspace/lib/c/arch/amd64/src/entryjmp.s (deleted)
-
uspace/lib/c/arch/amd64/src/fibril.S (modified) (view diffs)
-
uspace/lib/c/arch/amd64/src/stacktrace.c (modified) (view diffs)
-
uspace/lib/c/arch/amd64/src/stacktrace_asm.S (modified) (view diffs)
-
uspace/lib/c/arch/amd64/src/syscall.S (modified) (view diffs)
-
uspace/lib/c/arch/amd64/src/thread_entry.S (added)
-
uspace/lib/c/arch/amd64/src/thread_entry.s (deleted)
-
uspace/lib/c/arch/arm32/Makefile.common (modified) (view diffs)
-
uspace/lib/c/arch/arm32/Makefile.inc (modified) (view diffs)
-
uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) (view diffs)
-
uspace/lib/c/arch/arm32/include/libarch/fibril_context.ag (added)
-
uspace/lib/c/arch/arm32/include/libarch/istate_struct.ag (added)
-
uspace/lib/c/arch/arm32/include/libarch/stddef.h (added)
-
uspace/lib/c/arch/arm32/include/libarch/stdint.h (added)
-
uspace/lib/c/arch/arm32/include/libarch/types.h (modified) (view diffs)
-
uspace/lib/c/arch/arm32/src/eabi.S (modified) (view diffs)
-
uspace/lib/c/arch/arm32/src/entry.S (added)
-
uspace/lib/c/arch/arm32/src/entry.s (deleted)
-
uspace/lib/c/arch/arm32/src/entryjmp.S (added)
-
uspace/lib/c/arch/arm32/src/entryjmp.s (deleted)
-
uspace/lib/c/arch/arm32/src/fibril.S (modified) (view diffs)
-
uspace/lib/c/arch/arm32/src/stacktrace.c (modified) (view diffs)
-
uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) (view diffs)
-
uspace/lib/c/arch/arm32/src/thread_entry.S (added)
-
uspace/lib/c/arch/arm32/src/thread_entry.s (deleted)
-
uspace/lib/c/arch/ia32/Makefile.common (modified) (view diffs)
-
uspace/lib/c/arch/ia32/Makefile.inc (modified) (view diffs)
-
uspace/lib/c/arch/ia32/_link.ld.in (modified) (view diffs)
-
uspace/lib/c/arch/ia32/include/libarch/context_offset.h (deleted)
-
uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) (view diffs)
-
uspace/lib/c/arch/ia32/include/libarch/fibril_context.ag (added)
-
uspace/lib/c/arch/ia32/include/libarch/istate_struct.ag (added)
-
uspace/lib/c/arch/ia32/include/libarch/rtld/elf_dyn.h (modified) (view diffs)
-
uspace/lib/c/arch/ia32/include/libarch/stddef.h (added)
-
uspace/lib/c/arch/ia32/include/libarch/stdint.h (added)
-
uspace/lib/c/arch/ia32/include/libarch/tls.h (modified) (view diffs)
-
uspace/lib/c/arch/ia32/include/libarch/types.h (modified) (view diffs)
-
uspace/lib/c/arch/ia32/src/entry.S (modified) (view diffs)
-
uspace/lib/c/arch/ia32/src/entryjmp.S (added)
-
uspace/lib/c/arch/ia32/src/entryjmp.s (deleted)
-
uspace/lib/c/arch/ia32/src/fibril.S (modified) (view diffs)
-
uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) (view diffs)
-
uspace/lib/c/arch/ia32/src/setjmp.S (deleted)
-
uspace/lib/c/arch/ia32/src/stacktrace.c (modified) (view diffs)
-
uspace/lib/c/arch/ia32/src/stacktrace_asm.S (modified) (view diffs)
-
uspace/lib/c/arch/ia32/src/syscall.S (modified) (view diffs)
-
uspace/lib/c/arch/ia32/src/thread_entry.S (added)
-
uspace/lib/c/arch/ia32/src/thread_entry.s (deleted)
-
uspace/lib/c/arch/ia32/src/tls.c (modified) (view diffs)
-
uspace/lib/c/arch/ia64/Makefile.common (modified) (view diffs)
-
uspace/lib/c/arch/ia64/Makefile.inc (modified) (view diffs)
-
uspace/lib/c/arch/ia64/include/libarch/fibril.h (modified) (view diffs)
-
uspace/lib/c/arch/ia64/include/libarch/fibril_context.ag (added)
-
uspace/lib/c/arch/ia64/include/libarch/istate_struct.ag (added)
-
uspace/lib/c/arch/ia64/include/libarch/stddef.h (added)
-
uspace/lib/c/arch/ia64/include/libarch/stdint.h (added)
-
uspace/lib/c/arch/ia64/include/libarch/types.h (modified) (view diffs)
-
uspace/lib/c/arch/ia64/src/entry.S (added)
-
uspace/lib/c/arch/ia64/src/entry.s (deleted)
-
uspace/lib/c/arch/ia64/src/entryjmp.S (added)
-
uspace/lib/c/arch/ia64/src/entryjmp.s (deleted)
-
uspace/lib/c/arch/ia64/src/fibril.S (modified) (view diffs)
-
uspace/lib/c/arch/ia64/src/stacktrace_asm.S (modified) (view diffs)
-
uspace/lib/c/arch/ia64/src/syscall.S (modified) (view diffs)
-
uspace/lib/c/arch/ia64/src/thread_entry.S (added)
-
uspace/lib/c/arch/ia64/src/thread_entry.s (deleted)
-
uspace/lib/c/arch/mips32/Makefile.inc (modified) (view diffs)
-
uspace/lib/c/arch/mips32/include/libarch/context_offset.h (deleted)
-
uspace/lib/c/arch/mips32/include/libarch/fibril.h (modified) (view diffs)
-
uspace/lib/c/arch/mips32/include/libarch/fibril_context.ag (added)
-
uspace/lib/c/arch/mips32/include/libarch/istate_struct.ag (added)
-
uspace/lib/c/arch/mips32/include/libarch/stddef.h (added)
-
uspace/lib/c/arch/mips32/include/libarch/stdint.h (added)
-
uspace/lib/c/arch/mips32/include/libarch/types.h (modified) (view diffs)
-
uspace/lib/c/arch/mips32/src/entry.S (modified) (view diffs)
-
uspace/lib/c/arch/mips32/src/entryjmp.S (modified) (view diffs)
-
uspace/lib/c/arch/mips32/src/fibril.S (modified) (view diffs)
-
uspace/lib/c/arch/mips32/src/stacktrace_asm.S (modified) (view diffs)
-
uspace/lib/c/arch/mips32/src/thread_entry.S (modified) (view diffs)
-
uspace/lib/c/arch/mips32eb/Makefile.inc (modified) (view diffs)
-
uspace/lib/c/arch/mips32eb/include/libarch/context_offset.h (deleted)
-
uspace/lib/c/arch/mips32eb/include/libarch/fibril_context.ag (added)
-
uspace/lib/c/arch/mips32eb/include/libarch/istate_struct.ag (added)
-
uspace/lib/c/arch/mips32eb/include/libarch/stddef.h (added)
-
uspace/lib/c/arch/mips32eb/include/libarch/stdint.h (added)
-
uspace/lib/c/arch/mips64/Makefile.common (deleted)
-
uspace/lib/c/arch/mips64/Makefile.inc (deleted)
-
uspace/lib/c/arch/mips64/_link.ld.in (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/atomic.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/barrier.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/config.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/context_offset.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/cp0.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/ddi.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/elf.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/elf_linux.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/faddr.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/fibril.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/inttypes.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/istate.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/regname.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/stack.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/syscall.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/thread.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/tls.h (deleted)
-
uspace/lib/c/arch/mips64/include/libarch/types.h (deleted)
-
uspace/lib/c/arch/mips64/src/entry.S (deleted)
-
uspace/lib/c/arch/mips64/src/entryjmp.S (deleted)
-
uspace/lib/c/arch/mips64/src/fibril.S (deleted)
-
uspace/lib/c/arch/mips64/src/stacktrace.c (deleted)
-
uspace/lib/c/arch/mips64/src/stacktrace_asm.S (deleted)
-
uspace/lib/c/arch/mips64/src/syscall.c (deleted)
-
uspace/lib/c/arch/mips64/src/thread_entry.S (deleted)
-
uspace/lib/c/arch/mips64/src/tls.c (deleted)
-
uspace/lib/c/arch/ppc32/Makefile.common (modified) (view diffs)
-
uspace/lib/c/arch/ppc32/Makefile.inc (modified) (view diffs)
-
uspace/lib/c/arch/ppc32/include/libarch/context_offset.h (deleted)
-
uspace/lib/c/arch/ppc32/include/libarch/fibril.h (modified) (view diffs)
-
uspace/lib/c/arch/ppc32/include/libarch/fibril_context.ag (added)
-
uspace/lib/c/arch/ppc32/include/libarch/istate_struct.ag (added)
-
uspace/lib/c/arch/ppc32/include/libarch/stddef.h (added)
-
uspace/lib/c/arch/ppc32/include/libarch/stdint.h (added)
-
uspace/lib/c/arch/ppc32/include/libarch/types.h (modified) (view diffs)
-
uspace/lib/c/arch/ppc32/src/entry.S (added)
-
uspace/lib/c/arch/ppc32/src/entry.s (deleted)
-
uspace/lib/c/arch/ppc32/src/entryjmp.S (added)
-
uspace/lib/c/arch/ppc32/src/entryjmp.s (deleted)
-
uspace/lib/c/arch/ppc32/src/fibril.S (modified) (view diffs)
-
uspace/lib/c/arch/ppc32/src/stacktrace.c (modified) (view diffs)
-
uspace/lib/c/arch/ppc32/src/stacktrace_asm.S (modified) (view diffs)
-
uspace/lib/c/arch/ppc32/src/thread_entry.S (added)
-
uspace/lib/c/arch/ppc32/src/thread_entry.s (deleted)
-
uspace/lib/c/arch/riscv64/Makefile.inc (added)
-
uspace/lib/c/arch/riscv64/_link.ld.in (added)
-
uspace/lib/c/arch/riscv64/include/libarch/atomic.h (added)
-
uspace/lib/c/arch/riscv64/include/libarch/barrier.h (added)
-
uspace/lib/c/arch/riscv64/include/libarch/ddi.h (added)
-
uspace/lib/c/arch/riscv64/include/libarch/elf.h (added)
-
uspace/lib/c/arch/riscv64/include/libarch/elf_linux.h (added)
-
uspace/lib/c/arch/riscv64/include/libarch/entry.h (added)
-
uspace/lib/c/arch/riscv64/include/libarch/faddr.h (added)
-
uspace/lib/c/arch/riscv64/include/libarch/fibril.h (added)
-
uspace/lib/c/arch/riscv64/include/libarch/fibril_context.ag (added)
-
uspace/lib/c/arch/riscv64/include/libarch/inttypes.h (added)
-
uspace/lib/c/arch/riscv64/include/libarch/istate.h (added)
-
uspace/lib/c/arch/riscv64/include/libarch/istate_struct.ag (added)
-
uspace/lib/c/arch/riscv64/include/libarch/stddef.h (added)
-
uspace/lib/c/arch/riscv64/include/libarch/stdint.h (added)
-
uspace/lib/c/arch/riscv64/include/libarch/syscall.h (added)
-
uspace/lib/c/arch/riscv64/include/libarch/thread.h (added)
-
uspace/lib/c/arch/riscv64/include/libarch/tls.h (added)
-
uspace/lib/c/arch/riscv64/include/libarch/types.h (added)
-
uspace/lib/c/arch/riscv64/src/entry.c (added)
-
uspace/lib/c/arch/riscv64/src/entryjmp.c (added)
-
uspace/lib/c/arch/riscv64/src/fibril.c (added)
-
uspace/lib/c/arch/riscv64/src/stacktrace.c (added)
-
uspace/lib/c/arch/riscv64/src/syscall.c (added)
-
uspace/lib/c/arch/riscv64/src/thread_entry.c (added)
-
uspace/lib/c/arch/riscv64/src/tls.c (added)
-
uspace/lib/c/arch/sparc64/Makefile.common (modified) (view diffs)
-
uspace/lib/c/arch/sparc64/Makefile.inc (modified) (view diffs)
-
uspace/lib/c/arch/sparc64/_link.ld.in (modified) (view diffs)
-
uspace/lib/c/arch/sparc64/include/libarch/context_offset.h (deleted)
-
uspace/lib/c/arch/sparc64/include/libarch/fibril.h (modified) (view diffs)
-
uspace/lib/c/arch/sparc64/include/libarch/fibril_context.ag (added)
-
uspace/lib/c/arch/sparc64/include/libarch/istate_struct.ag (added)
-
uspace/lib/c/arch/sparc64/include/libarch/stddef.h (added)
-
uspace/lib/c/arch/sparc64/include/libarch/stdint.h (added)
-
uspace/lib/c/arch/sparc64/include/libarch/types.h (modified) (view diffs)
-
uspace/lib/c/arch/sparc64/src/entry.S (added)
-
uspace/lib/c/arch/sparc64/src/entry.s (deleted)
-
uspace/lib/c/arch/sparc64/src/entryjmp.S (added)
-
uspace/lib/c/arch/sparc64/src/entryjmp.s (deleted)
-
uspace/lib/c/arch/sparc64/src/fibril.S (modified) (view diffs)
-
uspace/lib/c/arch/sparc64/src/stacktrace.c (modified) (view diffs)
-
uspace/lib/c/arch/sparc64/src/stacktrace_asm.S (modified) (view diffs)
-
uspace/lib/c/arch/sparc64/src/thread_entry.S (added)
-
uspace/lib/c/arch/sparc64/src/thread_entry.s (deleted)
-
uspace/lib/c/generic/adt/char_map.c (deleted)
-
uspace/lib/c/generic/adt/checksum.c (added)
-
uspace/lib/c/generic/adt/dynamic_fifo.c (deleted)
-
uspace/lib/c/generic/adt/hash_table.c (modified) (view diffs)
-
uspace/lib/c/generic/adt/list.c (modified) (view diffs)
-
uspace/lib/c/generic/adt/odict.c (added)
-
uspace/lib/c/generic/as.c (modified) (view diffs)
-
uspace/lib/c/generic/assert.c (modified) (view diffs)
-
uspace/lib/c/generic/async.c (modified) (view diffs)
-
uspace/lib/c/generic/bd.c (modified) (view diffs)
-
uspace/lib/c/generic/bd_srv.c (modified) (view diffs)
-
uspace/lib/c/generic/bitops.c (deleted)
-
uspace/lib/c/generic/cfg.c (deleted)
-
uspace/lib/c/generic/clipboard.c (modified) (view diffs)
-
uspace/lib/c/generic/config.c (added)
-
uspace/lib/c/generic/corecfg.c (added)
-
uspace/lib/c/generic/ddi.c (modified) (view diffs)
-
uspace/lib/c/generic/device/ahci.c (deleted)
-
uspace/lib/c/generic/device/battery_dev.c (deleted)
-
uspace/lib/c/generic/device/char_dev.c (deleted)
-
uspace/lib/c/generic/device/clock_dev.c (modified) (view diffs)
-
uspace/lib/c/generic/device/graph_dev.c (deleted)
-
uspace/lib/c/generic/device/hw_res.c (modified) (view diffs)
-
uspace/lib/c/generic/device/hw_res_parsed.c (modified) (view diffs)
-
uspace/lib/c/generic/device/led_dev.c (added)
-
uspace/lib/c/generic/device/nic.c (deleted)
-
uspace/lib/c/generic/device/pci.c (deleted)
-
uspace/lib/c/generic/device/pio_window.c (added)
-
uspace/lib/c/generic/devman.c (modified) (view diffs)
-
uspace/lib/c/generic/dhcp.c (added)
-
uspace/lib/c/generic/dlfcn.c (modified) (view diffs)
-
uspace/lib/c/generic/dnsr.c (modified) (view diffs)
-
uspace/lib/c/generic/double_to_str.c (modified) (view diffs)
-
uspace/lib/c/generic/elf/elf_load.c (modified) (view diffs)
-
uspace/lib/c/generic/elf/elf_mod.c (added)
-
uspace/lib/c/generic/event.c (modified) (view diffs)
-
uspace/lib/c/generic/fibril.c (modified) (view diffs)
-
uspace/lib/c/generic/fibril_synch.c (modified) (view diffs)
-
uspace/lib/c/generic/futex.c (modified) (view diffs)
-
uspace/lib/c/generic/getopt.c (modified) (view diffs)
-
uspace/lib/c/generic/ieee_double.c (modified) (view diffs)
-
uspace/lib/c/generic/imath.c (added)
-
uspace/lib/c/generic/inet.c (modified) (view diffs)
-
uspace/lib/c/generic/inet/addr.c (modified) (view diffs)
-
uspace/lib/c/generic/inet/endpoint.c (added)
-
uspace/lib/c/generic/inet/host.c (added)
-
uspace/lib/c/generic/inet/hostname.c (added)
-
uspace/lib/c/generic/inet/hostport.c (added)
-
uspace/lib/c/generic/inet/tcp.c (added)
-
uspace/lib/c/generic/inet/udp.c (added)
-
uspace/lib/c/generic/inetcfg.c (modified) (view diffs)
-
uspace/lib/c/generic/inetping.c (modified) (view diffs)
-
uspace/lib/c/generic/inetping6.c (deleted)
-
uspace/lib/c/generic/io/asprintf.c (modified) (view diffs)
-
uspace/lib/c/generic/io/chardev.c (added)
-
uspace/lib/c/generic/io/chardev_srv.c (added)
-
uspace/lib/c/generic/io/chargrid.c (modified) (view diffs)
-
uspace/lib/c/generic/io/con_srv.c (modified) (view diffs)
-
uspace/lib/c/generic/io/console.c (modified) (view diffs)
-
uspace/lib/c/generic/io/input.c (modified) (view diffs)
-
uspace/lib/c/generic/io/io.c (modified) (view diffs)
-
uspace/lib/c/generic/io/kio.c (added)
-
uspace/lib/c/generic/io/klog.c (modified) (view diffs)
-
uspace/lib/c/generic/io/log.c (modified) (view diffs)
-
uspace/lib/c/generic/io/logctl.c (modified) (view diffs)
-
uspace/lib/c/generic/io/window.c (modified) (view diffs)
-
uspace/lib/c/generic/ipc.c (modified) (view diffs)
-
uspace/lib/c/generic/iplink.c (modified) (view diffs)
-
uspace/lib/c/generic/iplink_srv.c (modified) (view diffs)
-
uspace/lib/c/generic/irc.c (added)
-
uspace/lib/c/generic/irq.c (added)
-
uspace/lib/c/generic/l18n/langs.c (modified) (view diffs)
-
uspace/lib/c/generic/libc.c (modified) (view diffs)
-
uspace/lib/c/generic/loader.c (modified) (view diffs)
-
uspace/lib/c/generic/loc.c (modified) (view diffs)
-
uspace/lib/c/generic/malloc.c (modified) (view diffs)
-
uspace/lib/c/generic/mman.c (deleted)
-
uspace/lib/c/generic/net/inet.c (deleted)
-
uspace/lib/c/generic/net/socket_client.c (deleted)
-
uspace/lib/c/generic/net/socket_parse.c (deleted)
-
uspace/lib/c/generic/ns.c (modified) (view diffs)
-
uspace/lib/c/generic/pio_trace.c (modified) (view diffs)
-
uspace/lib/c/generic/private/stdio.h (modified) (view diffs)
-
uspace/lib/c/generic/rcu.c (added)
-
uspace/lib/c/generic/rtld/module.c (modified) (view diffs)
-
uspace/lib/c/generic/rtld/rtld.c (modified) (view diffs)
-
uspace/lib/c/generic/rtld/symbol.c (modified) (view diffs)
-
uspace/lib/c/generic/setjmp.c (added)
-
uspace/lib/c/generic/smp_memory_barrier.c (added)
-
uspace/lib/c/generic/stacktrace.c (modified) (view diffs)
-
uspace/lib/c/generic/stats.c (modified) (view diffs)
-
uspace/lib/c/generic/str.c (modified) (view diffs)
-
uspace/lib/c/generic/task.c (modified) (view diffs)
-
uspace/lib/c/generic/thread.c (modified) (view diffs)
-
uspace/lib/c/generic/time.c (modified) (view diffs)
-
uspace/lib/c/generic/tls.c (modified) (view diffs)
-
uspace/lib/c/generic/uuid.c (added)
-
uspace/lib/c/generic/vbd.c (added)
-
uspace/lib/c/generic/vfs/vfs.c (modified) (view diffs)
-
uspace/lib/c/generic/vol.c (added)
-
uspace/lib/c/include/adt/char_map.h (deleted)
-
uspace/lib/c/include/adt/checksum.h (added)
-
uspace/lib/c/include/adt/dynamic_fifo.h (deleted)
-
uspace/lib/c/include/adt/generic_char_map.h (deleted)
-
uspace/lib/c/include/adt/generic_field.h (deleted)
-
uspace/lib/c/include/adt/int_map.h (deleted)
-
uspace/lib/c/include/adt/list.h (modified) (view diffs)
-
uspace/lib/c/include/adt/odict.h (added)
-
uspace/lib/c/include/as.h (modified) (view diffs)
-
uspace/lib/c/include/assert.h (modified) (view diffs)
-
uspace/lib/c/include/async.h (modified) (view diffs)
-
uspace/lib/c/include/bd.h (modified) (view diffs)
-
uspace/lib/c/include/bd_srv.h (modified) (view diffs)
-
uspace/lib/c/include/bitops.h (modified) (view diffs)
-
uspace/lib/c/include/cfg.h (deleted)
-
uspace/lib/c/include/compiler/barrier.h (added)
-
uspace/lib/c/include/config.h (added)
-
uspace/lib/c/include/corecfg.h (added)
-
uspace/lib/c/include/ddi.h (modified) (view diffs)
-
uspace/lib/c/include/device/ahci.h (deleted)
-
uspace/lib/c/include/device/battery_dev.h (deleted)
-
uspace/lib/c/include/device/char_dev.h (deleted)
-
uspace/lib/c/include/device/graph_dev.h (deleted)
-
uspace/lib/c/include/device/hw_res.h (modified) (view diffs)
-
uspace/lib/c/include/device/hw_res_parsed.h (modified) (view diffs)
-
uspace/lib/c/include/device/led_dev.h (added)
-
uspace/lib/c/include/device/nic.h (deleted)
-
uspace/lib/c/include/device/pci.h (deleted)
-
uspace/lib/c/include/device/pio_window.h (added)
-
uspace/lib/c/include/devman.h (modified) (view diffs)
-
uspace/lib/c/include/elf/elf_load.h (modified) (view diffs)
-
uspace/lib/c/include/elf/elf_mod.h (added)
-
uspace/lib/c/include/errno.h (modified) (view diffs)
-
uspace/lib/c/include/event.h (deleted)
-
uspace/lib/c/include/fibril.h (modified) (view diffs)
-
uspace/lib/c/include/fibril_synch.h (modified) (view diffs)
-
uspace/lib/c/include/fourcc.h (deleted)
-
uspace/lib/c/include/futex.h (modified) (view diffs)
-
uspace/lib/c/include/ieee80211/ieee80211.h (added)
-
uspace/lib/c/include/imath.h (added)
-
uspace/lib/c/include/inet/addr.h (modified) (view diffs)
-
uspace/lib/c/include/inet/dhcp.h (added)
-
uspace/lib/c/include/inet/dnsr.h (modified) (view diffs)
-
uspace/lib/c/include/inet/endpoint.h (added)
-
uspace/lib/c/include/inet/host.h (added)
-
uspace/lib/c/include/inet/hostname.h (added)
-
uspace/lib/c/include/inet/hostport.h (added)
-
uspace/lib/c/include/inet/inet.h (modified) (view diffs)
-
uspace/lib/c/include/inet/inetcfg.h (modified) (view diffs)
-
uspace/lib/c/include/inet/inetping.h (modified) (view diffs)
-
uspace/lib/c/include/inet/inetping6.h (deleted)
-
uspace/lib/c/include/inet/iplink.h (modified) (view diffs)
-
uspace/lib/c/include/inet/iplink_srv.h (modified) (view diffs)
-
uspace/lib/c/include/inet/tcp.h (added)
-
uspace/lib/c/include/inet/udp.h (added)
-
uspace/lib/c/include/io/chardev.h (added)
-
uspace/lib/c/include/io/chardev_srv.h (added)
-
uspace/lib/c/include/io/input.h (modified) (view diffs)
-
uspace/lib/c/include/io/keycode.h (modified) (view diffs)
-
uspace/lib/c/include/io/kio.h (added)
-
uspace/lib/c/include/io/klog.h (modified) (view diffs)
-
uspace/lib/c/include/io/log.h (modified) (view diffs)
-
uspace/lib/c/include/io/pixelmap.h (modified) (view diffs)
-
uspace/lib/c/include/io/window.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/bd.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/chardev.h (added)
-
uspace/lib/c/include/ipc/common.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/corecfg.h (added)
-
uspace/lib/c/include/ipc/dev_iface.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/devman.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/dhcp.h (added)
-
uspace/lib/c/include/ipc/driver.h (deleted)
-
uspace/lib/c/include/ipc/event.h (added)
-
uspace/lib/c/include/ipc/inet.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/input.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/ipc.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/iplink.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/irc.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/irq.h (added)
-
uspace/lib/c/include/ipc/loc.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/logger.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/services.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/socket.h (deleted)
-
uspace/lib/c/include/ipc/tcp.h (added)
-
uspace/lib/c/include/ipc/udp.h (added)
-
uspace/lib/c/include/ipc/vbd.h (added)
-
uspace/lib/c/include/ipc/vfs.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/vol.h (added)
-
uspace/lib/c/include/irc.h (added)
-
uspace/lib/c/include/l18n/langs.h (modified) (view diffs)
-
uspace/lib/c/include/loader/loader.h (modified) (view diffs)
-
uspace/lib/c/include/loader/pcb.h (modified) (view diffs)
-
uspace/lib/c/include/loc.h (modified) (view diffs)
-
uspace/lib/c/include/macros.h (modified) (view diffs)
-
uspace/lib/c/include/malloc.h (modified) (view diffs)
-
uspace/lib/c/include/mem.h (modified) (view diffs)
-
uspace/lib/c/include/net/device.h (deleted)
-
uspace/lib/c/include/net/in.h (deleted)
-
uspace/lib/c/include/net/in6.h (deleted)
-
uspace/lib/c/include/net/inet.h (deleted)
-
uspace/lib/c/include/net/ip_codes.h (deleted)
-
uspace/lib/c/include/net/ip_protocols.h (deleted)
-
uspace/lib/c/include/net/socket.h (deleted)
-
uspace/lib/c/include/net/socket_codes.h (deleted)
-
uspace/lib/c/include/net/socket_parse.h (deleted)
-
uspace/lib/c/include/ns.h (modified) (view diffs)
-
uspace/lib/c/include/rcu.h (added)
-
uspace/lib/c/include/rtld/dynamic.h (modified) (view diffs)
-
uspace/lib/c/include/rtld/module.h (modified) (view diffs)
-
uspace/lib/c/include/rtld/rtld.h (modified) (view diffs)
-
uspace/lib/c/include/rtld/rtld_debug.h (modified) (view diffs)
-
uspace/lib/c/include/rtld/symbol.h (modified) (view diffs)
-
uspace/lib/c/include/rwlock.h (modified) (view diffs)
-
uspace/lib/c/include/setjmp.h (modified) (view diffs)
-
uspace/lib/c/include/smp_memory_barrier.h (added)
-
uspace/lib/c/include/stacktrace.h (modified) (view diffs)
-
uspace/lib/c/include/stats.h (modified) (view diffs)
-
uspace/lib/c/include/stddef.h (modified) (view diffs)
-
uspace/lib/c/include/stdint.h (modified) (view diffs)
-
uspace/lib/c/include/stdio.h (modified) (view diffs)
-
uspace/lib/c/include/str.h (modified) (view diffs)
-
uspace/lib/c/include/sys/mman.h (deleted)
-
uspace/lib/c/include/sys/statfs.h (added)
-
uspace/lib/c/include/sys/time.h (modified) (view diffs)
-
uspace/lib/c/include/sys/types.h (modified) (view diffs)
-
uspace/lib/c/include/task.h (modified) (view diffs)
-
uspace/lib/c/include/tls.h (modified) (view diffs)
-
uspace/lib/c/include/types/adt/odict.h (added)
-
uspace/lib/c/include/types/inet.h (added)
-
uspace/lib/c/include/types/inet/host.h (added)
-
uspace/lib/c/include/types/inet/hostport.h (added)
-
uspace/lib/c/include/types/inetcfg.h (added)
-
uspace/lib/c/include/types/inetping.h (added)
-
uspace/lib/c/include/types/label.h (added)
-
uspace/lib/c/include/types/rtld/module.h (added)
-
uspace/lib/c/include/types/rtld/rtld.h (added)
-
uspace/lib/c/include/types/task.h (added)
-
uspace/lib/c/include/types/uuid.h (added)
-
uspace/lib/c/include/types/vol.h (added)
-
uspace/lib/c/include/unistd.h (modified) (view diffs)
-
uspace/lib/c/include/uuid.h (added)
-
uspace/lib/c/include/vbd.h (added)
-
uspace/lib/c/include/vfs/vfs.h (modified) (view diffs)
-
uspace/lib/c/include/vfs/vfs_sess.h (modified) (view diffs)
-
uspace/lib/c/include/vol.h (added)
-
uspace/lib/c/test/main.c (added)
-
uspace/lib/c/test/odict.c (added)
-
uspace/lib/c/test/sprintf.c (added)
-
uspace/lib/c/test/str.c (added)
-
uspace/lib/clui/Makefile (modified) (view diffs)
-
uspace/lib/clui/nchoice.c (added)
-
uspace/lib/clui/nchoice.h (added)
-
uspace/lib/clui/tinput.c (modified) (view diffs)
-
uspace/lib/clui/tinput.h (modified) (view diffs)
-
uspace/lib/compress/Makefile (added)
-
uspace/lib/compress/gzip.c (added)
-
uspace/lib/compress/gzip.h (added)
-
uspace/lib/compress/inflate.c (added)
-
uspace/lib/compress/inflate.h (added)
-
uspace/lib/crypto/Makefile (added)
-
uspace/lib/crypto/aes.c (added)
-
uspace/lib/crypto/crc16_ibm.c (added)
-
uspace/lib/crypto/crypto.c (added)
-
uspace/lib/crypto/crypto.h (added)
-
uspace/lib/crypto/rc4.c (added)
-
uspace/lib/dltest/Makefile (added)
-
uspace/lib/dltest/dltest.c (added)
-
uspace/lib/dltest/libdltest.h (added)
-
uspace/lib/draw/Makefile (modified) (view diffs)
-
uspace/lib/draw/codec/tga.c (modified) (view diffs)
-
uspace/lib/draw/codec/tga.gz.c (added)
-
uspace/lib/draw/codec/tga.gz.h (added)
-
uspace/lib/draw/codec/webp.c (added)
-
uspace/lib/draw/codec/webp.h (added)
-
uspace/lib/draw/cursor/embedded.c (modified) (view diffs)
-
uspace/lib/draw/drawctx.c (modified) (view diffs)
-
uspace/lib/draw/font.c (modified) (view diffs)
-
uspace/lib/draw/font.h (modified) (view diffs)
-
uspace/lib/draw/font/bitmap_backend.c (added)
-
uspace/lib/draw/font/bitmap_backend.h (added)
-
uspace/lib/draw/font/embedded.c (modified) (view diffs)
-
uspace/lib/draw/font/embedded.h (modified) (view diffs)
-
uspace/lib/draw/font/pcf.c (added)
-
uspace/lib/draw/font/pcf.h (added)
-
uspace/lib/draw/gfx/font-8x16.c (modified) (view diffs)
-
uspace/lib/draw/gfx/font-8x16.h (modified) (view diffs)
-
uspace/lib/draw/source.c (modified) (view diffs)
-
uspace/lib/draw/source.h (modified) (view diffs)
-
uspace/lib/draw/surface.c (modified) (view diffs)
-
uspace/lib/drv/Makefile (modified) (view diffs)
-
uspace/lib/drv/generic/dev_iface.c (modified) (view diffs)
-
uspace/lib/drv/generic/driver.c (modified) (view diffs)
-
uspace/lib/drv/generic/interrupt.c (modified) (view diffs)
-
uspace/lib/drv/generic/private/driver.h (modified) (view diffs)
-
uspace/lib/drv/generic/private/remote_ahci.h (added)
-
uspace/lib/drv/generic/private/remote_audio_mixer.h (added)
-
uspace/lib/drv/generic/private/remote_audio_pcm.h (added)
-
uspace/lib/drv/generic/private/remote_battery_dev.h (added)
-
uspace/lib/drv/generic/private/remote_char_dev.h (added)
-
uspace/lib/drv/generic/private/remote_clock_dev.h (added)
-
uspace/lib/drv/generic/private/remote_hw_res.h (added)
-
uspace/lib/drv/generic/private/remote_ieee80211.h (added)
-
uspace/lib/drv/generic/private/remote_led_dev.h (added)
-
uspace/lib/drv/generic/private/remote_nic.h (added)
-
uspace/lib/drv/generic/private/remote_pci.h (added)
-
uspace/lib/drv/generic/private/remote_pio_window.h (added)
-
uspace/lib/drv/generic/private/remote_usb.h (added)
-
uspace/lib/drv/generic/private/remote_usbhc.h (added)
-
uspace/lib/drv/generic/private/remote_usbhid.h (added)
-
uspace/lib/drv/generic/remote_ahci.c (modified) (view diffs)
-
uspace/lib/drv/generic/remote_audio_mixer.c (added)
-
uspace/lib/drv/generic/remote_audio_pcm.c (added)
-
uspace/lib/drv/generic/remote_battery_dev.c (modified) (view diffs)
-
uspace/lib/drv/generic/remote_char_dev.c (modified) (view diffs)
-
uspace/lib/drv/generic/remote_clock_dev.c (modified) (view diffs)
-
uspace/lib/drv/generic/remote_graph_dev.c (deleted)
-
uspace/lib/drv/generic/remote_hw_res.c (modified) (view diffs)
-
uspace/lib/drv/generic/remote_ieee80211.c (added)
-
uspace/lib/drv/generic/remote_led_dev.c (added)
-
uspace/lib/drv/generic/remote_nic.c (modified) (view diffs)
-
uspace/lib/drv/generic/remote_pci.c (modified) (view diffs)
-
uspace/lib/drv/generic/remote_pio_window.c (added)
-
uspace/lib/drv/generic/remote_usb.c (modified) (view diffs)
-
uspace/lib/drv/generic/remote_usbhc.c (modified) (view diffs)
-
uspace/lib/drv/generic/remote_usbhid.c (modified) (view diffs)
-
uspace/lib/drv/include/ahci_iface.h (modified) (view diffs)
-
uspace/lib/drv/include/audio_mixer_iface.h (added)
-
uspace/lib/drv/include/audio_pcm_iface.h (added)
-
uspace/lib/drv/include/battery_iface.h (added)
-
uspace/lib/drv/include/char_dev_iface.h (added)
-
uspace/lib/drv/include/ddf/driver.h (modified) (view diffs)
-
uspace/lib/drv/include/ddf/interrupt.h (modified) (view diffs)
-
uspace/lib/drv/include/dev_iface.h (modified) (view diffs)
-
uspace/lib/drv/include/ieee80211_iface.h (added)
-
uspace/lib/drv/include/nic_iface.h (added)
-
uspace/lib/drv/include/ops/battery_dev.h (modified) (view diffs)
-
uspace/lib/drv/include/ops/graph_dev.h (deleted)
-
uspace/lib/drv/include/ops/hw_res.h (modified) (view diffs)
-
uspace/lib/drv/include/ops/ieee80211.h (added)
-
uspace/lib/drv/include/ops/led_dev.h (added)
-
uspace/lib/drv/include/ops/pio_window.h (added)
-
uspace/lib/drv/include/pci_dev_iface.h (modified) (view diffs)
-
uspace/lib/drv/include/remote_ahci.h (deleted)
-
uspace/lib/drv/include/remote_battery_dev.h (deleted)
-
uspace/lib/drv/include/remote_char_dev.h (deleted)
-
uspace/lib/drv/include/remote_clock_dev.h (deleted)
-
uspace/lib/drv/include/remote_graph_dev.h (deleted)
-
uspace/lib/drv/include/remote_hw_res.h (deleted)
-
uspace/lib/drv/include/remote_nic.h (deleted)
-
uspace/lib/drv/include/remote_pci.h (deleted)
-
uspace/lib/drv/include/remote_usb.h (deleted)
-
uspace/lib/drv/include/remote_usbhc.h (deleted)
-
uspace/lib/drv/include/remote_usbhid.h (deleted)
-
uspace/lib/drv/include/usb_iface.h (modified) (view diffs)
-
uspace/lib/drv/include/usbhc_iface.h (modified) (view diffs)
-
uspace/lib/drv/include/usbhid_iface.h (modified) (view diffs)
-
uspace/lib/ext4/Makefile (modified) (view diffs)
-
uspace/lib/ext4/libext4.h (modified) (view diffs)
-
uspace/lib/ext4/libext4_balloc.c (modified) (view diffs)
-
uspace/lib/ext4/libext4_crc.c (deleted)
-
uspace/lib/ext4/libext4_crc.h (deleted)
-
uspace/lib/ext4/libext4_directory.c (modified) (view diffs)
-
uspace/lib/ext4/libext4_directory_index.c (modified) (view diffs)
-
uspace/lib/ext4/libext4_extent.c (modified) (view diffs)
-
uspace/lib/ext4/libext4_filesystem.c (modified) (view diffs)
-
uspace/lib/ext4/libext4_filesystem.h (modified) (view diffs)
-
uspace/lib/ext4/libext4_ialloc.c (modified) (view diffs)
-
uspace/lib/ext4/libext4_superblock.c (modified) (view diffs)
-
uspace/lib/ext4/libext4_superblock.h (modified) (view diffs)
-
uspace/lib/ext4/libext4_types.h (modified) (view diffs)
-
uspace/lib/fdisk/Makefile (added)
-
uspace/lib/fdisk/include/fdisk.h (added)
-
uspace/lib/fdisk/include/types/fdisk.h (added)
-
uspace/lib/fdisk/src/cap.c (added)
-
uspace/lib/fdisk/src/fdisk.c (added)
-
uspace/lib/fs/libfs.c (modified) (view diffs)
-
uspace/lib/fs/libfs.h (modified) (view diffs)
-
uspace/lib/graph/Makefile (modified) (view diffs)
-
uspace/lib/graph/graph.c (modified) (view diffs)
-
uspace/lib/gui/Makefile (modified) (view diffs)
-
uspace/lib/gui/button.c (modified) (view diffs)
-
uspace/lib/gui/button.h (modified) (view diffs)
-
uspace/lib/gui/canvas.c (modified) (view diffs)
-
uspace/lib/gui/canvas.h (modified) (view diffs)
-
uspace/lib/gui/common.c (added)
-
uspace/lib/gui/common.h (added)
-
uspace/lib/gui/connection.c (modified) (view diffs)
-
uspace/lib/gui/grid.c (modified) (view diffs)
-
uspace/lib/gui/grid.h (modified) (view diffs)
-
uspace/lib/gui/label.c (modified) (view diffs)
-
uspace/lib/gui/label.h (modified) (view diffs)
-
uspace/lib/gui/minimal.c (modified) (view diffs)
-
uspace/lib/gui/minimal.h (modified) (view diffs)
-
uspace/lib/gui/terminal.c (modified) (view diffs)
-
uspace/lib/gui/terminal.h (modified) (view diffs)
-
uspace/lib/gui/widget.c (modified) (view diffs)
-
uspace/lib/gui/widget.h (modified) (view diffs)
-
uspace/lib/gui/window.c (modified) (view diffs)
-
uspace/lib/gui/window.h (modified) (view diffs)
-
uspace/lib/hound/Makefile (added)
-
uspace/lib/hound/include/hound/client.h (added)
-
uspace/lib/hound/include/hound/protocol.h (added)
-
uspace/lib/hound/include/hound/server.h (added)
-
uspace/lib/hound/src/client.c (added)
-
uspace/lib/hound/src/protocol.c (added)
-
uspace/lib/http/Makefile (added)
-
uspace/lib/http/include/http/ctype.h (added)
-
uspace/lib/http/include/http/errno.h (added)
-
uspace/lib/http/include/http/http.h (added)
-
uspace/lib/http/include/http/receive-buffer.h (added)
-
uspace/lib/http/src/headers.c (added)
-
uspace/lib/http/src/http.c (added)
-
uspace/lib/http/src/receive-buffer.c (added)
-
uspace/lib/http/src/request.c (added)
-
uspace/lib/http/src/response.c (added)
-
uspace/lib/ieee80211/Makefile (added)
-
uspace/lib/ieee80211/include/ieee80211.h (added)
-
uspace/lib/ieee80211/include/ieee80211_iface_impl.h (added)
-
uspace/lib/ieee80211/include/ieee80211_impl.h (added)
-
uspace/lib/ieee80211/include/ieee80211_private.h (added)
-
uspace/lib/ieee80211/src/ieee80211.c (added)
-
uspace/lib/ieee80211/src/ieee80211_iface_impl.c (added)
-
uspace/lib/ieee80211/src/ieee80211_impl.c (added)
-
uspace/lib/label/Makefile (added)
-
uspace/lib/label/include/label.h (added)
-
uspace/lib/label/include/std/gpt.h (added)
-
uspace/lib/label/include/std/mbr.h (added)
-
uspace/lib/label/include/types/liblabel.h (added)
-
uspace/lib/label/src/dummy.c (added)
-
uspace/lib/label/src/dummy.h (added)
-
uspace/lib/label/src/gpt.c (added)
-
uspace/lib/label/src/gpt.h (added)
-
uspace/lib/label/src/label.c (added)
-
uspace/lib/label/src/mbr.c (added)
-
uspace/lib/label/src/mbr.h (added)
-
uspace/lib/math/Makefile (added)
-
uspace/lib/math/arch/abs32le/Makefile.inc (added)
-
uspace/lib/math/arch/abs32le/include/libarch/math.h (added)
-
uspace/lib/math/arch/amd64/Makefile.inc (added)
-
uspace/lib/math/arch/amd64/include/libarch/math.h (added)
-
uspace/lib/math/arch/amd64/include/libarch/x87.h (added)
-
uspace/lib/math/arch/amd64/src/cos.S (added)
-
uspace/lib/math/arch/amd64/src/sin.S (added)
-
uspace/lib/math/arch/amd64/src/trunc.S (added)
-
uspace/lib/math/arch/arm32/Makefile.inc (added)
-
uspace/lib/math/arch/arm32/include/libarch/math.h (added)
-
uspace/lib/math/arch/ia32/Makefile.inc (added)
-
uspace/lib/math/arch/ia32/include/libarch/math.h (added)
-
uspace/lib/math/arch/ia32/include/libarch/x87.h (added)
-
uspace/lib/math/arch/ia32/src/cos.S (added)
-
uspace/lib/math/arch/ia32/src/sin.S (added)
-
uspace/lib/math/arch/ia32/src/trunc.S (added)
-
uspace/lib/math/arch/ia64/Makefile.inc (added)
-
uspace/lib/math/arch/ia64/include/libarch/math.h (added)
-
uspace/lib/math/arch/mips32/Makefile.inc (added)
-
uspace/lib/math/arch/mips32/include/libarch/math.h (added)
-
uspace/lib/math/arch/mips32eb/Makefile.inc (added)
-
uspace/lib/math/arch/mips32eb/include/libarch/math.h (added)
-
uspace/lib/math/arch/ppc32/Makefile.inc (added)
-
uspace/lib/math/arch/ppc32/include/libarch/math.h (added)
-
uspace/lib/math/arch/riscv64/Makefile.inc (added)
-
uspace/lib/math/arch/riscv64/include/libarch/math.h (added)
-
uspace/lib/math/arch/sparc64/Makefile.inc (added)
-
uspace/lib/math/arch/sparc64/include/libarch/math.h (added)
-
uspace/lib/math/generic/acos.c (added)
-
uspace/lib/math/generic/asin.c (added)
-
uspace/lib/math/generic/atan.c (added)
-
uspace/lib/math/generic/atan2.c (added)
-
uspace/lib/math/generic/ceil.c (added)
-
uspace/lib/math/generic/cosh.c (added)
-
uspace/lib/math/generic/exp.c (added)
-
uspace/lib/math/generic/fabs.c (added)
-
uspace/lib/math/generic/floor.c (added)
-
uspace/lib/math/generic/fmod.c (added)
-
uspace/lib/math/generic/frexp.c (added)
-
uspace/lib/math/generic/ldexp.c (added)
-
uspace/lib/math/generic/log.c (added)
-
uspace/lib/math/generic/log10.c (added)
-
uspace/lib/math/generic/modf.c (added)
-
uspace/lib/math/generic/pow.c (added)
-
uspace/lib/math/generic/sinh.c (added)
-
uspace/lib/math/generic/sqrt.c (added)
-
uspace/lib/math/generic/tan.c (added)
-
uspace/lib/math/generic/tanh.c (added)
-
uspace/lib/math/generic/trig.c (added)
-
uspace/lib/math/generic/trunc.c (added)
-
uspace/lib/math/include/acos.h (added)
-
uspace/lib/math/include/asin.h (added)
-
uspace/lib/math/include/atan.h (added)
-
uspace/lib/math/include/atan2.h (added)
-
uspace/lib/math/include/ceil.h (added)
-
uspace/lib/math/include/cosh.h (added)
-
uspace/lib/math/include/exp.h (added)
-
uspace/lib/math/include/fabs.h (added)
-
uspace/lib/math/include/floor.h (added)
-
uspace/lib/math/include/fmod.h (added)
-
uspace/lib/math/include/frexp.h (added)
-
uspace/lib/math/include/ldexp.h (added)
-
uspace/lib/math/include/log.h (added)
-
uspace/lib/math/include/log10.h (added)
-
uspace/lib/math/include/math.h (added)
-
uspace/lib/math/include/mathtypes.h (added)
-
uspace/lib/math/include/modf.h (added)
-
uspace/lib/math/include/pow.h (added)
-
uspace/lib/math/include/sinh.h (added)
-
uspace/lib/math/include/sqrt.h (added)
-
uspace/lib/math/include/tan.h (added)
-
uspace/lib/math/include/tanh.h (added)
-
uspace/lib/math/include/trig.h (added)
-
uspace/lib/math/include/trunc.h (added)
-
uspace/lib/net/Makefile (deleted)
-
uspace/lib/net/include/socket_core.h (deleted)
-
uspace/lib/net/tl/socket_core.c (deleted)
-
uspace/lib/nettl/Makefile (added)
-
uspace/lib/nettl/include/nettl/amap.h (added)
-
uspace/lib/nettl/include/nettl/portrng.h (added)
-
uspace/lib/nettl/src/amap.c (added)
-
uspace/lib/nettl/src/portrng.c (added)
-
uspace/lib/nic/include/nic.h (modified) (view diffs)
-
uspace/lib/nic/include/nic_driver.h (modified) (view diffs)
-
uspace/lib/nic/src/nic_driver.c (modified) (view diffs)
-
uspace/lib/nic/src/nic_ev.c (modified) (view diffs)
-
uspace/lib/nic/src/nic_impl.c (modified) (view diffs)
-
uspace/lib/pcm/Makefile (added)
-
uspace/lib/pcm/include/pcm/format.h (added)
-
uspace/lib/pcm/include/pcm/sample_format.h (added)
-
uspace/lib/pcm/src/format.c (added)
-
uspace/lib/pcut/Makefile (added)
-
uspace/lib/pcut/README.rst (added)
-
uspace/lib/pcut/helenos.mak (added)
-
uspace/lib/pcut/helenos.test.mak (added)
-
uspace/lib/pcut/include/pcut/asserts.h (added)
-
uspace/lib/pcut/include/pcut/datadef.h (added)
-
uspace/lib/pcut/include/pcut/helper.h (added)
-
uspace/lib/pcut/include/pcut/pcut.h (added)
-
uspace/lib/pcut/include/pcut/prevs.h (added)
-
uspace/lib/pcut/include/pcut/tests.h (added)
-
uspace/lib/pcut/src/assert.c (added)
-
uspace/lib/pcut/src/internal.h (added)
-
uspace/lib/pcut/src/list.c (added)
-
uspace/lib/pcut/src/main.c (added)
-
uspace/lib/pcut/src/os/generic.c (added)
-
uspace/lib/pcut/src/os/helenos.c (added)
-
uspace/lib/pcut/src/os/stdc.c (added)
-
uspace/lib/pcut/src/os/unix.c (added)
-
uspace/lib/pcut/src/os/windows.c (added)
-
uspace/lib/pcut/src/preproc.c (added)
-
uspace/lib/pcut/src/print.c (added)
-
uspace/lib/pcut/src/report/report.c (added)
-
uspace/lib/pcut/src/report/report.h (added)
-
uspace/lib/pcut/src/report/tap.c (added)
-
uspace/lib/pcut/src/report/xml.c (added)
-
uspace/lib/pcut/src/run.c (added)
-
uspace/lib/pcut/tests/.gitignore (added)
-
uspace/lib/pcut/tests/abort.c (added)
-
uspace/lib/pcut/tests/abort.expected (added)
-
uspace/lib/pcut/tests/asserts.c (added)
-
uspace/lib/pcut/tests/asserts.expected (added)
-
uspace/lib/pcut/tests/beforeafter.c (added)
-
uspace/lib/pcut/tests/beforeafter.expected (added)
-
uspace/lib/pcut/tests/errno.c (added)
-
uspace/lib/pcut/tests/errno.expected (added)
-
uspace/lib/pcut/tests/inithook.c (added)
-
uspace/lib/pcut/tests/inithook.expected (added)
-
uspace/lib/pcut/tests/manytests.c (added)
-
uspace/lib/pcut/tests/manytests.expected (added)
-
uspace/lib/pcut/tests/multisuite.expected (added)
-
uspace/lib/pcut/tests/preinithook.c (added)
-
uspace/lib/pcut/tests/preinithook.expected (added)
-
uspace/lib/pcut/tests/printing.c (added)
-
uspace/lib/pcut/tests/printing.expected (added)
-
uspace/lib/pcut/tests/simple.c (added)
-
uspace/lib/pcut/tests/simple.expected (added)
-
uspace/lib/pcut/tests/skip.c (added)
-
uspace/lib/pcut/tests/skip.expected (added)
-
uspace/lib/pcut/tests/suite1.c (added)
-
uspace/lib/pcut/tests/suite2.c (added)
-
uspace/lib/pcut/tests/suite_all.c (added)
-
uspace/lib/pcut/tests/suites.c (added)
-
uspace/lib/pcut/tests/suites.expected (added)
-
uspace/lib/pcut/tests/teardown.c (added)
-
uspace/lib/pcut/tests/teardown.expected (added)
-
uspace/lib/pcut/tests/teardownaborts.c (added)
-
uspace/lib/pcut/tests/teardownaborts.expected (added)
-
uspace/lib/pcut/tests/tested.c (added)
-
uspace/lib/pcut/tests/tested.h (added)
-
uspace/lib/pcut/tests/testlist.c (added)
-
uspace/lib/pcut/tests/testlist.expected (added)
-
uspace/lib/pcut/tests/timeout.c (added)
-
uspace/lib/pcut/tests/timeout.expected (added)
-
uspace/lib/pcut/tests/xmlreport.c (added)
-
uspace/lib/pcut/tests/xmlreport.expected (added)
-
uspace/lib/pcut/update-from-master.sh (added)
-
uspace/lib/posix/Makefile (modified) (view diffs)
-
uspace/lib/posix/include/posix/errno.h (modified) (view diffs)
-
uspace/lib/posix/include/posix/float.h (modified) (view diffs)
-
uspace/lib/posix/include/posix/inttypes.h (modified) (view diffs)
-
uspace/lib/posix/include/posix/math.h (modified) (view diffs)
-
uspace/lib/posix/include/posix/pthread.h (added)
-
uspace/lib/posix/include/posix/setjmp.h (added)
-
uspace/lib/posix/include/posix/stddef.h (modified) (view diffs)
-
uspace/lib/posix/include/posix/stdint.h (modified) (view diffs)
-
uspace/lib/posix/include/posix/stdio.h (modified) (view diffs)
-
uspace/lib/posix/include/posix/stdlib.h (modified) (view diffs)
-
uspace/lib/posix/include/posix/string.h (modified) (view diffs)
-
uspace/lib/posix/include/posix/sys/mman.h (modified) (view diffs)
-
uspace/lib/posix/include/posix/time.h (modified) (view diffs)
-
uspace/lib/posix/include/posix/unistd.h (modified) (view diffs)
-
uspace/lib/posix/source/fcntl.c (modified) (view diffs)
-
uspace/lib/posix/source/fnmatch.c (modified) (view diffs)
-
uspace/lib/posix/source/internal/common.h (modified) (view diffs)
-
uspace/lib/posix/source/math.c (deleted)
-
uspace/lib/posix/source/pthread/condvar.c (added)
-
uspace/lib/posix/source/pthread/keys.c (added)
-
uspace/lib/posix/source/pthread/mutex.c (added)
-
uspace/lib/posix/source/pthread/threads.c (added)
-
uspace/lib/posix/source/signal.c (modified) (view diffs)
-
uspace/lib/posix/source/stdio.c (modified) (view diffs)
-
uspace/lib/posix/source/stdio/scanf.c (modified) (view diffs)
-
uspace/lib/posix/source/stdlib.c (modified) (view diffs)
-
uspace/lib/posix/source/stdlib/strtol.c (modified) (view diffs)
-
uspace/lib/posix/source/string.c (modified) (view diffs)
-
uspace/lib/posix/source/sys/mman.c (added)
-
uspace/lib/posix/source/sys/stat.c (modified) (view diffs)
-
uspace/lib/posix/source/sys/wait.c (modified) (view diffs)
-
uspace/lib/posix/source/time.c (modified) (view diffs)
-
uspace/lib/posix/source/unistd.c (modified) (view diffs)
-
uspace/lib/posix/test/main.c (added)
-
uspace/lib/posix/test/scanf.c (added)
-
uspace/lib/posix/tools/create-redefines.sh (deleted)
-
uspace/lib/posix/tools/get-collision-list.sh (deleted)
-
uspace/lib/posix/tools/transform-symbols.sh (deleted)
-
uspace/lib/scsi/include/scsi/mmc.h (added)
-
uspace/lib/scsi/include/scsi/sbc.h (modified) (view diffs)
-
uspace/lib/scsi/include/scsi/spc.h (modified) (view diffs)
-
uspace/lib/softfloat/Makefile (modified) (view diffs)
-
uspace/lib/softfloat/add.c (modified) (view diffs)
-
uspace/lib/softfloat/add.h (modified) (view diffs)
-
uspace/lib/softfloat/common.c (modified) (view diffs)
-
uspace/lib/softfloat/common.h (modified) (view diffs)
-
uspace/lib/softfloat/comparison.c (modified) (view diffs)
-
uspace/lib/softfloat/comparison.h (modified) (view diffs)
-
uspace/lib/softfloat/conversion.c (modified) (view diffs)
-
uspace/lib/softfloat/conversion.h (modified) (view diffs)
-
uspace/lib/softfloat/div.c (modified) (view diffs)
-
uspace/lib/softfloat/div.h (modified) (view diffs)
-
uspace/lib/softfloat/mul.c (modified) (view diffs)
-
uspace/lib/softfloat/mul.h (modified) (view diffs)
-
uspace/lib/softfloat/neg.c (added)
-
uspace/lib/softfloat/neg.h (added)
-
uspace/lib/softfloat/other.c (deleted)
-
uspace/lib/softfloat/other.h (deleted)
-
uspace/lib/softfloat/sftypes.h (deleted)
-
uspace/lib/softfloat/softfloat.c (deleted)
-
uspace/lib/softfloat/softfloat.h (deleted)
-
uspace/lib/softfloat/sub.c (modified) (view diffs)
-
uspace/lib/softfloat/sub.h (modified) (view diffs)
-
uspace/lib/softint/Makefile (modified) (view diffs)
-
uspace/lib/softint/generic/bits.c (added)
-
uspace/lib/softint/generic/shift.c (modified) (view diffs)
-
uspace/lib/softint/include/bits.h (added)
-
uspace/lib/softint/include/shift.h (modified) (view diffs)
-
uspace/lib/softrend/Makefile (modified) (view diffs)
-
uspace/lib/softrend/compose.c (modified) (view diffs)
-
uspace/lib/softrend/filter.c (modified) (view diffs)
-
uspace/lib/softrend/filter.h (modified) (view diffs)
-
uspace/lib/softrend/transform.c (modified) (view diffs)
-
uspace/lib/softrend/transform.h (modified) (view diffs)
-
uspace/lib/trackmod/Makefile (added)
-
uspace/lib/trackmod/protracker.c (added)
-
uspace/lib/trackmod/protracker.h (added)
-
uspace/lib/trackmod/trackmod.c (added)
-
uspace/lib/trackmod/trackmod.h (added)
-
uspace/lib/trackmod/types/protracker.h (added)
-
uspace/lib/trackmod/types/trackmod.h (added)
-
uspace/lib/trackmod/types/xm.h (added)
-
uspace/lib/trackmod/xm.c (added)
-
uspace/lib/trackmod/xm.h (added)
-
uspace/lib/uri/Makefile (added)
-
uspace/lib/uri/ctype.h (added)
-
uspace/lib/uri/test/main.c (added)
-
uspace/lib/uri/test/parser.c (added)
-
uspace/lib/uri/uri.c (added)
-
uspace/lib/uri/uri.h (added)
-
uspace/lib/usb/Makefile (modified) (view diffs)
-
uspace/lib/usb/include/usb/classes/hub.h (modified) (view diffs)
-
uspace/lib/usb/include/usb/classes/massstor.h (modified) (view diffs)
-
uspace/lib/usb/include/usb/ddfiface.h (deleted)
-
uspace/lib/usb/include/usb/debug.h (modified) (view diffs)
-
uspace/lib/usb/include/usb/descriptor.h (modified) (view diffs)
-
uspace/lib/usb/include/usb/dev.h (modified) (view diffs)
-
uspace/lib/usb/include/usb/hc.h (deleted)
-
uspace/lib/usb/include/usb/request.h (added)
-
uspace/lib/usb/include/usb/usb.h (modified) (view diffs)
-
uspace/lib/usb/src/class.c (modified) (view diffs)
-
uspace/lib/usb/src/ddfiface.c (deleted)
-
uspace/lib/usb/src/debug.c (modified) (view diffs)
-
uspace/lib/usb/src/dev.c (modified) (view diffs)
-
uspace/lib/usb/src/dump.c (modified) (view diffs)
-
uspace/lib/usb/src/hc.c (deleted)
-
uspace/lib/usb/src/usb.c (modified) (view diffs)
-
uspace/lib/usbdev/Makefile (modified) (view diffs)
-
uspace/lib/usbdev/include/usb/dev/alternate_ifaces.h (added)
-
uspace/lib/usbdev/include/usb/dev/device.h (added)
-
uspace/lib/usbdev/include/usb/dev/dp.h (modified) (view diffs)
-
uspace/lib/usbdev/include/usb/dev/driver.h (modified) (view diffs)
-
uspace/lib/usbdev/include/usb/dev/hub.h (deleted)
-
uspace/lib/usbdev/include/usb/dev/pipes.h (modified) (view diffs)
-
uspace/lib/usbdev/include/usb/dev/poll.h (modified) (view diffs)
-
uspace/lib/usbdev/include/usb/dev/recognise.h (modified) (view diffs)
-
uspace/lib/usbdev/include/usb/dev/request.h (modified) (view diffs)
-
uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (deleted)
-
uspace/lib/usbdev/src/altiface.c (modified) (view diffs)
-
uspace/lib/usbdev/src/devdrv.c (modified) (view diffs)
-
uspace/lib/usbdev/src/devpoll.c (modified) (view diffs)
-
uspace/lib/usbdev/src/dp.c (modified) (view diffs)
-
uspace/lib/usbdev/src/driver.c (added)
-
uspace/lib/usbdev/src/hub.c (deleted)
-
uspace/lib/usbdev/src/pipes.c (modified) (view diffs)
-
uspace/lib/usbdev/src/pipesinit.c (modified) (view diffs)
-
uspace/lib/usbdev/src/recognise.c (modified) (view diffs)
-
uspace/lib/usbdev/src/request.c (modified) (view diffs)
-
uspace/lib/usbhid/Makefile (modified) (view diffs)
-
uspace/lib/usbhid/include/usb/hid/iface.h (deleted)
-
uspace/lib/usbhid/src/hiddescriptor.c (modified) (view diffs)
-
uspace/lib/usbhid/src/hidiface.c (deleted)
-
uspace/lib/usbhid/src/hidparser.c (modified) (view diffs)
-
uspace/lib/usbhid/src/hidpath.c (modified) (view diffs)
-
uspace/lib/usbhid/src/hidreport.c (modified) (view diffs)
-
uspace/lib/usbhid/src/hidreq.c (modified) (view diffs)
-
uspace/lib/usbhost/Makefile (modified) (view diffs)
-
uspace/lib/usbhost/include/usb/host/ddf_helpers.h (added)
-
uspace/lib/usbhost/include/usb/host/endpoint.h (modified) (view diffs)
-
uspace/lib/usbhost/include/usb/host/hcd.h (modified) (view diffs)
-
uspace/lib/usbhost/include/usb/host/usb_bus.h (added)
-
uspace/lib/usbhost/include/usb/host/usb_device_manager.h (deleted)
-
uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (deleted)
-
uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) (view diffs)
-
uspace/lib/usbhost/include/usb/host/utils/malloc32.h (added)
-
uspace/lib/usbhost/src/ddf_helpers.c (added)
-
uspace/lib/usbhost/src/endpoint.c (modified) (view diffs)
-
uspace/lib/usbhost/src/hcd.c (added)
-
uspace/lib/usbhost/src/iface.c (deleted)
-
uspace/lib/usbhost/src/usb_bus.c (added)
-
uspace/lib/usbhost/src/usb_device_manager.c (deleted)
-
uspace/lib/usbhost/src/usb_endpoint_manager.c (deleted)
-
uspace/lib/usbhost/src/usb_transfer_batch.c (modified) (view diffs)
-
uspace/lib/usbvirt/Makefile (modified) (view diffs)
-
uspace/lib/usbvirt/include/usbvirt/device.h (modified) (view diffs)
-
uspace/lib/usbvirt/include/usbvirt/virthub_base.h (added)
-
uspace/lib/usbvirt/src/ctrltransfer.c (modified) (view diffs)
-
uspace/lib/usbvirt/src/device.c (modified) (view diffs)
-
uspace/lib/usbvirt/src/private.h (modified) (view diffs)
-
uspace/lib/usbvirt/src/stdreq.c (modified) (view diffs)
-
uspace/lib/usbvirt/src/transfer.c (modified) (view diffs)
-
uspace/lib/usbvirt/src/virthub_base.c (added)
-
uspace/lib/usbvirt/src/virthub_descriptors.c (added)
-
uspace/srv/audio/hound/Makefile (added)
-
uspace/srv/audio/hound/audio_data.c (added)
-
uspace/srv/audio/hound/audio_data.h (added)
-
uspace/srv/audio/hound/audio_device.c (added)
-
uspace/srv/audio/hound/audio_device.h (added)
-
uspace/srv/audio/hound/audio_sink.c (added)
-
uspace/srv/audio/hound/audio_sink.h (added)
-
uspace/srv/audio/hound/audio_source.c (added)
-
uspace/srv/audio/hound/audio_source.h (added)
-
uspace/srv/audio/hound/connection.c (added)
-
uspace/srv/audio/hound/connection.h (added)
-
uspace/srv/audio/hound/hound.c (added)
-
uspace/srv/audio/hound/hound.h (added)
-
uspace/srv/audio/hound/hound_ctx.c (added)
-
uspace/srv/audio/hound/hound_ctx.h (added)
-
uspace/srv/audio/hound/iface.c (added)
-
uspace/srv/audio/hound/log.h (added)
-
uspace/srv/audio/hound/main.c (added)
-
uspace/srv/bd/file_bd/file_bd.c (modified) (view diffs)
-
uspace/srv/bd/part/guid_part/Makefile (deleted)
-
uspace/srv/bd/part/guid_part/gpt.h (deleted)
-
uspace/srv/bd/part/guid_part/guid_part.c (deleted)
-
uspace/srv/bd/part/mbr_part/Makefile (deleted)
-
uspace/srv/bd/part/mbr_part/mbr_part.c (deleted)
-
uspace/srv/bd/rd/rd.c (modified) (view diffs)
-
uspace/srv/bd/sata_bd/Makefile (modified) (view diffs)
-
uspace/srv/bd/sata_bd/sata_bd.c (modified) (view diffs)
-
uspace/srv/bd/vbd/Makefile (added)
-
uspace/srv/bd/vbd/disk.c (added)
-
uspace/srv/bd/vbd/disk.h (added)
-
uspace/srv/bd/vbd/types/vbd.h (added)
-
uspace/srv/bd/vbd/vbd.c (added)
-
uspace/srv/clipboard/clipboard.c (modified) (view diffs)
-
uspace/srv/devman/Makefile (modified) (view diffs)
-
uspace/srv/devman/client_conn.c (added)
-
uspace/srv/devman/client_conn.h (added)
-
uspace/srv/devman/dev.c (added)
-
uspace/srv/devman/dev.h (added)
-
uspace/srv/devman/devman.c (deleted)
-
uspace/srv/devman/devman.h (modified) (view diffs)
-
uspace/srv/devman/devtree.c (added)
-
uspace/srv/devman/devtree.h (added)
-
uspace/srv/devman/driver.c (added)
-
uspace/srv/devman/driver.h (added)
-
uspace/srv/devman/drv_conn.c (added)
-
uspace/srv/devman/drv_conn.h (added)
-
uspace/srv/devman/fun.c (added)
-
uspace/srv/devman/fun.h (added)
-
uspace/srv/devman/loc.c (added)
-
uspace/srv/devman/loc.h (added)
-
uspace/srv/devman/main.c (modified) (view diffs)
-
uspace/srv/devman/main.h (added)
-
uspace/srv/devman/match.c (modified) (view diffs)
-
uspace/srv/devman/match.h (added)
-
uspace/srv/devman/util.c (modified) (view diffs)
-
uspace/srv/devman/util.h (modified) (view diffs)
-
uspace/srv/fs/cdfs/Makefile (modified) (view diffs)
-
uspace/srv/fs/cdfs/cdfs.c (modified) (view diffs)
-
uspace/srv/fs/cdfs/cdfs_ops.c (modified) (view diffs)
-
uspace/srv/fs/exfat/exfat.c (modified) (view diffs)
-
uspace/srv/fs/exfat/exfat_idx.c (modified) (view diffs)
-
uspace/srv/fs/exfat/exfat_ops.c (modified) (view diffs)
-
uspace/srv/fs/ext4fs/Makefile (modified) (view diffs)
-
uspace/srv/fs/ext4fs/ext4fs.c (modified) (view diffs)
-
uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) (view diffs)
-
uspace/srv/fs/fat/fat.c (modified) (view diffs)
-
uspace/srv/fs/fat/fat_idx.c (modified) (view diffs)
-
uspace/srv/fs/fat/fat_ops.c (modified) (view diffs)
-
uspace/srv/fs/locfs/Makefile (modified) (view diffs)
-
uspace/srv/fs/locfs/locfs.c (modified) (view diffs)
-
uspace/srv/fs/locfs/locfs_ops.c (modified) (view diffs)
-
uspace/srv/fs/mfs/mfs.c (modified) (view diffs)
-
uspace/srv/fs/mfs/mfs.h (modified) (view diffs)
-
uspace/srv/fs/mfs/mfs_balloc.c (modified) (view diffs)
-
uspace/srv/fs/mfs/mfs_ops.c (modified) (view diffs)
-
uspace/srv/fs/mfs/mfs_rw.c (modified) (view diffs)
-
uspace/srv/fs/tmpfs/tmpfs.c (modified) (view diffs)
-
uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) (view diffs)
-
uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) (view diffs)
-
uspace/srv/fs/udf/udf.c (modified) (view diffs)
-
uspace/srv/fs/udf/udf_ops.c (modified) (view diffs)
-
uspace/srv/hid/compositor/Makefile (modified) (view diffs)
-
uspace/srv/hid/compositor/compositor.c (modified) (view diffs)
-
uspace/srv/hid/compositor/gfx/nameic.tga (deleted)
-
uspace/srv/hid/console/console.c (modified) (view diffs)
-
uspace/srv/hid/console/console.h (modified) (view diffs)
-
uspace/srv/hid/input/Makefile (modified) (view diffs)
-
uspace/srv/hid/input/ctl/apple.c (modified) (view diffs)
-
uspace/srv/hid/input/ctl/kbdev.c (modified) (view diffs)
-
uspace/srv/hid/input/ctl/pc.c (deleted)
-
uspace/srv/hid/input/ctl/stty.c (modified) (view diffs)
-
uspace/srv/hid/input/ctl/sun.c (modified) (view diffs)
-
uspace/srv/hid/input/input.c (modified) (view diffs)
-
uspace/srv/hid/input/kbd.h (modified) (view diffs)
-
uspace/srv/hid/input/kbd_ctl.h (modified) (view diffs)
-
uspace/srv/hid/input/kbd_port.h (modified) (view diffs)
-
uspace/srv/hid/input/mouse.h (modified) (view diffs)
-
uspace/srv/hid/input/mouse_port.h (modified) (view diffs)
-
uspace/srv/hid/input/port/adb.c (modified) (view diffs)
-
uspace/srv/hid/input/port/adb_mouse.c (modified) (view diffs)
-
uspace/srv/hid/input/port/chardev.c (modified) (view diffs)
-
uspace/srv/hid/input/port/msim.c (modified) (view diffs)
-
uspace/srv/hid/input/port/niagara.c (modified) (view diffs)
-
uspace/srv/hid/input/port/ns16550.c (deleted)
-
uspace/srv/hid/input/port/pl050.c (deleted)
-
uspace/srv/hid/input/port/ski.c (modified) (view diffs)
-
uspace/srv/hid/input/proto/mousedev.c (modified) (view diffs)
-
uspace/srv/hid/input/serial.h (added)
-
uspace/srv/hid/isdv4_tablet/Makefile (modified) (view diffs)
-
uspace/srv/hid/isdv4_tablet/isdv4.c (modified) (view diffs)
-
uspace/srv/hid/isdv4_tablet/main.c (modified) (view diffs)
-
uspace/srv/hid/output/Makefile (modified) (view diffs)
-
uspace/srv/hid/output/output.c (modified) (view diffs)
-
uspace/srv/hid/output/port/chardev.c (added)
-
uspace/srv/hid/output/port/chardev.h (added)
-
uspace/srv/hid/output/port/ega.c (modified) (view diffs)
-
uspace/srv/hid/output/port/kchar.c (modified) (view diffs)
-
uspace/srv/hid/output/port/niagara.c (modified) (view diffs)
-
uspace/srv/hid/output/proto/vt100.c (modified) (view diffs)
-
uspace/srv/hid/remcons/remcons.c (modified) (view diffs)
-
uspace/srv/hid/remcons/remcons.h (modified) (view diffs)
-
uspace/srv/hid/remcons/user.c (modified) (view diffs)
-
uspace/srv/hid/remcons/user.h (modified) (view diffs)
-
uspace/srv/hid/rfb/Makefile (added)
-
uspace/srv/hid/rfb/main.c (added)
-
uspace/srv/hid/rfb/rfb.c (added)
-
uspace/srv/hid/rfb/rfb.h (added)
-
uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) (view diffs)
-
uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) (view diffs)
-
uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) (view diffs)
-
uspace/srv/hw/irc/apic/apic.c (modified) (view diffs)
-
uspace/srv/hw/irc/i8259/i8259.c (modified) (view diffs)
-
uspace/srv/hw/irc/icp-ic/Makefile (added)
-
uspace/srv/hw/irc/icp-ic/icp-ic.c (added)
-
uspace/srv/hw/irc/icp-ic/icp-ic_hw.h (added)
-
uspace/srv/hw/irc/obio/obio.c (modified) (view diffs)
-
uspace/srv/klog/Makefile (added)
-
uspace/srv/klog/klog.c (added)
-
uspace/srv/loader/Makefile (modified) (view diffs)
-
uspace/srv/loader/main.c (modified) (view diffs)
-
uspace/srv/locsrv/category.c (modified) (view diffs)
-
uspace/srv/locsrv/locsrv.c (modified) (view diffs)
-
uspace/srv/locsrv/locsrv.h (modified) (view diffs)
-
uspace/srv/logger/initlvl.c (modified) (view diffs)
-
uspace/srv/logger/logs.c (modified) (view diffs)
-
uspace/srv/logger/main.c (modified) (view diffs)
-
uspace/srv/logger/writer.c (modified) (view diffs)
-
uspace/srv/net/dhcp/Makefile (added)
-
uspace/srv/net/dhcp/dhcp.c (added)
-
uspace/srv/net/dhcp/dhcp.h (added)
-
uspace/srv/net/dhcp/dhcp_std.h (added)
-
uspace/srv/net/dhcp/main.c (added)
-
uspace/srv/net/dhcp/transport.c (added)
-
uspace/srv/net/dhcp/transport.h (added)
-
uspace/srv/net/dnsrsrv/dns_msg.c (modified) (view diffs)
-
uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) (view diffs)
-
uspace/srv/net/dnsrsrv/query.c (modified) (view diffs)
-
uspace/srv/net/dnsrsrv/query.h (modified) (view diffs)
-
uspace/srv/net/dnsrsrv/transport.c (modified) (view diffs)
-
uspace/srv/net/ethip/Makefile (modified) (view diffs)
-
uspace/srv/net/ethip/arp.c (modified) (view diffs)
-
uspace/srv/net/ethip/atrans.c (modified) (view diffs)
-
uspace/srv/net/ethip/atrans.h (modified) (view diffs)
-
uspace/srv/net/ethip/ethip.c (modified) (view diffs)
-
uspace/srv/net/ethip/ethip.h (modified) (view diffs)
-
uspace/srv/net/ethip/ethip_nic.c (modified) (view diffs)
-
uspace/srv/net/inetsrv/Makefile (modified) (view diffs)
-
uspace/srv/net/inetsrv/addrobj.c (modified) (view diffs)
-
uspace/srv/net/inetsrv/icmp.c (modified) (view diffs)
-
uspace/srv/net/inetsrv/icmp.h (modified) (view diffs)
-
uspace/srv/net/inetsrv/icmpv6.c (modified) (view diffs)
-
uspace/srv/net/inetsrv/icmpv6.h (modified) (view diffs)
-
uspace/srv/net/inetsrv/inet_link.c (modified) (view diffs)
-
uspace/srv/net/inetsrv/inet_link.h (modified) (view diffs)
-
uspace/srv/net/inetsrv/inetcfg.c (modified) (view diffs)
-
uspace/srv/net/inetsrv/inetping.c (modified) (view diffs)
-
uspace/srv/net/inetsrv/inetping.h (modified) (view diffs)
-
uspace/srv/net/inetsrv/inetping6.c (deleted)
-
uspace/srv/net/inetsrv/inetping6.h (deleted)
-
uspace/srv/net/inetsrv/inetsrv.c (modified) (view diffs)
-
uspace/srv/net/inetsrv/inetsrv.h (modified) (view diffs)
-
uspace/srv/net/inetsrv/ndp.c (modified) (view diffs)
-
uspace/srv/net/inetsrv/ntrans.c (modified) (view diffs)
-
uspace/srv/net/inetsrv/pdu.c (modified) (view diffs)
-
uspace/srv/net/inetsrv/pdu.h (modified) (view diffs)
-
uspace/srv/net/inetsrv/reass.c (modified) (view diffs)
-
uspace/srv/net/inetsrv/sroute.c (modified) (view diffs)
-
uspace/srv/net/loopip/loopip.c (modified) (view diffs)
-
uspace/srv/net/nconfsrv/Makefile (added)
-
uspace/srv/net/nconfsrv/iplink.c (added)
-
uspace/srv/net/nconfsrv/iplink.h (added)
-
uspace/srv/net/nconfsrv/nconfsrv.c (added)
-
uspace/srv/net/nconfsrv/nconfsrv.h (added)
-
uspace/srv/net/slip/Makefile (modified) (view diffs)
-
uspace/srv/net/slip/slip.c (modified) (view diffs)
-
uspace/srv/net/tcp/Makefile (modified) (view diffs)
-
uspace/srv/net/tcp/conn.c (modified) (view diffs)
-
uspace/srv/net/tcp/conn.h (modified) (view diffs)
-
uspace/srv/net/tcp/iqueue.c (modified) (view diffs)
-
uspace/srv/net/tcp/ncsim.c (modified) (view diffs)
-
uspace/srv/net/tcp/ncsim.h (modified) (view diffs)
-
uspace/srv/net/tcp/pdu.c (modified) (view diffs)
-
uspace/srv/net/tcp/pdu.h (modified) (view diffs)
-
uspace/srv/net/tcp/rqueue.c (modified) (view diffs)
-
uspace/srv/net/tcp/rqueue.h (modified) (view diffs)
-
uspace/srv/net/tcp/segment.c (modified) (view diffs)
-
uspace/srv/net/tcp/service.c (added)
-
uspace/srv/net/tcp/service.h (added)
-
uspace/srv/net/tcp/sock.c (deleted)
-
uspace/srv/net/tcp/sock.h (deleted)
-
uspace/srv/net/tcp/tcp.c (modified) (view diffs)
-
uspace/srv/net/tcp/tcp_type.h (modified) (view diffs)
-
uspace/srv/net/tcp/test.c (modified) (view diffs)
-
uspace/srv/net/tcp/tqueue.c (modified) (view diffs)
-
uspace/srv/net/tcp/tqueue.h (modified) (view diffs)
-
uspace/srv/net/tcp/ucall.c (modified) (view diffs)
-
uspace/srv/net/tcp/ucall.h (modified) (view diffs)
-
uspace/srv/net/udp/Makefile (modified) (view diffs)
-
uspace/srv/net/udp/assoc.c (modified) (view diffs)
-
uspace/srv/net/udp/assoc.h (modified) (view diffs)
-
uspace/srv/net/udp/msg.c (modified) (view diffs)
-
uspace/srv/net/udp/pdu.c (modified) (view diffs)
-
uspace/srv/net/udp/pdu.h (modified) (view diffs)
-
uspace/srv/net/udp/service.c (added)
-
uspace/srv/net/udp/service.h (added)
-
uspace/srv/net/udp/sock.c (deleted)
-
uspace/srv/net/udp/sock.h (deleted)
-
uspace/srv/net/udp/ucall.c (deleted)
-
uspace/srv/net/udp/ucall.h (deleted)
-
uspace/srv/net/udp/udp.c (modified) (view diffs)
-
uspace/srv/net/udp/udp_inet.c (modified) (view diffs)
-
uspace/srv/net/udp/udp_type.h (modified) (view diffs)
-
uspace/srv/ns/clonable.c (modified) (view diffs)
-
uspace/srv/ns/clonable.h (modified) (view diffs)
-
uspace/srv/ns/ns.c (modified) (view diffs)
-
uspace/srv/ns/service.c (modified) (view diffs)
-
uspace/srv/ns/service.h (modified) (view diffs)
-
uspace/srv/ns/task.c (modified) (view diffs)
-
uspace/srv/ns/task.h (modified) (view diffs)
-
uspace/srv/taskmon/taskmon.c (modified) (view diffs)
-
uspace/srv/vfs/Makefile (modified) (view diffs)
-
uspace/srv/vfs/vfs.c (modified) (view diffs)
-
uspace/srv/vfs/vfs.h (modified) (view diffs)
-
uspace/srv/vfs/vfs_lookup.c (modified) (view diffs)
-
uspace/srv/vfs/vfs_ops.c (modified) (view diffs)
-
uspace/srv/vfs/vfs_pager.c (added)
-
uspace/srv/vfs/vfs_register.c (modified) (view diffs)
-
uspace/srv/volsrv/Makefile (added)
-
uspace/srv/volsrv/empty.c (added)
-
uspace/srv/volsrv/empty.h (added)
-
uspace/srv/volsrv/mkfs.c (added)
-
uspace/srv/volsrv/mkfs.h (added)
-
uspace/srv/volsrv/part.c (added)
-
uspace/srv/volsrv/part.h (added)
-
uspace/srv/volsrv/types/part.h (added)
-
uspace/srv/volsrv/volsrv.c (added)
-
version (modified) (view diffs)
Note:
See TracChangeset
for help on using the changeset viewer.
