| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert bogus part of r241740. | marius | 2013-01-03 | 1 | -4/+5 |
* | Enable the UFS quotas for big-iron GENERIC kernels. | kib | 2013-01-03 | 1 | -0/+1 |
* | As discussed on -current last October, remove the firewire drivers from | des | 2013-01-03 | 1 | -9/+0 |
* | Revert r237842 and switch back to SCHED_ULE. All problems I encountered | marius | 2012-12-16 | 1 | -1/+1 |
* | Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.h | kib | 2012-11-16 | 1 | -0/+1 |
* | - Implement run-time expansion of the KTR buffer via sysctl. | jeff | 2012-11-15 | 1 | -0/+1 |
* | Flip the semantic of M_NOWAIT to only require the allocation to not | kib | 2012-11-14 | 1 | -8/+1 |
* | Remove duplicate const specifiers in many drivers (I hope I got all of | dim | 2012-11-05 | 3 | -4/+4 |
* | Rework the known rwlock to benefit about staying on their own | attilio | 2012-11-03 | 2 | -13/+2 |
* | - Give PIL_PREEMPT the lowest priority just above low/stray interrupts. | marius | 2012-10-20 | 2 | -10/+10 |
* | - Remove an unused header. | marius | 2012-10-19 | 1 | -6/+4 |
* | Let SCHED_ULE give affinity to the CPU the tick interrupt triggered on | marius | 2012-10-19 | 1 | -1/+3 |
* | Add an unified macro to deny ability from the compiler to reorder | attilio | 2012-10-09 | 1 | -3/+3 |
* | Reverts r234074,234105,234564,234723,234989,235231-235232 and part of | attilio | 2012-10-09 | 3 | -15/+3 |
* | Eliminate a stale comment. It describes another use case for the pmap in | alc | 2012-09-28 | 1 | -5/+0 |
* | Correct double "the the" | eadler | 2012-09-14 | 1 | -1/+1 |
* | userret() already checks for td_locks when INVARIANTS is enabled, so | attilio | 2012-09-08 | 1 | -1/+0 |
* | Prevent indent(1) from reformatting this comment, as it contains | gavin | 2012-09-07 | 1 | -1/+1 |
* | Add a global MD macro for the VIS block size instead of duplicating | marius | 2012-08-31 | 4 | -51/+48 |
* | - Unlike cache invalidation and TLB demapping IPIs, reading registers from | marius | 2012-08-29 | 3 | -17/+29 |
* | Grammar fix: s/NIC's/NICs/ | gjb | 2012-08-26 | 1 | -1/+1 |
* | Merge r236494 from x86: | marius | 2012-08-05 | 2 | -4/+12 |
* | Switch back to the 4BSD scheduler for now. There is some more or less | marius | 2012-06-30 | 1 | -1/+1 |
* | Now that the mps(4) driver is endian-safe, add it to the powerpc and | ken | 2012-06-28 | 1 | -0/+1 |
* | Add new pmap layer locks to the predefined lock order. Change the names | alc | 2012-06-27 | 1 | -2/+3 |
* | Make the wchar_t type machine dependent. | andrew | 2012-06-24 | 2 | -6/+4 |
* | Implement mechanism to export some kernel timekeeping data to | kib | 2012-06-22 | 1 | -0/+34 |
* | Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer to | kib | 2012-06-22 | 1 | -0/+1 |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | alc | 2012-06-16 | 1 | -0/+1 |
* | Replace all uses of the vm page queues lock by a r/w lock that is private | alc | 2012-05-29 | 3 | -47/+55 |
* | Merge from x86: r232521 | marius | 2012-05-25 | 1 | -28/+0 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-24 | 1 | -0/+4 |
* | MFprojects/zfsd: | mav | 2012-05-24 | 1 | -1/+1 |
* | Fix mismerge in r235231. | marius | 2012-05-10 | 1 | -1/+1 |
* | Merge r234989 from x86: | marius | 2012-05-10 | 2 | -9/+2 |
* | Add a convenience macro for the returns_twice attribute, and apply it to | dim | 2012-04-29 | 1 | -1/+1 |
* | Clean up the intr* MD KPI from the SMP dependency, removing a cause of | attilio | 2012-04-26 | 3 | -4/+16 |
* | Turn on PREEMPTION by default. After fixing several bugs over time, the | marius | 2012-04-16 | 1 | -1/+1 |
* | Merge from x86: | marius | 2012-04-13 | 2 | -3/+7 |
* | Remove checks that are redundant due to tf_type being unsigned. | marius | 2012-03-31 | 1 | -2/+2 |
* | Fix panic on kernel traps having a mapping in trap_sig b0rked in r206086. | marius | 2012-03-31 | 1 | -5/+6 |
* | - Remove erroneous trailing semicolon. [1] | marius | 2012-03-30 | 2 | -2/+10 |
* | Given that this is a host-PCI-Express bridge driver, create the parent | marius | 2012-03-24 | 1 | -1/+1 |
* | Remove pty(4) from our kernel configurations. | ed | 2012-03-21 | 1 | -1/+0 |
* | Make ofw_bus_get_node() consistently return -1 when there is no associated | nwhitehorn | 2012-03-15 | 1 | -1/+1 |
* | Add casts to __uint16_t to the __bswap16() macros on all arches which | dim | 2012-03-09 | 1 | -2/+2 |
* | Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported | attilio | 2012-03-06 | 1 | -3/+0 |
* | - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge. | jhb | 2012-03-02 | 1 | -5/+6 |
* | - Change contigmalloc() to use the vm_paddr_t type instead of an unsigned | jhb | 2012-03-01 | 2 | -2/+2 |
* | As it turns out r227960 may still be insufficient with PREEMPTION | marius | 2012-01-28 | 2 | -16/+42 |