summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reconnect arm to the universe build, and connect big-endian MIPS and ARMnwhitehorn2010-12-181-7/+29
* No need to zero the softc. It's allocated with M_ZERO.tijl2010-12-181-27/+3
* Use convenience functions where possible instead of accessing the PCItijl2010-12-185-45/+5
* In pmap_extract(), unlock pmap lock earlier. The calculation does not needkib2010-12-181-1/+1
* Sort cross references by section.brucec2010-12-181-2/+2
* Add Exar octal PCI UART.emaste2010-12-181-0/+6
* Bring in the relevant changes from NetBSD's 1.31:dougb2010-12-181-3/+3
* Implement and use a single optimized function for unholding a set of pages.alc2010-12-178-36/+38
* Fix two vnode locking problems in nfsd_recalldelegation() in thermacklem2010-12-171-4/+8
* Simply refer to all Xen drivers as para-virtualized, as this appears torwatson2010-12-171-3/+3
* Update shmget(2) with POSIX access permissions and remove non-standard SHM_R,brucec2010-12-173-13/+11
* cyclic xcall: use smp_no_rendevous_barrier as setup function parameteravg2010-12-171-2/+2
* Add back a bounds check on valid idle priorities that was lost in anjhb2010-12-171-8/+6
* small cleanup of acpi battery status setting and checkingavg2010-12-174-4/+23
* Fix a flightsize bug related to the processing of PKTDRP reports.tuexen2010-12-171-1/+1
* Correct some misundertandings on my part about PV vs HVM kernelrwatson2010-12-171-13/+19
* Fix spelling nits.rwatson2010-12-171-2/+2
* Add pf in quiet modekevlo2010-12-171-2/+2
* Minor cleanup for sys/conf/Makefile.mips. Use -e and replace two calls tojchandra2010-12-171-3/+3
* Clarifications of a number of points in xen.4, and some additional devicerwatson2010-12-171-12/+17
* sh: Fix corruption of command substitutions with special chars after newlinejilles2010-12-162-2/+22
* Bugfix: Take also the nr-mapping array into account when detectingtuexen2010-12-162-10/+14
* The 'ret' variable is of type ssize_t and we use proper format for it (%zd), sopjd2010-12-161-3/+2
* Revert r216473.obrien2010-12-161-1/+1
* - If the atkbdc device is assigned an IRQ resource by ACPI or the PnPBIOS,jhb2010-12-163-14/+55
* - When moving the IRQ resource from the psmcpnp device to the psm device,jhb2010-12-161-15/+5
* Small style fixes:jhb2010-12-162-24/+22
* If dlclose() is called recursively from a _fini() function, the innerjh2010-12-161-16/+38
* Spelling fix.jhb2010-12-161-1/+1
* Pass JFLAG as JFLAG from tinderbox to universe. This gives the samejhb2010-12-161-1/+1
* Use bus_alloc_resource_any() instead of bus_alloc_resource(). Besides beingjhb2010-12-162-16/+14
* Pass proper -Wl,-export-dynamic to ld. Thus bsnmpd(1) compiled with clangsyrinx2010-12-161-1/+1
* libbsnmp was moved to usr/libsyrinx2010-12-161-0/+2
* Silence the compiler warnings in libbsnmp by removing several (now)syrinx2010-12-163-21/+18
* Add a missing cast. Reported by blade_ly at yahoo.com.cn.tuexen2010-12-161-1/+1
* Improve problems logging.pjd2010-12-161-7/+34
* Don't ignore errors from remote requests.pjd2010-12-161-1/+1
* Log the fact of launching and include protocol version number.pjd2010-12-161-0/+3
* o) Add support for the Lanner MR-321X/MR-325, which is just a modified MR-320.jmallett2010-12-165-1/+17
* - include argument should be in quotesgonzo2010-12-164-4/+4
* Make the ELF trampoline binary ELF executable (and do some cleanup).jchandra2010-12-163-18/+24
* Bump WARNS to 6.obrien2010-12-161-1/+1
* GEOM virstor .so does not need libmd.obrien2010-12-161-3/+0
* Merge ACPICA 20101209.jkim2010-12-1536-1370/+1816
|\
| * Import ACPICA 20101209.jkim2010-12-0935-1394/+1911
* | Rename the generic "CLASS" to the more specific "GEOM_CLASS".obrien2010-12-154-4/+3
* | Fix the overflowing livefs ISO by removing man pages from the HFS part ofnwhitehorn2010-12-151-2/+2
* | Rename the generic "CLASS" to the more specific "GEOM_CLASS".obrien2010-12-1516-32/+26
* | Bring back (most of) NATM to avoid further bitrot after r186119.bz2010-12-152-1/+7
* | One of the compat32 functions was copying in a raw timespec, instead ofmdf2010-12-151-2/+1
OpenPOWER on IntegriCloud