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