summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use correct padding of the ABORT chunk in case of an user initiatedtuexen2012-12-081-21/+32
* Fix a use-after-free bug in the Atheros fast-frames support.adrian2012-12-081-2/+9
* White-space cleanups.pjd2012-12-081-13/+13
* The socket_zone UMA zone is now private to uipc_socket.c.pjd2012-12-081-1/+0
* Ensure that the padding of the last parameter of an INIT chunktuexen2012-12-082-144/+184
* Sync with Library of Congress list.eadler2012-12-081-8/+8
* Make sure we hold the SIM lock when calling xpt_free_path().ken2012-12-081-5/+6
* Fix the CTL OOA queue dumping code so that it does not hold a mutexken2012-12-081-25/+38
* Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4)ken2012-12-085-15/+305
* Add support for backchannels to the kernel RPC. Backchannelsrmacklem2012-12-086-98/+405
* Fix a panic during CAM EDT traversal.ken2012-12-072-14/+10
* Configure UMA warnings for the following zones:pjd2012-12-073-0/+7
* Implemented uma_zone_set_warning(9) function that sets a warning, whichpjd2012-12-074-3/+64
* Make use of the fact that uma_zone_set_max(9) already returns actual limit set.pjd2012-12-071-20/+10
* More style cleanups.pjd2012-12-071-3/+2
* Style cleanups.pjd2012-12-071-12/+10
* - Make socket_zone static - it is used only in this file.pjd2012-12-071-3/+3
* Style cleanups.pjd2012-12-071-51/+54
* There is no need anymore to include vm/uma.h after r241726.pjd2012-12-071-2/+0
* Re-disable GSSAPI, which does not build on several archs.erwin2012-12-071-4/+4
* Update to 9.8.4-P1.erwin2012-12-07217-4471/+6273
|\
| * Vendor import of Bind 9.8.4-P1erwin2012-12-054-3/+11
| * Vendor import of Bind 9.8.4erwin2012-12-05213-4464/+6252
| * Vendor import of BIND 9.8.3-P4.delphij2012-10-103-34/+40
| * Vendor import of BIND 9.8.3-P3dougb2012-09-206-8/+41
| * Update to reflect new svn realitiesdougb2012-07-241-3/+4
| * Vendor import of BIND 9.8.3-P2dougb2012-07-244-9/+33
| * Vendor import of BIND 9.8.3-P1dougb2012-06-044-9/+19
* | Allow KASSERT to log instead of panic.alfred2012-12-072-5/+129
* | Typo in a comment.rpaulo2012-12-071-1/+1
* | Make this work for 64 bit binaries.rpaulo2012-12-071-9/+22
* | Add XC900 SKU mapping.adrian2012-12-071-0/+3
* | Add a new 900MHz GSM regulatory SKU for the Xagyl Communications XC900M.adrian2012-12-072-0/+53
* | Use uint instead of int for flags exported via sysctl.alfred2012-12-071-3/+3
* | Document pffinddomain().kevlo2012-12-072-1/+11
* | Document that socket(2) may fail with EAFNOSUPPORT if the family cannotkevlo2012-12-071-7/+12
* | - according to POSIX, make socket(2) return EAFNOSUPPORT rather thankevlo2012-12-073-25/+42
* | Fix build: reflect the increased field number.delphij2012-12-071-1/+1
* | Add amd64 implementations for 8-byte bus_space routines.jimharris2012-12-063-40/+171
* | - Rewrite radius servers traversal algorithm.sem2012-12-067-42/+212
* | Add PCI device ID for 8-channel IDT NVMe controller, and clarify that thejimharris2012-12-062-2/+4
* | Rule memory garbage collecting in new pf scans only states that are onglebius2012-12-061-5/+7
* | Close possible races between state deletion and sent being sent outglebius2012-12-061-3/+4
* | Remove extra PFSYNC_LOCK() in pfsync_bulk_update() which lead to lockglebius2012-12-061-2/+0
* | Revert erroneous r242693. A state may have PFTM_UNLINKED being on theglebius2012-12-061-10/+0
* | Eliminate superfluous code.davidxu2012-12-061-1/+0
* | Add the Programmer Dvorak Keyboard Layouteadler2012-12-063-2/+121
* | Change the default to 'cru' for speed reasons.eadler2012-12-061-1/+1
* | Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS ineadler2012-12-0627-52/+55
* | Prefer the use of initalizer lists to ctor assignment.eadler2012-12-062-3/+2
OpenPOWER on IntegriCloud