aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the vDSOs for CloudABI in assembly.Ed Schouten2016-08-217-2017/+1009
* [mips] add support for the "creative" GNU extensions and IRIX hilarity around...Adrian Chadd2016-08-211-20/+210
* Permit disabling net.inet.udp.require_l2_bcast in VIMAGE kernels.Marko Zec2016-08-201-1/+2
* Disable L2 caching for UDP over IPv6Mike Karels2016-08-201-1/+1
* Audit the accepted (or rejected) username argument to setlogin(2).Robert Watson2016-08-203-2/+9
* Unbreak sctp_connectx().Michael Tuexen2016-08-201-3/+3
* Audit additional vnode information in the implementation of theRobert Watson2016-08-201-0/+1
* Import Dragonfly Mail Agent snapshort from 20160806 aka v0.11+Baptiste Daroussin2016-08-208-10/+14
|\
| * Import Dragonfly Mail agent snapshot from 2016-08-16vendor/dma/20160806Baptiste Daroussin2016-08-207-9/+13
* | loader is filling fixed length command_errbuf with sprintf() and is trustingToomas Soome2016-08-208-66/+107
* | Pull in r265122 from upstream llvm trunk (by James Molloy):Dimitry Andric2016-08-204-7/+17
* | JMicron JMB361 has only a single SATA portAndriy Gapon2016-08-201-1/+1
* | fix bug introduced in r297521, set canmount=on doesn't mount filesystemAndriy Gapon2016-08-201-3/+8
* | Skip HID1 initialization on e6500 cores, it doesn't exist.Justin Hibbits2016-08-201-0/+2
* | Remove the ie(4) driver for Intel 82586 ISA Ethernet adapters.John Baldwin2016-08-2014-3063/+2
* | ixlv(4): Fix ixlv(4) not loading when loaded as a kernel module and netmap is...Eric Joyner2016-08-201-0/+4
* | if_emac: Before generating a random MAC address, try using the SID rootkeyEmmanuel Vadot2016-08-191-7/+23
* | Remove the spic(4) driver for the Sony Vaoi Jogdial.John Baldwin2016-08-197-685/+2
* | Remove the wl(4) driver and wlconfig(8) utility.John Baldwin2016-08-1920-3854/+6
* | Remove mentions of the mcd(4), scd(4), and si(4) drivers.John Baldwin2016-08-191-21/+0
* | Remove stale drivers (amd(4) and asr(4)) from the SCSI controller regex.John Baldwin2016-08-191-1/+1
* | Remove the wds(4) driver for the WD700 ISA SCSI HBA.John Baldwin2016-08-1910-1483/+1
* | Remove the si(4) driver and sicontrol(8) for Specialix serial cards.John Baldwin2016-08-1925-7771/+4
* | Remove doxygen files for mcd(4) and scd(4) drivers.John Baldwin2016-08-192-42/+0
* | Remove the scd(4) driver for Sony CDU31/33 CD-ROM drives.John Baldwin2016-08-1911-1902/+2
* | Move cxgb and cxgbe down to the non-mii PCI NIC section.John Baldwin2016-08-191-3/+3
* | Keep boot parameters in ARM trampoline codeEmmanuel Vadot2016-08-191-4/+31
* | Don't set P2_PTRACE_FSTP in a process that invokes ptrace(PT_TRACE_ME).Mark Johnston2016-08-193-6/+7
* | Reorder sysctls so that nodes shared with the VF driver are added first.John Baldwin2016-08-191-26/+26
* | Regenerate system call table after r304483.Ed Schouten2016-08-194-4/+4
* | Use the proper value for svn:keywords.Ed Schouten2016-08-190-0/+0
* | Adjust t4_port_init() to work with VF devices.John Baldwin2016-08-191-17/+20
* | Add missing SVN keywords keyword.Ed Schouten2016-08-190-0/+0
* | Add structures for VF-specific adapter parameters.John Baldwin2016-08-191-2/+42
* | Import the new automatically generated system call table for CloudABI.Ed Schouten2016-08-1914-3619/+2805
* | Fix various nits in the aio operation manpages.John Baldwin2016-08-194-26/+15
* | Allwinner: Move a10_padconf.c into a10 subdirectory.Emmanuel Vadot2016-08-192-1/+1
* | TEGRA: Remove forgotten debug printf.Michal Meloun2016-08-191-1/+0
* | TEGRA: Implement MSI/MSIX interrupts for pcie controller.Michal Meloun2016-08-191-57/+363
* | INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-1922-320/+436
* | Host controller is byte oriented. Fix wrong assumption on big-endianPyun YongHyeon2016-08-191-8/+2
* | hyperv/hn: Move RXBUF to hn_softcSepherosa Ziehau2016-08-193-62/+68
* | hyperv/hn: Remove the useless num_channelSepherosa Ziehau2016-08-194-34/+29
* | hyperv/hn: Remove assign-only struct fieldSepherosa Ziehau2016-08-192-6/+0
* | Improve the pattern matching so that internal *'s work, as well asWarner Losh2016-08-191-13/+53
* | hyperv/hn: Move NVS version to softcSepherosa Ziehau2016-08-194-12/+15
* | Correct a check for P2_PTRACE_FSTP in ptracestop().Mark Johnston2016-08-191-1/+1
* | Fix build on big-endian systems.Pyun YongHyeon2016-08-191-6/+7
* | Fsck_ufs was using an int rather than a ufs2_daddr_t to store theKirk McKusick2016-08-194-13/+15
* | Fix unlocked access to ifnet address listRyan Stone2016-08-181-3/+9