summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/shlib_version (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add kvm_getfile2 which uses KERN_FILE2 when possible, fallingmillert2009-06-071-1/+1
| | | | back on kmem grovelling for non-live kernels. OK deraadt@
* Revert PAE pmap for now, until the strange bug is found. This stopstom2007-02-201-1/+1
| | | | | | | | | | 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@
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-2/+2
| | | | | | | To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
* Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that usemillert2004-01-071-1/+1
| | | | | the KERN_PROC2 sysctl. Based on changes from NetBSD but uses our own kvm_arg_sysctl().
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-1/+1
| | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
* move utmp to large format, usernames to 32 chars; downsjderaadt2001-01-311-2/+2
|
* bump this tooderaadt1996-10-251-1/+1
|
* sync with 0430deraadt1996-05-051-1/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+2