Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/doc Various changes to conventional form:
details: https://anonhg.NetBSD.org/src/rev/68dae79327d1
branches: netbsd-1-6
changeset: 531059:68dae79327d1
user: he <he%NetBSD.org@localhost>
date: Sat Jan 03 15:57:16 2004 +0000
description:
Various changes to conventional form:
o Make sure problem reports are referred to as PR#nnnnn.
o One blank line between list of files/revisions and descriptive text.
o Make complete sentences, start with upper-case letter, end with full stop.
o Make sure descriptive text is indented by a tabulator stop.
o Mention PRs as "fixed", not "should fix" or "hopefully this fixes" etc.
o Replace a spurious non-break space with a normal space.
o Spelling fix: 're-point', not 'repoint'.
o Remove some extra blank lines.
o Amend latest entry for cvs to say that it was upgraded to version 1.11.10.
diffstat:
doc/CHANGES-1.6.2 | 288 ++++++++++++++++++++++++++---------------------------
1 files changed, 143 insertions(+), 145 deletions(-)
diffs (truncated from 965 to 300 lines):
diff -r e7785579744f -r 68dae79327d1 doc/CHANGES-1.6.2
--- a/doc/CHANGES-1.6.2 Fri Jan 02 06:51:30 2004 +0000
+++ b/doc/CHANGES-1.6.2 Sat Jan 03 15:57:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.6.2,v 1.1.2.253 2004/01/02 06:51:30 jmc Exp $
+# $NetBSD: CHANGES-1.6.2,v 1.1.2.254 2004/01/03 15:57:16 he Exp $
A complete list of changes from NetBSD 1.6.1 to NetBSD 1.6.2:
@@ -47,7 +47,7 @@
usr.bin/tftp/tftp.c 1.16
Fix sendto return value check (incomplete change in 1.14).
- Noted by Brian Ginsbach in PR 19842.
+ Noted by Brian Ginsbach in PR#19842.
[wiz, ticket #1139]
sys/netiso/clnp_er.c 1.13
@@ -64,6 +64,7 @@
etc/mrouted.conf 1.5
share/man/man4/ntwoc.4 1.4
+
Fix typos.
[keihan, ticket #1135]
@@ -110,7 +111,7 @@
usr.bin/cdplay/cdplay.c 1.22
- Fix PR 18444 and a few other corner cases in cdplay.c.
+ Fix PR#18444 and a few other corner cases in cdplay.c.
[is, ticket #1172]
sys/arch/mac68k/dev/akbdmap.h 1.4
@@ -123,7 +124,7 @@
Added a french keyboard layout.
Fixed french keymap: option was not mapped correctly, thus making
impossible to use |{}[] (tested).
- Added jp keymap from PR/15438, and sf, sv, de and uk keymaps from
+ Added jp keymap from PR#15438, and sf, sv, de and uk keymaps from
OpenBSD. (all untested).
[manu, ticket #1183]
@@ -149,7 +150,7 @@
fix a typo that causes SEGV.
while i'm here, make them similar each other.
when s==0, wctomb should initialize its internal state and return if
- encodings have state dependency or not. Fix part of PR 18269.
+ encodings have state dependency or not. Fixes part of PR#18269.
In _RESTART_BEGIN macro, don't use external variable directly.
- add missing _CEI_TO_EI/_TO_CEI.
- add missing _STATE_NEEDS_EXPLICIT_INIT checks.
@@ -158,7 +159,7 @@
- don't use 'cl' before assert it's non NULL.
- handle s==NULL case of wcrtomb.
- add a comment about it.
- Fix rest of PR 18269 by wurlitzer.
+ Fixes rest of PR#18269 by wurlitzer.
[yamt, ticket #1202]
sbin/fdisk/fdisk.c 1.55
@@ -221,13 +222,13 @@
the call to findchild().
Caused a coredump in one in every N thousand invocations of mail,
which I have been hunting for literally years.
- Fixes PR 19696 from Mason Loring Bliss, too.
+ Fixes PR#19696 from Mason Loring Bliss, too.
[perry, ticket #1236]
share/man/man8/man8.amiga/boot.8 1.8
share/man/man8/man8.amiga/installboot.8 1.19
- Fix typos reported by Igor Sobrado (PR port-amiga/20950).
+ Fix typos reported by Igor Sobrado (PR#20950).
[is, ticket #1238]
sys/uvm/uvm.h 1.32
@@ -250,13 +251,13 @@
bin/csh/csh.1 1.37
Additional text & formatting for the csh "limit" command;
- hopefully this satisfies PR 11658
+ Fixes PR#11658.
[fair, ticket #1243]
libexec/talkd/talkd.c 1.16
- verify strvis() buffer length is enough. make sure string termination
- before use. remove extra ntohs() which is not needed. from Charles
+ Verify strvis() buffer length is enough. Make sure string termination
+ before use. Remove extra ntohs() which is not needed. from Charles
Blundell
[itojun, ticket #1001]
@@ -264,14 +265,14 @@
The Double-Semi-Colon Police.
- kern/20231- pass the correct argument (arg_addr) on thru to
+ Fix PR#20231 - pass the correct argument (arg_addr) on thru to
scsipi_do_ioctl, not the locally dereferenced fetch.
[mjacob, ticket #1162]
sys/dev/pci/agp.c 1.26
Don't match a PCI graphics card in a system which supports an AGP.
- Patch supplied by Quentin Garnier in PR kern/19256.
+ Patch supplied by Quentin Garnier in PR#19256.
[tron, ticket #1181]
sys/sys/agpio.h 1.2
@@ -279,17 +280,17 @@
From FreeBSD: Fix an off-by-bit error in the AGP_MODE_[GS]ET_RATE()
macros.
- This fixes PR kern/20480 by Quentin Garnier.
+ This fixes PR#20480 by Quentin Garnier.
[tron, ticket #1182]
include/vis.h 1.13
- this needs <sys/types.h>
+ This needs <sys/types.h>
[klienk, ticket #1210]
usr.bin/menuc/menuc.1 1.12
- Replace some \n with \en for correct display. Closes PR 18539.
+ Replace some \n with \en for correct display. Fixes PR#18539.
[manu, ticket #1226]
sys/dev/pci/if_bge.c 1.38
@@ -365,22 +366,22 @@
sys/dev/pci/if_wm.c 1.36
Pullup short mbuf in wm_tx_cksum() instead of dropping it which fixes
- PR kern/21190 by myself. Jason R. Thorpe code reviewed the changes.
+ PR#21190. Jason R. Thorpe code reviewed the changes.
[tron, ticket #1256]
sys/netinet/ip_icmp.c 1.73
Clear hardware checksum flags before reusing a mbuf for an ICMP reply
- as suggested by Enami Tsugutomo. This fixes PR kern/21203 by myself.
+ as suggested by Enami Tsugutomo. This fixes PR#21203.
[tron, ticket #1260]
sys/arch/amiga/dev/grf_et.c 1.20-1.21
iszthreepa() takes a physical address, not a virtual address.
- This fixes PR 19175, reported and heavily debugged by Pawel
+ This fixes PR#19175, reported and heavily debugged by Pawel
Chwalowski.
- fix fatal typo
+ Fix fatal typo.
[is, ticket #1266]
share/man/man4/scc.4 1.3-1.5
@@ -389,7 +390,7 @@
Clean up nroff problems.
Change the serial port file names in the FILES section to ttyB0,
- etc. to match current reality, per PR 19572
+ etc. to match current reality.
Add some paragraph breaks to make the text more readable, and to
more clearly separate the topics covered.
@@ -403,7 +404,7 @@
and pmax, plus add a clear statement in the first paragraph as to
which computers listed are supported by which port.
- Hopefully this will properly answer PR 19752
+ Fixes PR#19752.
[fair, ticket #1271]
sbin/dump/rcache.c 1.20
@@ -418,10 +419,10 @@
sys/dev/wscons/wsemul_vt100_subr.c 1.24 (via patch)
sys/dev/wscons/wsemul_vt100var.h 1.7
- fix crash due to wrong argument in the (almost useless)
- DECRQUPSS escape sequence
-
- PR/17738: Matthias Drochner, PR/21230: Onno van der Linden: vt100
+ Fix crash due to wrong argument in the (almost useless)
+ DECRQUPSS escape sequence.
+
+ PR#17738: Matthias Drochner, PR#21230: Onno van der Linden: vt100
wscons crashes restoring cursor. Fixed by adding a flag as suggested.
[drochner, ticket #1277]
@@ -439,18 +440,18 @@
driver.
Sync with the latest diff I made available, and also include changes
- from kern/18015 which is much better than the hack I've done.
+ from PR#18015 which is much better than the hack I've done.
[bouyer, ticket #1234]
share/misc/na.phone 1.16-1.18 (via patch)
Fix comment about format.
- Fixes PR misc/17722 from David MacKenzie.
+ Fixes PR#17722 from David MacKenzie.
Add new numbers, remove some stars, and mildly sort it so that it's
actually in numeric order.
- re-gen with new machinery. Finally up-to-date.
+ Re-gen with new machinery. Finally up-to-date.
[jhawk, #1189]
share/man/man8/man8.sun2/boot.8 1.1-1.4 (new)
@@ -470,7 +471,7 @@
crypto/dist/kame/racoon/crypto_openssl.c 1.6
- fix "round up to 8" code. from kame
+ Fix "round up to 8" code. from kame
[itojun, ticket #1270]
sys/arch/newsmips/newsmips/cpu_cons.c 1.7
@@ -483,7 +484,7 @@
sys/netinet6/ip6_mroute.c 1.47
- don't try to forward multicast packet to mif that went away.
+ Don't try to forward multicast packet to mif that went away.
[itojun, ticket #1317]
sys/arch/mac68k/dev/if_mc.c 1.21
@@ -522,7 +523,7 @@
sbin/mount_union/mount_union.8 1.14
- Add some mdoc macros. Add text from PR 13878, modified.
+ Add some mdoc macros. Add text from PR#13878, modified.
[fair, ticket #1283]
usr.bin/du/du.c 1.21 (via patch)
@@ -537,8 +538,8 @@
lib/libc/arch/powerpc/net/Makefile.inc 1.2
lib/libc/shlib_version 1.131 (via patch)
- Build {h,n}to{n,h}{l,s}() into object code; addresses PR
- port-macppc/21541 from Tsuyoshi MOMOSE.
+ Build {h,n}to{n,h}{l,s}() into object code; fixes PR#21541
+ from Tsuyoshi MOMOSE.
Bump to libc.so.12.83.2, due to addition of {h,n}to{n,h}{l,s}() on
PowerPC.
@@ -561,8 +562,9 @@
lib/libc/stdio/vfscanf.c 1.34
- Fix handing of -ve hexadecimal numbers in the %i format. Fixes
- PR lib/21691. Patch from Simon Burge.
+ Fix handing of negative hexadecimal numbers in the %i format. Fixes
+ PR#21691. Patch from Simon Burge.
+
[thorpej, ticket #1298]
sys/sys/shm.h 1.33
@@ -600,38 +602,38 @@
distrib/notes/macppc/install 1.26
- misc small typos and wording cleanup
- fix links to newly updated Partitioning HOW-TO and mention use of pdisk
+ Misc small typos and wording cleanup.
+ Fix links to newly updated Partitioning HOW-TO and mention use of pdisk
can't view files on official ISO image or floppy from Open Firmware
- keyboard problems with iMac and B&W G3 seem to have been cleared up
+ keyboard problems with iMac and B&W G3 seem to have been cleared up.
[mbw, ticket #1306]
distrib/notes/macppc/prep 1.38
- misc small typos and wording cleanup
- fix links to newly updated Partitioning HOW-TO
+ Misc small typos and wording cleanup.
+ Fix links to newly updated Partitioning HOW-TO.
OF 3 firmware update 4.1.7, mention that it's not much of a problem
- anymore
- point to ZTerm home page
- redo partitioning section
- update now that there's a pair of boot floppies
- change MS-DOS floppy section to be Zip disk
+ anymore.
+ Point to ZTerm home page.
+ Redo partitioning section.
+ Update now that there's a pair of boot floppies.
+ Change MS-DOS floppy section to be Zip disk.
[mbw, ticket #1307]
distrib/notes/common/contents 1.90
- mention macppc has two floppies now
Home |
Main Index |
Thread Index |
Old Index