| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove vestiges of 'slip'. | brian | 2010-06-19 | 3 | -9/+2 |
* | Oops! Add " / hz" missed in r209328. Assume interrupt rate hz/2, not 1/2. | mav | 2010-06-19 | 1 | -1/+1 |
* | Add a missing linefeed | brian | 2010-06-19 | 1 | -1/+1 |
* | While we indeed can't precisely measure time spent in C1, we can consider | mav | 2010-06-19 | 1 | -3/+7 |
* | - Rename the internal for loop iterator to "_i" to avoid potential shadowing of | lstewart | 2010-06-19 | 1 | -7/+11 |
* | Catch up with the page and page queues locking changes. | alc | 2010-06-18 | 1 | -8/+8 |
* | Eliminate unnecessary page queues locking. | alc | 2010-06-18 | 2 | -4/+0 |
* | Add support for newer XLS chips/boards in the GMAC driver. | jchandra | 2010-06-18 | 3 | -199/+106 |
* | Missed commit in r209310: the IRQ number in INTR_VEC() should have | nwhitehorn | 2010-06-18 | 1 | -1/+1 |
* | Merge jmallett@'s n64 work into HEAD - changeset 5 | jchandra | 2010-06-18 | 2 | -17/+3 |
* | Only enable kdtrace hook in the LINT on the architectures that implement it. | kib | 2010-06-18 | 3 | -6/+12 |
* | Do not print first digits of IRQ number if whole number doesn't fit. | mav | 2010-06-18 | 1 | -12/+11 |
* | Add MSI support for PCI devices attached to the CPC925 and CPC945 bridges | nwhitehorn | 2010-06-18 | 2 | -3/+165 |
* | Missed change to sun4v while adding iparent lookup to the OFW interrupt | nwhitehorn | 2010-06-18 | 1 | -1/+1 |
* | Do not allow EOF token to be put back into input buffer. | kan | 2010-06-18 | 1 | -3/+11 |
* | Add support for the Keywest I2C controller in Apple uninorth northbridges. | nwhitehorn | 2010-06-18 | 1 | -2/+7 |
* | Revert changes accidentally committed as part of r209298. | nwhitehorn | 2010-06-18 | 1 | -29/+5 |
* | Following r209299, level interrupts are low by default on PPC, so remove | nwhitehorn | 2010-06-18 | 1 | -7/+0 |
* | Change the default interrupt polarity on PowerPC systems from high to low. | nwhitehorn | 2010-06-18 | 3 | -12/+24 |
* | Provide for multiple, cascaded PICs on PowerPC systems, and extend the | nwhitehorn | 2010-06-18 | 35 | -123/+334 |
* | Add unwind annotations to the asm part of crt1 on i386. Terminate the | kib | 2010-06-18 | 1 | -1/+8 |
* | Often reported issue with newer ld is: | kib | 2010-06-18 | 1 | -1/+2 |
* | Fix a rece condition in the shutdown handling. | tuexen | 2010-06-18 | 3 | -0/+40 |
* | Add the AAAA address for i.root-servers.net | dougb | 2010-06-18 | 1 | -2/+3 |
* | Much closer approximation of the kernel's calculation of this value. | sbruno | 2010-06-18 | 1 | -1/+6 |
* | Import latest ARC change from OpenSolaris: | mm | 2010-06-17 | 1 | -6/+6 |
* | Remove an unused comment. | delphij | 2010-06-17 | 1 | -1/+1 |
* | Expand man page to document the fact that mptutil/mpt doesn't support RAID vo... | sbruno | 2010-06-17 | 1 | -0/+12 |
* | Turn off UMA allocations on all archs by default. It isn't stable even on | pjd | 2010-06-17 | 1 | -5/+1 |
* | Backout r207970 for now, it can lead to deadlocks. | pjd | 2010-06-17 | 1 | -13/+0 |
* | Two stats were duplicated, thanks to Andrew Boyer | jfv | 2010-06-17 | 1 | -6/+0 |
* | Make DTrace syscall provider work again by including opt_kdtrace.h here. | rpaulo | 2010-06-17 | 1 | -0/+1 |
* | - Fix compilation of the subr_unit.c user space test program. | jh | 2010-06-17 | 1 | -3/+4 |
* | - Update GCC reference from 3.3 to 4.2 [1] | gabor | 2010-06-17 | 1 | -3/+4 |
* | - Fix typo, it should have been c78.7 | gabor | 2010-06-17 | 1 | -1/+1 |
* | Add the ZFS periodic daily scripts to the ZFS part. | netchild | 2010-06-17 | 1 | -0/+2 |
* | In the ia32_{get,set}_fpcontext(), use fpu{get,set}userregs instead | kib | 2010-06-17 | 1 | -2/+3 |
* | - add the zfs scrub script | netchild | 2010-06-17 | 1 | -1/+5 |
* | - Add c99(7) manual page | gabor | 2010-06-17 | 2 | -0/+188 |
* | Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64. | mav | 2010-06-17 | 6 | -20/+221 |
* | lock_profile_release_lock: do not compare unsigned with zero | avg | 2010-06-17 | 1 | -3/+5 |
* | Remove the unit argument from the recently added make_dev_p(). | ed | 2010-06-17 | 2 | -4/+4 |
* | Merge jmallett@'s n64 work into HEAD - changeset 4 | jchandra | 2010-06-17 | 11 | -273/+459 |
* | Move statistics into the sysctl tree making it easier to find | gnn | 2010-06-16 | 1 | -157/+301 |
* | Move statistics into the sysctl tree making it easier to find | gnn | 2010-06-16 | 2 | -172/+423 |
* | Use awk alone for extracting FDT_DTS_FILE instead of grep/cut, which is | raj | 2010-06-16 | 1 | -2/+2 |
* | Merge jmallett@'s n64 work into HEAD - changeset 3 | jchandra | 2010-06-16 | 1 | -3/+5 |
* | Changes from John Baldwin adding to last commit, | jfv | 2010-06-16 | 4 | -49/+45 |
* | Correct the function name in a KASSERT. | jh | 2010-06-16 | 1 | -1/+1 |
* | Call free and freeaddrinfo before exiting. | brucec | 2010-06-16 | 1 | -14/+35 |