| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix page fault that occurred when trying to initialize preloaded kernel module, | trasz | 2011-01-05 | 1 | -3/+11 |
* | Glen Barber is co-mentored by me and jkois, so add another | keramida | 2011-01-05 | 1 | -0/+1 |
* | Add gjb to the doc committer graph, as my current mentee. | keramida | 2011-01-05 | 1 | -0/+3 |
* | Fix typo in default config file. | jpaetzel | 2011-01-04 | 1 | -1/+1 |
* | Update committers-doc.dot, noving doc committer alumni into the alumni | gavin | 2011-01-04 | 1 | -12/+14 |
* | On amd64 and i386, tell the compiler to refrain from generating SSE, | dim | 2011-01-04 | 2 | -0/+2 |
* | Remove '-elf' from build flags for libexec/rtld-elf for amd64 and i386. | dim | 2011-01-04 | 2 | -4/+0 |
* | Limit hardware bug workaround to controllers that have 4GB boundary | yongari | 2011-01-04 | 1 | -1/+4 |
* | Correct an 8-year-old typo which reliably leads to typo after typo today: | jmallett | 2011-01-04 | 1 | -42/+43 |
* | OLDCARD is long gone. | bschmidt | 2011-01-04 | 1 | -19/+1 |
* | Partially revert change made in r212061. r212061 relied on | yongari | 2011-01-04 | 1 | -1/+8 |
* | Remove OCTEON1-32. Since moving to the Cavium SDK, we've lost our support for | jmallett | 2011-01-04 | 1 | -91/+0 |
* | Use errx() instead of err() in parseint. There is usually no interesting | kib | 2011-01-04 | 1 | -2/+2 |
* | Clarify the previous commit. AcpiFinishGpe() will not clear GPE for us | jkim | 2011-01-04 | 1 | -1/+3 |
* | Spell CRITICAL_ASSERT correctly. | cperciva | 2011-01-04 | 1 | -2/+1 |
* | Inherit the APB and the generic OFW PCI-PCI bridge driver from the generic | marius | 2011-01-04 | 2 | -38/+5 |
* | Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended for | marius | 2011-01-04 | 7 | -11/+17 |
* | Add hamfisted locking to the Xen/PV pmap code: Only allow one thread to | cperciva | 2011-01-04 | 1 | -0/+35 |
* | Make "options XENHVM" compile for i386, not just amd64 -- a largely | rwatson | 2011-01-04 | 11 | -7/+62 |
* | Make the parsing of the integer arguments for rtprio(1)/idprio(1) stricter. | kib | 2011-01-04 | 1 | -18/+32 |
* | kproc_exit() is already marked __dead2 so a NOTREACHED comment here isn't | jhb | 2011-01-04 | 1 | -1/+0 |
* | Quiet clang warnings by using string literal format strings. | emaste | 2011-01-04 | 1 | -2/+2 |
* | Finish r210923, 210926. Mark some devices as eternal. | kib | 2011-01-04 | 9 | -14/+20 |
* | Instead of incrementing freework reference counter in indir_trunc(), do | kib | 2011-01-04 | 1 | -15/+15 |
* | Because sleepqueue may still being used, we should always check wchan with | davidxu | 2011-01-04 | 1 | -6/+0 |
* | Quiet clang warnings by using literal format strings for printf-like | emaste | 2011-01-04 | 2 | -3/+3 |
* | o) Add MIPS_COP_0_EXC_PC accessors to <machine/cpufunc.h>. | jmallett | 2011-01-04 | 2 | -83/+108 |
* | o) Unmask Central Interrupt Unit interrupts on APs, too. | jmallett | 2011-01-04 | 1 | -4/+5 |
* | Make format string a string literal. (Discovered by clang.) | emaste | 2011-01-04 | 1 | -1/+1 |
* | Adjust the critical section protecting _xen_flush_queue to cover the | cperciva | 2011-01-04 | 1 | -4/+11 |
* | Handle failure from ftpd_popen in statfilecmd(). | emaste | 2011-01-04 | 1 | -0/+4 |
* | Clear GPE from a query handler if the task was deferred. | jkim | 2011-01-04 | 1 | -8/+11 |
* | Wait for commands to complete 10 times longer. This makes my A-DATA 32GB SDHC | pjd | 2011-01-04 | 1 | -2/+2 |
* | Fix parameters for wakeup(9) and tsleep(9). | jkim | 2011-01-03 | 1 | -2/+2 |
* | Add support for R_PPC64_UADDR64 relocations. | nwhitehorn | 2011-01-03 | 1 | -1/+2 |
* | Note compatibility issues with make universe and stable systems. | imp | 2011-01-03 | 1 | -0/+14 |
* | When TARGET_ARCH_${kernel} gets set, it is using the host's config, | imp | 2011-01-03 | 1 | -1/+4 |
* | expand checkuser() to support the propagation of error codes back to | csjp | 2011-01-03 | 1 | -8/+27 |
* | Fix the nlm so that it no longer depends on the regular | rmacklem | 2011-01-03 | 10 | -14/+31 |
* | Update gateworks exclusion list to match latest tree. | imp | 2011-01-03 | 1 | -2/+14 |
* | Bump the media size from approx 600MB to approx 750MB. The great | imp | 2011-01-03 | 1 | -1/+1 |
* | Put in the other half of the SRCCONF patch. | imp | 2011-01-03 | 1 | -1/+1 |
* | Add a 'locked' variant of the foo_start() routine and call it directly | jhb | 2011-01-03 | 10 | -87/+65 |
* | Increase carried_error if we skip a file due to an error. This ensures | jh | 2011-01-03 | 1 | -0/+4 |
* | Small whitespace nits and add a comment explaining why kthread_exit() can | jhb | 2011-01-03 | 1 | -3/+6 |
* | MFp4 r186485, r186859: | mm | 2011-01-03 | 2 | -3/+28 |
* | Release the page lock early in vm_pageout_clean(). There is no reason to | alc | 2011-01-03 | 2 | -5/+4 |
* | Fix the experimental NFS server so that it doesn't leak | rmacklem | 2011-01-03 | 1 | -2/+1 |
* | Modify the experimental NFSv4 server so that the lookup | rmacklem | 2011-01-03 | 2 | -13/+13 |
* | Add myself. | jpaetzel | 2011-01-02 | 1 | -0/+1 |