From owner-cvs-lib Mon Jan 1 00:27:46 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12562 for cvs-lib-outgoing; Mon, 1 Jan 1996 00:27:46 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12553 Mon, 1 Jan 1996 00:27:44 -0800 (PST) Date: Mon, 1 Jan 1996 00:27:44 -0800 (PST) From: Peter Wemm Message-Id: <199601010827.AAA12553@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libutil libutil.h Makefile login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.3 Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk peter 96/01/01 00:27:44 Modified: lib/libutil Makefile login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.3 Added: lib/libutil libutil.h Log: Bump libutil revision after recent addition of setproctitle(). 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. Revision Changes Path 1.3 +7 -1 src/lib/libutil/Makefile 1.2 +1 -0 src/lib/libutil/login.c 1.2 +5 -0 src/lib/libutil/login_tty.c 1.2 +1 -0 src/lib/libutil/logout.c 1.2 +2 -0 src/lib/libutil/logwtmp.c 1.5 +2 -0 src/lib/libutil/pty.c 1.2 +9 -1 src/lib/libutil/setproctitle.3 From owner-cvs-lib Mon Jan 1 07:40:40 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA24516 for cvs-lib-outgoing; Mon, 1 Jan 1996 07:40:40 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA24507 Mon, 1 Jan 1996 07:40:36 -0800 (PST) Date: Mon, 1 Jan 1996 07:40:36 -0800 (PST) From: Peter Wemm Message-Id: <199601011540.HAA24507@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/sys pipe.2 Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk peter 96/01/01 07:40:34 Modified: lib/libc/sys pipe.2 Log: Document the change that I made to pipe(2) Revision Changes Path 1.2 +12 -4 src/lib/libc/sys/pipe.2 From owner-cvs-lib Mon Jan 1 09:08:21 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27583 for cvs-lib-outgoing; Mon, 1 Jan 1996 09:08:21 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27574 Mon, 1 Jan 1996 09:08:19 -0800 (PST) Date: Mon, 1 Jan 1996 09:08:19 -0800 (PST) From: Peter Wemm Message-Id: <199601011708.JAA27574@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libkvm kvm_proc.c Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk peter 96/01/01 09:08:18 Modified: lib/libkvm kvm_proc.c Log: Extract the login name when doing a ps on a dead kernel. Revision Changes Path 1.11 +2 -0 src/lib/libkvm/kvm_proc.c From owner-cvs-lib Fri Jan 5 15:30:47 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10431 for cvs-lib-outgoing; Fri, 5 Jan 1996 15:30:47 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10423 Fri, 5 Jan 1996 15:30:45 -0800 (PST) Date: Fri, 5 Jan 1996 15:30:45 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601052330.PAA10423@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/stdlib malloc.c Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk phk 96/01/05 15:30:43 Modified: lib/libc/stdlib malloc.c Log: Fix a fencepost error. Found by: Lars Fredriksen Revision Changes Path 1.9 +4 -4 src/lib/libc/stdlib/malloc.c From owner-cvs-lib Sat Jan 6 22:57:30 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20422 for cvs-lib-outgoing; Sat, 6 Jan 1996 22:57:30 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20410 Sat, 6 Jan 1996 22:57:28 -0800 (PST) Date: Sat, 6 Jan 1996 22:57:28 -0800 (PST) From: Peter Wemm Message-Id: <199601070657.WAA20410@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/net - Imported sources Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk peter 96/01/06 22:57:28 Branch: lib/libc/net 1.1.1 Log: Part of bind-4.9.3-rel.. This is for my convenience and reference. This import to the vendor branch changes no files... Status: Vendor Tag: VIXIE Release Tags: v4_9_3_rel C src/lib/libc/net/res_comp.c N src/lib/libc/net/res_data.c C src/lib/libc/net/res_debug.c C src/lib/libc/net/res_init.c C src/lib/libc/net/res_mkquery.c C src/lib/libc/net/res_query.c C src/lib/libc/net/res_send.c 6 conflicts created by this import. Use the following command to help the merge: cvs checkout -jVIXIE:yesterday -jVIXIE src/lib/libc/net