Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove NULL-checks before free(). ok tb@ | 2015-12-19 | 1 | -7/+4 | |
| | |||||
* | Teach libkvm a bit about PAE, making it independent of the kernel defines | 2015-04-07 | 1 | -17/+68 | |
| | | | | | | | and doing runtime detection of what the target kernel is using. Getting this is now to avoid breakage when kernel bits come. ok deraadt@ | ||||
* | Cleanup some macros and #defines in i386 pmap. Previously committed and | 2015-01-09 | 1 | -1/+10 | |
| | | | | | | backed out because of libkvm breakage, recommitting now with libkvm fix. ok deraadt@ | ||||
* | reduce use of <sys/user.h> | 2013-11-01 | 1 | -2/+1 | |
| | | | | ok guenther millert | ||||
* | Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we already | 2013-03-28 | 1 | -7/+7 | |
| | | | | | know it from the machine. ok miod | ||||
* | Use the PAGE_* forms (instead of the ancient BSD forms) in param.h, | 2012-07-09 | 1 | -7/+7 | |
| | | | | | | | because param.h will get a kick in the head sometime in the future. One day, maybe both can become invisible, but we boot one of them first. ok guenter | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -9/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | Revert PAE pmap for now, until the strange bug is found. This stops | 2007-02-20 | 1 | -56/+25 | |
| | | | | | | | | | | the freezes many of us are seeing (especially on amd64 machines running OpenBSD/i386). Much testing by nick@ (as always - thanks!), hugh@, ian@, kettenis@ and Sam Smith (s (at) msmith (dot) net). Requested by, input from, and ok deraadt@ ok art@, kettenis@, miod@ | ||||
* | proper type and ptdsize checks; had it for three weeks now... sigh | 2006-06-09 | 1 | -6/+9 | |
| | |||||
* | Unbreak. Fix some of the lint warnings that mickey reintroduced. | 2006-05-07 | 1 | -16/+17 | |
| | | | | ok miod@ | ||||
* | detect page table dir size difference for normal and pae modes | 2006-04-27 | 1 | -26/+53 | |
| | | | | | (4k vs 16k) and use proper physical address types and page table indexing. | ||||
* | lint happiness, mostly avoiding variable aliasing | 2006-03-31 | 1 | -9/+9 | |
| | |||||
* | for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ ok | 2006-03-20 | 1 | -4/+4 | |
| | |||||
* | Prevent double-free. | 2006-03-14 | 1 | -8/+10 | |
| | | | | ok mickey@, todd@, deraadt@ | ||||
* | if sym has null value -- report as not found; check that kd->vmst is set before use; millert@ ok | 2004-07-01 | 1 | -2/+7 | |
| | |||||
* | knf; ok millert | 2004-06-15 | 1 | -36/+28 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Include more machdep headers. (paranoia) | 2001-12-05 | 1 | -2/+4 | |
| | |||||
* | Adapt to new uvm/ includes. | 2001-11-06 | 1 | -3/+3 | |
| | |||||
* | No need to pull in vm/vm_param.h in any of these files. | 2001-11-05 | 1 | -3/+2 | |
| | |||||
* | Convert lseek/{read,write} pairs into pread and pwrite. | 2001-05-18 | 1 | -22/+5 | |
| | | | | from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>. | ||||
* | from: gluk@ptci.ru | 2000-04-16 | 1 | -16/+12 | |
| | | | | | | make it grok current core dumps. seem to work now. also millert@ took a look. | ||||
* | minor fixup to make this work. i386 still uses libkvm.old but it probably doesn't need to. | 1998-08-24 | 1 | -9/+20 | |
| | |||||
* | Switch alpha from libkvm.old to libkvm with code from NetBSD. | 1997-02-26 | 1 | -3/+3 | |
| | | | | %x -> %lx format fixes from me. | ||||
* | sync with 0430 | 1996-05-05 | 1 | -3/+7 | |
| | |||||
* | From NetBSD: merge of 960317 | 1996-03-19 | 1 | -17/+29 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+183 | |