Age | Commit message (Expand) | Author |
2024-05-06 | vmstat/dkstats.c: remove obfuscatory timerset() macro | Scott Soule Cheloha |
2024-05-01 | Add per-CPU caches to the pmemrange allocator. | Martin Pieuchot |
2024-04-19 | Revert per-CPU caches a double-free has been found by naddy@. | Martin Pieuchot |
2024-04-17 | Add per-CPU caches to the pmemrange allocator. | Martin Pieuchot |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-07-26 | Remove "select collisions" output from vmstat(8). | Visa Hankala |
2022-02-22 | MAXCOMLEN is no longer needed in these programs, so remove the annotation | Theo de Raadt |
2022-02-20 | sys/proc.h requires sys/signal.h (will become visible when sys/param.h | Theo de Raadt |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2019-12-06 | replace links to uvm(9) to uvm_init(9); ok mpi | Jason McIntyre |
2019-11-28 | ks_mapblocks is gone | Philip Guenther |
2019-10-14 | pledge() won't work but we can use unveil() to reduce filesystem access | Theo de Raadt |
2019-10-14 | some knf, preparing for other changes | Theo de Raadt |
2019-08-12 | Add the CP_SPIN time to the sum of system time reported. | Claudio Jeker |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-06-19 | Rename some unused fields in struct uvmexp to | Kenneth R Westerback |
2018-04-26 | Prefer <fcntl.h> over <sys/fcntl.h> in userland | Philip Guenther |
2018-04-10 | typo: "anon's" -> "anons" | Mike Larkin |
2017-12-08 | remove description of 'at' field which was removed from vmstat.c -r1.21 | Jasper Lievisse Adriaanse |
2017-05-30 | rename variable to avoid shadow. from Brian Callahan | Ted Unangst |
2017-05-10 | There's no difference between short and long sleepers, so just print | Martin Pieuchot |
2016-09-04 | straightforward realloc -> reallocarray conversion | Theo Buehler |
2016-08-14 | Convert %q to %ll and cast opaque system values to long long. | Philip Guenther |
2016-07-27 | increase the size of forkstat fields to accomodate large values | Ted Unangst |
2016-03-30 | some Xr adjustment to catch up with MLINKS removal; | Jason McIntyre |
2015-12-24 | Replace bzero with memset. No binary change. | mmcc |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-01-30 | improve argv checking. drive name, if given, must match something. | Ted Unangst |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-19 | no need to kvm the palloc. the pgsize is more correctly accessed via pool. | Ted Unangst |
2014-11-23 | <sys/buf.h> isn't actually needed here | Philip Guenther |
2014-09-15 | Remove non-standard <sys/dkstat.h> header. It has not contained anything | Miod Vallat |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-13 | Display zero page hit and miss counters in vmstat -s. | Mark Kettenis |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-02 | populate pool npages, as per src/sys/kern/subr_pool.c r1.135 | David Gwynne |
2014-07-02 | info about pools is currently given to userland by copying each | David Gwynne |
2014-04-08 | Use VM_UVMEXP instead of VM_METER for memory usages and directly | Martin Pieuchot |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2013-11-13 | remove unused variables | Charles Longeau |
2013-10-31 | sometimes we find .h we no longer need | Theo de Raadt |
2013-10-08 | Obtain the uptime of the running system using the new CLOCK_UPTIME, | Philip Guenther |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-07-18 | There is no uvm_km_pages_free in our kernel anymore. The corresponding | Alexander Bluhm |
2013-05-14 | Don't display swapin/swapout uvmexp fields | Miod Vallat |
2013-03-26 | i broke it. tailq is now simpleq in pool. | Ted Unangst |
2012-04-12 | remove rfork(); ok guenther miod | Theo de Raadt |
2010-11-19 | Make KERN_CPTIME return an avarage number of ticks across all CPUs | Mike Belopuhov |
2010-09-24 | Now that HW_DISKNAMES returns xx0: or xx0:uid entries, we must truncate | Theo de Raadt |
2010-08-01 | remove unused variable | Charles Longeau |