| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bsdinstall/zfsboot should create /tmp and /var/tmp if they do not exist | allanjude | 2016-04-08 | 1 | -0/+2 |
* | Do not add swap to fstab when swapsize is 0 | allanjude | 2016-04-08 | 1 | -2/+2 |
* | topo_set_pu_id: turn a check into an assertion | avg | 2016-04-08 | 1 | -2/+2 |
* | zio write issue threads should have lower (numerically greater) priority | avg | 2016-04-08 | 1 | -1/+1 |
* | Handle whois referrals between RIRs | fanf | 2016-04-08 | 1 | -0/+13 |
* | Speedup BGX link polling on ARM64 | wma | 2016-04-08 | 1 | -2/+2 |
* | Use __FBSDID() for .c files from lib/libthr/thread. | kib | 2016-04-08 | 52 | -112/+158 |
* | Fix regression introduced in r296986. | ae | 2016-04-08 | 1 | -1/+1 |
* | Use ANSI C function definitions, fix spelling in a comment. | kib | 2016-04-08 | 3 | -4/+5 |
* | Add function for mapping SRAM-D area to USB0 (OTG) controller. Use a lower | jmcneill | 2016-04-08 | 2 | -1/+21 |
* | Use the ABI-prescribed name for SHT_X86_64_UNWIND in the loader and | kib | 2016-04-08 | 2 | -9/+9 |
* | Assert that the lock objects put into the off-page, fit into the page. | kib | 2016-04-08 | 5 | -0/+15 |
* | hyperv: Revert r297481 | sephe | 2016-04-08 | 1 | -12/+2 |
* | Add new USB quirk. | hselasky | 2016-04-08 | 2 | -0/+6 |
* | Fix comment. | kevlo | 2016-04-08 | 1 | -3/+3 |
* | audit(8): leave unsigned comparison for last. | pfg | 2016-04-08 | 1 | -2/+2 |
* | GELIBoot should only prompt for the GELI passphrase if the provider has the G... | allanjude | 2016-04-08 | 1 | -4/+4 |
* | Create the GELIBOOT GEOM_ELI flag | allanjude | 2016-04-08 | 5 | -12/+90 |
* | Document vfs.root.mountfrom. | sobomax | 2016-04-08 | 1 | -0/+25 |
* | Match on compatible string "allwinner,sun4i-a10-sram-controller" instead of | jmcneill | 2016-04-08 | 1 | -1/+1 |
* | chdone(): Prevent returning uninitialized scalar value. | pfg | 2016-04-07 | 1 | -7/+5 |
* | newvers.sh: rationalize licence condition numbering | emaste | 2016-04-07 | 1 | -1/+1 |
* | Rename SHT_AMD64_UNWIND to SHT_X86_64_UNWIND per ABI doc | emaste | 2016-04-07 | 1 | -1/+2 |
* | Add option to specify built-in keymap for kbdmux | emaste | 2016-04-07 | 5 | -1/+19 |
* | Remove unecessary locking, mostly from places where a read is done of a | ian | 2016-04-07 | 1 | -13/+12 |
* | Code cleanup: stop searching for a pin in the array and just use the pin | ian | 2016-04-07 | 1 | -51/+15 |
* | Fix a copyright glitch before it gets copy-pasted again. I think this must | ian | 2016-04-07 | 3 | -3/+3 |
* | Comestic changes; when INTRNG support was added, some functions became | ian | 2016-04-07 | 1 | -40/+40 |
* | Associate device_t objects with ACPI handles via PCI_CHILD_ADDED(). | jhb | 2016-04-07 | 3 | -30/+75 |
* | Enhance uuencode with a -r option to produce raw output. | gahr | 2016-04-07 | 2 | -5/+17 |
* | Properly initialize isrc_cpu field of ISRC which is setup for an IPI. | skra | 2016-04-07 | 1 | -1/+6 |
* | Fix intr_irq_shuffle(). After r297539, ISRCs doing IPI may be also | skra | 2016-04-07 | 1 | -1/+1 |
* | Initial import of Ralink/Mediatek MIPS SoC support #7 | sgalabov | 2016-04-07 | 2 | -0/+1292 |
* | Implement intr_isrc_init_on_cpu() and use it to replace very same | skra | 2016-04-07 | 4 | -42/+40 |
* | Revert r296416 by removing SAVESIGVEC and switching to fork instead. This | mp | 2016-04-07 | 1 | -2/+2 |
* | Alike to r293708 relax pool check in vdev_geom_open_by_path(). | mav | 2016-04-07 | 1 | -1/+9 |
* | Initial import of Ralink/Mediatek MIPS SoC support #6 | sgalabov | 2016-04-07 | 4 | -0/+834 |
* | Initial import of Ralink/Mediatek MIPS SoC support #5 | sgalabov | 2016-04-07 | 5 | -0/+1046 |
* | Initial import of Ralink/Mediatek MIPS SoC support #4 | sgalabov | 2016-04-07 | 3 | -0/+791 |
* | Initial import of Ralink/Mediatek MIPS SoC support #3 | sgalabov | 2016-04-07 | 3 | -0/+1078 |
* | Initial import of Ralink/Mediatek MIPS SoC support #2 | sgalabov | 2016-04-07 | 3 | -0/+409 |
* | This revision adds the following parts: | sgalabov | 2016-04-07 | 8 | -0/+1336 |
* | Bring MIPS INTRNG support back up again, in line with D5370 | sgalabov | 2016-04-07 | 2 | -207/+105 |
* | Fix interrupts delivery on ThunderX for VF IDs beyond 8 | zbb | 2016-04-07 | 1 | -3/+1 |
* | A couple of minor changes that I missed that Michael had done, most noted | rrs | 2016-04-07 | 6 | -8/+9 |
* | This is work done by Michael Tuexen and myself at the IETF. This | rrs | 2016-04-07 | 18 | -1705/+2226 |
* | This revision adds support to if_rt for more SoCs. | sgalabov | 2016-04-07 | 2 | -44/+83 |
* | hyperv: Use lapic_{alloc,free}_ipi to allocate private interrupt vector | sephe | 2016-04-07 | 2 | -79/+11 |
* | xen: Set ipi_{alloc,free} even for UP | sephe | 2016-04-07 | 1 | -2/+2 |
* | x86: Allow interrupt vector allocation/free even on UP | sephe | 2016-04-07 | 1 | -4/+4 |