summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge nexus.c from amd64 and i386 to x86 subtree.attilio2010-10-285-709/+61
* Set bootverbose directly in mi_startup() rather than via a SYSINIT. Thisjhb2010-10-281-9/+3
* Use 'PCPU_GET(apic_id)' to determine the BSP's APIC ID on a UP machinejhb2010-10-282-2/+2
* Correct a typo.bz2010-10-281-1/+1
* Merge the mptable support from MD bits to x86 subtree.attilio2010-10-287-1225/+10
* Turns out we need functions.sh in this file for convert_to_megabytes call.imp2010-10-281-1/+1
* sys/dev/xen/blkback/blkback.c:gibbs2010-10-281-2/+5
* Follow the change made in libthr, add ERANGE error code and moredavidxu2010-10-281-2/+12
* In the data setup code for doing offloads thejfv2010-10-281-1/+6
* Find a jail's type as part of jailparam_init rather than waiting untiljamie2010-10-271-10/+4
* Use shorten model name and add RTL8168, RTL8111 to the list ofyongari2010-10-271-10/+10
* Language cleanup.des2010-10-271-3/+3
* Use ${PICFLAG} instead of -fpic.rpaulo2010-10-271-1/+1
* Add support for setting per-interface PnP information.hselasky2010-10-273-6/+53
* Add initial BCM5718 family support. The BCM5718 family includesyongari2010-10-272-69/+290
* Add BCM5717C 10/100/1000TX PHY id.yongari2010-10-272-0/+7
* Add a short note about kernel modules in FIXIT mode.delphij2010-10-271-0/+4
* [1] According to the x86 architectural specifications, no virtual-to-alc2010-10-273-6/+90
* Correct a typo.jh2010-10-271-1/+1
* Add missing "readahead" to the nfs_opts list.jh2010-10-271-4/+4
* Add attachement to my mentorsbapt2010-10-271-0/+3
* Check small set and reject it, this is how kernel did. Always use thedavidxu2010-10-271-37/+32
* - Revert r214409.davidxu2010-10-272-9/+6
* Sync code with tzcode2010medwin2010-10-274-29/+83
* Remove locking and unlock in pthread_mutex_destroy, becausedavidxu2010-10-271-25/+2
* If input parameter cpusetsize is zero, give userland size of cpuset maskdavidxu2010-10-271-0/+4
* Add a flag to the experimental NFSv4 client to indicate whenrmacklem2010-10-262-22/+24
* Use fprintf(stderr) instead of gctl_error() to print a warning about toopjd2010-10-261-2/+2
* Document newly added loader tunables "hw.acpi.install_interface" andjkim2010-10-261-1/+21
* - Save errno values before calling warn(3) so that errors are correctlyjhb2010-10-267-129/+225
* Fix formatting.brucec2010-10-261-1/+2
* Add two new loader tunables 'hw.acpi.install_interface' andjkim2010-10-261-0/+106
* Add some missing documentation to the man page:bcr2010-10-261-2/+20
* Style fix.attilio2010-10-261-2/+2
* Add information about the values and default setting of thebrucec2010-10-261-0/+1
* Remove usage of PRI* macro for style compliancy.attilio2010-10-261-4/+3
* Bugfix merge from OpenSolaris:mm2010-10-263-6/+28
* Minor grammar fix.gjb2010-10-261-1/+1
* Merge dump_machdep.c i386/amd64 under the x86 subtree.attilio2010-10-265-370/+18
* Bug fix delta to the em driver:jfv2010-10-262-118/+259
* Bring vfs.ufs.dirhash_maxmem into the age of the fruitbat and make itivoras2010-10-251-1/+5
* - Given that in one-shot mode tick_et_start() also is called frequentlymarius2010-10-251-113/+103
* Reimplemented "gpart destroy -F". Now it does all work in kernel.ae2010-10-256-106/+267
* Fix typo in comment.thomas2010-10-251-1/+1
* The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registersnwhitehorn2010-10-253-6/+10
* Don't create spurious /dev entries.nwhitehorn2010-10-251-1/+0
* Use 'saveintr' instead of 'savecrit' or 'eflags' to hold the state returnedjhb2010-10-255-24/+24
* Use intr_disable() and intr_restore() instead of frobbing the flags registerjhb2010-10-256-75/+59
* Reduce the difference between hirunningspace and lorunningspace,ivoras2010-10-251-3/+3
* Use function tdfind() to find a thread.davidxu2010-10-251-11/+2
OpenPOWER on IntegriCloud