summaryrefslogtreecommitdiff
path: root/lib/libutil
AgeCommit message (Collapse)Author
1995-06-05Prototypes (PR#1100).pk
1995-03-01Clean up deleted files.mycroft
1994-11-17Merged with 4.4litejtc
Changed to conform to NetBSD's new RCS Id conventions.
1994-05-04minor cleanup; kill unnecessary castscgd
1994-04-06Support up to 256 ptys.andrew
1994-04-01off_tcgd
1994-03-27_double_ major number bump! joy!cgd
1994-01-27Clean up deleted files.mycroft
1994-01-27get rid of stuff that doesn't belong herecgd
1994-01-25kill force.cgd
1994-01-25kill the 'prog' arg to getbsize(); it's unneeded. minor rev bump.cgd
1994-01-19Fix off by one bug in pwcashe routine group_from_gid().jtc
1994-01-07get rid of the awful RSS hackcgd
1993-12-19Return a well-known constant after becoming a daemon.pk
1993-12-15P[GD]_SHIFT --> P[GD]SHIFTmycroft
1993-12-05look for m68k, rather than hp300 or amigacgd
1993-11-08add shlib_version file, with version 0.0cgd
1993-10-13Forgot to initialize `cp' in setsyserr().mycroft
1993-10-02Remove code for old VM system. Don't use page tables in kvm_procread().mycroft
Change `#if DEBUG' to `#ifdef DEBUG'. Read some symbols from the kernel only once.
1993-08-16Last change was almost correct, but we have to check that the pager actuallymycroft
has the page. If not, we go up the shadow chain.
1993-08-15Fix an off-by-one error when scanning the vm map for a page. Also, if themycroft
page is not in core, don't recurse into shadow objects if we've already found a pager.
1993-08-15Fix a bug in virtual to physical address translation on hp300s, and add supportmycroft
for Amigas.
1993-08-14line 860: use CLSHIFT rather than PGSHIFT.cgd
line 927: fix bogus indentation also make sure first chars of buffers are null char, just in case nothing rational is read...
1993-08-14implement kvm_procread for the hp300. now things mostly work oncgd
the hp300, in terms of kvm. still minor strangeness re: sendmail...
1993-08-14#include <machine/pte.h>, not <hp300/hp300/pte.h>. Also, make it at leastmycroft
compile for non-i386 architectures, but exit with an error message (for now).
1993-08-06Add getbsize() from Berkeley, somewhat modified.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-07-19Read swap in CLBYTES blocks.mycroft
1993-06-17Don't need -I/sys any more.mycroft
1993-06-15kernel string read function takes much less time. could be optimized further,deraadt
by making block reads kernel page aligned. (cgd will make the next optimization in this file)
1993-06-01misc minor changescgd
1993-06-01update kvm.c for the new way of doing things:cgd
(1) add support for new stack format/PS_STRINGS (2) add support for kvm_getenv the HP300 support in kvm_procread needs to be looked at/filled in, from example code in kvm_getu, plus hacks
1993-05-20don't inlude select.h, but keep header cleanupscgd
1993-05-20fix new select stuffcgd
1993-05-11fix problem where kvm_getprocs(), ..., kvm_freeprocs(), kvm_getprocs()cgd
would get no processes.
1993-04-27Fix memory leak.mycroft
1993-04-10From: pk@cs.few.eur.nl (Paul Kranenburg)cgd
patch which allows ps(1) and w(1) to lay their hands on process command line arguments.
1993-03-21after 0.2.2 "stable" patches appliedcgd
1993-03-21initial import of 386bsd-0.1 sourcescgd