| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -1/+0 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | libkvm: catch up with pre-subtracated per-cpu addresses | Mateusz Guzik | 2020-10-06 | 1 | -0/+29 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | lib: minor spelling fixes in comments. | Pedro F. Giffuni | 2016-05-01 | 1 | -1/+1 |
* | Add support to libkvm for reading vmcores from other architectures. | John Baldwin | 2015-11-27 | 1 | -3/+11 |
* | Remove trailing whitespace. | John Baldwin | 2015-11-26 | 1 | -1/+1 |
* | Add kvm_getncpus() to obtain mp_ncpus. | Gleb Smirnoff | 2014-02-12 | 1 | -0/+10 |
* | While it isn't too late and kvm_read_zpcpu() function isn't yet used | Gleb Smirnoff | 2014-02-12 | 1 | -2/+2 |
* | Revert r256514 for libkvm. It wasn't correct actually and breaks build. | Gleb Smirnoff | 2013-10-15 | 1 | -3/+1 |
* | - While we are spreading the counter(9) across network stack, more userland | Gleb Smirnoff | 2013-10-15 | 1 | -1/+3 |
* | o Provide function kvm_read_zpcpu() to access UMA_ZONE_PCPU allocations. | Gleb Smirnoff | 2013-04-10 | 1 | -3/+48 |
* | Completely remove now unused pc_other_cpus, pc_cpumask. | Attilio Rao | 2011-07-04 | 1 | -29/+2 |
* | Revert r222363, as bde@ pointed out the initial solution was far more | Attilio Rao | 2011-05-31 | 1 | -1/+1 |
* | Style fix: cast to size_t rather than u_long when comparing to sizeof() | Attilio Rao | 2011-05-27 | 1 | -1/+1 |
* | In the near future cpuset_t objects in struct pcpu will be axed out, but | Attilio Rao | 2011-05-27 | 1 | -2/+29 |
* | libkvm code janitoring | Ulrich Spörlein | 2011-01-23 | 1 | -11/+10 |
* | Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.h | Dimitry Andric | 2010-11-14 | 1 | -2/+2 |
* | A first cut at teaching libkvm how to deal with dynamic per-CPU storage | Robert Watson | 2010-03-01 | 1 | -0/+140 |
* | Add two new routines to libkvm for working with per-CPU data: | John Baldwin | 2008-08-19 | 1 | -0/+152 |