cvs-bin.freebsd.org
(
List home) (
Recent threads) (
174 other FreeBSD lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe (we seem to have lost it) address with "subscribe" in the subject line.
- This list contains about 871 messages, beginning Jul 1994
- This list doesn't seem to be active
cvs-bin.freebsd.org
April 1997
Mike Pritchard <mpp> — 85993838501 Apr 1997
mpp 97/04/01 15:46:23 Modified: bin/mkdir mkdir.c Log: Fix several problems with mkdir: 1) Fix mkdir -p to exit with the proper exit status and issue ...
Mike Pritchard <mpp> — 86053127208 Apr 1997
mpp 97/04/08 13:27:49 Modified: bin/rm rm.1 Log: Improve the wording in the NOTES section. Closes PR# 3223. Revision Changes Path 1.8 +12 -13 src/bin/...
Mike Pritchard <mpp> — 86053222008 Apr 1997
mpp 97/04/08 13:43:39 Branch: bin/rm RELENG_2_2 Modified: bin/rm rm.1 Log: YAMFC: improve the wording in the NOTES section. Revision Changes Path 1.4....
Mike Pritchard <mpp> — 86056228809 Apr 1997
mpp 97/04/08 22:04:45 Modified: bin/rm rm.1 Log: Provide examples of how to remove file names that begin with a dash in non-getopt implementations. E....
Mike Pritchard <mpp> — 86056235209 Apr 1997
mpp 97/04/08 22:05:48 Branch: bin/rm RELENG_2_2 Modified: bin/rm rm.1 Log: YAMFC: document non-getopt ways of removing file names that begin with a da...
Daniel O'Callaghan <danny> — 86117036416 Apr 1997
danny 97/04/15 22:59:22 Modified: bin/date date.1 date.c Log: Fix typo in comment; Document in an example that years beyond 1999 are handled; fix typo...
John Polstra <jdp> — 86120689816 Apr 1997
jdp 97/04/16 09:08:14 Modified: bin/ps print.c Log: When "-c" is specified, don't pad the command with spaces if it is the last field on...
John Polstra <jdp> — 86120705416 Apr 1997
jdp 97/04/16 09:10:51 Branch: bin/ps RELENG_2_2 Modified: bin/ps print.c Log: Merge from main branch 1.19 -> 1.20: Don't pad the "-c...
Steve Price — 86219663728 Apr 1997
steve 97/04/27 20:03:25 Modified: bin/sh Makefile Log: Shamelessly pilfer most of NetBSD's Makefile so that the problem with 'make -j n...
Steve Price — 86219684828 Apr 1997
steve 97/04/27 20:06:53 Modified: bin/sh alias.c cd.c error.c eval.c jobs.c mail.c memalloc.c miscbltin.c mkinit.c mystring.c output.h show.c var.c bi...
Steve Price — 86219694928 Apr 1997
steve 97/04/27 20:08:39 Modified: bin/sh exec.c exec.h Log: Add a type builtin and nuke register keyword usage. Obtained from: NetBSD Revision Changes...
Steve Price — 86219706728 Apr 1997
steve 97/04/27 20:10:31 Modified: bin/sh histedit.c Log: When NO_HISTORY is defined and the history command is used show an error message. Inspired by...
Steve Price — 86219715528 Apr 1997
steve 97/04/27 20:11:53 Modified: bin/sh input.c Log: Nuke register keyword usage, rename pread to preadfd, and open input files FD_CLOEXEC. Obtained ...
Steve Price — 86219727828 Apr 1997
steve 97/04/27 20:14:05 Modified: bin/sh mknodes.c nodes.c.pat Log: Nuke register keyword usage, #if -> #ifdef, and avoid void * arithmetic. Obtain...
Steve Price — 86219740128 Apr 1997
steve 97/04/27 20:16:13 Modified: bin/sh options.c Log: Avoid a possible NULL pointer dereference, nuke register usage, and remove an unnecessary rese...
Steve Price — 86219750128 Apr 1997
steve 97/04/27 20:17:52 Modified: bin/sh show.h Log: Reorder declarations slightly. Revision Changes Path 1.6 +3 -3 src/bin/sh/show.h...
Steve Price — 86219764028 Apr 1997
steve 97/04/27 20:20:12 Modified: bin/sh sh.1 Log: mdoc-ify and cleanup UNIMPLEMENTED messages. Closes PR 2880. Revision Changes Path 1.13 +587 -735 s...
Steve Price — 86219775928 Apr 1997
steve 97/04/27 20:22:10 Modified: bin/sh parser.c Log: Revert changes from rev 1.16 to 1.17 for now. Closes PR 2879. Revision Changes Path 1.20 +29 -4...
Steve Price — 86219795528 Apr 1997
steve 97/04/27 20:25:13 Modified: bin/sh redir.c Log: Fix redirection of unopened file descriptors and nuke register keyword usage. Obtained from: Net...
Steve Price — 86219806028 Apr 1997
steve 97/04/27 20:27:13 Modified: bin/sh output.c Log: Remove an extra semicolon and nuke register keyword usage. Revision Changes Path 1.8 +7 -7 src/...
Steve Price — 86219815528 Apr 1997
steve 97/04/27 20:28:44 Modified: bin/sh expand.c Log: Sync with NetBSD's revision 1.29 of this file. Obtained from: NetBSD Revision Changes Path ...
Steve Price — 86219943628 Apr 1997
steve 97/04/27 20:50:08 Modified: bin/sh builtins.def Log: Turn on the new type builtin. Revision Changes Path 1.6 +2 -1 src/bin/sh/builtins.def...
Steve Price — 86220048928 Apr 1997
steve 97/04/27 21:07:30 Modified: bin/dd dd.1 Log: Change spelling of ECBDIC to EBCDIC. Closes PR #3402 Submitted by: Revision Changes Path 1.5 +2 -2 ...
Jordan K. Hubbard — 86229158829 Apr 1997
jkh 97/04/28 22:26:05 Modified: bin/ps extern.h keyword.c print.c ps.c ps.h Log: Dynamically adjust size of displayed username to the longest username...
Doug Rabson — 86230821029 Apr 1997
dfr 97/04/29 03:03:10 Modified: bin/ls ls.1 ls.h bin/rm rm.1 rm.c Log: Enable whiteout code since we now have the lite2 support for them. Revision Cha...