| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r262472: | dim | 2014-02-28 | 1 | -1/+1 |
* | MFC r262471: | dim | 2014-02-28 | 1 | -1/+1 |
* | MFC r257228: | kib | 2013-12-17 | 1 | -0/+2 |
* | - Remove debugging from GENERIC* kernel configurations | gjb | 2013-10-10 | 1 | -9/+0 |
* | Implement GET_STACK_USAGE. | marius | 2013-09-29 | 1 | -0/+11 |
* | - Create kern.ipc.sendfile namespace, and put the new "readhead" OID | glebius | 2013-09-22 | 1 | -0/+11 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | alc | 2013-09-20 | 1 | -19/+0 |
* | Fix panic in ktrcapfail() when no capability rights are passed. | pjd | 2013-09-18 | 1 | -1/+1 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 1 | -1/+1 |
* | Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarations | glebius | 2013-09-06 | 1 | -0/+3 |
* | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | alc | 2013-08-29 | 1 | -0/+8 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 1 | -3/+0 |
* | Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). | kib | 2013-08-22 | 1 | -1/+1 |
* | Add process descriptors support to the GENERIC kernel. It is already being | pjd | 2013-08-18 | 1 | -0/+1 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -12/+10 |
* | follow up to r254051 | avg | 2013-08-09 | 1 | -2/+1 |
* | Split the pagequeues per NUMA domains, and split pageademon process | kib | 2013-08-07 | 1 | -0/+1 |
* | enable KDB_TRACE in GENERICs | avg | 2013-08-07 | 1 | -1/+1 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 5 | -10/+14 |
* | Add MD (for now) atomic_store_acq_<type>() and use it in pmap_activate() | marius | 2013-08-06 | 2 | -10/+26 |
* | Remove unused member. | attilio | 2013-08-04 | 2 | -2/+0 |
* | Back out r253779 & r253786. | obrien | 2013-07-31 | 1 | -1/+0 |
* | Decouple yarrow from random(4) device. | obrien | 2013-07-29 | 1 | -0/+1 |
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -2/+2 |
* | put contents of cpu.h under _KERNEL | avg | 2013-07-28 | 1 | -2/+2 |
* | Include sys/systm.h after sys/param.h. | ae | 2013-07-15 | 1 | -1/+1 |
* | Introduce new structure sfstat for collecting sendfile's statistics | ae | 2013-07-15 | 1 | -1/+1 |
* | Prefix the alias macros for members of struct __mcontext with an underscore | marius | 2013-07-12 | 2 | -31/+31 |
* | Fix issues with zeroing and fetching the counters, on x86 and ppc64. | kib | 2013-07-01 | 1 | -0/+39 |
* | Remove conflicting macros from SPARC64's atomic(9) header. | ed | 2013-06-15 | 1 | -15/+3 |
* | Stick to using the documented atomic(9) API. | ed | 2013-06-15 | 1 | -1/+1 |
* | - Add a BIT_FFS() macro and use it to replace cpusetffs_obj() | jeff | 2013-06-13 | 1 | -1/+1 |
* | o Relax locking assertions for vm_page_find_least() | attilio | 2013-05-21 | 1 | -0/+2 |
* | Relax the object locking assertion in pmap_enter_locked(). | alc | 2013-05-17 | 1 | -1/+1 |
* | Tidy up some CVS workarounds. | peter | 2013-05-12 | 2 | -2/+0 |
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | attilio | 2013-05-07 | 2 | -7/+4 |
* | Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE' | trasz | 2013-04-12 | 1 | -4/+1 |
* | Merge from projects/counters: counter(9). | glebius | 2013-04-08 | 1 | -0/+54 |
* | Merge from projects/counters: | glebius | 2013-04-08 | 1 | -1/+2 |
* | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | mav | 2013-04-04 | 1 | -1/+0 |
* | Fix low-level uart drivers that set their fifo sizes in the softc too late. | ian | 2013-04-01 | 1 | -9/+15 |
* | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | kib | 2013-03-19 | 1 | -0/+2 |
* | Add pmap function pmap_copy_pages(), which copies the content of the | kib | 2013-03-14 | 1 | -0/+8 |
* | MFC | attilio | 2013-03-09 | 1 | -0/+3 |
* | MFC | attilio | 2013-03-08 | 1 | -1/+1 |
|\ |
|
| * | Correct two spelling mistakes in a comment. | gavin | 2013-03-07 | 1 | -1/+1 |
* | | MFC | attilio | 2013-03-02 | 5 | -52/+94 |
|\ \
| |/ |
|
| * | - Revert the part of r247601 which turned the overtemperature and power fail | marius | 2013-03-02 | 1 | -11/+9 |
| * | Revert the part of r247600 which turned the overtemperature and power fail | marius | 2013-03-02 | 1 | -18/+16 |
| * | - Apparently, it's no longer a problem to call shutdown_nice(9) from within | marius | 2013-03-02 | 1 | -12/+14 |