From owner-freebsd-bugs Sun Jul 13 07:53:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA21461 for bugs-outgoing; Sun, 13 Jul 1997 07:53:09 -0700 (PDT) Received: from hades.dcs.napier.ac.uk (hades.dcs.napier.ac.uk [146.176.161.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA21453 for ; Sun, 13 Jul 1997 07:53:05 -0700 (PDT) Received: from artemis.dcs.napier.ac.uk (artemis [146.176.161.5]) by hades.dcs.napier.ac.uk (8.7.3/8.7.3) with ESMTP id PAA23172; Sun, 13 Jul 1997 15:55:20 +0100 (BST) Received: (from bsc4093@localhost) by artemis.dcs.napier.ac.uk (8.7.3/8.7.3) id PAA16141; Sun, 13 Jul 1997 15:55:20 +0100 (BST) Date: Sun, 13 Jul 1997 15:55:17 +0100 (BST) From: Robin Carey To: Tim Vanderhoek cc: Robin Carey , freebsd-bugs@FreeBSD.ORG Subject: Re: FreeBSD-2.1.1 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 11 Jul 1997, Tim Vanderhoek wrote: > On Fri, 11 Jul 1997, Robin Carey wrote: > > > 1) ispunct(3) doesn't work :) It returns TRUE for characters which are > > not punctuation. To see what I mean, try this program: > > Reading the manpage, the output of your demonstration program > looks about right... Huh ? Doesn't work on my FreeBSD-2.2.1 system .... The ispunct(3) routine returns TRUE for characters which are not punctuation and not in the man page, on my computer anyway. [ ... ] From owner-freebsd-bugs Sun Jul 13 10:51:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA00788 for bugs-outgoing; Sun, 13 Jul 1997 10:51:42 -0700 (PDT) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA00782 for ; Sun, 13 Jul 1997 10:51:32 -0700 (PDT) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id TAA11019; Sun, 13 Jul 1997 19:51:13 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id TAA16851; Sun, 13 Jul 1997 19:31:38 +0200 (MET DST) Message-ID: <19970713193138.DB37367@uriah.heep.sax.de> Date: Sun, 13 Jul 1997 19:31:38 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: r.carey@dcs.napier.ac.uk (Robin Carey) Cc: hoek@hwcn.org (Tim Vanderhoek), freebsd-bugs@FreeBSD.ORG Subject: Re: ispunct(3) [was: FreeBSD-2.1.1] References: X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from Robin Carey on Jul 13, 1997 15:55:17 +0100 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Robin Carey wrote: > > > 1) ispunct(3) doesn't work :) It returns TRUE for characters which are > > > not punctuation. To see what I mean, try this program: > > > > Reading the manpage, the output of your demonstration program > > looks about right... > > Huh ? > Doesn't work on my FreeBSD-2.2.1 system .... > The ispunct(3) routine returns TRUE for characters which are not punctuation > and not in the man page, on my computer anyway. For me, it does return true for exactly those characters mentioned in the man page (neglecting the fact that the man page didn't get the backslash right): j@uriah 157% cat foo.c #include #include int main(void) { int c; for (c = 0; c < 128; c++) if (ispunct(c)) putchar(c); putchar('\n'); return 0; } j@uriah 158% cc -O foo.c j@uriah 159% ./a.out !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ Note that the man page talks about ASCII characters, ispunct(3) also returns true for the punctuation characters of ISO Latin-1, if you extend the range above to < 256. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sun Jul 13 13:30:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA06037 for bugs-outgoing; Sun, 13 Jul 1997 13:30:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA06023; Sun, 13 Jul 1997 13:30:01 -0700 (PDT) Date: Sun, 13 Jul 1997 13:30:01 -0700 (PDT) Message-Id: <199707132030.NAA06023@hub.freebsd.org> To: freebsd-bugs Cc: From: Pedro Giffuni Subject: Re: misc/2863: New keymap for Latin American Keyboards Reply-To: Pedro Giffuni Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/2863; it has been noted by GNATS. From: Pedro Giffuni To: freebsd-gnats-submit@freebsd.org, pgiffuni@fps.biblos.unal.edu.co Cc: Subject: Re: misc/2863: New keymap for Latin American Keyboards Date: Sun, 13 Jul 1997 15:24:43 -0700 This is a multi-part message in MIME format. --------------768DF4C2412 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I'm sending the complete file attached, maybe it's better to have it complete than in diff format. --------------768DF4C2412 Content-Type: text/plain; charset=us-ascii; name="LAT-AMER.KBD" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="LAT-AMER.KBD" # alt # scan cntrl alt alt cntrl lock # code base shift cntrl shift alt shift cntrl shift state # ------------------------------------------------------------------ 000 nop nop nop nop nop nop nop nop O 001 esc esc esc esc esc esc esc esc O 002 '1' '!' nop nop '1' '!' nop nop O 003 '2' '"' nul nul '2' '"' nul nul O 004 '3' '#' nop nop '3' '#' nop nop O 005 '4' '$' nop nop '4' '$' nop nop O 006 '5' '%' nop nop '5' '%' nop nop O 007 '6' '&' rs rs '6' '&' rs rs O 008 '7' '/' esc esc '7' '/' esc esc O 009 '8' '(' nop nop '8' '(' nop nop O 010 '9' ')' gs gs '8' '(' gs gs O 011 '0' '=' nop nop '9' ')' nop nop O 012 ''' '?' nop nop '\' '\' nop nop O 013 168 173 nop nop 168 173 nop nop O 014 bs bs del del bs bs del del O 015 ht btab nop nop ht btab nop nop O 016 'q' 'Q' dc1 dc1 '@' '@' dc1 dc1 C 017 'w' 'W' etb etb 'w' 'W' etb etb C 018 'e' 'E' enq enq 'e' 'E' enq enq C 019 'r' 'R' dc2 dc2 'r' 'R' dc2 dc2 C 020 't' 'T' dc4 dc4 't' 'T' dc4 dc4 C 021 'y' 'Y' em em 'y' 'Y' sub sub C 022 'u' 'U' nak nak 151 129 nak nak C 023 'i' 'I' ht ht 'i' 'I' ht ht C 024 'o' 'O' si si 'o' 'O' si si C 025 'p' 'P' dle dle 'p' 'P' dle dle C 026 ''' '|' esc esc ''' '|' esc esc C 027 '+' '*' gs gs '~' '~' gs gs O 028 cr cr nl nl cr cr nl nl O 029 lctrl lctrl lctrl lctrl lctrl lctrl lctrl lctrl O 030 'a' 'A' soh soh 'a' 'A' soh soh C 031 's' 'S' dc3 dc3 's' 'S' dc3 dc3 C 032 'd' 'D' eot eot 'd' 'D' eot eot C 033 'f' 'F' ack ack 'f' 'F' ack ack C 034 'g' 'G' bel bel 'g' 'G' bel bel C 035 'h' 'H' bs bs 'h' 'H' bs bs C 036 'j' 'J' nl nl 'j' 'J' nl nl C 037 'k' 'K' vt vt 'k' 'K' vt vt C 038 'l' 'L' ff ff 'l' 'L' ff ff C 039 164 165 nop nop 164 165 nop nop C 040 '{' '[' nop nop '^' '^' nop nop C 041 '|' 248 fs fs 191 191 fs fs O 042 lshift lshift lshift lshift lshift lshift lshift lshift O 043 '}' ']' fs fs '`' '`' fs fs O 044 'z' 'Z' sub sub 'z' 'Z' em em C 045 'x' 'X' can can 'x' 'X' can can C 046 'c' 'C' etx etx 'c' 'C' etx etx C 047 'v' 'V' syn syn 'v' 'V' syn syn C 048 'b' 'B' stx stx 'b' 'B' stx stx C 049 'n' 'N' so so 'n' 'N' so so C 050 'm' 'M' cr cr 'm' 'M' cr cr C 051 ',' ';' nop nop ',' ';' nop nop O 052 '.' ':' nop nop '.' ':' nop nop O 053 '-' '_' ns ns '-' '_' ns ns O 054 rshift rshift rshift rshift rshift rshift rshift rshift O 055 '*' '*' nscr nscr '*' '*' nscr nscr O 056 lalt lalt lalt lalt lalt lalt lalt lalt O 057 ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' O 058 clock clock clock clock clock clock clock clock O 059 fkey01 fkey13 fkey25 fkey37 scr01 scr11 scr01 scr11 O 060 fkey02 fkey14 fkey26 fkey38 scr02 scr12 scr02 scr12 O 061 fkey03 fkey15 fkey27 fkey39 scr03 scr13 scr03 scr13 O 062 fkey04 fkey16 fkey28 fkey40 scr04 scr14 scr04 scr14 O 063 fkey05 fkey17 fkey29 fkey41 scr05 scr15 scr05 scr15 O 064 fkey06 fkey18 fkey30 fkey42 scr06 scr16 scr06 scr16 O 065 fkey07 fkey19 fkey31 fkey43 scr07 scr07 scr07 scr07 O 066 fkey08 fkey20 fkey32 fkey44 scr08 scr08 scr08 scr08 O 067 fkey09 fkey21 fkey33 fkey45 scr09 scr09 scr09 scr09 O 068 fkey10 fkey22 fkey34 fkey46 scr10 scr10 scr10 scr10 O 069 nlock nlock dc3 dc3 nlock nlock dc3 dc3 O 070 slock slock del del slock slock del del O 071 fkey49 '7' '7' '7' '7' '7' '7' '7' N 072 fkey50 '8' '8' '8' '8' '8' '8' '8' N 073 fkey51 '9' '9' '9' '9' '9' '9' '9' N 074 fkey52 '-' ns ns '-' '-' '-' '-' N 075 fkey53 '4' '4' '4' '4' '4' '4' '4' N 076 fkey54 '5' '5' '5' '5' '5' '5' '5' N 077 fkey55 '6' rs rs '6' '6' '6' '6' N 078 fkey56 '+' '+' '+' '+' '+' '+' '+' N 079 fkey57 '1' '1' '1' '1' '1' '1' '1' N 080 fkey58 '2' '2' '2' '2' '2' '2' '2' N 081 fkey59 '3' '3' '3' '3' '3' '3' '3' N 082 fkey60 '0' '0' '0' '0' '0' '0' '0' N 083 del '.' del del del del del del N 084 ns ns ns ns ns ns ns ns O 085 nop nop nop nop nop nop nop nop O 086 '<' '>' fs fs '\' '>' fs fs O 087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 088 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 089 scr03 scr03 scr03 scr03 scr03 scr03 scr03 scr03 N 090 rctrl rctrl rctrl rctrl rctrl rctrl rctrl rctrl O 091 '/' '/' '/' '/' '/' '/' '/' '/' N 092 '*' '*' '*' '*' '*' '*' '*' '*' N 093 ralt ralt ralt ralt ralt ralt ralt ralt O 094 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 O 095 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 O 096 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 O 097 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 O 098 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 O 099 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 O 100 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 O 101 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 O 102 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 O 103 fkey54 fkey54 fkey54 fkey54 fkey54 fkey54 boot fkey54 O 104 slock slock slock slock slock slock slock slock O --------------768DF4C2412-- From owner-freebsd-bugs Sun Jul 13 19:50:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA23606 for bugs-outgoing; Sun, 13 Jul 1997 19:50:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA23593; Sun, 13 Jul 1997 19:50:02 -0700 (PDT) Resent-Date: Sun, 13 Jul 1997 19:50:02 -0700 (PDT) Resent-Message-Id: <199707140250.TAA23593@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, bfriesen@simple.dallas.tx.us Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA23378; Sun, 13 Jul 1997 19:44:24 -0700 (PDT) Message-Id: <199707140244.TAA23378@hub.freebsd.org> Date: Sun, 13 Jul 1997 19:44:24 -0700 (PDT) From: bfriesen@simple.dallas.tx.us To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: conf/4085: /stand/sysinstall severely trashes /etc/rc.conf when run again Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4085 >Category: conf >Synopsis: /stand/sysinstall severely trashes /etc/rc.conf when run again >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 13 19:50:01 PDT 1997 >Last-Modified: >Originator: Bob Friesenhahn >Organization: >Release: 2.2.2 >Environment: FreeBSD tina.simple.dallas.tx.us 2.2.2-RELEASE FreeBSD 2.2.2-RELEASE #0: Sun Jul 13 17:42:07 CDT 1997 bfriesen@tina.simple.dallas.tx.us:/usr/src/sys/compile/DELL i386 >Description: If /stand/sysinstall is run in order to do post-install configuration, the /etc/rc.conf file becomes totally trashed with repeated strings. Looks like a buffer overflow. Note that the machines hostname is long. swapfile="NO" # Set to name of swapfile if aux swapfile desired." # Set to name of swapfile if aux swapfile desired." # Set to name of swapfile if aux swapfile desired." # Set to name of swapfile if aux swapfile desired. apm_enable="NO" # Set to YES if you want APM enabled." # Set to YES if you want APM enabled." >How-To-Repeat: Run /stand/sysinstall and select post-instal configuration. >Fix: Unknown >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Jul 13 21:10:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA26400 for bugs-outgoing; Sun, 13 Jul 1997 21:10:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA26392; Sun, 13 Jul 1997 21:10:01 -0700 (PDT) Resent-Date: Sun, 13 Jul 1997 21:10:01 -0700 (PDT) Resent-Message-Id: <199707140410.VAA26392@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, root@counterintelligence.cdrom.com Received: from counterintelligence.cdrom.com (mdean.vip.best.com [206.86.94.101]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA26100 for ; Sun, 13 Jul 1997 21:04:38 -0700 (PDT) Received: (from root@localhost) by counterintelligence.cdrom.com (8.8.6/8.8.5) id VAA00522; Sun, 13 Jul 1997 21:04:25 -0700 (PDT) Message-Id: <199707140404.VAA00522@counterintelligence.cdrom.com> Date: Sun, 13 Jul 1997 21:04:25 -0700 (PDT) From: 0000-Administrator Reply-To: root@counterintelligence.cdrom.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/4086: Floppy Disk Driver Problem Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4086 >Category: kern >Synopsis: Floppy Disk Driver Problem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 13 21:10:01 PDT 1997 >Last-Modified: >Originator: 0000-Administrator >Organization: >Release: FreeBSD 2.2-STABLE i386 >Environment: Micron PPro 180, 64M Core , FreeBSD-Stable, Using onboard IDE controller/floppy controller, single 3.5" floppy drive controller detected as a NEC72065B >Description: fdformat fails also reading from a floppy occassionaly fails message: hard error reading isbn xx of xxxxxx is generated on the console this error is not isolated to this computer I have heard of other people having it (fdformat will work in 2.1.5 but not 2.2) >How-To-Repeat: run fdformat on my machine with any floppy disk >Fix: transfer relevant files to a windoze machine to rawrite images copy files on disk etc. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Jul 13 22:19:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA29967 for bugs-outgoing; Sun, 13 Jul 1997 22:19:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA29961; Sun, 13 Jul 1997 22:19:42 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA00574; Sun, 13 Jul 1997 22:19:00 -0700 (PDT) Date: Sun, 13 Jul 1997 22:19:00 -0700 (PDT) Message-Id: <199707140519.WAA00574@freefall.freebsd.org> To: bfriesen@simple.dallas.tx.us, jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/4085 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: /stand/sysinstall severely trashes /etc/rc.conf when run again State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Sun Jul 13 22:18:09 PDT 1997 State-Changed-Why: Already fixed in RELENG_2_2 and -current; please update your /stand/sysinstall by cvsup'ing either of these branches and then doing a: cd /usr/src/release/sysinstall && make all install From owner-freebsd-bugs Mon Jul 14 01:30:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA08069 for bugs-outgoing; Mon, 14 Jul 1997 01:30:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA08063; Mon, 14 Jul 1997 01:30:05 -0700 (PDT) Date: Mon, 14 Jul 1997 01:30:05 -0700 (PDT) Message-Id: <199707140830.BAA08063@hub.freebsd.org> To: freebsd-bugs Cc: From: Wolfgang Helbig Subject: Re: kern/4086: Floppy Disk Driver Problem Reply-To: Wolfgang Helbig Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/4086; it has been noted by GNATS. From: Wolfgang Helbig To: root@counterintelligence.cdrom.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/4086: Floppy Disk Driver Problem Date: Mon, 14 Jul 1997 10:23:34 +0200 (MET DST) > > >Number: 4086 > >Category: kern > >Synopsis: Floppy Disk Driver Problem > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-bugs > >State: open > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sun Jul 13 21:10:01 PDT 1997 > >Last-Modified: > >Originator: 0000-Administrator > >Organization: > >Release: FreeBSD 2.2-STABLE i386 > >Environment: > > > > Micron PPro 180, 64M Core , FreeBSD-Stable, Using onboard IDE > controller/floppy controller, single 3.5" floppy drive controller detected > as a NEC72065B > > >Description: > > > > fdformat fails also reading from a floppy occassionaly fails > message: hard error reading isbn xx of xxxxxx is generated on the console > > this error is not isolated to this computer I have heard of other people > having it (fdformat will work in 2.1.5 but not 2.2) > > >How-To-Repeat: > > > > run fdformat on my machine with any floppy disk > > > >Fix: > > > > transfer relevant files to a windoze machine to rawrite images copy files > on disk etc. Another fix might be to use the raw device (i. e. /dev/rfd0) instead of the block device (i. e. fd0) as argument to fdformat. > >Audit-Trail: > >Unformatted: > From owner-freebsd-bugs Mon Jul 14 04:00:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA13899 for bugs-outgoing; Mon, 14 Jul 1997 04:00:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA13873; Mon, 14 Jul 1997 04:00:02 -0700 (PDT) Resent-Date: Mon, 14 Jul 1997 04:00:02 -0700 (PDT) Resent-Message-Id: <199707141100.EAA13873@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, beckmann@nacamar.net Received: from mail.nacamar.de (mail.nacamar.de [194.162.162.200]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA13515 for ; Mon, 14 Jul 1997 03:52:59 -0700 (PDT) Received: (from root@localhost) by mail.nacamar.de (8.8.6/8.8.5) id MAA06738; Mon, 14 Jul 1997 12:52:55 +0200 (CEST) Message-Id: <199707141052.MAA06738@mail.nacamar.de> Date: Mon, 14 Jul 1997 12:52:55 +0200 (CEST) From: beckmann@nacamar.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/4087: nameservice terminates after ndc restart Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4087 >Category: bin >Synopsis: nameservice terminates after ndc restart >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 14 04:00:01 PDT 1997 >Last-Modified: >Originator: Michael Beckmann >Organization: Nacamar Data Communications >Release: FreeBSD 2.2-970703-RELENG i386 >Environment: BIND 4.9.6 FreeBSD 2.2-RELENG with stock BIND 4.9.6 from FreeBSD distribution FreeBSD 2.2.1-RELEASE with updated libs and BIND 4.9.6 from BIND distribution Problem does not exist in FreeBSD 2.2.2-RELEASE which has BIND 4.9.4P1 >Description: The ndc program is used as a frontend for BIND. Executing ndc restart will terminate named, but not restart it. This used to work in previous releases. cron jobs that restart named on a regular basis via ndc will terminate nameservice. >How-To-Repeat: 1. launch named -b /etc/namedb/named.boot 2. execute ndc reload >Fix: >From the ndc(8) manpage: >Audit-Trail: >Unformatted: >>>>>>>>>>>>>>>>>>>>>>>>>>>> BUGS Arguments to named are not preserved by restart, or known by start. Some mechanism for controlling the parameters and environment should exist. <<<<<<<<<<<<<<<<<<<<<<<<<<<< The default location for the named.boot file in BIND is /etc/named.boot . FreeBSD keeps that file in /etc/namedb/named.boot and starts named with the argument -b /etc/namedb/named.boot . So the solution might be to either change the default location of the file in BIND or in FreeBSD. Or fix ndc. Or make a symbolic link. Or... Or.... I don't know why this problem hasn't been there in previous releases. The ndc bug seems to be a long standing one. I can do an ndc restart just fine on a FreeBSD 2.2.2-RELEASE system, although named was started with -b /etc/namedb/named.boot . From owner-freebsd-bugs Mon Jul 14 05:00:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA16293 for bugs-outgoing; Mon, 14 Jul 1997 05:00:21 -0700 (PDT) Received: from mail.nacamar.de (mail.nacamar.de [194.162.162.200]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA16286 for ; Mon, 14 Jul 1997 05:00:12 -0700 (PDT) Received: from newsfeed (newsfeed.nacamar.de [194.162.162.196]) by mail.nacamar.de (8.8.6/8.8.5) with SMTP id NAA08476 for ; Mon, 14 Jul 1997 13:59:35 +0200 (CEST) Message-Id: <3.0.1.32.19970714135910.00fabac0@mail.nacamar.de> X-Sender: freebsd@mail.nacamar.de X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Mon, 14 Jul 1997 13:59:10 +0200 To: bugs@freebsd.org From: Michael Beckmann Subject: Re: bin/4087: nameservice terminates after ndc restart In-Reply-To: <199707141052.MAA06738@mail.nacamar.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Of course I found the real FreeBSD solution to this one just one minute after submitting the problem report: named_enable="NO" in /etc/rc.conf must be set to yes to make ndc restart work. Of course /etc/rc.conf doesn't exist in a FreeBSD 2.2.1 system, which has been upgraded with BIND 4.9.6 :-} And the 2.2-RELENG system was just a test box where I had started BIND manually, not from rc.conf.... Michael From owner-freebsd-bugs Mon Jul 14 06:01:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA19883 for bugs-outgoing; Mon, 14 Jul 1997 06:01:46 -0700 (PDT) Received: from hades.dcs.napier.ac.uk (hades.dcs.napier.ac.uk [146.176.161.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA19876 for ; Mon, 14 Jul 1997 06:01:41 -0700 (PDT) Received: from artemis.dcs.napier.ac.uk (artemis [146.176.161.5]) by hades.dcs.napier.ac.uk (8.7.3/8.7.3) with ESMTP id OAA22878; Mon, 14 Jul 1997 14:03:46 +0100 (BST) Received: (from bsc4093@localhost) by artemis.dcs.napier.ac.uk (8.7.3/8.7.3) id OAA19617; Mon, 14 Jul 1997 14:03:45 +0100 (BST) Date: Mon, 14 Jul 1997 14:03:44 +0100 (BST) From: Robin Carey To: J Wunsch cc: Robin Carey , Tim Vanderhoek , freebsd-bugs@FreeBSD.ORG Subject: Re: ispunct(3) [was: FreeBSD-2.1.1] In-Reply-To: <19970713193138.DB37367@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 13 Jul 1997, J Wunsch wrote: > As Robin Carey wrote: > > > Doesn't work on my FreeBSD-2.2.1 system .... > > The ispunct(3) routine returns TRUE for characters which are not punctuation > > and not in the man page, on my computer anyway. > > For me, it does return true for exactly those characters mentioned in > the man page (neglecting the fact that the man page didn't get the > backslash right): > > j@uriah 157% cat foo.c > #include > #include > > int > main(void) > { > int c; > > for (c = 0; c < 128; c++) > if (ispunct(c)) > putchar(c); > putchar('\n'); > return 0; > } > j@uriah 158% cc -O foo.c > j@uriah 159% ./a.out > !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ My original program differed to the above, approximately (in terms of your code): .... for (c = 0; c < 256; c++) .... And my results were different; ispunct(3) was returning TRUE for chars above 127 ..... > > Note that the man page talks about ASCII characters, ispunct(3) also > returns true for the punctuation characters of ISO Latin-1, if you > extend the range above to < 256. Oh ... the manual page doesn't mention anything about characters other than ASCII. Doesn't that mean ispunct(3) is not "ANSI C" standard then ? Cheers. > > -- > cheers, J"org > > joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE > Never trust an operating system you don't have sources for. ;-) > From owner-freebsd-bugs Mon Jul 14 06:27:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA21124 for bugs-outgoing; Mon, 14 Jul 1997 06:27:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA21020; Mon, 14 Jul 1997 06:25:24 -0700 (PDT) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA05037; Mon, 14 Jul 1997 06:24:40 -0700 (PDT) Date: Mon, 14 Jul 1997 06:24:40 -0700 (PDT) Message-Id: <199707141324.GAA05037@freefall.freebsd.org> To: helbig@MX.BA-Stuttgart.De, msmith@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, msmith@FreeBSD.ORG Subject: Re: bin/4064 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: libedit's history search is broken State-Changed-From-To: open-closed State-Changed-By: msmith State-Changed-When: Mon Jul 14 06:21:23 PDT 1997 State-Changed-Why: Fixed in r1.6 by applying suppliedpatch. Responsible-Changed-From-To: freebsd-bugs->msmith@freebsd.org Responsible-Changed-By: msmith Responsible-Changed-When: Mon Jul 14 06:21:23 PDT 1997 Responsible-Changed-Why: I broke it, I'll fix it. From owner-freebsd-bugs Mon Jul 14 06:40:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA21827 for bugs-outgoing; Mon, 14 Jul 1997 06:40:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA21780; Mon, 14 Jul 1997 06:40:01 -0700 (PDT) Date: Mon, 14 Jul 1997 06:40:01 -0700 (PDT) Message-Id: <199707141340.GAA21780@hub.freebsd.org> To: freebsd-bugs Cc: From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: kern/4086: Floppy Disk Driver Problem Reply-To: j@uriah.heep.sax.de (J Wunsch) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/4086; it has been noted by GNATS. From: j@uriah.heep.sax.de (J Wunsch) To: root@counterintelligence.cdrom.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/4086: Floppy Disk Driver Problem Date: Mon, 14 Jul 1997 15:12:15 +0200 As 0000-Administrator wrote: > fdformat fails also reading from a floppy occassionaly fails > message: hard error reading isbn xx of xxxxxx is generated on the console Can you please be more specific about this? The above is not enough to handle this PR, sorry. > >How-To-Repeat: > run fdformat on my machine with any floppy disk So give me your machine, please. :-) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Mon Jul 14 06:51:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA22211 for bugs-outgoing; Mon, 14 Jul 1997 06:51:45 -0700 (PDT) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id GAA22206 for ; Mon, 14 Jul 1997 06:51:39 -0700 (PDT) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id PAA22813; Mon, 14 Jul 1997 15:51:02 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id PAA01208; Mon, 14 Jul 1997 15:28:34 +0200 (MET DST) Message-ID: <19970714152834.RR49021@uriah.heep.sax.de> Date: Mon, 14 Jul 1997 15:28:34 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: r.carey@dcs.napier.ac.uk (Robin Carey) Cc: hoek@hwcn.org (Tim Vanderhoek), freebsd-bugs@FreeBSD.ORG Subject: Re: ispunct(3) [was: FreeBSD-2.1.1] References: <19970713193138.DB37367@uriah.heep.sax.de> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from Robin Carey on Jul 14, 1997 14:03:44 +0100 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Robin Carey wrote: > And my results were different; ispunct(3) was returning TRUE for chars > above 127 ..... Right. As the standard says: printing character, except letter or digit or space. > Oh ... the manual page doesn't mention anything about characters other > than ASCII. Doesn't that mean ispunct(3) is not "ANSI C" standard then ? AFAIK, ANSI C doesn't mention anything beyond ASCII, so the behaviour is simply undefined. Extending the default behaviour to ISO Latin-1 seems to be a reasonable interpretation of `undefined'. If you restrict the domain of the isfoo() functions to ASCII, you are not bitten by this. If you don't, you have another problem anyway (since you're relying on undefined behaviour). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Mon Jul 14 08:07:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA25631 for bugs-outgoing; Mon, 14 Jul 1997 08:07:29 -0700 (PDT) Received: from gatekeeper.ukrv.de (gatekeeper.ukrv.de [193.175.72.2]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id IAA25621 for ; Mon, 14 Jul 1997 08:07:24 -0700 (PDT) Received: by gatekeeper.ukrv.de; (5.65/1.1.8.2/17Oct95-0336PM) id AA02656; Mon, 14 Jul 1997 17:07:12 +0200 Received: from mailhost(193.175.66.33) by gatekeeper.ukrv.de via smap (V1.3-JSC) id sma022890; Mon Jul 14 17:07:10 1997 Received: from merlin.ukrv.de by mailhost.ukrv.de; (5.65/1.1.8.2/08Mar95-0213PM) id AA11413; Mon, 14 Jul 1997 17:07:05 +0200 Received: by merlin.ukrv.de (4.1/UKRV-Gen PCG 0.1) id AA16510; Mon, 14 Jul 97 17:07:05 +0200 From: Udo Wolter Message-Id: <9707141507.AA16510@merlin.ukrv.de> Subject: Re: PS/2 and Keycode bug In-Reply-To: <199707081711.CAA13841@zodiac.mech.utsunomiya-u.ac.jp> from Kazutaka YOKOTA at "Jul 9, 97 02:11:06 am" To: yokota@zodiac.mech.utsunomiya-u.ac.jp (Kazutaka YOKOTA) Date: Mon, 14 Jul 1997 17:07:04 +0200 (MET DST) Cc: uwp@ukrv.de, bugs@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp X-Mailer: ELM [version 2.4ME+ PL31 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >But the keyboard never > >comes back, I never get any console until I reboot. > > What happens if you hit Num-Lock, Caps-Lock or Scroll-Lock? If > hitting these keys changes the keyboard LEDs, the keyboard driver is > working. Another way to test the keyboard driver is to login to the Nope, they're not working. > system via telnet or rlogin from another host, become root, and issue > `kbdcontrol -r fast < /dev/ttyv0'. If the keyboard driver is dead, the > command will fail. But this command is ok when trying it from root. No error when I'm using it from a rlogin terminal. Btw., I have to use root, because while starting X I log out from the syscons-console. > You see, there always is a possibility that it is either the window > manager or a client program that is not responding to mouse or > keyboard input, and the keyboard and mouse drivers are sending correct > data to the X server. But what is it in my case ? Bye, Udo -- Udo Wolter, email: uwp@cs.tu-berlin.de !!! LOW-TECH Page: http://low-tech.home.ml.org !!! From owner-freebsd-bugs Mon Jul 14 08:31:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA26964 for bugs-outgoing; Mon, 14 Jul 1997 08:31:09 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA26956 for ; Mon, 14 Jul 1997 08:31:05 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id BAA13354; Tue, 15 Jul 1997 01:27:44 +1000 Date: Tue, 15 Jul 1997 01:27:44 +1000 From: Bruce Evans Message-Id: <199707141527.BAA13354@godzilla.zeta.org.au> To: j@uriah.heep.sax.de, r.carey@dcs.napier.ac.uk Subject: Re: ispunct(3) [was: FreeBSD-2.1.1] Cc: freebsd-bugs@FreeBSD.ORG, hoek@hwcn.org Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >AFAIK, ANSI C doesn't mention anything beyond ASCII, so the behaviour >is simply undefined. Extending the default behaviour to ISO Latin-1 >seems to be a reasonable interpretation of `undefined'. ANSI C doesn't mention ASCII (except in footnotes). ispunct() is defined on integers that can be represented as unsigned chars, and on -1. The values depend on the locale. Bruce From owner-freebsd-bugs Mon Jul 14 09:00:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA28495 for bugs-outgoing; Mon, 14 Jul 1997 09:00:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA28483; Mon, 14 Jul 1997 09:00:02 -0700 (PDT) Resent-Date: Mon, 14 Jul 1997 09:00:02 -0700 (PDT) Resent-Message-Id: <199707141600.JAA28483@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, pi Received: from complx.lf.net (complx.LF.net [194.64.4.57]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA27993 for ; Mon, 14 Jul 1997 08:50:11 -0700 (PDT) Received: by complx.lf.net (Smail3.2.0.95/complx.lf.net) via LF.net GmbH Internet Services for hub.freebsd.org id m0wnnNu-00050KC; Mon, 14 Jul 1997 17:49:58 +0200 (MET DST) Message-Id: Date: Mon, 14 Jul 1997 17:49:58 +0200 (MET DST) From: pi@complx.lf.net Reply-To: pi To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/4089: ccd0 hangs in newfs? Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4089 >Category: kern >Synopsis: if doing a newfs on a ccd device, system hangs >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 14 09:00:01 PDT 1997 >Last-Modified: >Originator: Kurt Jaeger >Organization: MfG/Best regards, Kurt Jaeger 23 years to go ! LF.net GmbH pi@LF.net Vor dem Lauch 23 fon +49 711 90074-23 D-70567 Stuttgart fax +49 711 7289041 >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: 586 Intel system, ccd configured into kernel Adaptec 2940U or 2940 controller, IBM DCAS-34330 S60B QUANTUM FIREBALL_TM3200S 300X 3COM 3C905 Fast Etherlink XL PCI 2.2.2 RELEASE >Description: if a ccd device is configured (ccdconfig -C -v) and newfs runs on that ccd0c, the systems hungs at different locations into the newfs. Sometimes it can work its way through it, sometimes it failes. Seems to happen more reliable if the two disks used for this have different speeds. Happens even if disk IO is down to 5 MB/sec and newfs is niced to -20. >How-To-Repeat: clean install made ccd kernel configured ccd device newfs -> hungs >Fix: do not use newfs on ccd devices 8-} >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Jul 14 09:00:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA28513 for bugs-outgoing; Mon, 14 Jul 1997 09:00:08 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA28496; Mon, 14 Jul 1997 09:00:05 -0700 (PDT) Resent-Date: Mon, 14 Jul 1997 09:00:05 -0700 (PDT) Resent-Message-Id: <199707141600.JAA28496@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, ru@ferrix.ucb.crimea.ua Received: from relay.ucb.crimea.ua (root@relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA27926 for ; Mon, 14 Jul 1997 08:49:31 -0700 (PDT) Received: from ferrix.ucb.crimea.ua (ferrix.ucb.crimea.ua [194.93.177.116]) by relay.ucb.crimea.ua (8.8.5/8.8.5) with ESMTP id SAA17319 for ; Mon, 14 Jul 1997 18:41:28 +0300 (EET DST) Received: (from ru@localhost) by ferrix.ucb.crimea.ua (8.8.5/8.8.5) id SAA11977; Mon, 14 Jul 1997 18:51:09 +0300 (EEST) Message-Id: <199707141551.SAA11977@ferrix.ucb.crimea.ua> Date: Mon, 14 Jul 1997 18:51:09 +0300 (EEST) From: Ruslan Ermilov Reply-To: ru@ferrix.ucb.crimea.ua To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/4090: slip driver is incompatible with current version of ifconfig Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4090 >Category: kern >Synopsis: slip driver is incompatible with current version of ifconfig >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 14 09:00:04 PDT 1997 >Last-Modified: >Originator: Ruslan Ermilov >Organization: >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: RELENG_2_2 >Description: When slattach (sliplogin, startslip) assigns the SLIP unit directly (using ioctl SLIOCSUNIT), driver changes interface unit number to that specified. /sbin/ifconfig doesn't see this change and (as result) configures improper interface. Explanation: The driver code is located in /sys/net/if_sl.c. When the kernel boots up, it invokes slattach(), which adds NSL slip interfaces to the kernel interface list. When slattach switches the line (tty) to slip discipline, the slopen() allocates first free (not assigned any tty), not SC_STATICized element of sl_softc[]. Then, when the sltioctl() processes SLIOCSUNIT request, it looks if the current SLIP unit of the controlling tty is equal to that requested. If not, it searches the element of slsoftc[] that has the same unit number as that requested, checks if this element has no assigned tty, and (if success) swaps SLIP unit numbers (and other fields) of these two elements of sl_softc[]. Kernel's interface list doesn't see this change of units, so /sbin/ifconfig will configure improper interface. >How-To-Repeat: Build the kernel with at least two slip interfaces. Run /sbin/slattach -S 1 /dev/cuaa0. This will allocate sl_softc[0] and then swap SLIP unit numbers on sl_softc[0] and sl_softc[1] so that sl_softc[0] will be assigned unit 1, and sl_softc[1] - unit 0. Configure sl1 with `ifconfig sl1 inet x.x.x.x y.y.y.y'. Run `ifconfig -a'. The output will show that sl0 has been configured instead of sl1. >Fix: The following patch solves the problem. Patch has been applied to the 1.45.2.1 version of if_sl.c. Changes: slopen() doesn't allocates clists. Driver allocates clists when the SLIOCSUNIT or SLIOCGUNIT ioctls are used, thus avoiding swap of slip unit numbers. [********** cut here **********] --- if_sl.c.orig Tue Mar 11 21:40:37 1997 +++ if_sl.c Mon Jul 14 18:37:24 1997 @@ -186,6 +186,7 @@ static struct mbuf *sl_btom __P((struct sl_softc *, int)); static timeout_t sl_keepalive; static timeout_t sl_outfill; +static int slalloc __P((int, struct tty *)); static int slclose __P((struct tty *,int)); static int slinput __P((int, struct tty *)); static int slioctl __P((struct ifnet *, int, caddr_t)); @@ -265,8 +266,6 @@ register struct tty *tp; { struct proc *p = curproc; /* XXX */ - register struct sl_softc *sc; - register int nsl; int s, error; error = suser(p->p_ucred, &p->p_acflag); @@ -276,38 +275,62 @@ if (tp->t_line == SLIPDISC) return (0); - for (nsl = NSL, sc = sl_softc; --nsl >= 0; sc++) - if (sc->sc_ttyp == NULL && !(sc->sc_flags & SC_STATIC)) { - if (slinit(sc) == 0) - return (ENOBUFS); - tp->t_sc = (caddr_t)sc; - sc->sc_ttyp = tp; - sc->sc_if.if_baudrate = tp->t_ospeed; - ttyflush(tp, FREAD | FWRITE); - - tp->t_line = SLIPDISC; - /* - * We don't use t_canq or t_rawq, so reduce their - * cblock resources to 0. Reserve enough cblocks - * for t_outq to guarantee that we can fit a full - * packet if the SLIP_HIWAT check allows slstart() - * to loop. Use the same value for the cblock - * limit since the reserved blocks should always - * be enough. Reserving cblocks probably makes - * the CLISTRESERVE check unnecessary and wasteful. - */ - clist_alloc_cblocks(&tp->t_canq, 0, 0); - clist_alloc_cblocks(&tp->t_outq, - SLIP_HIWAT + 2 * sc->sc_if.if_mtu + 1, - SLIP_HIWAT + 2 * sc->sc_if.if_mtu + 1); - clist_alloc_cblocks(&tp->t_rawq, 0, 0); - - s = splnet(); - if_up(&sc->sc_if); - splx(s); - return (0); - } - return (ENXIO); + ttyflush(tp, FREAD | FWRITE); + + tp->t_line = SLIPDISC; + return (0); +} + +static int +slalloc(unit, tp) + int unit; + struct tty *tp; +{ + register struct sl_softc *sc; + int s, static_unit = 1; + + if (unit == -1) { + static_unit = 0; + for (unit = 0; unit < NSL; unit++) + if (sl_softc[unit].sc_ttyp == NULL && + !(sl_softc[unit].sc_flags & SC_STATIC) ) + break; + } + + if (unit < 0 || unit >= NSL || tp->t_sc != NULL) + return (ENXIO); + + sc = &sl_softc[unit]; + if (sc->sc_ttyp != NULL) + return (EBUSY); + if (slinit(sc) == 0) + return (ENOBUFS); + + tp->t_sc = (caddr_t)sc; + sc->sc_ttyp = tp; + sc->sc_if.if_baudrate = tp->t_ospeed; + if (static_unit != 0) + sc->sc_flags |= SC_STATIC; + /* + * We don't use t_canq or t_rawq, so reduce their + * cblock resources to 0. Reserve enough cblocks + * for t_outq to guarantee that we can fit a full + * packet if the SLIP_HIWAT check allows slstart() + * to loop. Use the same value for the cblock + * limit since the reserved blocks should always + * be enough. Reserving cblocks probably makes + * the CLISTRESERVE check unnecessary and wasteful. + */ + clist_alloc_cblocks(&tp->t_canq, 0, 0); + clist_alloc_cblocks(&tp->t_outq, + SLIP_HIWAT + 2 * sc->sc_if.if_mtu + 1, + SLIP_HIWAT + 2 * sc->sc_if.if_mtu + 1); + clist_alloc_cblocks(&tp->t_rawq, 0, 0); + + s = splnet(); + if_up(&sc->sc_if); + splx(s); + return (0); } /* @@ -368,34 +391,34 @@ struct proc *p; { struct sl_softc *sc = (struct sl_softc *)tp->t_sc, *nc; - int s, nsl; + int s, nsl, ret; + + if (sc == NULL && (cmd != SLIOCGUNIT && cmd != SLIOCSUNIT)) + return (ENXIO); s = splimp(); switch (cmd) { case SLIOCGUNIT: + if (sc == NULL) { + ret = slalloc(-1, tp); + if (ret != 0) { + splx(s); + return (ret); + } + sc = (struct sl_softc *)tp->t_sc; + } *(int *)data = sc->sc_if.if_unit; break; case SLIOCSUNIT: - if (sc->sc_if.if_unit != *(u_int *)data) { - for (nsl = NSL, nc = sl_softc; --nsl >= 0; nc++) { - if ( nc->sc_if.if_unit == *(u_int *)data - && nc->sc_ttyp == NULL - ) { - nc->sc_if.if_unit = sc->sc_if.if_unit; - nc->sc_flags &= ~SC_STATIC; - nc->sc_flags |= sc->sc_flags & SC_STATIC; - sc->sc_if.if_unit = *(u_int *)data; - goto slfound; - } - } - splx(s); - return (ENXIO); - } - slfound: - sc->sc_flags |= SC_STATIC; + if (sc == NULL) + ret = slalloc(*(int *)data, tp); + else + ret = EEXIST; + splx(s); + return (ret); break; - + case SLIOCSKEEPAL: sc->sc_keepalive = *(u_int *)data * hz; if (sc->sc_keepalive) { [********** cut here **********] >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Jul 14 09:11:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA29082 for bugs-outgoing; Mon, 14 Jul 1997 09:11:31 -0700 (PDT) Received: (from jmb@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA29062; Mon, 14 Jul 1997 09:11:20 -0700 (PDT) From: "Jonathan M. Bresler" Message-Id: <199707141611.JAA29062@hub.freebsd.org> Subject: Re: ispunct(3) [was: FreeBSD-2.1.1] To: joerg_wunsch@uriah.heep.sax.de Date: Mon, 14 Jul 1997 09:11:20 -0700 (PDT) Cc: r.carey@dcs.napier.ac.uk, hoek@hwcn.org, freebsd-bugs@freebsd.org In-Reply-To: <19970714152834.RR49021@uriah.heep.sax.de> from "J Wunsch" at Jul 14, 97 03:28:34 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk i have delayed mailing list because i have been looking for the reference but have not found it. ispunct() is only useful for ASCII input. the correct way to use ispunct() and the rest of the functions listed in ctype(3) is to call isascii() first if (isascii(a) && ispunct(a)) { /* it is punctuation */ } /* either its not ASCII or its not punctuation */ jmb ps. arghh...old age, where was that reference ;) J Wunsch wrote: > > As Robin Carey wrote: > > > And my results were different; ispunct(3) was returning TRUE for chars > > above 127 ..... > > Right. As the standard says: printing character, except letter or > digit or space. > > > Oh ... the manual page doesn't mention anything about characters other > > than ASCII. Doesn't that mean ispunct(3) is not "ANSI C" standard then ? > > AFAIK, ANSI C doesn't mention anything beyond ASCII, so the behaviour > is simply undefined. Extending the default behaviour to ISO Latin-1 > seems to be a reasonable interpretation of `undefined'. > > If you restrict the domain of the isfoo() functions to ASCII, you are > not bitten by this. If you don't, you have another problem anyway > (since you're relying on undefined behaviour). > > -- > cheers, J"org > > joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE > Never trust an operating system you don't have sources for. ;-) > From owner-freebsd-bugs Mon Jul 14 09:51:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA01392 for bugs-outgoing; Mon, 14 Jul 1997 09:51:32 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA01386; Mon, 14 Jul 1997 09:51:27 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.8.5/8.8.5) id MAA07262; Mon, 14 Jul 1997 12:51:26 -0400 (EDT) Date: Mon, 14 Jul 1997 12:51:26 -0400 (EDT) From: Garrett Wollman Message-Id: <199707141651.MAA07262@khavrinen.lcs.mit.edu> To: "Jonathan M. Bresler" Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: ispunct(3) [was: FreeBSD-2.1.1] In-Reply-To: <199707141611.JAA29062@hub.freebsd.org> References: <19970714152834.RR49021@uriah.heep.sax.de> <199707141611.JAA29062@hub.freebsd.org> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk < said: > ispunct() is only useful for ASCII input. > the correct way to use ispunct() and the rest of the functions > listed in ctype(3) is to call isascii() first BZZZZT! There is no such thing as isascii() in Standard C. The domain of all of the ctype(3) functions, as Bruce noted earlier in this thread, is [UCHAR_MIN,UCHAR_MAX] union {EOF}. wollman@khavrinen(173)$ cat >foo.c #include #include #include int main(void) { int c; for (c = UCHAR_MIN; c < UCHAR_MAX; c++) { if (ispunct(c)) putchar(c); } putchar('\n'); if (ispunct(EOF)) printf("EOF\n"); return 0; } wollman@khavrinen(174)$ cc -o foo foo.c wollman@khavrinen(175)$ ./foo !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿×÷ wollman@khavrinen(176)$ In case you can't read the high-bit characters there, they are all the punctuation characters from the ISO 8859-1 (``Latin 1'') character set. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick From owner-freebsd-bugs Mon Jul 14 10:09:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA02554 for bugs-outgoing; Mon, 14 Jul 1997 10:09:17 -0700 (PDT) Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA01916 for freebsd-bugs@freebsd.org; Mon, 14 Jul 1997 10:00:40 -0700 (PDT) Date: Mon, 14 Jul 1997 10:00:40 -0700 (PDT) Message-Id: <199707141700.KAA01916@hub.freebsd.org> From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended Work on the problem has been postponed. This happens if a timely solution is not possible or is not cost-effective at the present time. The PR continues to exist, though a solution is not being actively sought. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard o [1995/02/14] kern/216 davidg /kernel: panic: ffs_alloccg: map corrupte a [1996/01/22] kern/965 bde 2.0.5: system crashes daily because of "m o [1996/04/06] kern/1121 dyson System crashes on boot up just after the o [1996/05/07] kern/1177 dyson Machine hangs with message "vm_fork: no p f [1996/06/05] kern/1293 Fatal trap 12: page fault while in kernel o [1996/06/11] kern/1311 dyson Panic: vm_page_free while installing new a [1996/07/15] bin/1387 davidn Group file errors cause absolute havoc a [1996/08/09] kern/1487 bde bug in exec(2) o [1996/09/11] kern/1599 panic: locking against myself s [1996/09/13] conf/1608 FreeBSD's bug tracking system does not re o [1996/09/29] bin/1694 rbootd does not appear to work o [1996/09/30] kern/1698 sup from around 21:51 GMT 28th very unsta a [1996/10/08] kern/1744 run queue or proc list smashed 4 times in o [1996/10/13] kern/1790 access to /dev/kmem panics system f [1996/10/28] kern/1919 se access to files/directories fails, gives o [1996/11/01] kern/1940 TCP doesn't time out of FIN_WAIT_1 and fl o [1996/11/04] i386/1959 DELAY() won't work for fast CPUs o [1996/11/29] kern/2121 MAXBSIZE in param.h causes kernel panic i o [1996/12/14] i386/2218 cy.c XON/XOFF handling crashes kernel o [1996/12/20] bin/2258 wollman route add/delete [network] xxx.yyy.zzz.0 f [1997/01/01] ports/2352 ports wu-ftp port does not work with DES crypte o [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI f [1997/01/04] kern/2371 gibbs SCSI disk corruption o [1997/01/14] kern/2498 On installation, after selecting drivers, o [1997/01/25] bin/2581 imp security holes in libtermcap o [1997/01/27] bin/2599 Lite2 merg and critical bugfix for games/ o [1997/02/06] kern/2680 bde bind of a local domain socket does not re o [1997/02/11] kern/2717 Panic with daily script (find) o [1997/02/14] bin/2740 wpaul root-fs full erases password table ! o [1997/02/21] misc/2795 Cyclades 8YO -- Not working under 2.1.6-S o [1997/02/26] bin/2821 jkh XFree86 distributed with 2.2-GAMMA corrup o [1997/02/28] bin/2837 Globalyst550 Disk-Drive Not found!! o [1997/03/04] kern/2877 Fatal Trap 12: page fault while in kernel o [1997/03/05] kern/2890 System panic after kernel compiled for 12 o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/03/13] kern/2980 2.2 crashes after accessing DAT-tape. bot o [1997/03/15] kern/3000 Kernel Panic in 2.2-CURRENT Kernel o [1997/03/16] kern/3005 can't completely install 2.1.7 release; s o [1997/03/17] kern/3017 panic: page fault as of March 11th v2.2 o [1997/03/17] bin/3019 Can't use SCSI disk (SCSI ID>3) on instal o [1997/03/23] misc/3070 Cannot do post install mods to UNIX from o [1997/03/23] kern/3072 Kernel Page Fault During Install of 2.1.7 o [1997/03/25] ports/3102 tg teTex port destroys previous contents of o [1997/03/25] kern/3103 vi large_file --> reboot without panic o [1997/03/26] ports/3106 torstenb pidentd exits with signal 6 o [1997/03/26] bin/3115 date command dumps core o [1997/03/27] kern/3128 Can't Install FreeBSD 2.2.1 o [1997/03/28] bin/3131 dlsym() does not set error on error, brea o [1997/03/30] kern/3150 Cyrix 6x86L-P200+ crashes w/ page fault o [1997/04/01] ports/3165 ports tex-3.14159.tgz lacks file o [1997/04/07] bin/3226 mpp vi died with a core dump o [1997/04/08] kern/3234 ipfilter.shar - integration complete o [1997/04/11] kern/3259 /bin/ps: kernel kernel, lockups, performa o [1997/04/12] kern/3267 mtime/ctime sometimes updated when a prog o [1997/04/15] i386/3300 Adaptec 2940U Problems o [1997/04/17] kern/3312 Adaptec 2940 still causes timeout using 2 o [1997/04/17] i386/3316 FOLLOWUP:Adaptec 2940U Problems->Addition o [1997/04/20] kern/3359 FreeBSD wont boot on amd p133 o [1997/04/21] kern/3366 ipx stack or ep driver o [1997/04/22] bin/3374 Cannot Install FreeBSD 2.2.1 - installati o [1997/04/26] kern/3392 System panics every few hours o [1997/04/27] ports/3394 max jp-Wnn-4.2 fails to make personal diction o [1997/04/28] kern/3404 frequent kernel panics o [1997/04/30] pending/3429gnats-adminThis is a test PR o [1997/05/01] i386/3462 using a PS/2 mouse causes kernel trap in o [1997/05/05] bin/3510 xsm does not work! o [1997/05/07] ports/3536 ports MakeTexPK calls gftopk with wron argument o [1997/05/12] misc/3586 The boot.flp file is too large to image t o [1997/05/13] kern/3594 EAGAIN and garbage data when reading sock o [1997/05/16] kern/3609 fs on remote host is mounted via NFS, rec o [1997/05/17] misc/3615 Error in /usr/src/lib/libc/gen/sigsetops. o [1997/05/21] bin/3650 Ypserv dumps core randomly. o [1997/05/23] kern/3671 SCSI tape drive with AHA 2940 locks up sy o [1997/05/24] kern/3674 NFS in 2.2 RELEASE hangs. o [1997/05/26] kern/3690 vm problems on 2.2, 2.1.7 works o [1997/05/27] kern/3696 kernel panic during wd hard disk probe if o [1997/05/27] conf/3698 sysinstall does not save parameters enter o [1997/05/27] misc/3700 FPE error in "normal" math code o [1997/05/30] kern/3721 kernel panic with netatalk o [1997/06/01] kern/3752 NFS dirs under -current still have proble o [1997/06/01] kern/3753 "make" hangs when building in an NFS dir o [1997/06/02] kern/3761 Inlel EtherExpress pro/100B more than on o [1997/06/08] bin/3813 make world on 2.2-STABLE dies when trying o [1997/06/11] misc/3846 The sample /etc/amd.map has a security ho o [1997/06/14] ports/3872 ports Enter key not working properly in trn por o [1997/06/16] kern/3887 fxp driver looses packets o [1997/06/17] i386/3895 False FPE (floating point exception) sign o [1997/06/25] kern/3949 The WD controller probe can fail when it o [1997/06/26] misc/3959 files in /usr/local/etc are randomly beco o [1997/07/02] bin/4018 Will not install in 2nd partition of my C o [1997/07/03] kern/4021 Local mount of a local NFS exported direc o [1997/07/04] i386/4030 syscons thinks CTRL pressed, must reboot o [1997/07/07] bin/4046 srandomdev() in stdlib.h now returns void o [1997/07/10] pending/4074gnats-adminKernel panics when accessing a ccd device o [1997/07/11] kern/4076 Adaptec 2940 and non-wide devices o [1997/07/14] kern/4090 slip driver is incompatible with current 97 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/04/01] kern/291 se PCI devices still probe/attach after bein f [1995/05/08] bin/389 Simultaneous creation/deletion of dirs co a [1995/05/09] bin/392 Simultaneous cp and ls of files on dos f/ o [1995/05/16] kern/425 wollman arp entries not getting removed when inte a [1995/06/17] kern/527 dufault dump causes assertion in ncr.c o [1995/06/23] kern/546 pci_bus_config() does not init parent poi o [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line f [1995/07/04] kern/587 if_le hangs on OACTIVE with 2k buffer s [1995/07/21] i386/631 if_ix does not support bpf, nor does it a s [1995/07/29] kern/638 Transmitted packets not passed to bpf in f [1995/08/11] gnu/672 Nor all ph headers get created o [1995/08/22] bin/706 jmg increased root DNS traffic and long laten f [1995/09/20] kern/730 gibbs 3Com 3C5x9 probe problem f [1995/09/27] kern/750 cd9660 confused by not-ready or I/O error a [1995/10/07] bin/771 telnet character mode not set and broken o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps o [1995/11/12] kern/820 gibbs scsi tape problems f [1995/11/16] bin/826 mpp tcpmux listener in inetd does not work o [1995/12/20] i386/906 davidg /sys/i386/boot/netboot/nb8390.com cannot o [1996/01/01] bin/926 Mounting nfs disks before starting mountd o [1996/02/12] kern/1020 .Boca 16-port board still hangs o [1996/02/12] docs/1023 mpp using touch to create swap file for NFS d a [1996/02/17] bin/1030 steve /bin/sh does not pass environment variabl f [1996/02/28] bin/1050 [floppy] Process (zip) hangs (unkillable) s [1996/03/06] kern/1067 mpp panic: ufs_lock: recursive lock not expec o [1996/03/09] bin/1073 telnet -8 does not work with SunOS or Sol o [1996/03/23] kern/1098 File system corruption (2 cases) o [1996/03/30] bin/1111 scrappy mail.local will happily deliver mail to a f [1996/05/14] kern/1204 umount -f after SCSI reset -> reboot o [1996/05/24] misc/1247 bde Conflicting header files f [1996/05/26] i386/1251 aha0 and bt0(eisa) conflicts again. o [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/05/28] kern/1271 phk Kernel panic using PLIP in 27/05 current o [1996/05/31] kern/1284 dyson panic: vm_page_free: freeing busy page o [1996/06/02] i386/1288 bde wdgetctlr (wd.c) return incorrect number o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA o [1996/06/10] kern/1308 dyson vm_page_free: wire count > 1 in 960501-SN a [1996/06/12] bin/1315 ls(1) a [1996/06/18] kern/1333 davidg free vnode isn't: another -stable coredum f [1996/07/03] bin/1364 mpp ps(1) bugs f [1996/07/24] kern/1423 wollman route causes kernel page fault. f [1996/08/01] bin/1454 steve /bin/sh bug handling <<[n] FD processing o [1996/08/03] bin/1461 Incorrect address binding of Kerberized r o [1996/08/04] kern/1467 gibbs scsi_prevent causing tape problems on clo o [1996/08/18] kern/1512 dyson Use of madvise may may cause bad memory m o [1996/08/22] kern/1533 dyson Machine can be panicked by a userland pro o [1996/08/25] misc/1541 julian fork.o in libc_r fails to compile f [1996/09/05] kern/1570 Setting SHMALL > 35000 causes panic o [1996/09/14] kern/1610 dyson mmap() of unassociated memory + mlock() c o [1996/09/16] i386/1626 MUSTEK Scanner hangs NCR SCSI controller f [1996/09/18] kern/1637 mss driver causes feedback (squeal) on so o [1996/09/19] bin/1650 telnet encryption with char-mode and asci o [1996/09/21] kern/1661 ft driver hangs uninterruptably at "bavai o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/09/29] kern/1692 Page fault while in kernel modem fatal tr o [1996/10/01] bin/1702 installing of tcl manpages fails from mak o [1996/10/03] kern/1715 le driver non-reentrant o [1996/10/04] kern/1723 gibbs kernel fault when doing scsi reprobe o [1996/10/04] kern/1724 gibbs HP colorado T4000S tape drive hangs syste o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/10] ports/1753 markm SSLeay doesn't work against Microsoft sec o [1996/10/10] kern/1754 netbooted machines freeze with ifconfig a o [1996/10/11] bin/1773 ports A NULL pointer causing segmentation core o [1996/10/13] gnu/1787 markm Diffs with Index: lines are not honored f o [1996/10/15] bin/1810 fsck -p does not check pass 0 filesystems o [1996/10/15] kern/1812 dyson vnodes are left in a locked state o [1996/10/15] kern/1814 cy driver gets deadlocked sometimes a [1996/10/18] kern/1839 mpp Multiple mfs mounts of same mount point o [1996/10/20] kern/1848 breakpoints may be set in shared librarie o [1996/10/21] kern/1856 read-only nfs mount: panic leaf should be o [1996/10/22] ports/1866 wosch popclient flushes remote mailbox even wit o [1996/10/24] kern/1880 kernel crash during boot when using 512 M o [1996/10/25] bin/1891 mountd fails to export o [1996/10/26] bin/1892 install(1) removes target file o [1996/10/29] bin/1927 User CPU time getting accounting as syste o [1996/11/07] bin/1973 jmg pppd uses /etc/ppp/options.tty after comm o [1996/11/08] gnu/1981 ypserv handles null key incorrectly o [1996/11/13] ports/2000 asami obsolete software in distfiles directory a [1996/11/13] bin/2001 mpp vi confused about lines to display o [1996/11/13] i386/2002 sio doesn't detect com port on Compaq Con o [1996/11/14] misc/2013 'make world' fails on read-only /usr/src a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/15] bin/2016 static libtcl references symbols that are o [1996/11/15] kern/2034 julian [devfs] wd* driver "slot name rejection e o [1996/11/15] gnu/2035 peter deque bug, local gnu changes to deque hea o [1996/11/18] kern/2053 de0 driver don't work at 100M for Compex o [1996/11/24] kern/2094 wd1: interrupt timeout: o [1996/11/26] bin/2107 problem building a system from cdrom. s [1996/12/03] kern/2142 FP mask not saved for signal handlers o [1996/12/03] kern/2144 kernel panic (page fault) running chgrp o [1996/12/08] kern/2181 2.2-ALPHA flickers/wavers part of the upp o [1996/12/10] misc/2189 mpp netdb.h works not with -traditonal cc fla o [1996/12/10] bin/2191 syslogd stops logging after several hours o [1996/12/13] bin/2206 NIS Makefile can't manage appletalk entri o [1996/12/17] kern/2232 MSDOSFS corrupts MSDOS partitions > 500Mb o [1996/12/18] kern/2248 Mitsumi CD-ROM driver has "timeout" probl s [1996/12/19] bin/2255 brian Client PPP negotiates Stacker compression o [1996/12/20] bin/2256 PPP process on port will not close when a s [1996/12/22] ports/2268 ports libc from linux emulator does not use /et o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/25] misc/2283 ache setlocale() in libxpg4 always returns NUL o [1996/12/29] bin/2318 /usr/libexec/rlogind doesn't work after t a [1996/12/30] kern/2325 mpp quota.user enlarged, no boot on 2.2-BETA o [1996/12/30] kern/2330 changing root device to sd0a - ncr0: abor o [1996/12/31] ports/2340 obrien gshar+gunshar needs to be updated to 4.2 o [1997/01/01] kern/2351 panic:timeout table full o [1997/01/06] kern/2388 joerg start unit command screws up some CDROM d o [1997/01/07] gnu/2394 tar will extract files even if -C command f [1997/01/07] kern/2401 joerg 2.2 RELENG sometimes locks up early on bo o [1997/01/08] kern/2425 amd driver does not reprobe devices. o [1997/01/08] conf/2426 At end of install, panic: Going nowhere w o [1997/01/09] bin/2430 mountd stops on loading if subnet mask is o [1997/01/09] i386/2431 panic: get_pv_entry: cannot get a pv_entr o [1997/01/12] i386/2471 Sound: Reset failed - Can't reopen device o [1997/01/13] misc/2479 sos NEC CD-ROM NOT RECOGNIZED; MATROX MISTIQU o [1997/01/13] bin/2489 mpp gnats mangles sections o [1997/01/16] kern/2507 Renaming DOS directories with "mv" causes o [1997/01/18] kern/2521 kernel from 2.1.6 install CD doesn't acce o [1997/01/20] kern/2538 worm burning suddenly broken o [1997/01/20] bin/2541 cd (using /bin/sh) may leave you in the w o [1997/01/20] kern/2545 se < sd0(ncr0:6:0): COMMAND FAILED ==> Not a [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from f [1997/01/21] misc/2551 davidn limit too small for user root o [1997/01/23] kern/2569 route -iface breaks inet behaivour f [1997/01/24] kern/2570 fenner arpresolve: cant allocate llinfo o [1997/01/25] bin/2591 sh coredumps when passing an argv of a ce o [1997/01/26] bin/2597 everything stops when the new ld.so is in o [1997/01/29] kern/2613 ache syscons mistakes MONO for MONO VGA o [1997/01/29] misc/2614 make reinstall does not work o [1997/01/29] bin/2616 Installs very irratically from the same c o [1997/01/31] kern/2628 code clean up of sys/sys o [1997/01/31] kern/2632 enabling psm mouse causes keyboard to not o [1997/01/31] bin/2633 fsck -p in /etc/rc fails with cannot allo o [1997/02/02] kern/2640 2.2-RELENG leaks memory (router/pppd serv s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/04] ports/2664 elm methodically writes garbage into fold o [1997/02/05] kern/2667 wollman bpfattach can hang the system f [1997/02/05] bin/2670 fetch fails with HTTP_PROXY o [1997/02/05] bin/2671 Run-away processes using all CPU time a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/13] ports/2731 ports new port: Tcl 8.0A2 o [1997/02/14] kern/2732 mcopy 3.0 causes kernel hang o [1997/02/14] bin/2736 No boot block if no FreeBSD partitions on o [1997/02/15] kern/2742 panic: leaf should be empty o [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/17] kern/2751 asami 2GB limitation on CCD device partitions s o [1997/02/18] bin/2762 Precedence mistake in libncurses o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir f [1997/02/19] kern/2772 gibbs panic: %s:%c:%d: Target did not send an I o [1997/02/19] kern/2773 bad dir panic o [1997/02/20] misc/2781 jkh Installation crashes if timeout in ftp tr o [1997/02/20] misc/2784 brian userland PPP rises load to 1.00 o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down o [1997/02/21] misc/2793 libc_r make fscanf failure o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/02/25] kern/2815 Custom Kernel crashes o [1997/02/27] bin/2829 jkh FTP installs can only fail once o [1997/02/28] bin/2832 w treats corrupted utmp as fatal error o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/02] bin/2844 libedit sync with NetBSD/OpenBSD o [1997/03/03] i386/2853 syscons beeps even if beeping screen is n o [1997/03/03] kern/2858 dfr FreeBSD NFS client can't mount filesystem o [1997/03/03] bin/2867 sysinstall goes into an infinite loop dur o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/04] docs/2874 The gencat command hasn't got a manual pa o [1997/03/07] bin/2915 the "-fstype ufs" option of "find" seems o [1997/03/07] ports/2918 ports Unable to pass 8+ command line arguments o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/09] bin/2925 non-priviledged user can crash FreeBSD!! o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/11] ports/2956 ports New Port: xgospel-1.10d in ftp.freebsd.or o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/12] bin/2969 csh and/or builtin printf has problems wi o [1997/03/12] bin/2973 output of iostat is wrong. o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i a [1997/03/15] ports/2994 ports xpm port does not build for the first tim o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/18] kern/3029 typo in libc o [1997/03/19] kern/3039 higher securelevel (>0) stops X server o [1997/03/21] i386/3048 multicast support necessery in some drive o [1997/03/21] kern/3054 OPL3 sound off by one note o [1997/03/21] bin/3055 umount -f does not work o [1997/03/24] i386/3082 keyboard locks up unexpectedly o [1997/03/24] i386/3083 Toshiba XM-5702B ATAPI CDROM not detected o [1997/03/24] bin/3085 make world fails on compiling dumpfs.c o [1997/03/24] misc/3086 panic: cannot mount root - on boot, when o [1997/03/25] kern/3104 Cannot execute files on a nullfs filesyst o [1997/03/26] conf/3109 unintellible upgrade doc o [1997/03/27] kern/3122 _POSIX_SAVED_IDS not defined in 2.2 o [1997/03/27] conf/3123 /stand/sysintstall does not perform to up o [1997/03/27] i386/3124 BOOT_PROBE_KEYBOARD hangs system in bootb o [1997/03/27] bin/3126 Install with mcd0 still broken. o [1997/03/27] bin/3127 PCI Ether card slower than ISA Ether card o [1997/03/28] i386/3130 Dell Latitude keyboard lock up o [1997/03/28] misc/3133 TIOCSETD error with Cyclades 8Yo o [1997/03/30] gnu/3149 patch-2.1: files possibly created in wron o [1997/03/31] kern/3156 Copying to floppy device file locks machi o [1997/03/31] bin/3158 seg faults and cannot update links using f [1997/04/01] kern/3162 2.2 kernel from mar 25th crashes on nfs s o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/02] kern/3180 mlock() causes panic: lockmgr: upgrade ex o [1997/04/04] i386/3195 ahc panic o [1997/04/05] kern/3201 de0 not re-enabled after hub down o [1997/04/05] ports/3205 jmz Mtools-3.0 attempts to flock() a disk par o [1997/04/05] kern/3209 3.0-current panics on shutdown/reboot/hal o [1997/04/06] kern/3216 panic: pmap_zero_page: CMAP busy o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/08] bin/3230 Unable to resolve dev conflict between ed o [1997/04/09] kern/3244 ipfw flush closes connections o [1997/04/10] bin/3246 mtree -c should escape whitespace and spe o [1997/04/11] ports/3256 ache ncftp-2.4.2 in packages-2.2 was not linke o [1997/04/11] docs/3257 make cleandepend is broken in src/ o [1997/04/12] kern/3263 troubles with digiboard o [1997/04/13] kern/3278 mounting MFS uses up swap space o [1997/04/14] misc/3291 md2.h, md4.h, and md5.h headers useless f o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/16] bin/3307 Unable to Route to a different Class C wi o [1997/04/16] misc/3308 Missing "#include item' when making world o [1996/10/23] bin/1872 automounter (amd) cannot ls directories w o [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl o [1996/10/26] bin/1897 Sendmail 8.8.2 requires /etc/sendmail.cw o [1996/10/27] bin/1904 /usr/bin/su is not careful enough in veri o [1996/10/27] misc/1908 jkh FTP install failed DNS lookup o [1996/10/29] bin/1924 if lpd is not running, lpc will say ``no o [1996/10/30] i386/1931 Mitsumi CDrom works well under 2.1.x, fai o [1996/10/31] ports/1939 ports exodus port doesn't build with new g++-2. o [1996/11/01] bin/1941 wtmp and monthly rotation o [1996/11/01] bin/1943 route(8) args o [1996/11/02] bin/1945 Out of date code/comments in dd o [1996/11/04] i386/1953 syscons savers have no default timeout o [1996/11/04] gnu/1961 uucp logging files are in /var/spool/uucp o [1996/11/06] bin/1968 FreeBSD has no rdate(8), here's one o [1996/11/06] bin/1970 csh limtail() bug o [1996/11/09] bin/1985 pkg_delete outputs confusing message when o [1996/11/13] kern/2004 route add -link panic o [1996/11/13] bin/2005 Poor command line argument checking and b o [1996/11/14] bin/2008 kerberos tickets from login all have the o [1996/11/15] kern/2022 Switching from X display to virtual conso o [1996/11/16] bin/2036 cpio size wraparound o [1996/11/16] ports/2038 torstenb sshd dies on FreeBSD machines if run as a o [1996/11/18] ports/2051 obrien HDF library port o [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken o [1996/11/19] bin/2065 wollman in tzsetup/sysinstall, allow user to type o [1996/11/19] misc/2068 Unstable keyboard mappings on the main tt o [1996/11/20] kern/2072 ZIP drive support is available for FreeBS o [1996/11/21] ports/2079 obrien New ports supporting AWE sound driver (fo o [1996/11/22] docs/2087 ifconfig.8 does not document how to remov o [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi o [1996/11/23] bin/2093 AMD gets sig 11 when /etc/malloc.conf is o [1996/11/24] ports/2096 tg ImageMagick outdated, lzw not supported o [1996/11/25] misc/2105 bsd.lib.mk has problems with STRIP and IN o [1996/11/26] bin/2106 Byte order problem in -current routed o [1996/11/26] i386/2108 sos [ATAPI] wcd driver may hang under certain o [1996/11/28] kern/2118 writing to virtual consoles fails to disp o [1996/11/28] bin/2119 mount lies to child about argv0, which ca o [1996/12/01] bin/2133 netstat -s overflows to negative o [1996/12/02] bin/2137 vm statistics are bad o [1996/12/02] kern/2140 FreeBSD leaves EtherExpress 16 net card i o [1996/12/03] ports/2145 ports qpopper bulletin support broken o [1996/12/03] conf/2146 wrong /dev for COM2 during installation v a [1996/12/04] docs/2153 mpp Manual page of bootparams(8) refers to a o [1996/12/06] i386/2166 psm driver locks the console o [1996/12/07] ports/2169 pst zephyr port does not completely compile o [1996/12/08] ports/2173 peter top does not compile under FBSD 2.1.6 o [1996/12/08] ports/2182 ports FreeBSD's and X-32's list of locales do n o [1996/12/08] bin/2184 sendmail has lots of trouble with local d o [1996/12/08] misc/2185 phk add ability to change partition type in l a [1996/12/10] ports/2190 asami need cross-reference to xpdf from X11 por o [1996/12/12] kern/2199 joerg Got a lots of "Target Busy" messages with o [1996/12/14] kern/2214 File System gets corrupted when mounting o [1996/12/14] bin/2216 Ada specs not being compiled into cc/gcc o [1996/12/16] bin/2227 FreeBSD does not recognize WD7000-ASC dri o [1996/12/17] i386/2234 fbsdboot.exe does not turn off floppy dri o [1996/12/17] i386/2239 some interrupts take too long (i.e. BT946 o [1996/12/18] misc/2242 Suggest add optional mt blocksize 512 o [1996/12/18] bin/2247 imp getopt should return -1 rather than EOF o [1996/12/20] bin/2260 PPP logins using PAP to Nortel/Shiva syst o [1996/12/21] ports/2264 ports latex* ports need updating a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 support for POSIX.4 / POSIX.1a RT-schedul o [1996/12/24] docs/2275 no support for isdn-cards o [1996/12/25] conf/2284 Termcap ibm3163 entry has arrow keys wron o [1996/12/26] bin/2291 race condition in /etc/master.passwd lock o [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 markm new crypt() including SHS and an extendab o [1996/12/28] misc/2309 Thread safe fixes to malloc, localtime, l o [1996/12/28] ports/2313 torstenb pidentd fails in 2.2-BETA o [1996/12/29] bin/2315 tail segfaults on NFS permission denied o [1996/12/29] misc/2323 FreeBSD.FAQ file in ftp.freebsd.org is lo o [1996/12/30] kern/2327 `Green' saver for pcvt o [1996/12/31] bin/2336 jkh Sysinstall won't install dists on 2nd pas o [1997/01/01] docs/2353 Changes to FAQ o [1997/01/03] bin/2366 libc does not consult /etc/services to fi o [1997/01/03] bin/2368 serial line logins "freeze" during login o [1997/01/06] bin/2382 curses.h / -lcurses incompatible with C++ o [1997/01/06] bin/2383 Inconsistent tputs(3) prototypes in curse o [1997/01/06] misc/2386 patches for new socket credential firewal o [1997/01/06] bin/2387 virtual hosting patches for inetd o [1997/01/06] kern/2390 Some CDROM drives stop audio on cdcontrol o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/07] misc/2407 dirent.h does not include sys/types.h o [1997/01/07] bin/2410 pppd(8): failing PAP doesn't force line d o [1997/01/07] kern/2412 Wine does not work o [1997/01/07] ports/2413 peter Cannot redirect "top" output o [1997/01/08] kern/2424 Pressing ALT-Fn during boot -c leave bell o [1997/01/09] kern/2429 Driver for AIMS Lab RadioTrack radio card o [1997/01/10] bin/2437 minor nits on text in 2.2-BETA install o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/10] bin/2443 Fetch cannot find the correct boundary be o [1997/01/11] bin/2448 semctl() not portable -- freebsd requires o [1997/01/11] docs/2455 no description "option COMCONSOLE" MLEN o [1997/01/26] misc/2596 dd refuses to respond to SIGkill o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/01/28] ports/2607 max New port: Gopher-2.3 o [1997/01/28] bin/2609 Problem receiving more than 1688835 bytes o [1997/01/29] misc/2617 Utility submission - upsmon - UPS monitor o [1997/01/30] kern/2621 Patch to support Cogent EM110 fast-ethern o [1997/01/30] docs/2623 ipfirewall(4) man page is way out of date o [1997/01/30] bin/2624 kdump unaware of semsys and several other o [1997/01/31] bin/2630 xargs does excessive and inconsistent arg o [1997/01/31] bin/2631 kill interprets empty arg as PID 0 o [1997/02/02] gnu/2637 tar dumped core with -g option. f [1997/02/02] ports/2639 jkh FreeBSD 2.2 teTeX-0.4 package does not in a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/03] ports/2653 pst mh-6.8.4 manpage error for slocal o [1997/02/04] bin/2657 ypserv thinks there is no computers in ne o [1997/02/04] bin/2660 When selecting BSD to boot from system ha o [1997/02/04] bin/2665 port 22 isn't being converted to ".ssh" i o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/05] bin/2672 Problem with telnetd o [1997/02/06] kern/2681 missing prototype in s [1997/02/07] ports/2684 torstenb ircII port upgrade; 2.9_roof -> 2.9alpha1 o [1997/02/07] kern/2686 struct igmpmsg in s o [1997/02/07] misc/2687 sysinstall umounts floppy after prompting o [1997/02/10] bin/2703 vipw doesn't allow you to edit master.pas o [1997/02/10] kern/2704 Occasional failure to detect wdc1 on boot o [1997/02/11] conf/2709 FBSD 2.1.6 X-Server installation setup ut o [1997/02/11] bin/2713 ftp daemon processes don't terminate, eve o [1997/02/11] kern/2715 MSDOS-FS 1024/2048 byte/sector media supp o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/13] i386/2729 "make tags" in sys/kern produces barely u o [1997/02/14] bin/2734 jkh pkg_* uses relative paths to executables o [1997/02/14] bin/2735 jkh Add signature support (both MD5 and PGP) o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/02/17] bin/2752 NULL is used instead of 0 many places o [1997/02/20] docs/2780 Description of Linux emulation is out of o [1997/02/20] bin/2782 err man page is slightly wrong o [1997/02/21] misc/2789 na.phone update o [1997/02/22] ports/2797 tg New Port: qmail o [1997/02/23] kern/2806 new kernel tags script o [1997/02/23] kern/2807 pcisupport.c uses sprintf field widths, n o [1997/02/24] docs/2810 Tutorial submission detailing how to upgr o [1997/02/25] i386/2813 hard reference to /usr/src breaks make wo o [1997/02/26] conf/2819 /etc/rc does not execute 'uname' when con o [1997/02/26] conf/2822 ftp install specifying URL confusing o [1997/02/27] gnu/2827 after make world genclass is not installe o [1997/02/28] docs/2833 Repeated topics on FAQ entry hardware com o [1997/03/02] bin/2845 sync with spiffy new netbsd/openbsd ftp c o [1997/03/02] misc/2848 jmg newsyslog will notify syslogd, not any ot o [1997/03/02] docs/2850 init(8) man page does not document secure o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] bin/2859 /usr/bin/quota seems to choke on long gro o [1997/03/03] misc/2863 New keymap for Latin American Keyboards o [1997/03/03] bin/2864 Using modload with -p option broken o [1997/03/03] kern/2865 dfr NFS client hangs on umount, ls, df when N o [1997/03/03] bin/2871 showmount -e returns error o [1997/03/04] misc/2882 Duplicate line in /etc/services? o [1997/03/05] kern/2886 fenner mbuf leak in multicast code o [1997/03/06] docs/2897 mpp send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet a [1997/03/06] ports/2902 ports Fix xmcd port for PACKAGE_BUILDING a [1997/03/06] ports/2905 ports Fixed port: xshisen-1.36 o [1997/03/08] ports/2920 ports patch for mispositioned xv windows under o [1997/03/09] i386/2924 syscons X keyboard gets stuck in capsmode o [1997/03/09] ports/2926 ports xmgt-2.31 port, now in pub/incoming on ft o [1997/03/10] bin/2933 sysinstall fails when adding packages thr o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] ports/2936 tg The teTeX port runs strup on /usr/local/b o [1997/03/10] bin/2938 Add -b, -l, and -f options to du(1) o [1997/03/10] docs/2939 `man 8 sticky` == outdated o [1997/03/10] conf/2943 standard-supfile missing src-release and o [1997/03/11] ports/2949 ports bsd.port.mk needs something like FETCH_EN o [1997/03/11] ports/2951 ports xgraph source is not on MASTER_SITE o [1997/03/11] misc/2955 pkg_add failed on xemacs via sysintall o [1997/03/12] ports/2961 ports New port(jp-vftool-1.2):japanese/virfonts o [1997/03/12] bin/2968 fmt dumps core on ^M o [1997/03/13] ports/2974 ports updated Makefile and patch-ab of jp-dvi2p o [1997/03/13] bin/2977 After enabling moused and vidcontrol and o [1997/03/13] bin/2979 GCC complains about stmt. expr. when comp o [1997/03/13] i386/2984 serial port console only prints ~ 1 char o [1997/03/14] ports/2988 joerg vga font is not built o [1997/03/15] ports/2993 ports qmail-port-take2-proff.tar.gz in incoming o [1997/03/15] kern/3001 soundblaster8 card does not work correctl o [1997/03/16] misc/3009 packages-2.2/x11/fvwm-1.24r.tgz corrupt o o [1997/03/17] ports/3012 ports qmailanalog port in incoming o [1997/03/18] conf/3022 /etc/sysconfig was not set up with option o [1997/03/18] conf/3023 By default users have no write permission o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/18] bin/3025 mv to / trailed dirs prints odd error mes o [1997/03/18] bin/3028 sos add support for Glidepoint pointing devic o [1997/03/19] misc/3040 sysinstall XF86Config graphic mode YES=== o [1997/03/19] bin/3042 comm and uniq do not have a case insensit a [1997/03/21] ports/3052 ports /usr/ports/lang/expect does not find tkCo o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/24] misc/3075 2.2-R install "features" (non critical) o [1997/03/24] bin/3080 yacc produces output which doesn't compil o [1997/03/24] ports/3081 ports sitelispdir is a directory no a path in x o [1997/03/24] ports/3090 ports ircii-2.9-roof does not run. o [1997/03/25] bin/3101 "command" entry of ps -uc is too wide, ou o [1997/03/26] docs/3112 Handbook says that users should use sup o [1997/03/26] misc/3113 make libraries failed. o [1997/03/27] misc/3119 /usr/share/syscons/keymaps/german.iso.kbd o [1997/03/27] ports/3121 tg teTeX 0.4 package has missing links ? a [1997/03/28] misc/3136 rc.firewall should be run after interface o [1997/03/29] bin/3139 qcamcontrol has a bug where I/O errors ar o [1997/03/29] misc/3140 display message is broken on boot.flp o [1997/03/30] docs/3147 /usr/share/misc/au.postcodes o [1997/03/30] misc/3148 adjkerntz screws up during GMT/BST change o [1997/03/31] bin/3152 FreeBSD 2.2-STABLE: getty does not initia o [1997/03/31] misc/3155 Checksum mismatch o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext a [1997/04/01] bin/3164 mpp view copies the file into vi.recover o [1997/04/01] ports/3169 ports nn port broken o [1997/04/01] conf/3171 Typo in /etc/sysconfig o [1997/04/01] kern/3172 CS4232 support trouble for mss0 o [1997/04/03] bin/3190 RISCom N2 card driver problem? o [1997/04/04] kern/3191 Commiting of the ppa Zip Drive driver to o [1997/04/04] bin/3194 2.2.1-RELEASE hangs when using /stand/sys o [1997/04/05] bin/3202 shutdown(8) don't work if started from an o [1997/04/05] bin/3206 su seg-faults when being invoked with an o [1997/04/06] bin/3210 routed having problems with /etc/gateways o [1997/04/06] bin/3211 ctm uses mktemp()> o [1997/04/06] bin/3212 the pkg_* tools use mktemp() o [1997/04/06] misc/3217 The rmail.c err() function will fail in m o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 uucpd.c should normalize host names as lo o [1997/04/08] bin/3232 XFree86 installation Problem with non-Mic o [1997/04/08] bin/3233 adduser(8) doesn't add users to the wheel o [1997/04/08] misc/3237 SCRIPTS addition to bsd.prog.mk a [1997/04/09] bin/3241 times(3) returns only stime o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/09] bin/3245 variable substitution "a=${a:=}" in /bin/ o [1997/04/10] bin/3251 xsysinfo stops refreshing and wastes CPU o [1997/04/10] kern/3253 scsiconf.c: make ZIP disks use optical dr o [1997/04/11] misc/3254 Can't connect to my ISP, because my ISP u o [1997/04/12] bin/3269 exec pppd -detach ... caused a kernel pan o [1997/04/12] docs/3270 command 'cvs init' missing from cvs(1) o [1997/04/13] conf/3272 $@ is deprecated I believe, so use ${.TAR o [1997/04/13] docs/3275 mpp Some man pages has absolutely wrong date o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3283 brandelf fails on files without write per o [1997/04/14] bin/3284 symorder(1): -t option doesn´t work at al o [1997/04/14] bin/3285 date option for pom(6) (phase of the moon o [1997/04/14] bin/3286 missing error checking in mount_mfs(8) ak o [1997/04/14] kern/3287 missing symbols in /usr/src/sys/i386/i386 o [1997/04/14] kern/3288 addition of a -f (force) option to "write o [1997/04/14] bin/3289 login(1) does not check /etc/skey.access o [1997/04/14] docs/3290 port option in lpd not valid o [1997/04/15] docs/3295 ATAPI CDROM not found during setup o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/15] kern/3302 msdos FS bogus error o [1997/04/15] bin/3303 ftpio manpage o [1997/04/15] ports/3306 ports new port-package for ifmail o [1997/04/16] bin/3311 If non-root tries to mount CD, mount says o [1997/04/17] docs/3313 manpage bug in scsi(8) (cmd args are hex) o [1997/04/17] bin/3314 /etc/daily did not run on April 6, 1997 o [1997/04/17] kern/3317 odd TUBA_INCLUDE use in tcp_input.c o [1997/04/17] ports/3318 ports New port: jigsaw (Java-based HTTP server) o [1997/04/18] ports/3322 markm setlocale problem in lang/perl5 a [1997/04/19] ports/3335 ports new port request of korean/hanemacs o [1997/04/20] ports/3358 asami XFMail-1.1 has been released o [1997/04/20] bin/3360 su(1) cannot call MD4Init(3) from libskey a [1997/04/20] ports/3363 ports port of nana-1.00 for your collection o [1997/04/21] misc/3368 sysinstall upgrade should confirm before o [1997/04/23] kern/3375 Consistent 10 min. delay at boot with REL o [1997/04/24] bin/3379 mprof dumps core on FreeBSD 2.2.1 o [1997/04/25] docs/3382 bootp.8 -t option o [1997/04/25] ports/3383 ports kaffe core dumps if LD_LIBRARY_PATH not s o [1997/04/25] bin/3386 kernel 'config' wrapper 'doconfig' ala Di o [1997/04/27] ports/3396 max update of the port of Mesa (now version 2 o [1997/04/27] bin/3397 vipw does not distinguish between rebuild o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/27] docs/3400 MAXMEM uses maths in LINT o [1997/04/27] conf/3401 sysinstall sends empty FreeBSD user regis o [1997/04/28] ports/3411 ports New port - Atari 8 bit computer emulator o [1997/04/28] ports/3412 ports New port - Apple IIGS beta release o [1997/04/29] bin/3416 ibcs emulation problems o [1997/04/29] bin/3418 pkg_create doesn't always create gzip'ed o [1997/04/29] bin/3421 chown/chgrp show wrong error message when o [1997/04/30] kern/3426 Linux emulator can't find NIS users o [1997/04/30] bin/3430 start-if.${ifn} needs to be called as a s o [1997/05/01] kern/3444 Linux emulator can't find NIS users o [1997/05/01] bin/3445 chown/chgrp show wrong error message when o [1997/05/01] bin/3453 start-if.${ifn} needs to be called as a s o [1997/05/01] ports/3455 jmz mtools-3.6.tgz could have a better mtools o [1997/05/01] misc/3465 make-localhost uses %y to generate year o [1997/05/02] bin/3474 misprint in arpa/telnet.h o [1997/05/02] kern/3475 gdb(ptrace?) cause create/modify times on o [1997/05/03] misc/3476 Please add support for .cpp suffix to sta o [1997/05/03] bin/3477 top wastes 16 characters in USERNAME colu o [1997/05/04] docs/3490 mount.8 manpage refinement about Nm and X s [1997/05/04] ports/3498 ports nn-current port is out of date o [1997/05/04] ports/3499 markm exim port out of date o [1997/05/05] misc/3503 rpc.yppasswdd doesn't start due to typo i o [1997/05/05] i386/3504 New features (and manpage) for netboot o [1997/05/05] bin/3506 more did not show iso-8859-n characters o [1997/05/05] bin/3508 FreeBSD 2.2.1 do not view SCSI disk at sw o [1997/05/06] docs/3522 Man pages close(2) misses fcntl lock info o [1997/05/07] bin/3528 fsck fails to detect some illegal block n o [1997/05/08] kern/3546 ktrace works even if no read permission o [1997/05/08] gnu/3552 the -L option of tar does not work proper o [1997/05/09] bin/3556 Bug with -i option in /usr/bin/lpr o [1997/05/09] bin/3558 make reinstall collapses on install-info o [1997/05/09] kern/3560 Timeout counter bug in /sys/i386/isa/wd.c o [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/10] bin/3573 bug in stty -sane output o [1997/05/10] misc/3575 compilation of strtoq.c produces unnecess o [1997/05/11] conf/3577 eBones and OBJLINK=yes fails to build o [1997/05/12] kern/3584 cleanup TCP_REASS macro in tcp_input.c o [1997/05/13] conf/3590 Difference in ttys and FAQ o [1997/05/13] kern/3595 param counts not idential between definit f [1997/05/14] ports/3597 ports jp-groff-0.99 port macro update o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/18] bin/3623 Extra definition of vwprintw in curses.h o [1997/05/18] ports/3627 ports New port - Atari 2600 VCS emulator f [1997/05/19] ports/3634 andreas fvwm95-2.0.43a-i18n-port.tar.gz was put o [1997/05/19] docs/3636 No mention is made in relevant manpages a o [1997/05/19] ports/3637 erich xephem needs a chdir()? o [1997/05/20] bin/3638 /bin/w can't handle long /dev/{tty,cua}xx o [1997/05/20] bin/3639 ac doesn't know about FreeBSD's pty names o [1997/05/20] docs/3643 man page of login_getclass(3) not up-to-d o [1997/05/20] docs/3645 TCP_wrappers package doesn't mention wher o [1997/05/21] bin/3648 find(1) extension for file flags o [1997/05/21] ports/3657 ports Port of NCSA HyperNews submitted as p5-hy o [1997/05/22] i386/3663 Unable to get system printer to work o [1997/05/22] ports/3665 jmz mtools port install fails o [1997/05/22] kern/3667 patches to modularize vnode driver o [1997/05/24] conf/3673 no ddp line in /etc/protocols o [1997/05/24] docs/3675 man page of mount(2) of 2.2.2R o [1997/05/25] kern/3678 bug in IPDIVERT code in -current o [1997/05/25] docs/3680 manpage cal.1's SYNOPSIS is incorrect. o [1997/05/25] docs/3681 mapage column.1's EXAMPLE does not match o [1997/05/25] docs/3682 Macro usage in manpage ld.1 is not apropr o [1997/05/25] ports/3687 asami Gnat 3.09 Ada Compiler o [1997/05/27] misc/3695 compiled termcap.db not in distribution o [1997/05/28] docs/3704 not dump(5) man page. o [1997/05/28] bin/3705 /stand/sysinstall hangs. pkg_add also ha o [1997/05/29] docs/3709 manpage vmstat.8 has some problems o [1997/05/29] conf/3713 installation floppy bug o [1997/05/30] kern/3720 Addition for supported Hardware o [1997/05/30] kern/3724 sig-11 on package add in sysinstall o [1997/05/31] ports/3729 ports pgsql dies when initiated o [1997/05/31] conf/3730 deprecated option g of ls(1) in dot.profi o [1997/05/31] kern/3731 Addition of a PCI Bridge f [1997/05/31] bin/3733 davidn getty with 'to' option causes pppd to die o [1997/05/31] docs/3735 getlogin manpage says wrong OS o [1997/05/31] ports/3737 ports The DHCPD no longer works under FreeBSD 2 o [1997/06/01] kern/3738 Byte and packet counters in ipfw overflow o [1997/06/01] kern/3739 pause key not disabled; weird stuff when o [1997/06/01] conf/3740 use ENV file for sh(1) o [1997/06/01] bin/3741 Mention virtual terminals in MAKEDEV's ma o [1997/06/01] kern/3742 Mention option "CMD640" in manual page wd o [1997/06/01] conf/3751 Improvements to /etc/rc{,.network,.pccard o [1997/06/02] ports/3759 tg xtem-5.23 (X11 TEx Menu) port submitted ( o [1997/06/02] bin/3762 Bogus return values from rtprio(1) o [1997/06/02] docs/3764 systat(1) -vmstat description seems to be a [1997/06/02] ports/3765 ports New port: mpd-1.0b3 o [1997/06/02] bin/3766 ping has a few missing ntohs() & ntohl() o [1997/06/03] bin/3769 strftime %C should be %c (lstart option) o [1997/06/04] conf/3775 Time Zone for Sri Lanka - LKT o [1997/06/04] bin/3777 quiz dies early o [1997/06/04] bin/3778 ypbind -S domainname,server1,... does not o [1997/06/04] bin/3780 WEXITSTATUS() may return nagative value, o [1997/06/04] ports/3787 ports ghostscript-3.53 has bad PLIST o [1997/06/06] bin/3801 'timed' don't work with option '-n' o [1997/06/07] bin/3805 single process tftpd o [1997/06/07] ports/3806 ports update s3mod to 1.09 o [1997/06/08] docs/3808 The manpage telnet.1 has many bugs. o [1997/06/09] bin/3818 "dd conv=sync" makes garbage o [1997/06/09] docs/3819 man (5) login.conf specifies passwordtime o [1997/06/09] ports/3824 ports New port: snes97 o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/09] ports/3831 ports netris port doesn't install sr o [1997/06/10] kern/3836 Cannot remove HUGE directory o [1997/06/10] bin/3837 new feature for rtprio o [1997/06/10] kern/3839 X startup undoes keyboard repeat rate (pc o [1997/06/11] bin/3850 /usr/bin/cmp fails with nonzero byte offs o [1997/06/12] kern/3853 netboot/ns8390.c breaks NS datasheet o [1997/06/12] bin/3855 /usr/bin/cmp fails with nonzero byte offs o [1997/06/12] i386/3856 Improvement to autodetection logic o [1997/06/13] docs/3858 passwd(5) says class field is unused o [1997/06/13] bin/3859 Setting the $0 variable in perl dosnt do o [1997/06/13] docs/3861 Line 108 of rc.conf refers to rc.conf(8) o [1997/06/14] bin/3864 Incorrect usage of err(3) in mount_union. o [1997/06/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/14] ports/3870 ports Upgrade tkdesk 1.0b3 --> 1.0b4 o [1997/06/15] docs/3877 In manapge keyadmin.8, key show be rename o [1997/06/15] kern/3879 Can't export mounted ext2fs via NFS o [1997/06/16] conf/3886 install does not build sendmail host stat o [1997/06/17] ports/3888 ports port net/wu-ftpd: tiny bug that is wu-ftp o [1997/06/17] bin/3889 LPD can't receive printer jobs from remot o [1997/06/17] bin/3891 NIS-only netgroup lookups don't work o [1997/06/17] ports/3892 max new port: www/webxref (cross-reference ge o [1997/06/17] gnu/3894 manpath segfaults if it dosen't understan o [1997/06/18] ports/3898 ports gnats is updated, and 3.01 is not on the o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] bin/3903 markm Kerberized su -l fails with segfault o [1997/06/19] ports/3907 ports Submission of ircII-EPIC, an enhanced irc o [1997/06/19] misc/3911 realpath(3) fall into infinit loop. o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/20] gnu/3918 vi dosnt wrap lines when called from send o [1997/06/21] ports/3922 ports Author released a new version of nmh - up o [1997/06/22] ports/3924 ports de.spinne-1.0.0 o [1997/06/22] ports/3928 ports New port: jp-pgp-2.6.3ia (language) o [1997/06/22] ports/3935 ports another mp3 player o [1997/06/23] ports/3936 ports perl 5.004_01 is already available o [1997/06/23] kern/3938 Problem about mmap() over NFS o [1997/06/23] ports/3939 ports new port: latex2html_icon_server o [1997/06/23] ports/3940 ports port of latex2html-96.1 o [1997/06/23] docs/3941 misc bug on man page of indent.1 o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/24] docs/3945 incomplete man page for gethostent o [1997/06/24] bin/3947 /usr/src/etc/pccard_ether is too old... o [1997/06/25] kern/3948 nonworking t/tcp server side o [1997/06/25] docs/3951 Missing smp(4) manpage. o [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/25] ports/3955 ports -kpassive_ftp=true fails on socket connec o [1997/06/26] bin/3957 Makefile dependency error in amd o [1997/06/26] ports/3958 ports a2ps fails if used according to man o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/28] ports/3976 ports New port - tclCheck o [1997/06/28] docs/3979 Error in manpage hier(7) o [1997/06/28] misc/3981 brian wtmp logging of ppp activity would be nic o [1997/06/29] ports/3983 ports New port: psf toolkit o [1997/06/29] ports/3987 ports Update port - crossgo32 o [1997/06/30] ports/3991 ports set of OffiX ports o [1997/06/30] ports/3996 ports nmh needs dependecy on autoconfig to work o [1997/06/30] ports/3997 ports New port: VRML browser (vrweb) o [1997/07/01] bin/4004 moused(8) + international language text = o [1997/07/01] ports/4008 ports New port - DJGPP Version 2 libraries for o [1997/07/01] ports/4009 ports New port - Curses for crossgo32 with DJGP o [1997/07/02] bin/4010 Problem with edquota -t - tmpfile not rem o [1997/07/02] ports/4014 ports package/port installation obeys roots uma o [1997/07/02] ports/4015 ports package linux_lib-2.4 can run / out of di o [1997/07/02] i386/4016 Patch to add dead key support to syscons o [1997/07/02] ports/4017 ports Someone has to upgrade the plor port! o [1997/07/03] bin/4019 mount_mfs lacks an error message, and exi o [1997/07/03] kern/4020 vxget() in /sys/dev/vx/if_vx.c needs rewo o [1997/07/03] ports/4023 ports One can't play the cardgame Ass on FreeBS o [1997/07/03] i386/4024 Patch to add dead key support to syscons o [1997/07/03] ports/4025 ports New port - jp-ebw3 o [1997/07/04] ports/4027 ports New port: rot13-1.3 o [1997/07/04] misc/4028 GNATS auto-magically re-opened 14 prs o [1997/07/04] ports/4031 ports new port: jp-oleo o [1997/07/05] ports/4035 ports New port: jp-weblint97-0.12 o [1997/07/05] kern/4037 boot.flp panics after kernel load if >2 s o [1997/07/05] ports/4038 ports Initial port of the alpha-rel. WindowMake o [1997/07/06] kern/4039 2940UW and DCAS 32160 -- hungs if 40 MB/s o [1997/07/07] ports/4047 ports New port: cucipop-1.14 o [1997/07/07] kern/4051 pppd connect 'chat ...' broken o [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/07] ports/4053 ports New port: agm-1.1 o [1997/07/07] ports/4054 ports Port for Amp 0.7.3 o [1997/07/07] ports/4055 ports Port for XMpeg3 v1.0 o [1997/07/07] ports/4056 ports Port for netpipes 3.2 o [1997/07/08] ports/4058 ports Fix for felt-3.02 o [1997/07/08] misc/4063 2.2.2R Installation fails if Jaz drive sp o [1997/07/08] docs/4065 ppp.8 is inconsistent wrt ppp.log name o [1997/07/08] ports/4066 ports Port for Mikmod 2.14 o [1997/07/09] ports/4067 ports wrong formats of files in offix.tar o [1997/07/10] ports/4073 ports New port - rumba (userland SMBFS) o [1997/07/11] ports/4077 ports new version of lout - 3.10 o [1997/07/12] bin/4079 formatting error (man getty) o [1997/07/12] bin/4080 hyphenation occurs within .Xr o [1997/07/13] ports/4083 ports netscape wrapper doesn't hand off args co o [1997/07/13] kern/4086 Floppy Disk Driver Problem o [1997/07/14] bin/4087 nameservice terminates after ndc restart o [1997/07/14] ports/4088 ports Mutt (and mutt with pgp) port out of date 602 problems total. From owner-freebsd-bugs Mon Jul 14 11:32:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA06463 for bugs-outgoing; Mon, 14 Jul 1997 11:32:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA06389; Mon, 14 Jul 1997 11:31:06 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA15378; Mon, 14 Jul 1997 11:30:20 -0700 (PDT) Date: Mon, 14 Jul 1997 11:30:20 -0700 (PDT) Message-Id: <199707141830.LAA15378@freefall.freebsd.org> To: pgiffuni@fps.biblos.unal.edu.co, ache@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/2863 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New keymap for Latin American Keyboards State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Mon Jul 14 11:30:02 PDT 1997 State-Changed-Why: Commited. From owner-freebsd-bugs Mon Jul 14 12:14:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA08642 for bugs-outgoing; Mon, 14 Jul 1997 12:14:14 -0700 (PDT) Received: (from jmb@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA08634; Mon, 14 Jul 1997 12:14:09 -0700 (PDT) From: "Jonathan M. Bresler" Message-Id: <199707141914.MAA08634@hub.freebsd.org> Subject: Re: ispunct(3) [was: FreeBSD-2.1.1] To: wollman@khavrinen.lcs.mit.edu (Garrett Wollman) Date: Mon, 14 Jul 1997 12:14:09 -0700 (PDT) Cc: jmb@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG In-Reply-To: <199707141651.MAA07262@khavrinen.lcs.mit.edu> from "Garrett Wollman" at Jul 14, 97 12:51:26 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Garrett, i am sure that you are correct, but i would prefer more portable code. UCHAR_MIN seems to be in short supply. (UCHAR_MAX might be too). isascii() is everywhere. i need to buy a copy of greg lehey's book. kryten: {46} uname -a FreeBSD kryten.yyy.zzz 2.2-STABLE FreeBSD 2.2-STABLE #0: Wed Jun 25 16:53:36 EDT 1997 jmb@kryten.yyy.zzz:/usr/src/sys/compile/KRYTEN i386 kryten: {47} which cc /usr/bin/cc kryten: {48} cc --version 2.7.2.1 kryten: {49} cc /tmp/a.c /tmp/a.c: In function `main': /tmp/a.c:10: `UCHAR_MIN' undeclared (first use this function) /tmp/a.c:10: (Each undeclared identifier is reported only once /tmp/a.c:10: for each function it appears in.) kryten: {55} grep UCHAR /usr/include/* /usr/include/machine/* /usr/include/machine/limits.h:#define UCHAR_MAX 255 /* max value for an unsigned char */ arcue1(14)% uname -a SunOS arcue1 5.5.1 Generic_103640-08 sun4u sparc SUNW,Ultra-Enterprise arcue1(15)% which cc /opt/SUNWspro/bin/cc arcue1(16)% cc -V cc: SC4.0 18 Oct 1995 C 4.0 usage: cc [ options] files. Use 'cc -flags' for details arcue1(17)% cc /tmp/a.c "/tmp/a.c", line 10: undefined symbol: UCHAR_MIN cc: acomp failed for /tmp/a.c xxx: {30} % uname -a BSD/OS xxx.yyy.zzz 2.1 BSDI BSD/OS 2.1 Kernel #1: Thu Jan 9 05:02:29 EST 1997 root@xxx.yyy.zzz:/usr/src/sys/compile/DIGI i386 xxx: {31} % which cc /usr/bin/cc xxx: {32} % cc -v gcc version 1.42 xxx: {33} % cc /tmp/a.c /tmp/a.c: In function main: /tmp/a.c:10: `UCHAR_MIN' undeclared (first use this function) /tmp/a.c:10: (Each undeclared identifier is reported only once /tmp/a.c:10: for each function it appears in.) xxx: {34} % grep UCHAR /usr/include/* /usr/include/machine/* /usr/include/machine/limits.h:#define UCHAR_MAX 255 /* max value for an unsigned char */ Garrett Wollman wrote: > > < said: > > > ispunct() is only useful for ASCII input. > > the correct way to use ispunct() and the rest of the functions > > listed in ctype(3) is to call isascii() first > > BZZZZT! > > There is no such thing as isascii() in Standard C. The domain of all > of the ctype(3) functions, as Bruce noted earlier in this thread, is > [UCHAR_MIN,UCHAR_MAX] union {EOF}. > > > wollman@khavrinen(173)$ cat >foo.c > #include > #include > #include > > int > main(void) > { > int c; > > for (c = UCHAR_MIN; c < UCHAR_MAX; c++) { > if (ispunct(c)) > putchar(c); > } > putchar('\n'); > if (ispunct(EOF)) > printf("EOF\n"); > return 0; > } > wollman@khavrinen(174)$ cc -o foo foo.c > wollman@khavrinen(175)$ ./foo > !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿×÷ > wollman@khavrinen(176)$ > > In case you can't read the high-bit characters there, they are all the > punctuation characters from the ISO 8859-1 (``Latin 1'') character > set. From owner-freebsd-bugs Mon Jul 14 12:16:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA08777 for bugs-outgoing; Mon, 14 Jul 1997 12:16:13 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA08771; Mon, 14 Jul 1997 12:16:10 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.8.5/8.8.5) id PAA07598; Mon, 14 Jul 1997 15:16:09 -0400 (EDT) Date: Mon, 14 Jul 1997 15:16:09 -0400 (EDT) From: Garrett Wollman Message-Id: <199707141916.PAA07598@khavrinen.lcs.mit.edu> To: "Jonathan M. Bresler" Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: ispunct(3) [was: FreeBSD-2.1.1] In-Reply-To: <199707141914.MAA08634@hub.freebsd.org> References: <199707141651.MAA07262@khavrinen.lcs.mit.edu> <199707141914.MAA08634@hub.freebsd.org> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk < said: > Garrett, > i am sure that you are correct, but i would prefer more portable code. > UCHAR_MIN seems to be in short supply. (UCHAR_MAX might be too). > isascii() is everywhere. No it's not. That's the whole point. Yes, there are substandard implementations which need such hackery. The appropriate method is to write to the Standard and provide alternatives for substandard systems. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick From owner-freebsd-bugs Mon Jul 14 12:50:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA10372 for bugs-outgoing; Mon, 14 Jul 1997 12:50:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA10357; Mon, 14 Jul 1997 12:50:04 -0700 (PDT) Date: Mon, 14 Jul 1997 12:50:04 -0700 (PDT) Message-Id: <199707141950.MAA10357@hub.freebsd.org> To: freebsd-bugs Cc: From: "Justin T. Gibbs" Subject: Re: kern/4089: ccd0 hangs in newfs? Reply-To: "Justin T. Gibbs" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/4089; it has been noted by GNATS. From: "Justin T. Gibbs" To: pi@FreeBSD.ORG Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/4089: ccd0 hangs in newfs? Date: Mon, 14 Jul 1997 13:43:59 -0600 > if a ccd device is configured (ccdconfig -C -v) > and newfs runs on that ccd0c, and you happen to newfs the block device instead of the raw device... > the systems hungs This bug was already fixed fairly recently in current. There was a deadlock problem with buffer reuse that could be triggered easily by newfsing a block device. If you newfs the raw device, you shouldn't have any problems (i.e. use /dev/rccd0c instead of /dev/ccd0c). -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations =========================================== From owner-freebsd-bugs Mon Jul 14 14:50:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA16377 for bugs-outgoing; Mon, 14 Jul 1997 14:50:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA16368; Mon, 14 Jul 1997 14:50:01 -0700 (PDT) Date: Mon, 14 Jul 1997 14:50:01 -0700 (PDT) Message-Id: <199707142150.OAA16368@hub.freebsd.org> To: freebsd-bugs Cc: From: hoek@hwcn.org Subject: Re: misc/4028 : GNATS auto-magically re-opened14prs Reply-To: hoek@hwcn.org Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/4028; it has been noted by GNATS. From: hoek@hwcn.org To: freebsd-gnats-submit@freebsd.org, fenner@parc.xerox.com Cc: Subject: Re: misc/4028 : GNATS auto-magically re-opened14prs Date: Mon, 14 Jul 1997 17:45:21 -0400 (EDT) > >There are 14 problem-reports which were closed at some point in the >past but, at some point, I believe within the last month, they lost >all of their audit-trail and their state switched to never. After examining the freebsd-bugs archive, I can say a couple more things. 1) The bracket during which they re-opened can be definitively placed somewhere between June 2 and June 30, inclusive. 2) I had suggested Joerg Wunsch that the audit-trail could be (relatively) easily reconstructed from the freebsd-bugs mailing archive. That was a lie. There does not appear to be any mention of the listed prs in the archive (except for Bill Fenner closing some and for their mention in this pr). ie. The original pr and subsequent open-close message was either not posted to freebsd-bugs (for whatever reason) or they were posted, but not archived (for some reason). (I will not that I could not search the whole freebsd-bugs archive, since that thing is very difficult to ftp (it's not even gzipped!). From byte ~29900000 to 30000000 have not been checked by me. Checking this is left as an exercise to the reader with easier access to the mail archives (actually this whole thing should've been left as such...)). From 7:40 to 18:06 on April 30, no messages are archived in freebsd-bugs. Perhaps the prs were closed quickly and perhaps the freebsd-bugs archive was unwritable for a short period (this _was_ during the hub-freefall transition) and that is perhaps why there isn't even an open-closed state-change message for them. From owner-freebsd-bugs Mon Jul 14 15:51:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA19575 for bugs-outgoing; Mon, 14 Jul 1997 15:51:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA19557; Mon, 14 Jul 1997 15:50:25 -0700 (PDT) From: Gary Palmer Received: (from gpalmer@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA17225; Mon, 14 Jul 1997 15:49:37 -0700 (PDT) Date: Mon, 14 Jul 1997 15:49:37 -0700 (PDT) Message-Id: <199707142249.PAA17225@freefall.freebsd.org> To: gpalmer@FreeBSD.ORG, gnats-admin@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: docs/4043 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: man page for directory ops is misleading Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: gpalmer Responsible-Changed-When: Mon Jul 14 15:49:28 PDT 1997 Responsible-Changed-Why: Mis-filed PR From owner-freebsd-bugs Mon Jul 14 15:51:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA19611 for bugs-outgoing; Mon, 14 Jul 1997 15:51:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA19596; Mon, 14 Jul 1997 15:51:30 -0700 (PDT) From: Gary Palmer Received: (from gpalmer@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA17364; Mon, 14 Jul 1997 15:50:43 -0700 (PDT) Date: Mon, 14 Jul 1997 15:50:43 -0700 (PDT) Message-Id: <199707142250.PAA17364@freefall.freebsd.org> To: gpalmer@FreeBSD.ORG, gnats-admin@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/4074 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Kernel panics when accessing a ccd device Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: gpalmer Responsible-Changed-When: Mon Jul 14 15:50:29 PDT 1997 Responsible-Changed-Why: Mis-filed PR From owner-freebsd-bugs Mon Jul 14 16:13:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA20737 for bugs-outgoing; Mon, 14 Jul 1997 16:13:34 -0700 (PDT) Received: from ell.ee.lbl.gov (ell.ee.lbl.gov [131.243.1.20]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA20731 for ; Mon, 14 Jul 1997 16:13:29 -0700 (PDT) Received: by ell.ee.lbl.gov (8.8.6/8.8.5) id QAA17721; Mon, 14 Jul 1997 16:13:27 -0700 (PDT) Message-Id: <199707142313.QAA17721@ell.ee.lbl.gov> To: bugs@freebsd.org Subject: LBL ifdef in netinet/ip_mroute.c Date: Mon, 14 Jul 97 16:13:27 PDT From: Craig Leres Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Would it be possible for you folks to apply the appended patch to netinet/ip_mroute.c? The oc_cksum() routine is an experimental checksum that is only implemented on the sparc and everytime I build a "LBL" kernel from a fresh copy of FreeBSD, I have to change it. (It would probably also be ok if you just removed the ifdef...) Thanks! Craig ------ *** ip_mroute.c.virgin Mon Jul 14 16:07:19 1997 --- ip_mroute.c Mon Jul 14 16:08:25 1997 *************** *** 1609,1615 **** HTONS(ip->ip_len); HTONS(ip->ip_off); ip->ip_sum = 0; ! #if defined(LBL) && !defined(ultrix) ip->ip_sum = ~oc_cksum((caddr_t)ip, ip->ip_hl << 2, 0); #else mb_copy->m_data += sizeof(multicast_encap_iphdr); --- 1609,1615 ---- HTONS(ip->ip_len); HTONS(ip->ip_off); ip->ip_sum = 0; ! #if defined(LBL) && defined(sun) ip->ip_sum = ~oc_cksum((caddr_t)ip, ip->ip_hl << 2, 0); #else mb_copy->m_data += sizeof(multicast_encap_iphdr); From owner-freebsd-bugs Mon Jul 14 16:32:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA21627 for bugs-outgoing; Mon, 14 Jul 1997 16:32:10 -0700 (PDT) Received: (from jmb@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA21580; Mon, 14 Jul 1997 16:31:59 -0700 (PDT) From: "Jonathan M. Bresler" Message-Id: <199707142331.QAA21580@hub.freebsd.org> Subject: Re: ispunct(3) [was: FreeBSD-2.1.1] To: wollman@khavrinen.lcs.mit.edu (Garrett Wollman) Date: Mon, 14 Jul 1997 16:31:58 -0700 (PDT) Cc: jmb@freebsd.org, freebsd-bugs@freebsd.org In-Reply-To: <199707141916.PAA07598@khavrinen.lcs.mit.edu> from "Garrett Wollman" at Jul 14, 97 03:16:09 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Garrett Wollman wrote: > > < said: > > > Garrett, > > i am sure that you are correct, but i would prefer more portable code. > > UCHAR_MIN seems to be in short supply. (UCHAR_MAX might be too). > > isascii() is everywhere. > > No it's not. That's the whole point. Yes, there are substandard > implementations which need such hackery. The appropriate method is to > write to the Standard and provide alternatives for substandard > systems. Garrett, even FreeBSD current does not seem to have UCHAR_MIN. what system is your test program supposed to be for? Aspen:[209] uname -a FreeBSD Aspen.Woc.Atinc.COM 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Mon Jul 14 18:04:43 EDT 1997 jmb@Aspen.Woc.Atinc.COM:/other/src/sys/compile/ASPEN i386 Aspen:[210] grep UCHAR /usr/include/* /usr/include/machine/* /usr/include/machine/limits.h:#define UCHAR_MAX 255 /* max value for an unsigned char */ Aspen:[211] gcc /tmp/a.c /tmp/a.c: In function `main': /tmp/a.c:10: `UCHAR_MIN' undeclared (first use this function) /tmp/a.c:10: (Each undeclared identifier is reported only once /tmp/a.c:10: for each function it appears in.) jmb From owner-freebsd-bugs Mon Jul 14 17:05:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA23260 for bugs-outgoing; Mon, 14 Jul 1997 17:05:56 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA23253; Mon, 14 Jul 1997 17:05:52 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.8.5/8.8.5) id UAA08383; Mon, 14 Jul 1997 20:05:51 -0400 (EDT) Date: Mon, 14 Jul 1997 20:05:51 -0400 (EDT) From: Garrett Wollman Message-Id: <199707150005.UAA08383@khavrinen.lcs.mit.edu> To: "Jonathan M. Bresler" Cc: wollman@khavrinen.lcs.mit.edu (Garrett Wollman), freebsd-bugs@FreeBSD.ORG Subject: Re: ispunct(3) [was: FreeBSD-2.1.1] In-Reply-To: <199707142331.QAA21580@hub.freebsd.org> References: <199707141916.PAA07598@khavrinen.lcs.mit.edu> <199707142331.QAA21580@hub.freebsd.org> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk < said: > Garrett, > even FreeBSD current does not seem to have UCHAR_MIN. > what system is your test program supposed to be for? Sorry... serves me right for modifying my example after having compiled it. UCHAR_MIN doesn't exist because the only permissible minimum value for any unsigned type is zero. My original program iterated over [CHAR_MIN,UCHAR_MAX], but I realized that that was incorrect and changed it in my message without re-testing. In any event, that particular error does not change the fact that Standard C requires the ctype(3) routines work for all possible values of an unsigned char, and EOF, and the old isascii() kluge should not be carried over into new code. (If you are concerned about portability to old, broken systems, include a working ctype(3)...) -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick From owner-freebsd-bugs Mon Jul 14 17:46:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA24807 for bugs-outgoing; Mon, 14 Jul 1997 17:46:17 -0700 (PDT) Received: from chromatic.com ([208.12.96.9]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA24795 for ; Mon, 14 Jul 1997 17:46:12 -0700 (PDT) Received: from server1.chromatic.com (server1 [172.16.20.1]) by chromatic.com (8.8.5/8.8.5) with ESMTP id RAA14588; Mon, 14 Jul 1997 17:44:02 -0700 (PDT) Received: from localhost (hua@localhost) by server1.chromatic.com (8.7.5/8.7.3) with SMTP id RAA26308; Mon, 14 Jul 1997 17:46:34 -0700 (PDT) Message-Id: <199707150046.RAA26308@server1.chromatic.com> X-Authentication-Warning: server1.chromatic.com: hua owned process doing -bs X-Authentication-Warning: server1.chromatic.com: Host hua@localhost didn't use HELO protocol To: David Gilbert cc: bugs@freebsd.org Subject: Re: USR Imodem hangs kernel? In-reply-to: Your message of "Wed, 25 Jun 1997 01:24:40 EDT." <199706250524.BAA01086@repeat.pci.on.ca> Mime-Version: 1.0 Content-Type: text/plain Date: Mon, 14 Jul 1997 17:46:34 -0700 From: Ernest Hua Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I've got a friend with a USR Imodem (internal). Now... the > modem is enough like a serial port that I can cu to it. I'm having > problems actually getting it to connect (it says it does, but I can't > get it to respond after connecting) and often, even when just talking > to the modem with cu, I hang the whole machine. > > Known problem? Bug? Imodem feature? Have you received a reply yet? I am experiencing the same problem on 2.2.1-RELEASE and 2.2.2-RELEASE. My symptoms are varied. For 2.2.1-RELEASE, I rarely get the hang, but it does happen. For 2.2.2-RELEASE, I get the hang almost immediately upon talking to the modem with the GENERIC kernel. When I added the plug-and-play patches, it did not change the characteristics of the behavior, but if I remove the plug-and-play soundcard, the likelihood of the hang, decreases significantly (it will EVENTUALLY hang, but it takes a much longer session). I was also under the impression that using a faster sio speed (115200 versus 38400 or 57600) will decrease the likelihood, but I do not have enough data points to substantiate that. On precisely the same system (with and without the soundcard), I have zero problems with Win95, so it is highly unlikely that the problem is with the hardware. Ern -- Ernest Hua, Software Sanitation Engineer/Chief Cut And Paste Officer Chromatic Research, 615 Tasman Drive, Sunnyvale, CA 94089-1707 Phone: 408 752-9375, Fax: 408 752-9301, E-Mail: hua@chromatic.com From owner-freebsd-bugs Mon Jul 14 18:00:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA25354 for bugs-outgoing; Mon, 14 Jul 1997 18:00:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA25343; Mon, 14 Jul 1997 18:00:02 -0700 (PDT) Resent-Date: Mon, 14 Jul 1997 18:00:02 -0700 (PDT) Resent-Message-Id: <199707150100.SAA25343@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, dkelly@hiwaay.net Received: from nexgen.hiwaay.net (max4-80.HiWAAY.net [208.147.145.80]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA25062 for ; Mon, 14 Jul 1997 17:52:53 -0700 (PDT) Received: (from dkelly@localhost) by nexgen.hiwaay.net (8.8.6/8.8.4) id TAA00399; Mon, 14 Jul 1997 19:47:55 -0500 (CDT) Message-Id: <199707150047.TAA00399@nexgen.hiwaay.net> Date: Mon, 14 Jul 1997 19:47:55 -0500 (CDT) From: David Kelly Reply-To: dkelly@hiwaay.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/4091: new 2.2.2 kernels don't work on NexGen P90 PCI Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4091 >Category: kern >Synopsis: new 2.2.2 kernels don't work on NexGen P90 PCI >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 14 18:00:01 PDT 1997 >Last-Modified: >Originator: David Kelly >Organization: >Release: FreeBSD 2.2-STABLE i386 >Environment: Nothing terribly odd other than the NexGen PCI MB and P90 CPU. Only 32M parity DRAM, old Adaptec 2940, cheap NE2000 clone ethernet (installed but not currently in use) and an STB 4-com board on IRQ 12. Video is a Mach32 on PCI, 2M. Some snippets from dmesg: CPU: i386DX (386-class CPU) real memory = 33554432 (32768K bytes) avail memory = 30486528 (29772K bytes) Probing for devices on PCI bus 0: chip0 rev 0 on pci0:0 chip1 rev 132 on pci0:4 ahc0 rev 0 int a irq 11 on pci0:6 ahc0: aic7870 Single Channel, SCSI Id=7, 16 SCBs ahc0 waiting for scsi devices to settle ahc0: target 0 Tagged Queuing Device (ahc0:0:0): "SEAGATE ST32550N 0021" type 0 fixed SCSI 2 sd0(ahc0:0:0): Direct-Access 2047MB (4194058 512 byte sectors) (ahc0:6:0): "ARCHIVE ANCDA 2750 28077 -003" type 1 removable SCSI 2 st0(ahc0:6:0): Sequential-Access density code 0x0, drive empty vga0 rev 1 int a irq 10 on pci0:7 pci0:8: vendor=0x10ad, device=0x0105, class=storage (ide) int a irq 14 [no dr iver assigned] ed0 at 0x280-0x29f irq 5 on isa ed0: address 00:40:c7:55:23:5f, type NE2000 (16 bit) sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A sio2 at 0x1a8-0x1af irq 12 flags 0x205 on isa sio2: type 16550A (multiport master) sio3 at 0x1e8-0x1ef flags 0x205 on isa sio3: type 16550A (multiport) sio4 at 0x2a8-0x2af flags 0x205 on isa sio4: type 16550A (multiport) sio5 at 0x3e8-0x3ef flags 0x205 on isa sio5: type 16550A (multiport) >Description: Booting new kernel endlessly reboots. Screen message is only the first of the normal boot indicating where and how much of the kernel is being loaded. The next line, "BIOS Basemem..." never appears. This was the last kernel I was able to build that will boot my system: FreeBSD 2.2-STABLE #0: Fri May 30 22:41:29 CDT 1997 dkelly@nexgen.hiwaay.net:/usr/src/sys/compile/NEXGEN Tried "rm -rf /usr/src/sys" and using cvsup to build a fresh copy of RELENG_2_2, no change. Tried building a new GENERIC kernel, no change. >How-To-Repeat: Any reboot with new kernel. >Fix: That's what *I'm* asking for! :-) >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Jul 14 18:09:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA25742 for bugs-outgoing; Mon, 14 Jul 1997 18:09:19 -0700 (PDT) Received: from x22 (ppp6468.on.sympatico.ca [206.172.208.60]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA25723; Mon, 14 Jul 1997 18:09:13 -0700 (PDT) Received: from localhost (tim@localhost) by x22 (8.8.5/8.7.3) with SMTP id VAA01871; Mon, 14 Jul 1997 21:07:13 -0400 (EDT) Date: Mon, 14 Jul 1997 21:07:06 -0400 (EDT) From: Tim Vanderhoek Reply-To: ac199@hwcn.org To: "Jonathan M. Bresler" cc: Garrett Wollman , freebsd-bugs@FreeBSD.ORG Subject: Re: ispunct(3) [was: FreeBSD-2.1.1] In-Reply-To: <199707142331.QAA21580@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 14 Jul 1997, Jonathan M. Bresler wrote: > Garrett, > even FreeBSD current does not seem to have UCHAR_MIN. > what system is your test program supposed to be for? The GNU system has it. :) From owner-freebsd-bugs Mon Jul 14 18:49:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA27831 for bugs-outgoing; Mon, 14 Jul 1997 18:49:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA27822; Mon, 14 Jul 1997 18:49:33 -0700 (PDT) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA24098; Mon, 14 Jul 1997 18:48:44 -0700 (PDT) Date: Mon, 14 Jul 1997 18:48:44 -0700 (PDT) Message-Id: <199707150148.SAA24098@freefall.freebsd.org> To: obrien@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/1416 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: cflow(1) doesn't parse GNU C __attribute__ syntax Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: obrien Responsible-Changed-When: Mon Jul 14 18:47:48 PDT 1997 Responsible-Changed-Why: wrong group From owner-freebsd-bugs Mon Jul 14 20:40:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA02119 for bugs-outgoing; Mon, 14 Jul 1997 20:40:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA02106; Mon, 14 Jul 1997 20:40:02 -0700 (PDT) Resent-Date: Mon, 14 Jul 1997 20:40:02 -0700 (PDT) Resent-Message-Id: <199707150340.UAA02106@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, sbauer@rock.sdsmt.edu Received: from krypton.hpc.sdsmt.edu (uurock@krypton.hpc.sdsmt.edu [151.159.81.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA01927 for ; Mon, 14 Jul 1997 20:32:55 -0700 (PDT) Received: (from uurock@localhost) by krypton.hpc.sdsmt.edu (8.8.6/8.8.6) id VAA16560 for FreeBSD-gnats-submit@freebsd.org; Mon, 14 Jul 1997 21:32:49 -0600 Received: (from sbauer@localhost) by rock.sdsmt.edu (8.8.5/8.8.5) id VAA00374; Mon, 14 Jul 1997 21:31:58 -0600 (MDT) Message-Id: <199707150331.VAA00374@rock.sdsmt.edu> Date: Mon, 14 Jul 1997 21:31:58 -0600 (MDT) From: sbauer@rock.sdsmt.edu Reply-To: sbauer@rock.sdsmt.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: i386/4092: 82371SB Chipset being configured incorrectly. Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4092 >Category: i386 >Synopsis: 82371SB Chipset being configured incorrectly. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 14 20:40:00 PDT 1997 >Last-Modified: >Originator: Steve Bauer >Organization: South Dakota School of Mines and Technology >Release: FreeBSD 2.2-STABLE i386 >Environment: FreeBSD 2.2-Stable with ctm of 345 applied. >Description: The 82371SB Chipest seems to be configured incorrectly in the file pcisupport.c The reason for this conclusion is the fact that the 82371FB (Triton I) is compatible with the 82371SB (Triton II) chipset. Yet in pcisupport.c when the 82371FB (Function 0) (0x12308086) is configured the same information is sent to the 82371SB (Function 1) (0x70108086) which is the ide controller. I do not believe this is correct since the chipsets are basically register compatible. The changes that I have made are the following: Change line 722 from 0x70108086 to 0x70008086 -- This way it will be configurting Function 0 of the 82371SB chipset. Also, I added case 70108086: at line 726 so that the function 1 (IDE interface) would be configured the same way as it is in the 82371FB chipset. >How-To-Repeat: I am not sure if this really caused much of a problem or not. It appears to have fixed some random lockups that I have been having with my machine. >Fix: Below is a patch that implements that fixes that I described above. *** pcisupport.c.orig Sun Jul 13 00:18:32 1997 --- pcisupport.c Sun Jul 13 00:19:04 1997 *************** *** 719,728 **** case 0x70308086: writeconfig (config_id, conf82437vx); break; ! case 0x70108086: case 0x122e8086: writeconfig (config_id, conf82371fb); break; case 0x12308086: writeconfig (config_id, conf82371fb2); break; --- 719,729 ---- case 0x70308086: writeconfig (config_id, conf82437vx); break; ! case 0x70008086: case 0x122e8086: writeconfig (config_id, conf82371fb); break; + case 0x70108086: case 0x12308086: writeconfig (config_id, conf82371fb2); break; >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Jul 15 02:42:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA17916 for bugs-outgoing; Tue, 15 Jul 1997 02:42:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA17906; Tue, 15 Jul 1997 02:40:39 -0700 (PDT) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA27689; Tue, 15 Jul 1997 02:39:48 -0700 (PDT) Date: Tue, 15 Jul 1997 02:39:48 -0700 (PDT) Message-Id: <199707150939.CAA27689@freefall.freebsd.org> To: helbig@MX.BA-Stuttgart.De, charnier@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/3730 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: deprecated option g of ls(1) in dot.profile State-Changed-From-To: open-closed State-Changed-By: charnier State-Changed-When: Tue Jul 15 02:37:44 PDT 1997 State-Changed-Why: Patch applied. From owner-freebsd-bugs Tue Jul 15 02:47:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA18070 for bugs-outgoing; Tue, 15 Jul 1997 02:47:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA18063; Tue, 15 Jul 1997 02:47:03 -0700 (PDT) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA27813; Tue, 15 Jul 1997 02:46:12 -0700 (PDT) Date: Tue, 15 Jul 1997 02:46:12 -0700 (PDT) Message-Id: <199707150946.CAA27813@freefall.freebsd.org> To: helbig@MX.BA-Stuttgart.De, charnier@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/3742 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Mention option "CMD640" in manual page wd.4 State-Changed-From-To: open-closed State-Changed-By: charnier State-Changed-When: Tue Jul 15 02:44:32 PDT 1997 State-Changed-Why: Patch applied with minor changes (style). From owner-freebsd-bugs Tue Jul 15 07:50:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA01570 for bugs-outgoing; Tue, 15 Jul 1997 07:50:15 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA01543; Tue, 15 Jul 1997 07:50:05 -0700 (PDT) Date: Tue, 15 Jul 1997 07:50:05 -0700 (PDT) Message-Id: <199707151450.HAA01543@hub.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: misc/4028 : GNATS auto-magically re-opened14prs Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/4028; it has been noted by GNATS. From: Bill Fenner To: hoek@hwcn.org Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/4028 : GNATS auto-magically re-opened14prs Date: Tue, 15 Jul 1997 07:49:11 PDT If the original PR's were listed as confidential, nothing related to them would have been sent to the freebsd-bugs list. If they were later (silently) changed to be non-confidential, as is the tradition, they would suddenly show up as you saw. Are there bug summaries that have them, then don't have them, then have them again, or just don't have them then do have them? Bill From owner-freebsd-bugs Tue Jul 15 08:07:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA03070 for bugs-outgoing; Tue, 15 Jul 1997 08:07:15 -0700 (PDT) Received: (from yokota@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA03041; Tue, 15 Jul 1997 08:07:02 -0700 (PDT) Date: Tue, 15 Jul 1997 08:07:02 -0700 (PDT) From: Kazutaka YOKOTA Message-Id: <199707151507.IAA03041@hub.freebsd.org> To: ac199@hwcn.org, yokota, freebsd-bugs Subject: Re: i386/4030 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: syscons thinks CTRL pressed, must reboot [repeatable] State-Changed-From-To: open-closed State-Changed-By: yokota State-Changed-When: Tue Jul 15 08:04:52 PDT 1997 State-Changed-Why: Fix committed (1.224 in -current and 1.182.2.24 in RELENG_2_2). From owner-freebsd-bugs Tue Jul 15 08:50:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA06354 for bugs-outgoing; Tue, 15 Jul 1997 08:50:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA06339; Tue, 15 Jul 1997 08:50:01 -0700 (PDT) Date: Tue, 15 Jul 1997 08:50:01 -0700 (PDT) Message-Id: <199707151550.IAA06339@hub.freebsd.org> To: freebsd-bugs Cc: From: Martin Cracauer Subject: Re: bin/2609: Problem receiving more than 1688835 bytes with fetch Reply-To: Martin Cracauer Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/2609; it has been noted by GNATS. From: Martin Cracauer To: freebsd-gnats-submit@freebsd.org Cc: gpalmer@freebsd.org, peterb@wave.campus.luth.se Subject: Re: bin/2609: Problem receiving more than 1688835 bytes with fetch Date: Tue, 15 Jul 1997 17:49:03 +0200 Isn't it time to close this bug report? I checked, fetch from 2.2.2 and 3.0 definitivly transfers files of this size without problems. Martin > > Problem Report bin/2609 > > Problem receiving more than 1688835 bytes with fetch > > Confidential > no > Severity > non-critical > Priority > low > Responsible > freebsd-bugs@freebsd.org > State > open > Class > sw-bug > Submitter-Id > current-users > Arrival-Date > Tue Jan 28 19:00:02 PST 1997 > Last-Modified > Tue Jan 28 19:05:16 PST 1997 > Originator > PB PB > Organization > Release > FreeBSD 2.2-BETA_A i386 > Environment > > FreeBSD wave.campus.luth.se 2.2-BETA_A FreeBSD 2.2-BETA_A #1: Fri Jan 24 01:29:03 1997 toor@wave.campus.luth.se:/usr/src/sys/compile/WaveKernel i386 > > 10 Mbps ethernet internet connection (130.240.193.79) > > Description > > Fetch seems to stop after receiving about 1,5 MB of data. > It behaves like there was some kind of "limit" in downloading data. > > How-To-Repeat > > Download a _big_ file ie > 4 MB. > > Fix > Audit-Trail > > Responsible-Changed-From-To: gnats-admin->freebsd-bugs > Responsible-Changed-By: gpalmer > Responsible-Changed-When: Tue Jan 28 19:05:05 PST 1997 > Responsible-Changed-Why: > Misfiled PR > > Unformatted > > Submit Followup > ---------------------------------------------------------------------- > www@freebsd.org From owner-freebsd-bugs Tue Jul 15 09:10:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA07235 for bugs-outgoing; Tue, 15 Jul 1997 09:10:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA07222; Tue, 15 Jul 1997 09:10:02 -0700 (PDT) Date: Tue, 15 Jul 1997 09:10:02 -0700 (PDT) Message-Id: <199707151610.JAA07222@hub.freebsd.org> To: freebsd-bugs Cc: From: Tim Vanderhoek Subject: Re: misc/4028 : GNATS auto-magically re-opened14prs Reply-To: Tim Vanderhoek Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/4028; it has been noted by GNATS. From: Tim Vanderhoek To: Bill Fenner Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/4028 : GNATS auto-magically re-opened14prs Date: Tue, 15 Jul 1997 12:07:07 -0400 (EDT) On Tue, 15 Jul 1997, Bill Fenner wrote: > If the original PR's were listed as confidential, nothing related to > them would have been sent to the freebsd-bugs list. If they were > later (silently) changed to be non-confidential, as is the tradition, > they would suddenly show up as you saw. I considered this, but decided it was impossible since I know for certain (ie. [100 + 10]% certain) that at least some of the affected were never at any point in time marked confidential. (Unless they were silently marked confidential later. Very very unlikely). Besides. Even if they got changed from confidential to non-confidential, that still doesn't explain them re-opening (even if it explains why they can't be found on the bugs archive). I don't know how gnats stores bugreports, but if it stores all changes to a pr as deltas to the original, and the deltas somehow got destroyed or disattached (from the original pr, leaving them floating around?), that would explain them re-opening. -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk From owner-freebsd-bugs Tue Jul 15 09:18:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA07623 for bugs-outgoing; Tue, 15 Jul 1997 09:18:23 -0700 (PDT) Received: from hwcn.org (main.hwcn.org [199.212.94.65]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA07618 for ; Tue, 15 Jul 1997 09:18:19 -0700 (PDT) Received: from james.freenet.hamilton.on.ca (ac199@james.hwcn.org [199.212.94.66]) by hwcn.org (8.8.6/8.8.6) with ESMTP id MAA13326; Tue, 15 Jul 1997 12:18:09 -0400 (EDT) Received: from localhost (ac199@localhost) by james.freenet.hamilton.on.ca (8.8.6/8.8.6) with SMTP id MAA15707; Tue, 15 Jul 1997 12:18:21 -0400 (EDT) X-Authentication-Warning: james.freenet.hamilton.on.ca: ac199 owned process doing -bs Date: Tue, 15 Jul 1997 12:18:20 -0400 (EDT) From: Tim Vanderhoek X-Sender: ac199@james.freenet.hamilton.on.ca Reply-To: hoek@hwcn.org To: Bill Fenner cc: freebsd-bugs@hub.freebsd.org Subject: Re: misc/4028 : GNATS auto-magically re-opened14prs In-Reply-To: <199707151450.HAA01543@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 15 Jul 1997, Bill Fenner wrote: [replied-to separately to try and keep misc/4028's audit-trail from growing too much :] > Are there bug summaries that have them, then don't have them, then > have them again, or just don't have them then do have them? Specifically, bugs which were closed became silently open. Any mention of them being closed disappeared from the audit-trail (in fact, it looks like anything that may have been in the audit-trail disappeared). The list of prs affected I constructed by comparing a known good pr-list posted to freebsd-bugs with the current list on www.freebsd.org. The bugreports affected are all from the period of time shortly after the hub-freefall switch when gnats backed-up and duplicated all prs it was sent. I don't believe that all prs from this period were affected. For a quick review, the prs affected are 3421 - 3435, excepting 3429. -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk From owner-freebsd-bugs Tue Jul 15 11:50:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA16540 for bugs-outgoing; Tue, 15 Jul 1997 11:50:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA16534; Tue, 15 Jul 1997 11:50:02 -0700 (PDT) Resent-Date: Tue, 15 Jul 1997 11:50:02 -0700 (PDT) Resent-Message-Id: <199707151850.LAA16534@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, mburgett@cmnsens.zoom.com Received: from dragon.cmnsens.zoom.com (dragon.cmnsens.zoom.com [207.33.155.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA16073 for ; Tue, 15 Jul 1997 11:40:53 -0700 (PDT) Received: (from mburgett@localhost) by dragon.cmnsens.zoom.com (8.8.6/8.8.6) id LAA10242; Tue, 15 Jul 1997 11:40:52 -0700 (PDT) Message-Id: <199707151840.LAA10242@dragon.cmnsens.zoom.com> Date: Tue, 15 Jul 1997 11:40:52 -0700 (PDT) From: mburgett@cmnsens.zoom.com Reply-To: mburgett@cmnsens.zoom.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/4098: m4 divert/ifelse/decr interaction is broken Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4098 >Category: bin >Synopsis: m4 divert/ifelse/decr interaction is broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 15 11:50:00 PDT 1997 >Last-Modified: >Originator: Mike Burgett >Organization: None >Release: FreeBSD 2.2-STABLE i386 >Environment: N/A >Description: m4 seems to be broken when processing statments of the type: divert(ifelse(var,val,divnum,decr(divnum))) which causes nested diversions to fail. Interestingly, replacing decr with incr, seems to work as expected, *really* making it interesting when doing nested includes. >How-To-Repeat: define(`test1',0)dnl define(`test2',1)dnl Undiverted line #1 divert(ifelse(test1,1,divnum,decr(divnum)))dnl Diverted line #1 divert(ifelse(test2,1,divnum,decr(divnum)))dnl Diverted line #2 divert(ifelse(test2,1,divnum,incr(divnum)))dnl Diverted line #3 divert(ifelse(test1,1,divnum,incr(divnum)))dnl Undiverted line #1 Should only output the two undiverted lines. >Fix: Unknown >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Jul 15 11:54:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA16816 for bugs-outgoing; Tue, 15 Jul 1997 11:54:19 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA16810 for ; Tue, 15 Jul 1997 11:54:17 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <52809(10)>; Tue, 15 Jul 1997 11:53:45 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177512>; Tue, 15 Jul 1997 11:53:33 -0700 To: hoek@hwcn.org cc: Bill Fenner , freebsd-bugs@hub.freebsd.org Subject: Re: misc/4028 : GNATS auto-magically re-opened14prs In-reply-to: Your message of "Tue, 15 Jul 97 09:18:20 PDT." Date: Tue, 15 Jul 1997 11:53:21 PDT From: Bill Fenner Message-Id: <97Jul15.115333pdt.177512@crevenia.parc.xerox.com> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Tim Vanderhoek wrote: >Specifically, bugs which were closed became silently open. Are you sure they were closed? Or did they just not appear in the bug summary because they were marked as confidential? >The list of prs affected I constructed by comparing a known good >pr-list posted to freebsd-bugs with the current list on >www.freebsd.org. Was there a previous pr-list with the bugs open? Bill From owner-freebsd-bugs Tue Jul 15 12:29:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA19162 for bugs-outgoing; Tue, 15 Jul 1997 12:29:17 -0700 (PDT) Received: from ns1.netcologne.de (ns1.netcologne.de [194.8.194.70]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id MAA19046; Tue, 15 Jul 1997 12:28:46 -0700 (PDT) Received: from janus by ns1.netcologne.de (8.6.12/NetCologne/marvin/netsafe-a0020) id ; Tue, 15 Jul 1997 22:25:04 +0200 with ESMTP X-Ncc-Regid: de.netcologne Message-ID: <33CBCF59.6944D32C@netcologne.de> Date: Tue, 15 Jul 1997 21:28:25 +0200 From: Richard Cochius Reply-To: richard.cochius@netcologne.de Organization: Media Connect Cologne X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: "\"'freebsd-bugs@freebsd.org'\"" , "freebsd-chat@FreeBSD.ORG" , "freebsd-current@FreeBSD.ORG" , "freebsd-multimedia@FreeBSD.ORG" , "freebsd-questions@FreeBSD.ORG" , "hackers@FreeBSD.ORG" , "owner-hackers@FreeBSD.ORG" , "questions@FreeBSD.ORG" Subject: unsubscribe X-Priority: 3 (Normal) Content-Type: multipart/mixed; boundary="------------A49C1ABE0E75DBD5710EBE03" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. --------------A49C1ABE0E75DBD5710EBE03 Content-Type: text/plain; charset=us-ascii Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit unsubscribe --------------A49C1ABE0E75DBD5710EBE03 Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Richard Cochius Content-Disposition: attachment; filename="vcard.vcf" begin: vcard fn: Richard Cochius n: Cochius;Richard org: Media Connect Cologne adr: ;;;;;; email;internet: richard.cochius@netcologne.de tel;work: tel;fax: tel;home: x-mozilla-cpt: ;0 x-mozilla-html: FALSE end: vcard --------------A49C1ABE0E75DBD5710EBE03-- From owner-freebsd-bugs Tue Jul 15 13:38:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA22895 for bugs-outgoing; Tue, 15 Jul 1997 13:38:39 -0700 (PDT) Received: from ell.ee.lbl.gov (ell.ee.lbl.gov [131.243.1.20]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA22889 for ; Tue, 15 Jul 1997 13:38:36 -0700 (PDT) Received: by ell.ee.lbl.gov (8.8.6/8.8.5) id NAA20932; Tue, 15 Jul 1997 13:38:35 -0700 (PDT) Message-Id: <199707152038.NAA20932@ell.ee.lbl.gov> To: bugs@freebsd.org Cc: jef@ee.lbl.gov (Jef Poskanzer) Subject: ep(4) needs a little updating Date: Tue, 15 Jul 97 13:38:34 PDT From: Craig Leres Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I noticed that the ep(4) man page doesn't match the actual code with respect to the way the link flags select the media. It says: The default port to use is the BNC. To choose an alternate port, use the following flag combinations with ifconfig(8) or in your /etc/hostname.ep? file. -link0 Use the BNC port (default). link0 -link1 Use the AUI port. link0 link1 Use the UTP port. However the driver (isa/if_ep.c) says: * Now behavior was slightly changed: * * if any of flags link[0-2] is used and its connector is * physically present the following connectors are used: * * link0 - AUI * highest precedence * link1 - BNC * link2 - UTP * lowest precedence * * If none of them is specified then * connector specified in the EEPROM is used * (if present on card or AUI if not). which is not exactly the same thing. I find that to use UTP, I have to specify link2. As long as we're at it, the following diagnostics do not seem to exist anymore: ep0: reset (status: %x) the driver has encountered a FIFO underrun or overrun. The driver will reset the card and the packet will be lost. This is not fatal. ep0: 3c509 in test mode. Erase pencil mark! This means that someone has scribbled with pencil in the test area on the card. Erase the pencil mark and reboot. (This is not a joke). Craig From owner-freebsd-bugs Tue Jul 15 13:40:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA23064 for bugs-outgoing; Tue, 15 Jul 1997 13:40:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA23027; Tue, 15 Jul 1997 13:40:02 -0700 (PDT) Date: Tue, 15 Jul 1997 13:40:02 -0700 (PDT) Message-Id: <199707152040.NAA23027@hub.freebsd.org> To: freebsd-bugs Cc: From: Tim Vanderhoek Subject: Re: misc/4028 : GNATS auto-magically re-opened14prs Reply-To: Tim Vanderhoek Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/4028; it has been noted by GNATS. From: Tim Vanderhoek To: Bill Fenner Cc: hoek@hwcn.org, freebsd-gnats-submit@freebsd.org Subject: Re: misc/4028 : GNATS auto-magically re-opened14prs Date: Tue, 15 Jul 1997 16:40:08 -0400 (EDT) On Tue, 15 Jul 1997, Bill Fenner wrote: > Tim Vanderhoek wrote: > >Specifically, bugs which were closed became silently open. > > Are you sure they were closed? Or did they just not appear in the > bug summary because they were marked as confidential? Ok, if they were marked confidential, then this is one of the things that would have had to have happened. 1) Bug report gets sent using send-pr. Confidential is set to "no". 2) Bug report arrives and gets stuck in queue that resulted from hub-freefall split. 3) gnats handles pr. Two things happen. a) pr gets duplicated b) Confidential on one of the duplicates gets set to "yes" and stays "no" on the other duplicate. I'm using gnu/3433 as an example here. For some of the others, gnats would have had to change Confidential to "yes" on both duplicates. Still others may have slight variations, but this is what would have _had_ to have happened. Further, Mike Pritchard (gnats-meister at the time) was aware that pr's got duplicated. I would imagine he was looking for related possible problems and would have seen such a strange anamoly. I'm not sure if this is more or less plausible than suggesting that gnats arbitrarily removed their audit-trail. Third suggestions are welcome, but ultimately, I'm not sure how much it matters how it happened. My original hope had been that they could be (fairly) easily pieced back together again, but without some other suggestion, I'm not sure that's possible, meaning it may be easier just to let the things sit and wait to be looked at again individually. > >The list of prs affected I constructed by comparing a known good > >pr-list posted to freebsd-bugs with the current list on > >www.freebsd.org. > > Was there a previous pr-list with the bugs open? No. There is about a 5 day gap during which they had to be closed in order not to get listed on the pr-list posted May 5 (unless the arrival-date shown on the prs is way off). -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk From owner-freebsd-bugs Thu Jul 17 20:00:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA23018 for bugs-outgoing; Thu, 17 Jul 1997 20:00:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA23001; Thu, 17 Jul 1997 20:00:02 -0700 (PDT) Resent-Date: Thu, 17 Jul 1997 20:00:02 -0700 (PDT) Resent-Message-Id: <199707180300.UAA23001@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Craig Leres Received: from hot.ee.lbl.gov (hot.ee.lbl.gov [131.243.1.42]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA22826 for ; Thu, 17 Jul 1997 19:57:12 -0700 (PDT) Received: by hot.ee.lbl.gov (8.8.6/1.43r) id TAA17361; Thu, 17 Jul 1997 19:57:11 -0700 (PDT) Message-Id: <199707180257.TAA17361@hot.ee.lbl.gov> Date: Thu, 17 Jul 1997 19:57:11 PDT From: Craig Leres To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: kern/4112: Re: PPSCLOCK kernel diffs Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4112 >Category: kern >Synopsis: PPSCLOCK kernel diffs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 17 20:00:01 PDT 1997 >Last-Modified: >Originator: Craig Leres >Organization: Lawrence Berkeley National Laboratory >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: Appended are context diffs to the 2.2.2-RELEASE kernel that add the PPSCLOCK option. Although the system already has the ability to capture DCD timestamps, the existing code suffers from several problems. First, the timestamp is not taken as soon as possible; measurements show that 2-3 microseconds are lost on a really fast system like a 200 MHz pentium pro. 2nd, the lack of a event serial number makes it impossible to detect extra or missing pulses. In addition to the standard PPSCLOCK functionality provided by the original LBL ppsclock package, the new code included in this patch gives the user the ability to capture on the leading or trailing edge. The current layout has a new include file, sys/ppsclock.h. It might be a better idea to move the contents of this file into sys/ttycom.h and rename the two new ioctls so they fit in with the other TIO* ioctls. >How-To-Repeat: >Fix: ------ i386/isa/sio.c diffs RCS file: RCS/sio.c,v retrieving revision 1.1 diff -c -r1.1 sio.c *** /tmp/,RCSt1005653 Thu Jul 17 18:54:38 1997 --- sio.c Fri Jul 11 22:30:05 1997 *************** *** 64,69 **** --- 64,72 ---- #ifdef DEVFS #include #endif + #ifdef PPSCLOCK + #include + #endif #include *************** *** 245,252 **** --- 248,262 ---- bool_t do_timestamp; bool_t do_dcd_timestamp; + #ifdef PPSCLOCK + bool_t do_pps_timestamp; + bool_t pps_tet; /* trailing edge trigger */ + #endif struct timeval timestamp; struct timeval dcd_timestamp; + #ifdef PPSCLOCK + struct ppsclockev ppsclock; + #endif u_long bytes_in; /* statistics */ u_long bytes_out; *************** *** 1298,1303 **** --- 1308,1317 ---- com->poll_output = FALSE; com->do_timestamp = FALSE; com->do_dcd_timestamp = FALSE; + #ifdef PPSCLOCK + com->do_pps_timestamp = FALSE; + com->pps_tet = FALSE; + #endif outb(iobase + com_cfcr, com->cfcr_image &= ~CFCR_SBREAK); { outb(iobase + com_ier, 0); *************** *** 1468,1473 **** --- 1482,1505 ---- u_char recv_data; while (TRUE) { + #ifdef PPSCLOCK + /* + * Check the modem status now so we get a better + * timestamp (On a 200 MHZ Pentium Pro this makes + * a difference of about 2 or 3 microseconds...) + * + * If data carrier detect changed and it was the + * one we are waiting for (either leading or trailing + * edge) then grab the timestamp. + */ + modem_status = inb(com->modem_status_port); + if (com->do_pps_timestamp && + ((modem_status ^ com->last_modem_status) & MSR_DCD) != 0 && + com->pps_tet ^ ((modem_status & MSR_DCD) != 0)) { + microtime(&com->ppsclock.tv); + ++com->ppsclock.serial; + } + #endif line_status = inb(com->line_status_port); #if NCRD > 0 *************** *** 1559,1565 **** --- 1591,1600 ---- } /* modem status change? (always check before doing output) */ + #ifndef PPSCLOCK + /* If PPSCLOCK, we already did this */ modem_status = inb(com->modem_status_port); + #endif if (modem_status != com->last_modem_status) { if (com->do_dcd_timestamp && !(com->last_modem_status & MSR_DCD) *************** *** 1813,1818 **** --- 1848,1864 ---- com->do_dcd_timestamp = TRUE; *(struct timeval *)data = com->dcd_timestamp; break; + #ifdef PPSCLOCK + case CIOGETEV: + com->do_pps_timestamp = TRUE; + *(struct ppsclockev *)data = com->ppsclock; + break; + + case CIOSETTET: + com->pps_tet = *(int *)data; + break; + #endif + default: splx(s); return (ENOTTY); ------ sys/ppsclock.h /* @(#) $Header: ppsclock.h,v 1.2 97/07/11 22:29:42 leres Exp $ (LBL) */ /* * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66. * * Copyright (c) 1997 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of * California, Lawrence Berkeley Laboratory. * 4. The name of the University may not be used to endorse or promote * products derived from this software without specific prior * written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ struct ppsclockev { struct timeval tv; u_int serial; }; #if defined(__STDC__) #define CIOGETEV _IOR('t', 244, struct ppsclockev) /* get last pps event * / #define CIOSETTET _IOW('t', 245, int) /* trailing edge trig * / #else #define CIOGETEV _IOR(t, 244, struct ppsclockev) /* get last pps event * / #define CIOSETTET _IOW(t, 245, int) /* trailing edge trig * / #endif ------- End of Forwarded Message >Audit-Trail: >Unformatted: ------- Forwarded Message Date: Thu, 17 Jul 1997 18:57:25 -0700 (PDT) From: leres@ee.lbl.gov (Craig Leres) Subject: PPSCLOCK kernel diffs To: FreeBSD-gnats-submit@freebsd.org Cc: leres@ee.lbl.gov Reply-To: leres@ee.lbl.gov X-send-pr-version: 3.2 From owner-freebsd-bugs Thu Jul 17 20:00:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA23031 for bugs-outgoing; Thu, 17 Jul 1997 20:00:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA23016; Thu, 17 Jul 1997 20:00:04 -0700 (PDT) Resent-Date: Thu, 17 Jul 1997 20:00:04 -0700 (PDT) Resent-Message-Id: <199707180300.UAA23016@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Craig Leres Received: from hot.ee.lbl.gov (hot.ee.lbl.gov [131.243.1.42]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA22847 for ; Thu, 17 Jul 1997 19:57:30 -0700 (PDT) Received: by hot.ee.lbl.gov (8.8.6/1.43r) id TAA17366; Thu, 17 Jul 1997 19:57:29 -0700 (PDT) Message-Id: <199707180257.TAA17366@hot.ee.lbl.gov> Date: Thu, 17 Jul 1997 19:57:29 PDT From: Craig Leres To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: kern/4113: Re: Processes shouldn't get SIGIO when the tty is set to CLOCAL Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4113 >Category: kern >Synopsis: Processes shouldn't get SIGIO when the tty is set to CLOCAL >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 17 20:00:02 PDT 1997 >Last-Modified: >Originator: Craig Leres >Organization: Lawrence Berkeley National Laboratory >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: When running the current release of xntp (3-5.90), xntpd syslogs repeated errors: Jul 17 12:29:24 meg xntpd[1714]: synchronized to GPS_JUPITER(0), st ratum=0 Jul 17 12:29:25 meg xntpd[1714]: input_handler: select() returned 0 Jul 17 12:29:56 meg last message repeated 31 times Jul 17 12:31:57 meg last message repeated 121 times Jul 17 12:41:58 meg last message repeated 601 times Jul 17 12:51:59 meg last message repeated 601 times Jul 17 13:02:00 meg last message repeated 601 times Jul 17 13:12:01 meg last message repeated 601 times Jul 17 13:22:02 meg last message repeated 601 times Jul 17 13:32:03 meg last message repeated 601 times Jul 17 13:42:04 meg last message repeated 601 times These are due to the DCD line being toggled once per second. >How-To-Repeat: Run the lastest xntpd with a refernece clock that uses the DCD line to import the PPS signal; watch the syslog. >Fix: The appended patch to kern/tty.c cures the problem. RCS file: RCS/tty.c,v retrieving revision 1.1 diff -c -r1.1 tty.c *** /tmp/,RCSt1005870 Thu Jul 17 19:49:16 1997 --- tty.c Thu Jul 17 19:17:05 1997 *************** *** 1377,1383 **** if (!ISSET(tp->t_state, TS_ZOMBIE)) SET(tp->t_state, TS_CONNECTED); wakeup(TSA_CARR_ON(tp)); ! ttwakeup(tp); ttwwakeup(tp); } return (1); --- 1377,1392 ---- if (!ISSET(tp->t_state, TS_ZOMBIE)) SET(tp->t_state, TS_CONNECTED); wakeup(TSA_CARR_ON(tp)); ! /* Don't generate SIGIO's for DCD if CLOCAL */ ! if (ISSET(tp->t_cflag, CLOCAL)) { ! register int t_state; ! ! t_state = tp->t_state; ! CLR(tp->t_state, TS_ASYNC); ! ttwakeup(tp); ! tp->t_state = t_state; ! } else ! ttwakeup(tp); ttwwakeup(tp); } return (1); ------- End of Forwarded Message >Audit-Trail: >Unformatted: ------- Forwarded Message Date: Thu, 17 Jul 1997 19:52:48 -0700 (PDT) From: leres@ee.lbl.gov (Craig Leres) Subject: Processes shouldn't get SIGIO when the tty is set to CLOCAL To: FreeBSD-gnats-submit@freebsd.org Cc: leres@ee.lbl.gov, mills@udel.edu (Dave Mills) Reply-To: leres@ee.lbl.gov X-send-pr-version: 3.2 From owner-freebsd-bugs Thu Jul 17 20:20:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA23822 for bugs-outgoing; Thu, 17 Jul 1997 20:20:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA23807; Thu, 17 Jul 1997 20:20:03 -0700 (PDT) Resent-Date: Thu, 17 Jul 1997 20:20:03 -0700 (PDT) Resent-Message-Id: <199707180320.UAA23807@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, leres@ee.lbl.gov Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [131.243.1.81]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA23644 for ; Thu, 17 Jul 1997 20:15:32 -0700 (PDT) Received: by fun.ee.lbl.gov (8.8.6/8.8.5) id TAA05923; Thu, 17 Jul 1997 19:52:48 -0700 (PDT) Message-Id: <199707180252.TAA05923@fun.ee.lbl.gov> Date: Thu, 17 Jul 1997 19:52:48 -0700 (PDT) From: leres@ee.lbl.gov (Craig Leres) Reply-To: leres@ee.lbl.gov To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: leres@ee.lbl.gov, mills@udel.edu (Dave Mills) X-Send-Pr-Version: 3.2 Subject: kern/4114: Processes shouldn't get SIGIO when the tty is set to CLOCAL Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4114 >Category: kern >Synopsis: Processes shouldn't get SIGIO when the tty is set to CLOCAL >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 17 20:20:02 PDT 1997 >Last-Modified: >Originator: Craig Leres >Organization: Lawrence Berkeley National Laboratory >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: When running the current release of xntp (3-5.90), xntpd syslogs repeated errors: Jul 17 12:29:24 meg xntpd[1714]: synchronized to GPS_JUPITER(0), stratum=0 Jul 17 12:29:25 meg xntpd[1714]: input_handler: select() returned 0 Jul 17 12:29:56 meg last message repeated 31 times Jul 17 12:31:57 meg last message repeated 121 times Jul 17 12:41:58 meg last message repeated 601 times Jul 17 12:51:59 meg last message repeated 601 times Jul 17 13:02:00 meg last message repeated 601 times Jul 17 13:12:01 meg last message repeated 601 times Jul 17 13:22:02 meg last message repeated 601 times Jul 17 13:32:03 meg last message repeated 601 times Jul 17 13:42:04 meg last message repeated 601 times These are due to the DCD line being toggled once per second. >How-To-Repeat: Run the lastest xntpd with a refernece clock that uses the DCD line to import the PPS signal; watch the syslog. >Fix: The appended patch to kern/tty.c cures the problem. RCS file: RCS/tty.c,v retrieving revision 1.1 diff -c -r1.1 tty.c *** /tmp/,RCSt1005870 Thu Jul 17 19:49:16 1997 --- tty.c Thu Jul 17 19:17:05 1997 *************** *** 1377,1383 **** if (!ISSET(tp->t_state, TS_ZOMBIE)) SET(tp->t_state, TS_CONNECTED); wakeup(TSA_CARR_ON(tp)); ! ttwakeup(tp); ttwwakeup(tp); } return (1); --- 1377,1392 ---- if (!ISSET(tp->t_state, TS_ZOMBIE)) SET(tp->t_state, TS_CONNECTED); wakeup(TSA_CARR_ON(tp)); ! /* Don't generate SIGIO's for DCD if CLOCAL */ ! if (ISSET(tp->t_cflag, CLOCAL)) { ! register int t_state; ! ! t_state = tp->t_state; ! CLR(tp->t_state, TS_ASYNC); ! ttwakeup(tp); ! tp->t_state = t_state; ! } else ! ttwakeup(tp); ttwwakeup(tp); } return (1); >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jul 17 21:10:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA26098 for bugs-outgoing; Thu, 17 Jul 1997 21:10:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA26092; Thu, 17 Jul 1997 21:10:03 -0700 (PDT) Resent-Date: Thu, 17 Jul 1997 21:10:03 -0700 (PDT) Resent-Message-Id: <199707180410.VAA26092@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, gene@starkhome.cs.sunysb.edu Received: from bsd7.cs.sunysb.edu (bsd7.cs.sunysb.edu [130.245.1.197]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA25928 for ; Thu, 17 Jul 1997 21:06:11 -0700 (PDT) Received: (from uucp@localhost) by bsd7.cs.sunysb.edu (8.8.5/8.8.5) with UUCP id AAA29737 for FreeBSD-gnats-submit@freebsd.org; Fri, 18 Jul 1997 00:06:09 -0400 (EDT) Received: (from gene@localhost) by starkhome.cs.sunysb.edu (8.8.5/8.8.5) id XAA09260; Thu, 17 Jul 1997 23:32:12 -0400 (EDT) Message-Id: <199707180332.XAA09260@starkhome.cs.sunysb.edu> Date: Thu, 17 Jul 1997 23:32:12 -0400 (EDT) From: Gene Stark Reply-To: gene@starkhome.cs.sunysb.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/4115: SunOS NFS file has wrong owner if creator has EUID = 65534 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4115 >Category: kern >Synopsis: SunOS NFS file has wrong owner if creator has EUID = 65534 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 17 21:10:02 PDT 1997 >Last-Modified: >Originator: Gene Stark >Organization: SUNY at Stony Brook CS Dept. >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: FreeBSD machine with NFS mounted volumes being served by Sparc IPX's running SunOS 4.1.3. >Description: When a program that is running setuid to "nobody" (UID 65534) creates a file on an NFS mounted volume being served by a Sparc IPX running SunOS 4.1.3, the file comes out being owned by a bizarre user ID: -rwxr-xr-x 1 4294967 daemon 0 Jul 17 23:16 foo >How-To-Repeat: Compile the following program, chown to nobody (UID 65534), chmod 4711, then run it, specifying as argument a path on the NFS mounted volume. Observe that a file with a bogus UID is created. If a path is specified on the local FreeBSD machine, everything is normal. #include #include main(int argc, char *argv[]) { printf("UID: %ld, EUID: %ld\n", getuid(), geteuid()); creat(argv[1], 0777); } >Fix: Unknown. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jul 17 22:13:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA29515 for bugs-outgoing; Thu, 17 Jul 1997 22:13:26 -0700 (PDT) Received: from inetfw.sonycsl.co.jp (inetfw.sonycsl.co.jp [203.137.129.4]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA29377 for ; Thu, 17 Jul 1997 22:11:50 -0700 (PDT) Received: from hotaka.csl.sony.co.jp (hotaka.csl.sony.co.jp [43.27.98.57]) by inetfw.sonycsl.co.jp (8.8.5/3.5W) with ESMTP id OAA21659 for ; Fri, 18 Jul 1997 14:11:47 +0900 (JST) Received: from itojun.csl.sony.co.jp (root@itojun.csl.sony.co.jp [43.27.98.134]) by hotaka.csl.sony.co.jp (8.8.4/3.3W3) with ESMTP id OAA14404 for ; Fri, 18 Jul 1997 14:10:16 +0900 (JST) Received: (from itojun@localhost) by itojun.csl.sony.co.jp (8.8.5/3.3W3) id NAA17764; Fri, 18 Jul 1997 13:57:41 +0900 (JST) Date: Fri, 18 Jul 1997 13:57:41 +0900 (JST) Message-Id: <199707180457.NAA17764@itojun.csl.sony.co.jp> To: bugs@freebsd.org Subject: net/if_spppsubr.c: can't talk with cisco via HDLC From: itojun@itojun.org Reply-To: itojun@itojun.org cc: ishii@csl.sony.co.jp, rt-bone@wide.ad.jp X-send-pr-version: 3.2 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Submitter-Id: itojun >Originator: Jun-ichiro ITOH >Organization: itojun.org >Confidential: no >Synopsis: net/if_spppsubr.c broken (can't talk with cisco via HDLC) >Severity: serious >Priority: high >Category: net >Class: sw-bug >Release: FreeBSD-current >Environment: latest source on cvs repository has this bug too. >Description: FreeBSD box + riscomN2pci can't talk to cisco by using CISCO HDLC IP encapsulation. credit goes to ishii@csl.sony.co.jp (Kimio Ishii). >How-To-Repeat: try to talk with cisco, by CISCO HDLC. >Fix: apply this patch. (it is based on slightly modified source, but it should be trivial) if there's no objection, I can commit it myself. --- if_spppsubr.c-dist Fri Jul 18 13:29:11 1997 +++ if_spppsubr.c Fri Jul 18 13:32:37 1997 @@ -920,7 +920,7 @@ struct ifaddr *ifa; struct ifnet *ifp = &sp->pp_if; - if (m->m_pkthdr.len != CISCO_PACKET_LEN) { + if (m->m_pkthdr.len < CISCO_PACKET_LEN) { if (ifp->if_flags & IFF_DEBUG) printf ("%s%d: invalid cisco packet length: %d bytes\n", ifp->if_name, ifp->if_unit, m->m_pkthdr.len); From owner-freebsd-bugs Fri Jul 18 11:40:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA08959 for bugs-outgoing; Fri, 18 Jul 1997 11:40:15 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA08918; Fri, 18 Jul 1997 11:40:06 -0700 (PDT) Resent-Date: Fri, 18 Jul 1997 11:40:06 -0700 (PDT) Resent-Message-Id: <199707181840.LAA08918@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, traister@mojozone.org Received: from manta.mojozone.org (root@dfbfl1-6.gate.net [198.206.135.133]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA08215 for ; Fri, 18 Jul 1997 11:30:02 -0700 (PDT) Received: (from traister@localhost) by manta.mojozone.org (8.8.6/8.8.6) id OAA00561; Fri, 18 Jul 1997 14:29:57 -0400 (EDT) Message-Id: <199707181829.OAA00561@manta.mojozone.org> Date: Fri, 18 Jul 1997 14:29:57 -0400 (EDT) From: Joe Traister Reply-To: traister@mojozone.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/4116: kerberized login as .root fails Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4116 >Category: bin >Synopsis: Kerberized login as .root fails to become root >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 18 11:40:03 PDT 1997 >Last-Modified: >Originator: Joe Traister >Organization: None >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: Kerberos installed, configured and running. >Description: When logging in as .root principle, the login is subjected to the same tty tests as root, allowed to login when /etc/nologin exists, the kerberos ticket file is created as /tmp/tkt_root_, and a root login is syslog'ed, but you don't become root. This is a problem only when LOGIN_CAP is defined during compile. The non-LOGIN_CAP code does everything as the user and then does the final setuid() to 0 if it's a root login, but the LOGIN_CAP code simply does a setusercontext() to the user. This is fixed very simply by including a check for rootlogin and passing setuserconext a 0 uid instead of the user's uid. >How-To-Repeat: login as a .root principle on a kerberized box. >Fix: change if (setusercontext(lc, pwd, pwd->pw_uid, LOGIN_SETALL) != 0 { to if (setusercontext(lc, pwd, rootlogin ? 0 : pwd->pw_uid, LOGIN_SETALL) != 0 { in login.c in the main() function. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Jul 18 12:10:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA10616 for bugs-outgoing; Fri, 18 Jul 1997 12:10:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA10606; Fri, 18 Jul 1997 12:10:03 -0700 (PDT) Resent-Date: Fri, 18 Jul 1997 12:10:03 -0700 (PDT) Resent-Message-Id: <199707181910.MAA10606@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, itojun@itojun.org Received: from coconut.itojun.org (itojun@coconut.itojun.org [133.138.201.163]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA10414 for ; Fri, 18 Jul 1997 12:06:06 -0700 (PDT) Received: (from itojun@localhost) by coconut.itojun.org (8.8.5/3.5Wpl7) id EAA05566; Sat, 19 Jul 1997 04:06:02 +0900 (JST) Message-Id: <199707181906.EAA05566@coconut.itojun.org> Date: Sat, 19 Jul 1997 04:06:02 +0900 (JST) From: Jun-ichiro ITOH Reply-To: itojun@itojun.org To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: itojun@csl.sony.co.jp X-Send-Pr-Version: 3.2 Subject: kern/4117: if_spppsubr.c: problem talking with cisco via cisco hdlc Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4117 >Category: kern >Synopsis: if_spppsubr.c: problem talking with cisco via cisco hdlc >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 18 12:10:03 PDT 1997 >Last-Modified: >Originator: Jun-ichiro ITOH >Organization: Sony CSL Inc., Tokyo, Japan >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: FreeBSD coconut.itojun.org 2.2.1-RELEASE FreeBSD 2.2.1-RELEASE #3: Sun Apr 20 14:28:44 JST 1997 root@coconut.itojun.org:/usr/src/sys/compile/COCONUT i386 the bug still remains in the FreeBSD-current. >Description: (this is a resend. sorry if duplicated) FreeBSD+riscom box can't talk with cisco router via cisco hdlc. >How-To-Repeat: try to connect FreeBSD+riscom with cisco. >Fix: If nobody objects it, i can commit it myself. --- if_spppsubr.c-dist Fri Jul 18 13:29:11 1997 +++ if_spppsubr.c Fri Jul 18 13:32:37 1997 @@ -920,7 +920,7 @@ struct ifaddr *ifa; struct ifnet *ifp = &sp->pp_if; - if (m->m_pkthdr.len != CISCO_PACKET_LEN) { + if (m->m_pkthdr.len < CISCO_PACKET_LEN) { if (ifp->if_flags & IFF_DEBUG) printf ("%s%d: invalid cisco packet length: %d bytes\n", ifp->if_name, ifp->if_unit, m->m_pkthdr.len); >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Jul 18 12:52:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA12803 for bugs-outgoing; Fri, 18 Jul 1997 12:52:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA12754; Fri, 18 Jul 1997 12:51:59 -0700 (PDT) From: Stefan Esser Received: (from se@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA16220; Fri, 18 Jul 1997 12:50:40 -0700 (PDT) Date: Fri, 18 Jul 1997 12:50:40 -0700 (PDT) Message-Id: <199707181950.MAA16220@freefall.freebsd.org> To: sbauer@rock.sdsmt.edu, se@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/4092 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: 82371SB Chipset being configured incorrectly. State-Changed-From-To: open-closed State-Changed-By: se State-Changed-When: Fri Jul 18 12:48:41 PDT 1997 State-Changed-Why: Suggested patch was applied to -current (1.48) and 2.2 (1.40.2.4) versions of pcisupport.c. From owner-freebsd-bugs Sat Jul 19 04:52:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA21850 for bugs-outgoing; Sat, 19 Jul 1997 04:52:11 -0700 (PDT) Received: from Hydro.CAM.ORG (Hydro.CAM.ORG [198.168.100.7]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA21742; Sat, 19 Jul 1997 04:51:51 -0700 (PDT) Received: from 1 (DynamicPPP-193.HIP.CAM.ORG [205.151.119.193]) by Hydro.CAM.ORG (8.8.4/8.8.4) with ESMTP id HAA18548; Sat, 19 Jul 1997 07:51:42 -0400 (EDT) Message-ID: <33D0AA62.56ED3612@coproductions.com> Date: Sat, 19 Jul 1997 07:52:02 -0400 From: Jean-Marc Felio Reply-To: Reply-to-Felio@coproductions.com X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: Ragan Slawomir CC: "\"'freebsd-bugs@freebsd.org'\"" , "freebsd-chat@FreeBSD.ORG" , "freebsd-current@FreeBSD.ORG" , "freebsd-multimedia@FreeBSD.ORG" , "freebsd-questions@FreeBSD.ORG" , "hackers@FreeBSD.ORG" , "owner-hackers@FreeBSD.ORG" , "questions@FreeBSD.ORG" , freebsd-bugs@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, "\"freebsd-chat@FreeBSD.ORG\"" , "\"freebsd-current@FreeBSD.ORG\"" , freebsd-multimedia@FreeBSD.ORG Subject: unsubscribe X-Priority: 3 (Normal) References: <9707171549.ZM21695@liza.trier.fh-rpl.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk unsubscribe From owner-freebsd-bugs Sat Jul 19 05:10:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA22641 for bugs-outgoing; Sat, 19 Jul 1997 05:10:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA22635; Sat, 19 Jul 1997 05:10:02 -0700 (PDT) Resent-Date: Sat, 19 Jul 1997 05:10:02 -0700 (PDT) Resent-Message-Id: <199707191210.FAA22635@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, yugi@inter.net.il Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA22379; Sat, 19 Jul 1997 05:03:33 -0700 (PDT) Message-Id: <199707191203.FAA22379@hub.freebsd.org> Date: Sat, 19 Jul 1997 05:03:33 -0700 (PDT) From: yugi@inter.net.il To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/4119: can't connect to Win NT 4.0 RAS using MS CHAP and CBCP Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4119 >Category: kern >Synopsis: can't connect to Win NT 4.0 RAS using MS CHAP and CBCP >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 19 05:10:01 PDT 1997 >Last-Modified: >Originator: Yuri Gindin >Organization: Xpert UNIX systems >Release: 3.0-current >Environment: FreeBSD moon 3.0-CURRENT FreeBSD 3.0-CURRENT #2: Sat Jun 7 13:56:55 IDT 1997 yugi@moon:/disk2/src/sys/compile/MOON i386 >Description: I need to connect to the NT 4.0 RAS server which authenticates with MS CHAP and uses CBCP. I used the ppp-2.3.1 package on Solaris and Linux with full success Under FreeBSD I can't compile both kernel and pppd on the 3.0-current system using this package (ftp://cs.anu.edu.au/pub/software/ppp) Please upgrade to ppp-2.3.1 >How-To-Repeat: Try to compile ppp-2.3.1 on 3.0-current >Fix: Upgrade kernel and pppd to ppp-2.3.1 >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Jul 19 09:20:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA01439 for bugs-outgoing; Sat, 19 Jul 1997 09:20:08 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA01427; Sat, 19 Jul 1997 09:20:03 -0700 (PDT) Resent-Date: Sat, 19 Jul 1997 09:20:03 -0700 (PDT) Resent-Message-Id: <199707191620.JAA01427@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, gbuchanan@sympatico.ca Received: from localhost.on.sympatico.ca (ppp7999.on.sympatico.ca [206.172.228.199]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA01359 for ; Sat, 19 Jul 1997 09:19:43 -0700 (PDT) Received: (from gardner@localhost) by localhost.on.sympatico.ca (8.8.5/8.6.12) id MAA00341; Sat, 19 Jul 1997 12:19:06 -0400 (EDT) Message-Id: <199707191619.MAA00341@localhost.on.sympatico.ca> Date: Sat, 19 Jul 1997 12:19:06 -0400 (EDT) From: gbuchanan@sympatico.ca Reply-To: gbuchanan@sympatico.ca To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/4120: Partition sysid for extended DOS partition mount. Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4120 >Category: bin >Synopsis: Partition sysid prevents extended DOS partition mount. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 19 09:20:01 PDT 1997 >Last-Modified: >Originator: Gardner Buchanan >Organization: Gardner Buchanan >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: FreeBSD akbar 2.2.2-RELEASE FreeBSD 2.2.2-RELEASE #0: Thu Jul 10 22:41:04 EDT 1997 root@akbar:/usr/src/sys/compile/AKBAR i386 PAO-970616.tar.gz Toshiba 430CDT Laptop computer, Pentium 120, 16Mb, EIDE Disk >Description: Evidently Microsoft has begun using the partition sysid #15 for certain types of DOS extended partitions. joerg_wunsch@uriah.heep.sax.de writes: We also recently noticed that Winlose 95 % started to use Sysid #14. Ain't it fun? They always invent something new. Here is my situation: ----------------------------------------------------------------- # fdisk ******* Working on device /dev/rwd0 ******* parameters extracted from in-core disklabel are: cylinders=658 heads=64 sectors/track=63 (4032 blks/cyl) parameters to be used for BIOS calculations are: cylinders=658 heads=64 sectors/track=63 (4032 blks/cyl) Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 0 is: sysid 6,(Primary 'big' DOS (> 32MB)) start 63, size 822465 (401 Meg), flag 0 beg: cyl 0/ sector 1/ head 1; end: cyl 203/ sector 63/ head 63 The data for partition 1 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 822528, size 1225728 (598 Meg), flag 80 beg: cyl 204/ sector 1/ head 0; end: cyl 507/ sector 63/ head 63 The data for partition 2 is: sysid 15,(unknown) start 2048256, size 604800 (295 Meg), flag 0 beg: cyl 508/ sector 1/ head 0; end: cyl 657/ sector 63/ head 63 The data for partition 3 is: # ls -l /dev/wd0s5 brw-r----- 1 root operator 0, 0x00060002 Jul 13 20:17 /dev/wd0s5 # mount -r -t msdos /dev/wd0s5 /mnt msdos: /dev/wd0s5: Device not configured ----------------------------------------------------------------- This contradicts what the current FreeBSD handbook tells me to expect. Notice that the partition type flag for my extended partition is not recognised by fdisk. Is it maybe not being recognised by the slice code or the msdos filesystem? This partition was created by Win95 OSR2's fdisk. I formatted it as a vanilla FAT16. >How-To-Repeat: This partition was created by Win95 OSR2's fdisk. I formatted it as a vanilla FAT16. >Fix: I used fdisk -u to change the partition ID to 5 (Extended DOS) and rebooted, and all of a sudden I can mount the /dev/wd0s5 okay. Win95 seems happy enough with the partition type set this way, but I do kind of wonder what might go wrong down the road due to this change. Eliminate Microsoft. I will undertake to reasearch the use of partition ID's a bit more and see if I can come up with a work-around which could go into the Handbook and/or FAQ. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Jul 19 09:40:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA02354 for bugs-outgoing; Sat, 19 Jul 1997 09:40:41 -0700 (PDT) Received: from relay.ucb.crimea.ua (root@relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA02315; Sat, 19 Jul 1997 09:40:10 -0700 (PDT) Received: from ferrix.ucb.crimea.ua (ferrix.ucb.crimea.ua [194.93.177.116]) by relay.ucb.crimea.ua (8.8.5/8.8.5) with ESMTP id TAA01120; Sat, 19 Jul 1997 19:32:43 +0300 (EET DST) From: Ruslan Ermilov Received: (from ru@localhost) by ferrix.ucb.crimea.ua (8.8.5/8.8.5) id TAA03422; Sat, 19 Jul 1997 19:41:55 +0300 (EEST) Message-Id: <199707191641.TAA03422@ferrix.ucb.crimea.ua> Subject: Serious TCP bugs in RELENG_2_2 To: questions@FreeBSD.ORG (FreeBSD Questions), bugs@FreeBSD.ORG (FreeBSD Bugs) Date: Sat, 19 Jul 1997 19:41:54 +0300 (EEST) Cc: ru@ucb.crimea.ua (Ruslan Ermilov) Priority: urgent X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi! I think there is a serious TCP bug(s) in RELENG_2_2. TCP input rate is ok (800-900 Kb/sec). TCP output rate is TOO SLOW (approximately 30 Kb/sec). OS: 2.2.1-RELEASE, 2.2.2-RELEASE, 2.2-STABLE kernel (1997/07/19) Ethernets: 3Com 3c579 ("ep") Intel EtherExpress Pro/10 ISA ("ex") Intel EtherExpress 16 ISA ("ix" on 2.2.1, "ie" on 2.2.2 & 2.2-STABLE) NE2000 Compatible Card ("ed") In THE SAME network configuration there is NO problems with 2.1-STABLE (1997/02/26). The cards I've tried with 2.1-STABLE are: 3Com 3c579 and NE2000. Both the input and output rates are approximately 850 Kb/sec. TIA --- Ruslan A. Ermilov System Administrator ru@ucb.crimea.ua United Commercial Bank +380-652-247 647 Simferopol, Crimea From owner-freebsd-bugs Sat Jul 19 11:30:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA06303 for bugs-outgoing; Sat, 19 Jul 1997 11:30:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA06294; Sat, 19 Jul 1997 11:30:01 -0700 (PDT) Resent-Date: Sat, 19 Jul 1997 11:30:01 -0700 (PDT) Resent-Message-Id: <199707191830.LAA06294@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, joes@spiritone.com Received: from ridge.spiritone.com (ridge.spiritone.com [205.139.108.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA06043 for ; Sat, 19 Jul 1997 11:23:50 -0700 (PDT) Received: from joes.users.spiritone.com (joes.users.spiritone.com [205.139.111.224]) by ridge.spiritone.com (8.8.6/8.8.6) with ESMTP id LAA09599 for ; Sat, 19 Jul 1997 11:23:18 -0700 (PDT) Received: (from joes@localhost) by joes.users.spiritone.com (8.8.6/8.8.6) id LAA00510; Sat, 19 Jul 1997 11:23:08 -0700 (PDT) Message-Id: <199707191823.LAA00510@joes.users.spiritone.com> Date: Sat, 19 Jul 1997 11:23:08 -0700 (PDT) From: Joseph Stein Reply-To: joes@spiritone.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/4122: syslogd has undesired effect when logging to a program Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4122 >Category: bin >Synopsis: behaviour of src/usr.sbin/syslogd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 19 11:30:01 PDT 1997 >Last-Modified: >Originator: Joseph Stein >Organization: >Release: FreeBSD 2.2-STABLE i386 >Environment: This pr is based on a syslog.conf file that contains the following line: *.warning |/usr/local/bin/qpage -p joes qpage is the QuickPage daemon, which compiles more-or-less out of the box on FreeBSD. (Read freebsd-questions (I think)) for the location. >Description: The default behaviour of syslogd is to keep pipes open until no longer needed (I believe, based on man pages and experience). This can be undesired if you wish to have any types of syslog messages transmitted to an alphanumeric pager, because it can take a long time (in one case here, about twelve hours) for the pipe to be closed, and therefore the page to be sent. (in this case). I poked around in the source for syslogd and think I have come to a compatible change, that closes the pipe after each log entry is written. I realize that this is an inefficient use of system resources; but it was the easiest way to achieve my desired result. >How-To-Repeat: Setup a logging definition to log to a pipe. >Fix: Index: src/usr.sbin/syslogd/syslogd.c =================================================================== RCS file: /usr/cvs/src/usr.sbin/syslogd/syslogd.c,v retrieving revision 1.12.2.6 diff -r1.12.2.6 syslogd.c 772a773,777 > (void)close(f->f_file); > if (f->f_un.f_pipe.f_pid > 0) > deadq_enter(f->f_un.f_pipe.f_pid); > f->f_un.f_pipe.f_pid = 0; >Audit-Trail: >Unformatted: