summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add event handlers for module load and unload events. The load handlers aremarkj2013-08-133-3/+22
* Make sure bootonly.iso for -BETAs and -RCs use the releases/gjb2013-08-131-1/+1
* Alter the mq_start routine to do a TRYLOCK and call to the locked routinejfv2013-08-131-1/+7
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-1263-522/+110
* Improve the MSIX setup code in the drivers, thanks to Marius forjfv2013-08-124-13/+33
* Blank m_nextpkt before passing it up.adrian2013-08-121-0/+1
* Add read-only support for extents in ext2fs.pfg2013-08-1213-32/+565
* Make check for unknown login class actually work. Previously, using the "-c"...trasz2013-08-121-0/+2
* Add brace missing in r254253.mav2013-08-121-1/+1
* r253460 accidentally some moderately expensive debugging code, evenscottl2013-08-121-0/+4
* Fix the formatting of the error message.ed2013-08-121-2/+2
* Temporarily revert sendmail 8.14.7 change to getipnodebyname() flags togshapiro2013-08-121-0/+4
* Make the features a 64-bit value instead of 32-bit.tuexen2013-08-124-35/+34
* It seems the pre-commit checker doesn't detect illegal character sets. Fix.peter2013-08-120-0/+0
* Give up on using iconv to convert to UTF-8 at build time. I don't see anypeter2013-08-1210-50/+2783
* - Try to fix build of 32-bit compatibility USB support for FreeBSD andhselasky2013-08-124-24/+32
* Fix some signed comparison compile warnings.hselasky2013-08-123-5/+5
* Correct an EHCI register write.hselasky2013-08-121-1/+1
* Add optional support for default override of standard setup; but only ifdteske2013-08-121-3/+35
* When flushing packets from the powersave queue, make sure thatadrian2013-08-121-0/+1
* Add a missing break.adrian2013-08-121-0/+1
* fnmatch(): Add test for r254091 (pattern with single backslash).jilles2013-08-111-0/+4
* Don't build the UTF-8 version of the catalogs without iconv enabled.peter2013-08-111-8/+7
* Only allocate 2 bounce pages for maps that can only use them for buffers thatcognet2013-08-111-1/+6
* Correct the recovery logic in vm_page_alloc_contig:attilio2013-08-111-4/+2
* Don't install a ru_SU.KOI8-R symlink, 'make delete-old' will just removepeter2013-08-111-1/+0
* Update nvi-1.79 to 2.1.1-4334a8297fpeter2013-08-11269-30408/+13000
* - Update the wrapper script to 'release.sh', as used by the FreeBSDgjb2013-08-111-71/+230
* Add FreeBSD 9.2 to mdoc.local.gjb2013-08-111-0/+1
* db/hash: Use O_CLOEXEC instead of separate fcntl() call.jilles2013-08-111-2/+1
* wait: Make sure WIFSIGNALED(s) is false if WIFCONTINUED(s) is true.jilles2013-08-111-1/+1
* Use realpath(1) to determine the location of the newvers.sh script,gjb2013-08-111-2/+2
* In su(1), fix option ordering and clarify that the login class specifiedtrasz2013-08-111-5/+7
* Use device_printf().rpaulo2013-08-111-3/+4
* Use the correct structure size when flipping the BT coex state machine.adrian2013-08-111-1/+1
* Prepare for the PAN (personal area network) support for iwn(4).adrian2013-08-112-60/+164
* Add firmware for the Intel 2030 and variants.adrian2013-08-113-1/+24911
* Remove a now-unused firmware.adrian2013-08-111-7833/+0
* Update the 6000g2a image.adrian2013-08-112-1/+30189
* fasttrap_fork(): unlock the processes before removing the tracepoints.rpaulo2013-08-111-0/+8
* Load the dtraceall module if /dev/dtrace/dtrace doesn't exist.rpaulo2013-08-101-1/+11
* Add in missing m_free()'s during error conditions.adrian2013-08-101-0/+6
* The r254167 moved initialization of the sleepqueues before the witnesskib2013-08-101-1/+1
* ParseGetLine: don't treat a zero byte as end of buffer if P_end says it isn't.sjg2013-08-102-1/+11
* Match malloc(9) calls with free(9), not contigfree(9). Also removekib2013-08-101-4/+2
* The random_adapters.c is standard in the conf/files. Revert wrongkib2013-08-101-1/+1
* Restore the ability to kldload random.ko, by linking in the newlykib2013-08-101-1/+1
* Fix a typo. The script should run /usr/bin/svnliteversion instead ofgjb2013-08-101-1/+1
* Different consumers of the struct vm_page abuse pageq member to keepkib2013-08-1013-196/+196
* Fix the return value when we found a symbol in .dynstr. This nasty bug wasrpaulo2013-08-101-0/+1
OpenPOWER on IntegriCloud