summaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Collapse)AuthorAgeFilesLines
* If the two recently added sysctl variables exist, use those rather thanPeter Wemm1996-02-241-10/+17
| | | | | | | | | | 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. Notes: svn path=/head/; revision=14236
* Another round of spelling fixes.Mike Pritchard1996-01-301-2/+2
| | | | Notes: svn path=/head/; revision=13754
* Bump libutil revision after recent addition of setproctitle().Peter Wemm1996-01-018-2/+71
| | | | | | | | | | | Install (optional) libutil.h with prototypes for the functions and document this in the man page. minor cleanups to the various routines, include the prototype file, declare return codes etc. Notes: svn path=/head/; revision=13137
* Bring in an initial version of setproctitle().. This is intended toPeter Wemm1995-12-263-1/+224
| | | | | | | | | | | | replace the dozen other various hacks in the code that do all sorts of crude things including spamming the envrionment strings with the new argv string. This version is mainly inspired by the sendmail version, with a couple of ideas taken from the NetBSD implementation as well. Notes: svn path=/head/; revision=13039
* Update to 4.4lite2 (clean up includes; initialize the name of the masterBruce Evans1995-10-221-9/+10
| | | | | | | | | pty correctly (it was broken for calls to openpty() after the first successful one)). Obtained from: 4.4lite2 Notes: svn path=/head/; revision=11681
* Small NIS tweak: frob pw_error() a little so that it can say eitherBill Paul1995-08-131-1/+8
| | | | | | | | | | | | 'NIS information unchanged' or '/etc/master.passwd unchanged' depending on which was is being modified (conditional on -DYP). This is to save me the trouble of writing a whole other error routine (nis_error()?) for the upcoming changes to passwd and chpass. Notes: svn path=/head/; revision=10048
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
| | | | Notes: svn path=/head/; revision=8870
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8857
* Fix suspended vipw hangsAndrey A. Chernov1995-03-091-9/+25
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=6972
* Support for >32 PTYs.Jordan K. Hubbard1995-02-091-2/+2
| | | | | | | Submitted by: Heikki Suonsivu <hsu@cs.hut.fi> Notes: svn path=/head/; revision=6264
* Added $Id$David Greenman1994-09-241-0/+2
| | | | Notes: svn path=/head/; revision=3044
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-276-0/+389
| | | | Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+148
| | | | Notes: svn path=/head/; revision=1556
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+204
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553