aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change the return type of freelocale(3) to void.Ed Schouten2016-07-293-26/+15
* Once more refactor KPI between ntb_transport(4) and if_ntb(4)..Alexander Motin2016-07-295-93/+153
* Remove a probe declaration that has been unused since r292469, whenAlan Cox2016-07-291-1/+0
* Revert r291022: x86/intr: allow mutex recursion in intr_remove_handlerRoger Pau Monné2016-07-291-12/+3
* xen-intr: fix removal of event channels during resumeRoger Pau Monné2016-07-291-12/+7
* indent(1): Removed whitespace shouldn't be considered in column calculations.Pedro F. Giffuni2016-07-291-0/+1
* xen-netfront: fix trying to send packets with disconnected netfrontRoger Pau Monné2016-07-291-0/+3
* indent(1): fix struct termination detection.Pedro F. Giffuni2016-07-291-4/+2
* Mention that basename(3) and dirname(3) will change in the future.Ed Schouten2016-07-292-7/+16
* indent(1): fix struct termination detection.Pedro F. Giffuni2016-07-291-2/+4
* indent(1): Fix breakage caused by single comment following "else".Pedro F. Giffuni2016-07-291-0/+2
* indent(1): Avoid potential use-after-free.Pedro F. Giffuni2016-07-291-0/+1
* indent(1): Avoid out of bound access of array codebuf.Pedro F. Giffuni2016-07-291-1/+3
* Fix typo.Warner Losh2016-07-291-2/+2
* Include FBT to modules build on RISC-V.Ruslan Bukin2016-07-292-2/+4
* Remove unused variables.Ruslan Bukin2016-07-291-2/+0
* Remove write-only variable.Edward Tomasz Napierala2016-07-291-2/+0
* Improve error message.Edward Tomasz Napierala2016-07-291-2/+2
* Fix MTP description in the comment.Edward Tomasz Napierala2016-07-291-1/+1
* Add a generic EHCI USB driver based on the Allwinner A10 driver. It is ACPIAndrew Turner2016-07-293-0/+222
* hyperv/storvsc: Use busdma(9) and enable PIM_UNMAPPED by default.Sepherosa Ziehau2016-07-291-60/+181
* hyperv/vmbus: Revoke unnecessary exposure of vmbus softcSepherosa Ziehau2016-07-292-15/+7
* hyperv/vmbus: Move driver glue to the beginning of the filesSepherosa Ziehau2016-07-292-72/+72
* hyperv/vmbus: Forward declare static functionsSepherosa Ziehau2016-07-295-15/+59
* hyperv/vmbus: Reindent function declarations.Sepherosa Ziehau2016-07-295-56/+62
* Move protocol specific stuff into a linker set object that'sWarner Losh2016-07-286-52/+219
* Switch to linker sets to find the xport callback object. ThisWarner Losh2016-07-285-50/+78
* Kill a few stray debug printfs.Warner Losh2016-07-281-5/+0
* Remove any mention of cache (PG_CACHE) pages from the comments inAlan Cox2016-07-281-11/+9
* Don't create pointless backups of generated files in "make sysent".Brooks Davis2016-07-287-38/+0
* cxgbe's firmware module fails to build on mips64 as well as mips32 soBrooks Davis2016-07-281-1/+1
* Note that not all optional ptrace events use SIGTRAP.John Baldwin2016-07-281-2/+12
* Call tcp_notify() directly to shoot down routes, rather thanAndrew Gallatin2016-07-281-6/+7
* Add tblgen to ObsoleteFiles.inc, as it was renamed to llvm-tblgen.Dimitry Andric2016-07-281-0/+1
* Remove BSD and USL copyright and update license block in in_prot.c, as theStephen J. Kiernan2016-07-283-19/+6
* Mark spg_len and fl_pktshift static.John Baldwin2016-07-281-2/+2
* Normalise the CWARNFLAGS inter-word spacing: remove all leadingRuslan Bukin2016-07-282-2/+2
* indent: avoid calling write(2) with a negative second parameter.Pedro F. Giffuni2016-07-281-1/+1
* Fix up prototypes of basename(3) and dirname(3) to comply to POSIX.Ed Schouten2016-07-285-8/+8
* Pull a copy of the input string before calling basename() and dirname().Ed Schouten2016-07-281-3/+8
* Clean up use of basename() and dirname().Ed Schouten2016-07-281-11/+17
* Do not delegate a work to geom event thread which can be done inline.Konstantin Belousov2016-07-281-37/+21
* Fix style and typo.Konstantin Belousov2016-07-281-4/+4
* Call basename() and dirname() in the POSIXly correct way.Ed Schouten2016-07-281-5/+17
* Call basename() in a portable way.Ed Schouten2016-07-281-5/+10
* Don't call basename() and dirname() in an unportable way.Ed Schouten2016-07-281-2/+8
* remove CONSTRUCTORS from kernel linker scriptsEd Maste2016-07-2812-12/+0
* Regenerate src.conf.5 after r303394Ed Maste2016-07-281-3/+3
* Build ofw_bus_if.h for modules for RISC-V.Ruslan Bukin2016-07-282-2/+4
* Build DTrace assym.o with -msoft-float flag for RISC-V so we haveRuslan Bukin2016-07-281-0/+5