Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the advertising clause. UCB did this some time ago, but these | imp | 2007-01-08 | 1 | -4/+0 |
| | | | | | | files were never updated to reflect that. MFC After: 2 days | ||||
* | buildworld fixes for sun4v | kmacy | 2006-10-09 | 1 | -0/+4 |
| | | | | | | | not sure why pmap.c is included as it is unchanged Approved by: rwatson (mentor) Reviewed by: jmg | ||||
* | Support crash dumps > 4GB in size on 32 bit platforms. _kvm_kvatop() | peter | 2005-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | returned an lseek offset in a "u_long *" value, which can't express >4GB offsets on 32 bit machines (eg: PAE). Change to "off_t *" for all. Support ELF crashdumps on i386 and amd64. Support PAE crashdumps on i386. This is done by auto-detecting the presence of the IdlePDPT which means that PAE is active. I used Marcel's _kvm_pa2off strategy and ELF header reader for ELF support on amd64. Paul Saab ported the amd64 changes to i386 and we implemented the PAE support from there. Note that gdb6 in the src tree uses whatever libkvm supports. If you want to debug an old crash dump, you might want to keep an old libkvm.so handy and use LD_PRELOAD or the like. This does not detect the old raw dump format. Approved by: re | ||||
* | Teach libkvm to deal with direct mapped addresses. | jake | 2002-12-27 | 1 | -9/+14 |
| | |||||
* | Adapt to handle the new sparc64 core dump format correctly. | tmm | 2002-10-20 | 1 | -32/+95 |
| | | | | Reviewed by: jake | ||||
* | Auto size available kernel virtual address space based on phsyical memory | jake | 2002-08-10 | 1 | -4/+11 |
| | | | | | | | size. This avoids blowing out kva in kmeminit() on large memory machines (4 gigs or more). Reviewed by: tmm | ||||
* | Catch up to tte.h changes. | jake | 2002-05-21 | 1 | -2/+2 |
| | |||||
* | Adapt to new kernel tsb structure. | jake | 2001-12-29 | 1 | -16/+9 |
| | |||||
* | libkvm for sparc64. Only works for kernel memory so far. | jake | 2001-11-18 | 1 | -0/+157 |