summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't build Clang libs during lib32 build.ed2010-06-211-1/+1
* Syntax, commas and stuff. Comments from jhb.sbruno2010-06-211-2/+2
* Check for overflow before it occurs. Also add check forae2010-06-211-2/+2
* Use ISO C99 integer types in sys/kern where possible.ed2010-06-2124-93/+94
* Do not report a stack garbage as the old value for debug.ncores sysctl.kib2010-06-211-1/+2
* Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart.ae2010-06-215-177/+210
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-2019-495/+1662
* Temporarily disable instruction relocation while setting up the kernel'snwhitehorn2010-06-201-1/+6
* Ensure that VOP_ACCESSX is called with exclusively locked vnode forkib2010-06-201-0/+33
* Small style fixes:ed2010-06-201-32/+16
* Fix some style(9), although there's a lot more issues here.brian2010-06-205-24/+34
* Recognise the -l switch with pkill - list kill command(s) used.brian2010-06-202-8/+16
* Add a -t switch for masking output that's above or below certain thresholds.brian2010-06-202-3/+28
* Add a missing prototypebrian2010-06-201-0/+1
* Merge from English r198040: add C message catalogue entries for newermaxim2010-06-201-0/+10
* Clean up item_add and remove -fno-strict-aliasing from CFLAGS. Note thatrandi2010-06-204-5/+5
* Unbreak platforms with char unsigned by default. Oddly enough, GCC isn'tmarcel2010-06-201-2/+6
* mdoc nitpicking for gsched.8uqs2010-06-191-3/+3
* Initialise the "trials" variable to zero earlier in case we unexpectedlygavin2010-06-191-1/+1
* Remove dead assignments, we overwrite the variable almost immediately.gavin2010-06-192-3/+0
* Variable 'getmap' is unused.gavin2010-06-191-2/+2
* Report transport type in XPT_PATH_INQ.mav2010-06-191-0/+4
* Report transport type in XPT_PATH_INQ.mav2010-06-191-0/+4
* Core i5, same as previously Core2Duo, found to not set P-state for singlemav2010-06-191-6/+2
* Extend the AR71XX watchdog debugging and data.adrian2010-06-191-1/+38
* sh: Fix compilation with -DNO_HISTORY.jilles2010-06-191-0/+1
* Remove an unnecessary cat.brian2010-06-191-1/+1
* Remove vestiges of 'slip'.brian2010-06-193-9/+2
* Oops! Add " / hz" missed in r209328. Assume interrupt rate hz/2, not 1/2.mav2010-06-191-1/+1
* Add a missing linefeedbrian2010-06-191-1/+1
* While we indeed can't precisely measure time spent in C1, we can considermav2010-06-191-3/+7
* - Rename the internal for loop iterator to "_i" to avoid potential shadowing oflstewart2010-06-191-7/+11
* Catch up with the page and page queues locking changes.alc2010-06-181-8/+8
* Eliminate unnecessary page queues locking.alc2010-06-182-4/+0
* Add support for newer XLS chips/boards in the GMAC driver.jchandra2010-06-183-199/+106
* Missed commit in r209310: the IRQ number in INTR_VEC() should havenwhitehorn2010-06-181-1/+1
* Merge jmallett@'s n64 work into HEAD - changeset 5jchandra2010-06-182-17/+3
* Only enable kdtrace hook in the LINT on the architectures that implement it.kib2010-06-183-6/+12
* Do not print first digits of IRQ number if whole number doesn't fit.mav2010-06-181-12/+11
* Add MSI support for PCI devices attached to the CPC925 and CPC945 bridgesnwhitehorn2010-06-182-3/+165
* Missed change to sun4v while adding iparent lookup to the OFW interruptnwhitehorn2010-06-181-1/+1
* Do not allow EOF token to be put back into input buffer.kan2010-06-181-3/+11
* Add support for the Keywest I2C controller in Apple uninorth northbridges.nwhitehorn2010-06-181-2/+7
* Revert changes accidentally committed as part of r209298.nwhitehorn2010-06-181-29/+5
* Following r209299, level interrupts are low by default on PPC, so removenwhitehorn2010-06-181-7/+0
* Change the default interrupt polarity on PowerPC systems from high to low.nwhitehorn2010-06-183-12/+24
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-1835-123/+334
* Add unwind annotations to the asm part of crt1 on i386. Terminate thekib2010-06-181-1/+8
* Often reported issue with newer ld is:kib2010-06-181-1/+2
* Fix a rece condition in the shutdown handling.tuexen2010-06-183-0/+40
OpenPOWER on IntegriCloud