summaryrefslogtreecommitdiffstats
path: root/lib/libkvm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-061-3/+3
| | | | I've skipped the GNU stuff for now. From Patrick Latifi.
* add missing includesdavid2003-07-181-2/+3
| | | | ok tedu@
* protosderaadt2003-06-261-3/+6
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0218-115/+43
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Relax licence by removing the 3rd clause on all files whereI was stillmiod2003-06-021-3/+1
| | | | using a 3 clause licence.
* section reorder;jmc2003-06-026-46/+46
|
* crashdump/crash-dump -> crash dump;jmc2003-05-162-7/+7
| | | | this fits in with the rest of our docs.
* amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, asmiod2002-12-311-169/+0
| | | | well as the few userland tools which were only used on these platforms.
* 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@
* inconsistant spelling; torh@bogus.netderaadt2002-11-291-3/+3
|
* indentderaadt2002-09-171-5/+8
|
* Set close on exec flag for file descriptors opened by kvm_open().millert2002-09-171-3/+23
| | | | Inspired by NetBSD. deraadt@ and myself.
* hppa stub, from miodmickey2002-08-031-0/+82
|
* Redo the logic in kvm_arg_sysctl for resizing the buffer.art2002-06-201-24/+22
| | | | | - actually use the value we've just reallocated. - Don't return success just because the error wasn't ENOMEM (doh!).
* If possible get arg and env information with sysctl.art2002-06-081-2/+54
|
* Add a flag - KVM_NO_FILES which tells kvm_openfiles to notart2002-06-083-5/+18
| | | | | open any files, just return an kvm handle that we can use to some of the functions.
* o) start new sentence on a new line;mpech2002-05-011-3/+3
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* call open() with 3 args, for the heck of itderaadt2002-03-051-9/+9
|
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-50/+5
|
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-172-14/+12
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-164-26/+26
|
* Reorder new includes. art@ says ok.hugh2001-12-131-3/+3
|
* Include more machdep headers. (paranoia)art2001-12-057-10/+23
|
* Must include machine/pmap.h and machine/vmparam.h here nowart2001-12-051-2/+4
| | | | that uvm headers won't do that for us.
* Use the address of the symbol, do not overwrite the address with 0, beforedrahn2001-11-211-5/+5
| | | | calling pwrite. Fix from dlucq. ok millert.
* use uvm headers there as well...miod2001-11-081-1/+2
|
* Adapt to new uvm/ includes.art2001-11-069-27/+21
|
* Leftovers...miod2001-11-053-563/+0
|
* No need to pull in vm/vm_param.h in any of these files.art2001-11-0514-37/+23
|
* sparc64 bits. Not tested yet.art2001-08-281-0/+232
| | | | From NetBSD, modified to fit our libkvm.
* o) We always close .Bl and .Bd tags;mpech2001-08-061-2/+3
| | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
* no more vm/swap_pager.hderaadt2001-06-272-6/+4
|
* UVM is no longer an optionart2001-06-272-204/+3
|
* Use symbolic names for MMU flavours, and correctly handle 68060miod2001-06-211-3/+4
| | | | in _kvm_kvatop().
* oopsart2001-05-193-9/+9
|
* Make this actually compilemillert2001-05-191-3/+3
|
* Convert lseek/{read,write} pairs into pread and pwrite.art2001-05-1810-178/+126
| | | | from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>.
* Repair a fprintf message lacking one parameter.miod2001-05-171-3/+3
| | | | | Found by having a look at the recent TPE patches, which fixes libkvm but not libkvm.old...
* Document KERN_PROC_KTHREADangelos2001-05-051-2/+4
|
* add a _kvm_pa2off() for vaxbjc2001-03-161-1/+13
|
* move utmp to large format, usernames to 32 chars; downsjderaadt2001-01-311-2/+2
|
* PAGE_SHIFT can be a define, avoid double-define.art2001-01-221-1/+3
|
* spellingtodd2001-01-041-3/+3
|
* adjust for changes to kcore, and dynamically compute page shift.ericj2000-11-081-8/+45
| | | | | from NetBSD. art@ OK
* various savecore/kvm fixes; gluk@ptci.ru, PR#1461deraadt2000-10-251-9/+10
|
* Format string paranoia; deraadt@ okaaron2000-10-231-3/+3
|
* Repair two typos; caught by gluk@ptci.ru.aaron2000-10-191-3/+3
|
* Boring... Add :L modifier to all tweakable variables tests.espie2000-09-031-2/+2
| | | | Closes PR 1246
* Mark kernel threads as system processes. Make ps hide them by default,niklas2000-06-181-2/+7
| | | | | | show them with -k. Do not try to show RSS based values for them as they mess up column alignment. vmstat -f now shows kernel threads separately from rforks too.
* remove unused codeericj2000-06-091-2/+1
|