summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect assertion on the minimum side. ZFS wouldgrehan2013-09-261-1/+1
* Eliminate the declaration for a method that is no longer used. (Thisalc2013-09-261-11/+0
* Do not allow negative timeouts for kqueue timers, check for thekib2013-09-261-2/+10
* Acquire a hold reference on the vnode when a knote is instantiated.kib2013-09-261-0/+2
* Now that the portsnap buildbox is generating the raw bits for INDEX-10,cperciva2013-09-261-0/+1
* Make the callout arithmetic more robust adding checks for overflow.davide2013-09-261-1/+6
* Add an elf note on ARM to store the MACHINE_ARCH an executable was builtandrew2013-09-264-0/+18
* Correct a NULL pointer deference in nslookup and nsupdate that woulddelphij2013-09-252-2/+4
* Additional BIND files.des2013-09-251-0/+28
* Re-do r255853. Along with adding back the API/ABI changes from thescottl2013-09-2516-30/+59
* Re-do r255853. Along with adding back the API/ABI changes from thescottl2013-09-256-90/+399
* Add PCI device ID for MegaRAID Invader cards. This was the onlyambrisko2013-09-251-0/+1
* Avoid memory accesses reordering which can result in fget_unlocked()attilio2013-09-251-2/+14
* NULL stale pointers (should be a no-op as they should no longer bejmg2013-09-251-0/+5
* fix a bug where we access a bread buffer after we have brelse'd it...jmg2013-09-251-5/+5
* Revert r255853 pending fixes to build errors in usr.bin/kdumpgjb2013-09-2522-451/+119
* Minor mdoc fixes.joel2013-09-241-31/+62
* Introduce a kern.geom.notaste sysctl that can be used to temporarilydes2013-09-243-1/+8
* Don't parse NO_ROOT metadata for extra kernels if NO_ROOT isn't defined.jhb2013-09-241-0/+2
* As it turns out, when MOD_LOAD handler returns error, kernel calls MOD_UNLOADtrasz2013-09-241-11/+7
* Improve error handling in the old initiator, preventing panic on attempttrasz2013-09-241-9/+14
* Update head/ to -ALPHA3.gjb2013-09-241-1/+1
* Update the CAM API for FreeBSD 10:scottl2013-09-2422-119/+451
* Update dialog to 1.2-20130923.dteske2013-09-2434-1939/+4819
* Regenerate.des2013-09-241-76/+25
* Flip the switch: disable BIND and enable LDNS_UTILS.des2013-09-245-9/+9
* In pmap_clear_modify(), initialize pvh even for fictitious managedkib2013-09-241-1/+1
* Properly ignore PDUs with CmdSN outside of allowed range.trasz2013-09-241-17/+18
* Use the pv lists generation count to read-lock the pvh_global_lock inkib2013-09-241-5/+30
* Ensure that the ERESTART return from the syscall reloads thekib2013-09-241-0/+4
* Forgotten in r255825: NETWORKING requires local_unbound.des2013-09-241-1/+1
* Replace the unused /etc/unbound directory with a symlink to /var/unbound.des2013-09-242-2/+5
* Regeneratedes2013-09-247-202/+120
* Regenerate the configure script before running it.des2013-09-241-1/+3
* Don't include the build date or command-line arguments in the binary.des2013-09-242-15/+0
* Fix a few instances of M_WAITOK in threads marked as prohibited from sleep,trasz2013-09-241-2/+16
* Make load average sampling asynchronous to hardclock ticks. This improvesmav2013-09-241-2/+2
* - Add myself as port commiter and my mentors relationship.danilo2013-09-242-1/+5
* Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of ades2013-09-239-21/+76
* Correcting EXAMPLES section.hiren2013-09-231-5/+5
* Free both KVA and backing pages when freeing TSS memory.kib2013-09-232-2/+2
* Prevent resolvconf from updating /etc/resolv.conf. As Jakob Schlyterdes2013-09-231-5/+3
* Move local_unbound up in the rc order.des2013-09-231-1/+1
* Don't use M_WAITOK when running from context where sleeping is prohibited,trasz2013-09-232-5/+26
* Fix coredump on 'arp -d'.glebius2013-09-231-1/+4
* Ensure that resolvconf(8) preserves the edns0 setting.des2013-09-231-0/+1
* Fix a bug in HTTP checking/fetching.dteske2013-09-234-4/+38
* Add installer support for CHRP/PAPR PowerPC systems that use MBR+BSDnwhitehorn2013-09-232-2/+4
* Fix DELAY() on RPi, the wrong math was making it take twice it should.loos2013-09-231-1/+1
* Import a new libcxxrt. This fixes some potential crashing in the demangler.theraven2013-09-233-17/+74
OpenPOWER on IntegriCloud