Age | Commit message (Expand) | Author |
2003-11-17 | Zero nlist array before using; fixes a bug in the error condition | Todd C. Miller |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-07-18 | add missing includes | David Krause |
2003-06-26 | protos | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | Relax licence by removing the 3rd clause on all files whereI was still | Miod Vallat |
2003-06-02 | section reorder; | Jason McIntyre |
2003-05-16 | crashdump/crash-dump -> crash dump; | Jason McIntyre |
2002-12-31 | amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as | Miod Vallat |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller |
2002-11-29 | inconsistant spelling; torh@bogus.net | Theo de Raadt |
2002-09-17 | indent | Theo de Raadt |
2002-09-17 | Set close on exec flag for file descriptors opened by kvm_open(). | Todd C. Miller |
2002-08-03 | hppa stub, from miod | Michael Shalayeff |
2002-06-20 | Redo the logic in kvm_arg_sysctl for resizing the buffer. | Artur Grabowski |
2002-06-08 | If possible get arg and env information with sysctl. | Artur Grabowski |
2002-06-08 | Add a flag - KVM_NO_FILES which tells kvm_openfiles to not | Artur Grabowski |
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin |
2002-03-05 | call open() with 3 args, for the heck of it | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-13 | Reorder new includes. art@ says ok. | Hugh Graham |
2001-12-05 | Include more machdep headers. (paranoia) | Artur Grabowski |
2001-12-05 | Must include machine/pmap.h and machine/vmparam.h here now | Artur Grabowski |
2001-11-21 | Use the address of the symbol, do not overwrite the address with 0, before | Dale Rahn |
2001-11-08 | use uvm headers there as well... | Miod Vallat |
2001-11-06 | Adapt to new uvm/ includes. | Artur Grabowski |
2001-11-05 | Leftovers... | Miod Vallat |
2001-11-05 | No need to pull in vm/vm_param.h in any of these files. | Artur Grabowski |
2001-08-28 | sparc64 bits. Not tested yet. | Artur Grabowski |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin |
2001-06-27 | no more vm/swap_pager.h | Theo de Raadt |
2001-06-27 | UVM is no longer an option | Artur Grabowski |
2001-06-21 | Use symbolic names for MMU flavours, and correctly handle 68060 | Miod Vallat |
2001-05-19 | oops | Artur Grabowski |
2001-05-19 | Make this actually compile | Todd C. Miller |
2001-05-18 | Convert lseek/{read,write} pairs into pread and pwrite. | Artur Grabowski |
2001-05-17 | Repair a fprintf message lacking one parameter. | Miod Vallat |
2001-05-05 | Document KERN_PROC_KTHREAD | Angelos D. Keromytis |
2001-03-16 | add a _kvm_pa2off() for vax | Brandon Creighton |
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt |
2001-01-22 | PAGE_SHIFT can be a define, avoid double-define. | Artur Grabowski |
2001-01-04 | spelling | Todd T. Fries |
2000-11-08 | adjust for changes to kcore, and dynamically compute page shift. | Eric Jackson |
2000-10-25 | various savecore/kvm fixes; gluk@ptci.ru, PR#1461 | Theo de Raadt |
2000-10-23 | Format string paranoia; deraadt@ ok | Aaron Campbell |
2000-10-19 | Repair two typos; caught by gluk@ptci.ru. | Aaron Campbell |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist |