summaryrefslogtreecommitdiff
path: root/lib/libutil
AgeCommit message (Collapse)Author
1997-02-17some cleanupTheo de Raadt
1997-02-16added password configuration access function, used to determineNiels Provos
password cipher type at the moment
1997-02-15when using strsep you should be aware that the delimiter will be replacedNiels Provos
by a nifty '0', so you cant check for a colon instead and dump some I am sorry, Dave. I can't do that.
1997-02-13permit 32-bit uid/gid, help from millertTheo de Raadt
1996-12-23add readlabelfs.3Jason Downs
1996-12-23readlabelfs() takes two arguments now, update prototype, inc major number.Jason Downs
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-12-06vfork w/ exit botchTheo de Raadt
1996-12-04sanitize return value. NULL on failure, always.Jason Downs
1996-12-03incJason Downs
1996-12-03Add readlabelfs().Jason Downs
1996-11-24Update from NetBSD.Todd C. Miller
- correct two .Fn references to forkpty() - describe retval of forkpty(); it can return PID as well - add xref to fork(2)
1996-10-08Attempt at cleanup.michaels
1996-09-16Bring prototypes into scopeThorsten Lockert
1996-09-07openpty() returns int.Jason Downs
1996-08-09pty from p to z, P to T. includes vTheo de Raadt
1996-07-31duh, theoTheo de Raadt
1996-07-31someone want to write login_fbtab.3?Theo de Raadt
1996-07-31login_fbtab() in libutilTheo de Raadt
1996-07-31Make typesafe and remove non-portable va_list tricks.Niklas Hallqvist
This is to get it to compile on OpenBSD/alpha.
1996-07-02Use getrawpartition().Jason Downs
1996-06-29fix multiple invocations; from tlb@viaweb.comTheo de Raadt
1996-06-20only write to realpath if non-NULLTheo de Raadt
1996-06-19do not unexpectedly unlink the ptmp file; also support SIG*STOP cleanlyTheo de Raadt
with our changes which permit "EDITOR=emacs -nw" to work.
1996-06-18oops, still missed a typoJason Downs
1996-06-18slight cleaningJason Downs
1996-06-17opendev.3: opendev(3) man pageJason Downs
1996-06-17util.h: new resting placeJason Downs
opendev.h: ok, so I merged it with util.h opendev.h: use util.h everything else: use "util.h"
1996-06-17Add opendev(3) to libutil. Used by mt(1), soon by disklabel(8), maybeJason Downs
others. This is a generic version of the code used by mt(1).
1996-06-12add /sbin/scsi from FreeBSD -- a good start!Theo de Raadt
1996-06-06system() $EDITOR safelyTheo de Raadt
1996-05-22libutilTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt