summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-08-05Fix register usage in the swap operation in tlb_update_addr.skrll
2016-08-05Fix a commentskrll
2016-08-05Whitespace (comment alignment)skrll
2016-08-05Support TI_DM37XX. These register maps like to OMAP 34xx/35xx.kiyohara
2016-08-05Typo in commentsskrll
2016-08-05partial sync with FreeBSDchristos
2016-08-05unifdefchristos
2016-08-05Actually commit the changes for making this into a loadable module. Thepgoyette
2016-08-05Ignore return values when restoring what has just been undone. We'repgoyette
2016-08-05Ignore return values when backing out of a "finish" sequence. Therepgoyette
2016-08-05CID 1364758: Integer handling issues, avoid sign extension to 64 bits.christos
2016-08-05Revert a part of previous commit.isaki
2016-08-05CID 1364759: fix using uninitialized valueozaki-r
2016-08-05CID 1364757: remove unnecessary branchingozaki-r
2016-08-04Add and enable a new module, slcompresspgoyette
2016-08-04Another header change.rjs
2016-08-04TI_DM37xx does not currently have a working omapscm(4), which providesjakllsch
2016-08-04PR port-ia64/50719scole
2016-08-04make E2MAXSYMLINKLEN just alias for EXT2_MAXSYMLINKLEN, they are the samejdolecek
2016-08-04move i_e2fs_* defines from ufs/inode.h to ext2fs/ext2fs_dinode.h, where they ...jdolecek
2016-08-04rename struct ext2fs_dinode attribute e2di_dacl to correctjdolecek
2016-08-04PR port-ia64/49717scole
2016-08-04s/for(/for (/.kiyohara
2016-08-04Change message for aprint_normal() "CPSW Ethernet" to "Layer 2 3-Port Switch".kiyohara
2016-08-04Avoid 'const const'.jakllsch
2016-08-04gets -> kgets. the last part of PR/51200.isaki
2016-08-04provide and use 'ci' in pmap_remove_all_complete.skrll
2016-08-04An attempt to create a fully modular kernel by including GENERIC andchristos
2016-08-04Support OMAP 4430. But ADMA2 don't working yet.kiyohara
2016-08-04Fix address for omapgpio4.kiyohara
2016-08-04Move BOARDTYPE and EVBARM_BOARDTYPE from std.overo to OVERO.kiyohara
2016-08-04Sync with sys/ufs/ext2fs/ext2fs_bswap.c.nonaka
2016-08-04Fix description to 'NEXCOM VTC100'.kiyohara
2016-08-04Enable tiotg and USB devices.kiyohara
2016-08-04Add disabled MOTG_DEBUG and remove ?HCI_DEBUG. Also disable USB_DEBUG.kiyohara
2016-08-04Set host-mode always. motg(4) doesn't supports device and OTG modes.kiyohara
2016-08-04Realtime signal support from GSoC 2016, Charles Cui.christos
2016-08-04Print the parent module that asked for the builtin to be loaded and failed.christos
2016-08-04Move fpu_cordit2() to #ifdef CORDIC_BOOTSTRAP section.isaki
2016-08-04include stddef.h for offsetof.nonaka
2016-08-04pass EXT2_DINODE_SIZE(fs) as isize to e2fs_iload().nonaka
2016-08-04pass isize to e2fs_i_bswap() if BYTE_ORDER != LITTLE_ENDIAN.nonaka
2016-08-03Update previous. Since original format was %llu, replace it withpgoyette
2016-08-03get and set expanded timestamp if the inode contains the extra information, a...jdolecek
2016-08-03Use correct printf() format for inode (fixes build for me)pgoyette
2016-08-03support arbitrary ext3/ext4 inode size, add all the new ext4 fields ext2fs_di...jdolecek
2016-08-03be quiet about regular intermediate authentication states.mlelstv
2016-08-03be less noisy with concurrent scan requests.mlelstv
2016-08-03More cleanups from Felix Deichmann (code) and me (panics).christos
2016-08-03Don't touch pm_onproc at all in pmap_{update,destroy} and adjust KASSERTskrll