From owner-cvs-bin Sun Jan 5 17:26:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA27699 for cvs-bin-outgoing; Sun, 5 Jan 1997 17:26:47 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA27692; Sun, 5 Jan 1997 17:26:45 -0800 (PST) Date: Sun, 5 Jan 1997 17:26:45 -0800 (PST) From: Steve Price Message-Id: <199701060126.RAA27692@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/sh jobs.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 97/01/05 17:26:45 Modified: bin/sh jobs.c Log: Fix a problem that caused some foreground pipelines to die with: tcsetpgrp failed, errno=1 Discovered and Reviewed by: joerg Revision Changes Path 1.10 +2 -3 src/bin/sh/jobs.c From owner-cvs-bin Sat Jan 11 11:15:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA29568 for cvs-bin-outgoing; Sat, 11 Jan 1997 11:15:56 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA29561; Sat, 11 Jan 1997 11:15:55 -0800 (PST) Date: Sat, 11 Jan 1997 11:15:55 -0800 (PST) From: Mike Pritchard Message-Id: <199701111915.LAA29561@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/ls print.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/01/11 11:15:55 Modified: bin/ls print.c Log: Make ls include the year when displaying times that are more than 6 months into the future. Closes PR# 1657. Submitted by: Sakari Jalowaara Revision Changes Path 1.10 +6 -2 src/bin/ls/print.c From owner-cvs-bin Sat Jan 11 11:24:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA00171 for cvs-bin-outgoing; Sat, 11 Jan 1997 11:24:24 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA00164; Sat, 11 Jan 1997 11:24:23 -0800 (PST) Date: Sat, 11 Jan 1997 11:24:23 -0800 (PST) From: Mike Pritchard Message-Id: <199701111924.LAA00164@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/ls ls.1 Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/01/11 11:24:22 Modified: bin/ls ls.1 Log: Add a blurb describing the fact that ls will print the year in place of the hour/minute fields if the time is more than 6 months in the past or future. Also some minor mdoc cleanup. Revision Changes Path 1.7 +8 -2 src/bin/ls/ls.1 From owner-cvs-bin Sat Jan 11 11:47:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA01379 for cvs-bin-outgoing; Sat, 11 Jan 1997 11:47:12 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA01372; Sat, 11 Jan 1997 11:47:10 -0800 (PST) Date: Sat, 11 Jan 1997 11:47:10 -0800 (PST) From: Mike Pritchard Message-Id: <199701111947.LAA01372@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/ls ls.1 Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/01/11 11:47:09 Modified: bin/ls ls.1 Log: Minor mdoc cleanup. Revision Changes Path 1.8 +4 -2 src/bin/ls/ls.1