summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removed unneeded and dangerous assignment. It would probably cause NULLmav2014-01-191-1/+0
* Further rework netinet6 address handling code:melifaro2014-01-195-134/+166
* Enable vt. This brings VGA-based console and terminal support tomarcel2014-01-191-1/+4
* Revision 258428 changed gcc by virtue of having _bswapsi2 _bswapdi2 inmarcel2014-01-191-4/+3
* There's actually no data in the PMU_GET_VERSION command. Don't send any.jhibbits2014-01-191-1/+1
* If the flowid is available for the mbuf that finalised the creationadrian2014-01-181-0/+10
* Simplify filling sockaddr_dl structure for if_resolvemulti()melifaro2014-01-189-96/+63
* Fix a bad comparison operator (s/==/=/), and address a use-case issue where-dteske2014-01-181-8/+6
* Some processor's don't allow NMI injection if the STI_BLOCKING bit is set inneel2014-01-181-69/+80
* Use in6_localip() instead of hand-rolled cycle.melifaro2014-01-181-17/+9
* Add in6_prepare_ifra() function to ease preparing in-kernel IPv6melifaro2014-01-184-49/+30
* Style changes in vm_pageout_scan():alc2014-01-181-12/+11
* Do some style(9) not done in r260851 to improve readability.melifaro2014-01-181-45/+40
* Split in6_update_ifa() into smaller pieces leaving functionality intact.melifaro2014-01-181-78/+131
* Correct value of LIBCOMPILER_RT.ed2014-01-181-1/+1
* Replace LIBGCC by LIBCOMPILER_RT.ed2014-01-184-12/+12
* Add very simple virtio_random(4) driver to harvest entropy from hostbryanv2014-01-1810-1/+336
* For ia64, add _bswapsi2 & _bswapdi2. The audio/flac port uses themarcel2014-01-181-0/+1
* If the guest exits due to a fault while it is executing IRET then restoreneel2014-01-182-4/+68
* MFV r260834:delphij2014-01-181-9/+8
* Bring back r226403, the fix for bin/161526, which was (accidentally?)trociny2014-01-171-3/+6
* gcc: Drop useless objc change from r260311.pfg2014-01-172-39/+0
* Add ID for one more ASMedia AHCI-compatible controller.mav2014-01-171-0/+1
* Fix comment.glebius2014-01-171-1/+1
* Fix a possible memory use after free and leak situation associatedhselasky2014-01-172-26/+24
* traverse_visitbp: visit DMU_GROUPUSED_OBJECT before DMU_USERUSED_OBJECTavg2014-01-171-6/+6
* zdb -R: do not treat numeric parameters to a flag as more flagsavg2014-01-171-0/+1
* Print the ktr(4) format line that caused a failure.glebius2014-01-171-1/+1
* Close a minor deadlock.hselasky2014-01-171-0/+7
* Implement a kqueue notification path for sendfile.adrian2014-01-174-16/+587
* Add in a default initialiser for the EVOPS_SENDFILE kqueue filterops.adrian2014-01-171-0/+1
* Implement the extension api for sendfile to allow for kqueue notifications.adrian2014-01-171-0/+26
* forgot to update this file in 2607000luigi2014-01-171-42/+88
* If a VM-exit happens during an NMI injection then clear the "NMI Blocking" bitneel2014-01-172-12/+26
* Re-work r260800 to include other signals which start with 'I'csjp2014-01-171-11/+10
* fix a regression introduced in r237618 that would result incsjp2014-01-171-3/+9
* Fix various places where we don't properly release a lockgnn2014-01-161-8/+18
* Add a command line argument to turn off blocking waiting for the usergnn2014-01-161-6/+12
* Remove two redundantly repetitive assignments.imp2014-01-161-2/+0
* -h and -H options backwards in manual page.wblock2014-01-161-3/+3
* Update the pkg-stage target to be more compatible with pkg-1.2:gjb2014-01-165-93/+41
* Fix build after FDT changes.ray2014-01-161-0/+1
* Remove notes about historical mbuf(9) allocator flags from documentation.glebius2014-01-162-24/+2
* Simplify wait/nowait code, eventually killing last remnant ofglebius2014-01-162-28/+19
* Another round of removing historical mbuf(9) allocator flags.glebius2014-01-165-13/+13
* fix a build problem with INVARIANTS enabled introduced in r260704avg2014-01-161-1/+1
* Remove historical macro.glebius2014-01-161-1/+1
* Substitute flags from historical mbuf(9) allocator with modern ones.glebius2014-01-162-11/+11
* fix a bug in ZFS mirror code for handling multiple DVAaavg2014-01-161-3/+6
* Revert r260705: wrong patch committed by accidentavg2014-01-161-4/+0
OpenPOWER on IntegriCloud