# # ChangeLog for / in mainline # # Generated by Trac 1.5.4 # 2024-05-20T22:10:08Z Sun, 26 Feb 2012 20:00:13 GMT Maurizio Lombardi [aa37d6f] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Fix comment, add description on top of function ... Sun, 26 Feb 2012 19:45:02 GMT Maurizio Lombardi [00af658] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: let the user specify the cluster size in Kb, not in bytes. Sun, 26 Feb 2012 19:35:13 GMT Maurizio Lombardi [ef144ef] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Improvements and bug fixes - The user now can specify the ... Sun, 26 Feb 2012 16:48:54 GMT Maurizio Lombardi [e04bfbf0] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Fix compile error on 32-bit architectures Sun, 26 Feb 2012 15:25:20 GMT Maurizio Lombardi [528acda] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: cstyle Sun, 26 Feb 2012 13:05:51 GMT Maurizio Lombardi [8271ae37] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Move checksum sectors initialization outside the Extended ... Sun, 26 Feb 2012 12:48:35 GMT Maurizio Lombardi [ff415f62] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Fix the extended boot sector initialization. Sat, 25 Feb 2012 14:53:21 GMT Maurizio Lombardi [da34d61d] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Write the root directory entries to disk. Sat, 25 Feb 2012 13:44:27 GMT Maurizio Lombardi [392bd67c] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: add function that computes the checksum value of the upcase ... Sat, 25 Feb 2012 13:17:32 GMT Maurizio Lombardi [ba55c194] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: fix comment. Fri, 24 Feb 2012 23:11:27 GMT Maurizio Lombardi [b200230] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Add some comments, code cleaning Fri, 24 Feb 2012 22:59:51 GMT Maurizio Lombardi [3467821] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: performance improvement, reset the buffer's content only if ... Fri, 24 Feb 2012 22:52:50 GMT Maurizio Lombardi [552efe3] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Fix memory access bug in the upcase_table_write() function. Fri, 24 Feb 2012 22:21:29 GMT Maurizio Lombardi [89a0a827] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: write the upcase table to disk Fri, 24 Feb 2012 21:50:48 GMT Maurizio Lombardi [557e5b13] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: write the rootdir cluster index to the boot sector Fri, 24 Feb 2012 21:39:27 GMT Maurizio Lombardi [69f9cf5] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Allocate a cluster for the root directory entry also, fix ... Fri, 24 Feb 2012 21:30:20 GMT Maurizio Lombardi [78de7be2] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Add function to allocate chains of clusters, alloc clusters ... Fri, 24 Feb 2012 09:28:47 GMT Maurizio Lombardi [7f381e5] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: rename fat_write to fat_initialize. Fri, 24 Feb 2012 08:36:02 GMT Maurizio Lombardi [a69e396] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: take into account the size of the upcase table when ... Fri, 24 Feb 2012 08:20:28 GMT Maurizio Lombardi [cbd8a72] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: fix bug in the bitmap creation code Wed, 22 Feb 2012 23:11:06 GMT Maurizio Lombardi [367014a] * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkexfat/upcase.h (added) mkexfat: Add the up-case unicode conversion table. Wed, 22 Feb 2012 21:42:36 GMT Maurizio Lombardi [6aeab59c] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Initialize the allocation bitmap. Wed, 22 Feb 2012 20:28:18 GMT Maurizio Lombardi [b0fecad] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Fix FAT initialization - Allocate clusters for the Root ... Wed, 22 Feb 2012 19:43:46 GMT Maurizio Lombardi [3938375] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Fix comments and structure names Tue, 21 Feb 2012 22:06:17 GMT Maurizio Lombardi [9587b37] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: cstyle Tue, 21 Feb 2012 21:56:11 GMT Maurizio Lombardi [dabe1664] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Initialize the main extended boot sector and the checksum block Tue, 21 Feb 2012 20:02:38 GMT Maurizio Lombardi [55dbaeb] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Initialize and write the Main Extended Boot Sector to disk. Tue, 21 Feb 2012 19:38:19 GMT Maurizio Lombardi [e15f4d5] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Try to keep the FAT size under 64 Mb Sun, 19 Feb 2012 20:32:49 GMT Maurizio Lombardi [207ad8bd] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: starts the loop counter from 1, not from zero (the first FAT ... Sun, 19 Feb 2012 20:30:56 GMT Maurizio Lombardi [69c4172] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: fix FAT initialization Sun, 19 Feb 2012 20:27:13 GMT Maurizio Lombardi [50e754e] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Initialize the FAT vector, vbr-backup starts at sector 12. Sun, 19 Feb 2012 17:45:56 GMT Maurizio Lombardi [3f6d4ea] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: write the VBR and the VBR-backup on disk. Sun, 19 Feb 2012 16:28:51 GMT Maurizio Lombardi [6cf9aeb] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: superblock initialization is now completed - Added a ... Sat, 18 Feb 2012 19:53:40 GMT Maurizio Lombardi [f8973122] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: move volume_start field initialization to the appropriate place. Sat, 18 Feb 2012 18:32:39 GMT Maurizio Lombardi [5dbd696] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: compute the total FAT size Sat, 18 Feb 2012 18:28:33 GMT Maurizio Lombardi [6b3cda3] * boot/Makefile.common (modified) mkexfat: add mkexfat to the boot/Makefile.common list Sat, 18 Feb 2012 15:44:21 GMT Maurizio Lombardi [ffee7bf] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: compute the cluster size needed to index the entire device, ... Sat, 18 Feb 2012 15:43:02 GMT Maurizio Lombardi [e872326] * uspace/Makefile (modified) mkexfat: add the mkexfat app to the uspace/Makefile build list Sat, 18 Feb 2012 10:23:23 GMT Maurizio Lombardi [4d433fe] * uspace/app/mkexfat/exfat.h (modified) mkexfat: Fix copyright header Thu, 16 Feb 2012 22:16:18 GMT Maurizio Lombardi [39aa8ce] * abi/include/ddi/irq.h (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/syscall/copy.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/srv/hid/input/port/gxemul.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) Merge mainline changes Thu, 16 Feb 2012 22:14:42 GMT Maurizio Lombardi [9744f2d] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: - Get the total number of blocks of the device. - Add ... Thu, 16 Feb 2012 22:13:10 GMT Maurizio Lombardi [acb866ae] * uspace/app/mkexfat/exfat.h (modified) mkexfat: add directory entries structures to exfat.h Thu, 16 Feb 2012 21:21:39 GMT Jakub Jermar [c01bb5f9] * abi/include/ddi/irq.h (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/syscall/copy.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/srv/hid/input/port/gxemul.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) Merge from lp:~jakub/helenos/mm. Thu, 16 Feb 2012 21:16:22 GMT Jakub Jermar [21063c2] * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) Define a PIO range for PL050 keyboard and adjust its IRQ code ... Thu, 16 Feb 2012 11:29:43 GMT Martin Decky [edd7c63c] * kernel/generic/src/main/main.c (modified) fix compilation (thx Thomas Sanchez) Tue, 14 Feb 2012 23:58:33 GMT Jakub Jermar [1402402] * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * uspace/srv/hid/input/port/gxemul.c (modified) Define a PIO range for GXemul keyboard. Tue, 14 Feb 2012 23:57:35 GMT Jakub Jermar [27ed3edd] * kernel/arch/mips32/src/mips32.c (modified) * uspace/srv/hid/input/port/msim.c (modified) Define a PIO range for msim keyboard. Tue, 14 Feb 2012 22:29:02 GMT Jakub Jermar [a31aad1] * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) Define PIO range for the ns16550 driver. Tue, 14 Feb 2012 22:06:15 GMT Jakub Jermar [cfb79747] * boot/Makefile.grub (modified) * boot/Makefile.silo (modified) * boot/Makefile.yaboot (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/arch/ia64/include/interrupt.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * tools/autotool.py (modified) * uspace/app/trace/trace.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/isa/isa.ma (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/char/i8042/buffer.h (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/i8042.h (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.h (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/char/xtkbd/xtkbd.h (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/e1k/e1k.h (modified) * uspace/drv/nic/lo/lo.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/dp8390.h (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/driver.h (modified) * uspace/drv/nic/rtl8139/general.h (modified) * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/include/device/nic.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/net.h (modified) * uspace/lib/c/include/ipc/net_net.h (modified) * uspace/lib/c/include/ipc/nil.h (modified) * uspace/lib/c/include/net/device.h (modified) * uspace/lib/c/include/nic/eth_phys.h (moved) * uspace/lib/c/include/nic/nic.h (added) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (added) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/net/generic/net_checksum.c (modified) * uspace/lib/net/generic/net_remote.c (modified) * uspace/lib/net/include/net_checksum.h (modified) * uspace/lib/net/include/net_interface.h (modified) * uspace/lib/net/include/nil_remote.h (modified) * uspace/lib/net/nil/nil_remote.c (modified) * uspace/lib/nic/Makefile (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_driver.h (modified) * uspace/lib/nic/include/nic_ev.h (added) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/include/nic_rx_control.h (modified) * uspace/lib/nic/include/nic_wol_virtues.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_ev.c (added) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/posix/ctype.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/loc/loc.c (modified) * uspace/srv/net/cfg/e1k.nic (modified) * uspace/srv/net/cfg/lo.nic (modified) * uspace/srv/net/cfg/ne2k.nic (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth.h (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/nil/nildummy/nildummy.h (modified) Merge mainline changes. Tue, 14 Feb 2012 21:46:09 GMT Jakub Jermar [199112e4] * kernel/arch/ppc32/src/ppc32.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified) Define a PIO range for the cuda driver. Tue, 14 Feb 2012 21:45:03 GMT Jakub Jermar [472d813] * kernel/generic/src/ipc/irq.c (modified) Test for IO_SPACE_BOUNDARY hit only on platforms with separate I/O space. Tue, 14 Feb 2012 21:33:55 GMT Maurizio Lombardi [116cb91] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: get the service id and read the device sector size. Tue, 14 Feb 2012 20:24:47 GMT Maurizio Lombardi [dd22cc4] * uspace/app/mkexfat/Makefile (added) * uspace/app/mkexfat/exfat.h (added) * uspace/app/mkexfat/mkexfat.c (added) Add initial mkexfat implementation Tue, 14 Feb 2012 20:21:33 GMT Maurizio Lombardi [591762c6] * kernel/generic/include/macros.h (modified) * kernel/generic/src/mm/km.c (modified) Merge mainline changes Sun, 12 Feb 2012 22:57:16 GMT Jakub Jermar [f2bbe8c] * kernel/generic/src/ipc/irq.c (modified) - Enforce PIO ranges no matter whether the address is in memory or in ... Sun, 12 Feb 2012 22:55:58 GMT Jakub Jermar [e777847] * uspace/drv/nic/rtl8139/driver.c (modified) Define Rtl8139 PIO ranges and adjust the IRQ code accordingly. Sun, 12 Feb 2012 22:44:59 GMT Jakub Jermar [9571230] * uspace/drv/nic/ne2k/ne2k.c (modified) Define PIO range for ne2k and modify its IRQ pseudocode accordingly. Sun, 12 Feb 2012 22:43:34 GMT Jakub Jermar [cccdb8b7] * uspace/drv/char/i8042/i8042.c (modified) In i8042 IRQ pseudocode, use the hardware address obtained from the ... Sun, 12 Feb 2012 22:17:59 GMT Jakub Jermar [2507d1fc] * uspace/drv/char/i8042/i8042.c (modified) Define a PIO range for the i8042 driver. Sun, 12 Feb 2012 19:16:29 GMT Jakub Jermar [ec52752] * uspace/drv/nic/e1k/e1k.c (modified) Modify the E1000 driver to work with the new IRQ code constraints. Sun, 12 Feb 2012 19:14:54 GMT Jakub Jermar [bd8c6537] * kernel/generic/src/ipc/irq.c (modified) Check whether the IRQ code provides PIO ranges for all used memory ... Sun, 12 Feb 2012 18:41:44 GMT Jakub Jermar [d57122c] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) UHCI and OHCI HC's now define and use proper IRQ PIO range. Sun, 12 Feb 2012 14:26:04 GMT Jakub Jermar [a996ae31] * abi/include/ddi/irq.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/syscall/copy.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/srv/hid/input/port/gxemul.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) Userspace IRQ pseudocode is expected to use physical addresses from ... Sun, 12 Feb 2012 14:23:02 GMT Jakub Jermar [ec12ab8] * uspace/drv/bus/usb/ohci/hc.c (modified) OHCI should use CMD_PIO_READ_* instead of already removed CMD_MEM_READ_*. Sun, 12 Feb 2012 13:57:39 GMT Jakub Jermar [077bc5b9] * kernel/generic/src/ipc/irq.c (modified) Remove left-over stuff not removed by the previous changeset. Sun, 12 Feb 2012 12:46:52 GMT Jakub Jermar [69114714] * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/src/ipc/irq.c (modified) Switching to the driver's address space will no longer be needed. Sun, 12 Feb 2012 12:40:52 GMT Jakub Jermar [89b6a3b] * kernel/generic/src/ipc/irq.c (modified) Remove kernel support for CMD_MEM_* IRQ pseudocode commanfs. Sun, 12 Feb 2012 11:37:17 GMT Jakub Jermar [c617e98] * abi/include/ddi/irq.h (modified) Remove all CMD_MEM_* IRQ pseudocode commands. The tree is now broken. Fri, 10 Feb 2012 09:54:10 GMT Jakub Jermar [e10d41a] * kernel/generic/src/mm/km.c (modified) Merge from lp:~jakub/helenos/mm. Fri, 10 Feb 2012 09:46:53 GMT Jakub Jermar [96d9cdd] * kernel/generic/src/mm/km.c (modified) Revert most of jakub@jermar.eu-20120209221546-bzbo0pu778r1xumq. The ... Thu, 09 Feb 2012 22:19:06 GMT Jakub Jermar [bb6f135] * kernel/generic/include/macros.h (modified) * kernel/generic/src/mm/km.c (modified) Merge from lp:~jakub/helenos/mm. Thu, 09 Feb 2012 22:15:46 GMT Jakub Jermar [492ddc9] * kernel/generic/src/mm/km.c (modified) Match km_page_free() size parameter in km_unmap_aligned() with that ... Thu, 09 Feb 2012 21:54:30 GMT Jakub Jermar [33ca0f5] * kernel/generic/include/macros.h (modified) iswithin() needs to be imune to the base + size 64-bit overflow. Thu, 09 Feb 2012 20:35:12 GMT Maurizio Lombardi [b7068da] * abi/include/ddi/arg.h (modified) * abi/include/ipc/methods.h (modified) * abi/include/syscall.h (modified) * boot/Makefile.common (modified) * boot/Makefile.grub (modified) * boot/Makefile.silo (modified) * boot/Makefile.yaboot (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * contrib/conf/net-qe.sh (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/abs32le/include/mm/frame.h (modified) * kernel/arch/abs32le/include/mm/km.h (added) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/abs32le/src/mm/frame.c (modified) * kernel/arch/abs32le/src/mm/km.c (added) * kernel/arch/abs32le/src/mm/page.c (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/include/mm/frame.h (modified) * kernel/arch/amd64/include/mm/km.h (added) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/mm/km.c (added) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/mach/integratorcp/integratorcp.h (modified) * kernel/arch/arm32/include/mach/testarm/testarm.h (modified) * kernel/arch/arm32/include/machine_func.h (modified) * kernel/arch/arm32/include/mm/frame.h (modified) * kernel/arch/arm32/include/mm/km.h (added) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/arch/arm32/src/machine_func.c (modified) * kernel/arch/arm32/src/mm/frame.c (modified) * kernel/arch/arm32/src/mm/km.c (added) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/include/mm/frame.h (modified) * kernel/arch/ia32/include/mm/km.h (added) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/arch/ia32/src/mm/km.c (added) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/arch.h (modified) * kernel/arch/ia64/include/asm.h (modified) * kernel/arch/ia64/include/interrupt.h (modified) * kernel/arch/ia64/include/legacyio.h (added) * kernel/arch/ia64/include/mm/frame.h (modified) * kernel/arch/ia64/include/mm/km.h (added) * kernel/arch/ia64/include/mm/page.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/mm/frame.c (modified) * kernel/arch/ia64/src/mm/km.c (added) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ia64/src/start.S (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/mm/as.h (modified) * kernel/arch/mips32/include/mm/frame.h (modified) * kernel/arch/mips32/include/mm/km.h (added) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/mips32/src/mm/km.c (added) * kernel/arch/mips32/src/mm/page.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips64/Makefile.inc (modified) * kernel/arch/mips64/include/mm/frame.h (modified) * kernel/arch/mips64/include/mm/km.h (added) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/mips64/src/mm/frame.c (modified) * kernel/arch/mips64/src/mm/km.c (added) * kernel/arch/mips64/src/mm/page.c (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/include/mm/frame.h (modified) * kernel/arch/ppc32/include/mm/km.h (added) * kernel/arch/ppc32/src/drivers/pic.c (modified) * kernel/arch/ppc32/src/mm/frame.c (modified) * kernel/arch/ppc32/src/mm/km.c (added) * kernel/arch/ppc32/src/mm/page.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/mm/km.h (added) * kernel/arch/sparc64/include/mm/sun4u/frame.h (modified) * kernel/arch/sparc64/include/mm/sun4u/km.h (added) * kernel/arch/sparc64/include/mm/sun4v/frame.h (modified) * kernel/arch/sparc64/include/mm/sun4v/km.h (added) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/mm/page.c (modified) * kernel/arch/sparc64/src/mm/sun4u/frame.c (modified) * kernel/arch/sparc64/src/mm/sun4u/km.c (added) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/frame.c (modified) * kernel/arch/sparc64/src/mm/sun4v/km.c (added) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/genarch/include/mm/page_ht.h (modified) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/i8042/i8042.c (modified) * kernel/genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c (modified) * kernel/genarch/src/fb/bfb.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/genarch/src/multiboot/multiboot.c (modified) * kernel/genarch/src/multiboot/multiboot2.c (modified) * kernel/generic/include/align.h (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/lib/ra.h (added) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/mm/km.h (added) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/synch/smc.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/lib/ra.c (added) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (added) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/reserve.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/test/mm/mapping1.c (modified) * kernel/test/mm/mapping1.def (modified) * tools/autotool.py (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/klog/klog.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest3/Makefile (added) * uspace/app/nettest3/nettest3.c (added) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/dev.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/app/websrv/websrv.c (modified) * uspace/dist/data/web/bar.htm (added) * uspace/dist/data/web/foo.htm (added) * uspace/dist/data/web/helenos.png (added) * uspace/dist/data/web/index.htm (added) * uspace/drv/bus/isa/Makefile (modified) * uspace/drv/bus/isa/i8237.c (added) * uspace/drv/bus/isa/i8237.h (moved) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/isa/isa.ma (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ehci/ehci.ma (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/ohci.ma (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.h (modified) * uspace/drv/bus/usb/ohci/pci.c (modified) * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/pci.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/uhci.ma (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/vhc/hub.c (modified) * uspace/drv/bus/usb/vhc/vhc.ma (modified) * uspace/drv/char/i8042/Makefile (moved) * uspace/drv/char/i8042/buffer.h (added) * uspace/drv/char/i8042/i8042.c (added) * uspace/drv/char/i8042/i8042.h (added) * uspace/drv/char/i8042/i8042.ma (added) * uspace/drv/char/i8042/main.c (added) * uspace/drv/char/ps2mouse/Makefile (added) * uspace/drv/char/ps2mouse/chardev.c (added) * uspace/drv/char/ps2mouse/chardev.h (added) * uspace/drv/char/ps2mouse/main.c (added) * uspace/drv/char/ps2mouse/ps2mouse.c (added) * uspace/drv/char/ps2mouse/ps2mouse.h (added) * uspace/drv/char/ps2mouse/ps2mouse.ma (added) * uspace/drv/char/xtkbd/Makefile (added) * uspace/drv/char/xtkbd/chardev.c (added) * uspace/drv/char/xtkbd/chardev.h (added) * uspace/drv/char/xtkbd/main.c (added) * uspace/drv/char/xtkbd/xtkbd.c (added) * uspace/drv/char/xtkbd/xtkbd.h (added) * uspace/drv/char/xtkbd/xtkbd.ma (added) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/e1k/Makefile (added) * uspace/drv/nic/e1k/e1k.c (added) * uspace/drv/nic/e1k/e1k.h (added) * uspace/drv/nic/e1k/e1k.ma (added) * uspace/drv/nic/lo/lo.c (modified) * uspace/drv/nic/lo/lo.ma (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/dp8390.h (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/ne2k/ne2k.ma (modified) * uspace/drv/nic/rtl8139/Makefile (added) * uspace/drv/nic/rtl8139/defs.c (added) * uspace/drv/nic/rtl8139/defs.h (added) * uspace/drv/nic/rtl8139/driver.c (added) * uspace/drv/nic/rtl8139/driver.h (added) * uspace/drv/nic/rtl8139/general.c (added) * uspace/drv/nic/rtl8139/general.h (added) * uspace/drv/nic/rtl8139/rtl8139.ma (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/generic/device/pci.c (added) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/mman.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/bitops.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/device/nic.h (modified) * uspace/lib/c/include/device/pci.h (added) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/net.h (modified) * uspace/lib/c/include/ipc/net_net.h (modified) * uspace/lib/c/include/ipc/nil.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/net/device.h (modified) * uspace/lib/c/include/nic/eth_phys.h (moved) * uspace/lib/c/include/nic/nic.h (added) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (added) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/fb/imgmap.c (modified) * uspace/lib/fb/screenbuffer.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/minix/minix.h (modified) * uspace/lib/net/generic/net_checksum.c (modified) * uspace/lib/net/generic/net_remote.c (modified) * uspace/lib/net/generic/packet_client.c (modified) * uspace/lib/net/generic/packet_remote.c (modified) * uspace/lib/net/include/net_checksum.h (modified) * uspace/lib/net/include/net_interface.h (modified) * uspace/lib/net/include/nil_remote.h (modified) * uspace/lib/net/nil/nil_remote.c (modified) * uspace/lib/nic/Makefile (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_driver.h (modified) * uspace/lib/nic/include/nic_ev.h (moved) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/include/nic_rx_control.h (modified) * uspace/lib/nic/include/nic_wol_virtues.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_ev.c (added) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/posix/ctype.c (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usb/include/usb/dev.h (added) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/dev.c (moved) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usb/src/usb.c (modified) * uspace/lib/usbdev/Makefile (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/include/usb/dev/pipes.h (modified) * uspace/lib/usbdev/include/usb/dev/poll.h (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (added) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/pipepriv.c (deleted) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/pipesio.c (deleted) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhost/Makefile (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/usb_device_manager.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_inode.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/port/ega.c (modified) * uspace/srv/hid/fb/port/kchar.c (modified) * uspace/srv/hid/fb/port/kfb.c (modified) * uspace/srv/hid/fb/port/niagara.c (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/mouse.h (modified) * uspace/srv/hid/input/include/mouse_proto.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/port/chardev_mouse.c (deleted) * uspace/srv/hid/input/port/gxemul.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/input/proto/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/input/proto/ps2.c (deleted) * uspace/srv/hid/remcons/Makefile (added) * uspace/srv/hid/remcons/remcons.c (added) * uspace/srv/hid/remcons/remcons.h (added) * uspace/srv/hid/remcons/telnet.h (added) * uspace/srv/hid/remcons/user.c (added) * uspace/srv/hid/remcons/user.h (added) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/i8042/i8042.c (deleted) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/loc/loc.c (modified) * uspace/srv/net/cfg/e1k.nic (added) * uspace/srv/net/cfg/lo.nic (modified) * uspace/srv/net/cfg/ne2k.nic (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/net/packet_server.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth.h (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/nil/nildummy/nildummy.h (modified) * uspace/srv/net/tl/tcp/Makefile (modified) * uspace/srv/net/tl/tcp/conn.c (added) * uspace/srv/net/tl/tcp/conn.h (added) * uspace/srv/net/tl/tcp/iqueue.c (added) * uspace/srv/net/tl/tcp/iqueue.h (added) * uspace/srv/net/tl/tcp/ncsim.c (added) * uspace/srv/net/tl/tcp/ncsim.h (added) * uspace/srv/net/tl/tcp/pdu.c (added) * uspace/srv/net/tl/tcp/pdu.h (added) * uspace/srv/net/tl/tcp/rqueue.c (added) * uspace/srv/net/tl/tcp/rqueue.h (added) * uspace/srv/net/tl/tcp/segment.c (added) * uspace/srv/net/tl/tcp/segment.h (added) * uspace/srv/net/tl/tcp/seq_no.c (added) * uspace/srv/net/tl/tcp/seq_no.h (added) * uspace/srv/net/tl/tcp/sock.c (added) * uspace/srv/net/tl/tcp/sock.h (added) * uspace/srv/net/tl/tcp/std.h (added) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/tcp/tcp.h (modified) * uspace/srv/net/tl/tcp/tcp_header.h (deleted) * uspace/srv/net/tl/tcp/tcp_type.h (added) * uspace/srv/net/tl/tcp/test.c (added) * uspace/srv/net/tl/tcp/test.h (added) * uspace/srv/net/tl/tcp/tqueue.c (added) * uspace/srv/net/tl/tcp/tqueue.h (added) * uspace/srv/net/tl/tcp/ucall.c (added) * uspace/srv/net/tl/tcp/ucall.h (added) * uspace/srv/vfs/vfs.c (modified) Merge mainline changes Tue, 31 Jan 2012 22:52:06 GMT Jakub Jermar [3d4750f] * kernel/genarch/src/acpi/acpi.c (modified) * kernel/generic/include/mm/km.h (modified) * kernel/generic/src/mm/km.c (modified) * kernel/test/mm/mapping1.c (modified) * kernel/test/mm/mapping1.def (modified) Merge from lp:~jakub/helenos/mm. Tue, 31 Jan 2012 22:51:02 GMT Jakub Jermar [7b5789e] * kernel/test/mm/mapping1.c (modified) Do not leak frame, page0 and page1 in error path's either. Tue, 31 Jan 2012 22:45:07 GMT Jakub Jermar [b860f9e] * kernel/test/mm/mapping1.c (modified) * kernel/test/mm/mapping1.def (modified) Do not leak frame, page0 and page1 in mapping1 test. The test shall ... Tue, 31 Jan 2012 22:44:35 GMT Jakub Jermar [03cdd2b] * kernel/generic/include/mm/km.h (modified) * kernel/generic/src/mm/km.c (modified) Add km_unmap() and km_unmap_aligned(). Tue, 31 Jan 2012 22:03:21 GMT Jakub Jermar [bf3dd35] * kernel/genarch/src/acpi/acpi.c (modified) * kernel/generic/include/mm/km.h (modified) * kernel/generic/src/mm/km.c (modified) There is no need to have km_map() for aligned addresses and ... Mon, 30 Jan 2012 11:59:57 GMT Jiri Svoboda [bf31e3f] * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/posix/ctype.c (modified) Fix function definitions with extern specifier. Sat, 28 Jan 2012 23:25:03 GMT Jiri Svoboda [dc9a3ba] * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (added) * uspace/lib/drv/include/ddf/interrupt.h (modified) Move interrupt handling to a separate source module. Sat, 28 Jan 2012 14:40:18 GMT Jakub Jermar [7b3b571] * kernel/arch/arm32/src/ras.c (modified) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/generic/include/mm/km.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/test/mm/mapping1.c (modified) Merge from lp:~jakub/helenos/mm. Sat, 28 Jan 2012 14:39:23 GMT Jakub Jermar [20de14d] * kernel/test/mm/mapping1.c (modified) Streamline mapping1 test. Sat, 28 Jan 2012 13:10:30 GMT Jakub Jermar [61ac34d] * kernel/arch/arm32/src/ras.c (modified) Map the RAS page using km_map(). Sat, 28 Jan 2012 12:51:42 GMT Jakub Jermar [8757be86] * kernel/generic/include/mm/page.h (modified) * kernel/generic/src/mm/page.c (modified) Remove map_structure(). Sat, 28 Jan 2012 12:38:22 GMT Jakub Jermar [93da799] * kernel/genarch/src/acpi/acpi.c (modified) Implement map_sdt() using km_map_structure(). Sat, 28 Jan 2012 12:36:01 GMT Jakub Jermar [babb57e] * kernel/generic/include/mm/km.h (modified) * kernel/generic/src/mm/km.c (modified) Add km_map_structure(), inspired from a soon-to-be-removed ... Fri, 27 Jan 2012 23:24:27 GMT Jakub Jermar [9970a5a] * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/mips64/src/mm/frame.c (modified) * kernel/arch/ppc32/src/drivers/pic.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/multiboot/multiboot.c (modified) * kernel/genarch/src/multiboot/multiboot2.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/mm/km.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/page.c (modified) Merge from lp:~jakub/helenos/mm. Fri, 27 Jan 2012 23:01:00 GMT Jakub Jermar [221c9ec] * kernel/generic/src/main/kinit.c (modified) Use km_map() in kinit(). Fri, 27 Jan 2012 22:41:06 GMT Jakub Jermar [1ccd0aa] * kernel/generic/src/mm/km.c (modified) Use km_map() in km_temporary_page_get(). Fri, 27 Jan 2012 22:19:12 GMT Jakub Jermar [adec5b45] * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ppc32/src/drivers/pic.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/include/mm/km.h (modified) * kernel/generic/src/mm/km.c (modified) Rename hw_map() to km_map() and add protection flags argument to ... Fri, 27 Jan 2012 21:12:25 GMT Jakub Jermar [d4673296] * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ppc32/src/drivers/pic.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/include/mm/km.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/page.c (modified) Move hw_map() to km.c Fri, 27 Jan 2012 21:05:27 GMT Jakub Jermar [4dee0cb] * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/mips64/src/mm/frame.c (modified) Fix mips64 build. Fri, 27 Jan 2012 14:57:52 GMT Martin Decky [d81eaf94] * uspace/drv/nic/e1k/e1k.c (modified) Intel 82572 uses actually the alternative method to access the EEPROM Fri, 27 Jan 2012 12:57:15 GMT Jiri Svoboda [790d6d1] * uspace/srv/net/cfg/e1k.nic (modified) * uspace/srv/net/cfg/ne2k.nic (modified) Revert unintentional change in configuration. Fri, 27 Jan 2012 12:54:09 GMT Jiri Svoboda [9cd8165] * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/include/device/nic.h (modified) * uspace/lib/c/include/net/device.h (modified) * uspace/lib/c/include/nic/nic.h (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/nic/include/nic_driver.h (modified) * uspace/lib/nic/include/nic_ev.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/srv/net/cfg/e1k.nic (modified) * uspace/srv/net/cfg/ne2k.nic (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) NIC does not need nic_device_id_t. Now it exists just inside net. Not ... Wed, 25 Jan 2012 22:59:35 GMT Jakub Jermar [32817cc] * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/genarch/src/multiboot/multiboot.c (modified) * kernel/genarch/src/multiboot/multiboot2.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/frame.c (modified) Make the kernel ready for init tasks loaded to high memory. Wed, 25 Jan 2012 20:25:45 GMT Martin Decky [7174403] * boot/Makefile.grub (modified) * boot/Makefile.silo (modified) * boot/Makefile.yaboot (modified) * tools/autotool.py (modified) the "mkisofs" is being gradually phased out in distros be ready for that Wed, 25 Jan 2012 18:22:00 GMT Martin Decky [5cd3d67] * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/driver.h (modified) * uspace/drv/nic/rtl8139/general.h (modified) cstyle (no change in functionality) Wed, 25 Jan 2012 17:29:51 GMT Martin Decky [5cc9eba] * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/lo/lo.c (modified) * uspace/drv/nic/rtl8139/general.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/srv/loc/loc.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) cstyle (no change in functionality)