summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fix typo.davidxu2010-10-251-1/+1
* Get cpuset in pthread_attr_get_np() and free it in pthread_attr_destroy().davidxu2010-10-252-10/+31
* Factor out DDB commands from r204145, r204279 into if_debug.c for furtherbz2010-10-253-82/+127
* Make hw.snd.vpc_0db to be also a loader tunable.mav2010-10-251-0/+1
* Add missing mtx_destroy() on channel attach failure.mav2010-10-252-0/+2
* add dates along with revision numbers in UPDATING entry for 20100915avg2010-10-251-4/+4
* Do some whitespace and `identify` output cleanup.mav2010-10-251-50/+57
* Add Makefile entry to install two new example files.julian2010-10-241-0/+4
* Add a jails directory in the examples sectionjulian2010-10-241-0/+2
* Add two scripts that demonstrate how to make andjulian2010-10-243-0/+738
* sh: Ignore double-quotes in arithmetic rather than treating them as quotes.jilles2010-10-242-5/+5
* sh: Do not allow overriding a special builtin with a function.jilles2010-10-242-0/+12
* Add initial inet DDB support for show in_ifaddr and show sin commands whichbz2010-10-242-0/+121
* Add TSO support over VLAN for i82550/i82551. Controller requiresyongari2010-10-241-3/+12
* Use bge_chipid to compare controller ids. r214251 incorrectly usedyongari2010-10-241-3/+3
* sh: Make sure defined functions can actually be called.jilles2010-10-242-3/+32
* sh: Check whether dup2 was successful for >&FD and <&FD.jilles2010-10-242-2/+9
* sh: Add a test trying to close a descriptor that is not open.jilles2010-10-241-0/+3
* Make da driver to handle some probably broken Android devices, returningmav2010-10-241-1/+4
* Before this change on first connect between primary and secondary wepjd2010-10-242-5/+51
* Implement nv_exists() function that returns true if argument of the givenpjd2010-10-242-1/+28
* Move all NV defines into nv.c, they are not used externally thus there ispjd2010-10-242-27/+27
OpenPOWER on IntegriCloud