summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Improve description of various key used by GELI.pjd2012-07-041-74/+154
* Use correct part of the Master-Key for generating encryption keys.pjd2012-07-044-6/+27
* Correct comment.pjd2012-07-041-1/+1
* Correct a comment and correct style of a flag check.pjd2012-07-041-2/+2
* vdev_io_done stage is not used for ioctls.pjd2012-07-041-1/+1
* Fix an obvious typo.pjd2012-07-041-1/+1
* The register_printf_render_std() function expects regular string.pjd2012-07-042-2/+2
* Recognize 'none' or '0' as no flags.pjd2012-07-041-4/+4
* Decode the 'xsave', 'xrstor', 'xsaveopt', 'xgetbv', 'xsetbv', andjhb2012-07-041-3/+18
* - Change --nthreads parameter to --parallel for GNU compatibilitygabor2012-07-045-13/+21
* Name jails automatically.des2012-07-041-1/+1
* Remove end of line whitespace.joel2012-07-041-5/+5
* Add the possibility to specify a threshold for the number of negative cachese2012-07-046-0/+87
* Document RO_RTFREE() macro.glebius2012-07-041-1/+10
* When ip_output()/ip6_output() is supplied a struct route *ro argument,glebius2012-07-047-53/+58
* Iniitialize a variable.tuexen2012-07-031-1/+1
* Fix style.trociny2012-07-031-2/+2
* Fix KASSERT message.trociny2012-07-031-1/+1
* Don't check for ifp != NULL before KASSERT, as ifp may not be NULL heretrociny2012-07-031-7/+5
* Fix RTTVAR scale in net.inet.tcp.hostcache.list sysctl.trociny2012-07-031-1/+1
* Update comment to reflect function's actual operationemaste2012-07-031-1/+1
* Add new USB device ID.hselasky2012-07-032-0/+2
* Add more quirks for USB mass storage adapters.hselasky2012-07-032-0/+8
* Fix panics triggered by older mfiutil binaries run on the new mfi(4) driver.jhb2012-07-031-4/+8
* Do not include <sys/types.h> in the local headers. The .c files includingobrien2012-07-036-12/+0
* Fix clang warning, introduced in the recent dtrace import.dim2012-07-031-1/+1
* - Make ipfw's sched rules case insensitive, for user-friendliness.issyl02012-07-032-6/+7
* Fix a typokevlo2012-07-031-1/+1
* Add myself to commiters-[doc,ports].dot and calendar.freebsdzeising2012-07-033-0/+7
* Link in the new RX EDMA routines.adrian2012-07-032-1/+3
* Begin abstracting out the RX path in preparation for RX EDMA support.adrian2012-07-036-34/+321
* Fix inverted test that resulted in incorrect multicast hw programming.np2012-07-031-1/+1
* Add "hier" as an alternate spelling of "hierarchy" to match hier(9).obrien2012-07-032-2/+2
* Revert r222186 per instructions for FreeBSD 10.obrien2012-07-032-6/+3
* Add a driver for the Freescale FCM module in the localbus controller.marcel2012-07-033-0/+814
* Support lbc interrupts:marcel2012-07-032-34/+108
* Simplify simplebus_setup_intr and don't call MD code directly. We canmarcel2012-07-021-25/+20
* Properly implement bus_setup_intr so that it handles the configurationmarcel2012-07-021-40/+35
* Properly implement the bus_config_intr, bus_setup_intr and bus_teardown_intrmarcel2012-07-021-2/+58
* Unfortunately the change in r237958 resulted in s/install/instclean/ due todougb2012-07-021-2/+12
* Remove device uart_z8530 and options GEOM_PART_APM from DEFAULTS and insteadmarcel2012-07-023-2/+4
* Fix a typo that resulted in or-ing PTE_UW twice whrn PTE_SW was needed.marcel2012-07-021-1/+1
* Handle traps from the debugger. We need to catch them and re-entermarcel2012-07-021-0/+7
* Invalidate any TLB1 entries we don't need. The firmware (e.g. U-Boot)marcel2012-07-021-0/+4
* Implement cpu_flush_dcache(). This allows us to optimize __syncicache()marcel2012-07-021-1/+18
* Extend the KPI to lock and unlock f_offset member of struct file. Itkib2012-07-027-70/+133
* Instruct the firmware not to provision resources for TCP offload if thenp2012-07-021-1/+7
* There's no need to make filemon specific to i386 and amd64. Allmarcel2012-07-022-13/+5
* Added options:marcel2012-07-021-1/+16
* Add a one second sleep before touching the spool directory. If the touchjhb2012-07-021-0/+9
OpenPOWER on IntegriCloud