Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some double semicolons (hmm, do two semis equal a maxi?). | 2003-08-06 | 1 | -3/+3 | |
| | | | | I've skipped the GNU stuff for now. From Patrick Latifi. | ||||
* | add missing includes | 2003-07-18 | 1 | -2/+3 | |
| | | | | ok tedu@ | ||||
* | protos | 2003-06-26 | 1 | -3/+6 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 18 | -115/+43 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Relax licence by removing the 3rd clause on all files whereI was still | 2003-06-02 | 1 | -3/+1 | |
| | | | | using a 3 clause licence. | ||||
* | section reorder; | 2003-06-02 | 6 | -46/+46 | |
| | |||||
* | crashdump/crash-dump -> crash dump; | 2003-05-16 | 2 | -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, as | 2002-12-31 | 1 | -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 we | 2002-12-03 | 1 | -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.net | 2002-11-29 | 1 | -3/+3 | |
| | |||||
* | indent | 2002-09-17 | 1 | -5/+8 | |
| | |||||
* | Set close on exec flag for file descriptors opened by kvm_open(). | 2002-09-17 | 1 | -3/+23 | |
| | | | | Inspired by NetBSD. deraadt@ and myself. | ||||
* | hppa stub, from miod | 2002-08-03 | 1 | -0/+82 | |
| | |||||
* | Redo the logic in kvm_arg_sysctl for resizing the buffer. | 2002-06-20 | 1 | -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. | 2002-06-08 | 1 | -2/+54 | |
| | |||||
* | Add a flag - KVM_NO_FILES which tells kvm_openfiles to not | 2002-06-08 | 3 | -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; | 2002-05-01 | 1 | -3/+3 | |
| | | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | ||||
* | call open() with 3 args, for the heck of it | 2002-03-05 | 1 | -9/+9 | |
| | |||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -50/+5 | |
| | |||||
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) | 2002-02-17 | 2 | -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. | 2002-02-16 | 4 | -26/+26 | |
| | |||||
* | Reorder new includes. art@ says ok. | 2001-12-13 | 1 | -3/+3 | |
| | |||||
* | Include more machdep headers. (paranoia) | 2001-12-05 | 7 | -10/+23 | |
| | |||||
* | Must include machine/pmap.h and machine/vmparam.h here now | 2001-12-05 | 1 | -2/+4 | |
| | | | | that uvm headers won't do that for us. | ||||
* | Use the address of the symbol, do not overwrite the address with 0, before | 2001-11-21 | 1 | -5/+5 | |
| | | | | calling pwrite. Fix from dlucq. ok millert. | ||||
* | use uvm headers there as well... | 2001-11-08 | 1 | -1/+2 | |
| | |||||
* | Adapt to new uvm/ includes. | 2001-11-06 | 9 | -27/+21 | |
| | |||||
* | Leftovers... | 2001-11-05 | 3 | -563/+0 | |
| | |||||
* | No need to pull in vm/vm_param.h in any of these files. | 2001-11-05 | 14 | -37/+23 | |
| | |||||
* | sparc64 bits. Not tested yet. | 2001-08-28 | 1 | -0/+232 | |
| | | | | From NetBSD, modified to fit our libkvm. | ||||
* | o) We always close .Bl and .Bd tags; | 2001-08-06 | 1 | -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.h | 2001-06-27 | 2 | -6/+4 | |
| | |||||
* | UVM is no longer an option | 2001-06-27 | 2 | -204/+3 | |
| | |||||
* | Use symbolic names for MMU flavours, and correctly handle 68060 | 2001-06-21 | 1 | -3/+4 | |
| | | | | in _kvm_kvatop(). | ||||
* | oops | 2001-05-19 | 3 | -9/+9 | |
| | |||||
* | Make this actually compile | 2001-05-19 | 1 | -3/+3 | |
| | |||||
* | Convert lseek/{read,write} pairs into pread and pwrite. | 2001-05-18 | 10 | -178/+126 | |
| | | | | from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>. | ||||
* | Repair a fprintf message lacking one parameter. | 2001-05-17 | 1 | -3/+3 | |
| | | | | | Found by having a look at the recent TPE patches, which fixes libkvm but not libkvm.old... | ||||
* | Document KERN_PROC_KTHREAD | 2001-05-05 | 1 | -2/+4 | |
| | |||||
* | add a _kvm_pa2off() for vax | 2001-03-16 | 1 | -1/+13 | |
| | |||||
* | move utmp to large format, usernames to 32 chars; downsj | 2001-01-31 | 1 | -2/+2 | |
| | |||||
* | PAGE_SHIFT can be a define, avoid double-define. | 2001-01-22 | 1 | -1/+3 | |
| | |||||
* | spelling | 2001-01-04 | 1 | -3/+3 | |
| | |||||
* | adjust for changes to kcore, and dynamically compute page shift. | 2000-11-08 | 1 | -8/+45 | |
| | | | | | from NetBSD. art@ OK | ||||
* | various savecore/kvm fixes; gluk@ptci.ru, PR#1461 | 2000-10-25 | 1 | -9/+10 | |
| | |||||
* | Format string paranoia; deraadt@ ok | 2000-10-23 | 1 | -3/+3 | |
| | |||||
* | Repair two typos; caught by gluk@ptci.ru. | 2000-10-19 | 1 | -3/+3 | |
| | |||||
* | Boring... Add :L modifier to all tweakable variables tests. | 2000-09-03 | 1 | -2/+2 | |
| | | | | Closes PR 1246 | ||||
* | Mark kernel threads as system processes. Make ps hide them by default, | 2000-06-18 | 1 | -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 code | 2000-06-09 | 1 | -2/+1 | |
| |