summaryrefslogtreecommitdiff
path: root/lib/libkvm
AgeCommit message (Expand)Author
1995-05-25Fix up the last argv pointer correctly when terminating early.mycroft
1995-05-18Fix one more reallocing bug.mycroft
1995-05-18Fix up another pointer if we realloc the argument list.mycroft
1995-05-16Update copyright.mycroft
1995-05-16Use the new ps_strings format. Find the arguments using theirmycroft
1995-04-25kvm_vax.c added.ragge
1995-04-17kvm machine specific code for VAX.ragge
1995-04-13Disable "dead kernel" stuff until we have something new.pk
1995-04-02should work without specialization now.chopps
1995-03-28KERNEL -> _KERNELjtc
1995-03-28KERNEL -> _KERNELjtc
1995-02-10stubs.cgd
1995-01-12The sparc port no longer needs special casing.pk
1995-01-09Eliminate _kvm_uvatop(), in favor of using the machine-independent VM structu...mycroft
1994-12-22specify man pages the new way.cgd
1994-11-02make this work (with a horrible hack for determining the cputyp)deraadt
1994-10-19fix type of variables, add headers, protos, where necessary.cgd
1994-09-18Clean up deleted files.mycroft
1994-09-18Merge the m68k files. The code itself should be merged.mycroft
1994-09-18should work for sun4 and sun4cderaadt
1994-09-18Move the swap page buffer into struct __kvm. Cache the page size duringmycroft
1994-09-18Don't use NBPG/PGOFSET/PGSHIFT. Use getpagesize() and calculate them.deraadt
1994-08-30Update to match include files.mycroft
1994-08-15Update to match current pmap.mycroft
1994-08-13Don't return garbage if there are no argument and/or environment strings.mycroft
1994-08-06vmunix -> netbsd (PR #375)jtc
1994-07-28Add sun3 support (only "live" kernels for now).gwr
1994-06-10Changes in pmap structures.pk
1994-05-23Deal with shadow objects correctly.mycroft
1994-05-20pc532 support in libkvmphil
1994-05-18Fix kvm_uvatop().pk
1994-05-16add support for current m68k based pmaps till they can be "fixed"chopps
1994-05-09just punt for now; don't want to deal with this & don't want it to corecgd
1994-05-09Clean up deleted files.mycroft
1994-05-09m68k-ify the hp300 kvm file; use MACHINE_ARCH to pick files upcgd
1994-05-09the world has changedcgd
1994-05-09clean up importcgd
1994-05-09new libkvmcgd
1994-05-05field name change, and safety (minor)cgd
1994-05-05update for changed flagscgd
1994-04-23Add mac68k to amiga in looking for cpu040.briggs
1994-04-17kill end-check bug.cgd
1994-04-15queue foocgd
1994-03-31quiet compiler, toocgd
1994-03-31bad cast, pointed out by Rafal Bonicgd
1994-03-27_double_ major number bump! joy!cgd
1994-03-01Adding a ns32k definition for X_DEADKERNEL.phil
1994-02-14Sparc specific memory translations.pk
1994-02-14temporary additional lookup of cpu040 for amiga's until new kvm stuff or newchopps
1994-02-01Always read CLBYTES chunks, and cache the last one read. Don't allocate twomycroft