Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 1996 06:37:32 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libkvm kvm_proc.c src/lib/libutil setproctitle.c
Message-ID:  <199602241437.GAA07249@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/02/24 06:37:31

  Modified:    lib/libutil  setproctitle.c
               lib/libkvm  kvm_proc.c
  Log:
  If the two recently added sysctl variables exist, use those rather than
  the statically compiled PS_STRINGS and USRSTACK variables.  This prevents
  programs using setproctitle from coredumping if the kernel VM is increased,
  and stops libkvm users (w, ps, etc) from needing to be recompiled if only
  the VM layout changes.
  
  Revision  Changes    Path
  1.2       +17 -10    src/lib/libutil/setproctitle.c
  1.12      +17 -2     src/lib/libkvm/kvm_proc.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602241437.GAA07249>