summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in filling and handling ipfw's O_DSCP opcode.ae2016-02-242-2/+2
* Fix useless check. m_pkthdr.len should be equal to orglen.ae2016-02-241-2/+1
* Return dst as the result from memcpy(9) on amd64.kib2016-02-241-0/+1
* Call cap_rights_init() properly.ed2016-02-241-1/+1
* hyperv/vmbus: Use free(9) for interrupt page; it is allocated by malloc(9)sephe2016-02-241-5/+2
* Make pci_host_generic and thunderx_pci commonwma2016-02-2410-802/+354
* o kill few remaining references to the GEOM_UNCOMPRESS;sobomax2016-02-241-2/+1
* Kill few remaininng instances of GEOM_UNCOMPRESS.sobomax2016-02-242-2/+0
* hyperv/utils: Code rearrange and cleanupsephe2016-02-2411-707/+832
* Migrate UNCOMPRESS -> UZIPadrian2016-02-242-2/+2
* Fixes to make it compile under gcc-4.2.adrian2016-02-242-4/+6
* The UFS filesystem requires that the last block of a file always bemckusick2016-02-241-17/+60
* - Add a global option where we can protect processes when swap spacearaujo2016-02-243-2/+37
* ixl(4)/ixlv(4): Remove a couple unnecessary register writes/flushes.erj2016-02-242-2/+0
* ixl(4): Fix potential driver interrupt setup issues and startup crash.erj2016-02-241-35/+67
* Obsolete mkulzma(8) and geom_uncompress(4), their functionalitysobomax2016-02-2444-1377/+89
* nvme: fix intx handler to not dereference ioq during initializationjimharris2016-02-241-1/+1
* Improve mkuzip(8) and geom_uzip(4), merge in LZMA support from mkulzma(8)sobomax2016-02-2325-227/+1806
* Silence PVS-Studio warning (V595). It can never be NULL here.jkim2016-02-231-1/+1
* Fix build after r295934.bdrewery2016-02-231-1/+1
* Silence PVS-Studio warning (V595).jkim2016-02-231-3/+1
* Silence PVS-Studio warning (V595).jkim2016-02-231-2/+1
* Remove brightness notify handler before reinstalling new one.jkim2016-02-231-1/+5
* sh: Fix set -v and multiline history after r295825.jilles2016-02-234-1/+16
* Fix white spaces.jkim2016-02-231-1/+1
* Fix style(9) bugs.jkim2016-02-231-4/+6
* According to the sys/kern/capabilities.conf, gethostid(3) should be allowed.oshogbo2016-02-231-1/+1
* Fix build after r29592.bdrewery2016-02-231-1/+1
* net80211: fix TIM cleanup.avos2016-02-231-1/+0
* Add handling for non-native error values to libsysdecode.jhb2016-02-2315-286/+322
* Add support for displaying thread IDs to truss(1).jhb2016-02-236-72/+60
* Don't leak an address in an error path.tuexen2016-02-231-0/+2
* Configure the correct bMaxPacketSize for control endpoints beforehselasky2016-02-232-0/+14
* This fixes the fastpath code to have a better module initialization sequence ...rrs2016-02-232-3/+16
* Following revision r295924, the changes to a db file should be fsynceddwmalone2016-02-231-4/+4
* If we close or sync a hash-based db file, make sure to call fsync todwmalone2016-02-231-1/+5
* Be more verbose when truncating number of HID items.hselasky2016-02-231-1/+2
* Set a dependencies for stack(9) RISC-V MD part.br2016-02-231-1/+1
* o Grab physical memory regions information from the device tree.br2016-02-233-7/+12
* Remove redundant __ARM_ARCH >= 6 check in armv6 specific files.skra2016-02-232-12/+2
* hyperv/stor: Fix print formatsephe2016-02-231-2/+2
* hyperv/hn: Use IFQ_DRV_PREPEND instead of IF_PREPENDsephe2016-02-231-3/+3
* Make handling of mmap()'s prot argument more strict.ed2016-02-231-9/+27
* hyperv/hn: Factor out hn_send_pkt() from hn_start_locked()sephe2016-02-231-45/+65
* MFV r295913:delphij2016-02-231-2/+5
* Stop using the global fdtbus_bs_tag and instead use the tag from the softcian2016-02-231-4/+3
* This code no longer references fdtbus_bs_tag, no need for a special externian2016-02-231-4/+0
* Now that we have OF_decode_addr(), with proper MD implementations, to obtainian2016-02-231-7/+6
* Allow the size argument for law_enable() to be non-power-of-2.jhibbits2016-02-231-1/+2
* Add device ID for 'AboCom 802.11n' usb.kevlo2016-02-232-0/+2
OpenPOWER on IntegriCloud