From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 22 00:03:09 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA10337B401; Sun, 22 Jun 2003 00:03:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5937C43F85; Sun, 22 Jun 2003 00:03:09 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Received: from freefall.freebsd.org (jmg@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5M739Up054002; Sun, 22 Jun 2003 00:03:09 -0700 (PDT) (envelope-from jmg@freefall.freebsd.org) Received: (from jmg@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5M739KH053998; Sun, 22 Jun 2003 00:03:09 -0700 (PDT) Date: Sun, 22 Jun 2003 00:03:09 -0700 (PDT) From: John-Mark Gurney Message-Id: <200306220703.h5M739KH053998@freefall.freebsd.org> To: mkamm@gmx.net, jmg@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/25017: cp -pRP does not preserve symlink ownership X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 07:03:10 -0000 Synopsis: cp -pRP does not preserve symlink ownership State-Changed-From-To: open->closed State-Changed-By: jmg State-Changed-When: Sun Jun 22 00:02:39 PDT 2003 State-Changed-Why: fixed in rev1.41 of src/bin/cp/utils.c http://www.freebsd.org/cgi/query-pr.cgi?pr=25017 From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 22 04:37:09 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82FA837B401; Sun, 22 Jun 2003 04:37:09 -0700 (PDT) Received: from atnsmtp92.24on.cc (ATNSMTP92.24on.cc [213.225.2.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE8743FB1; Sun, 22 Jun 2003 04:37:07 -0700 (PDT) (envelope-from tilman@arved.de) Received: from 21322530218.direct.eti.at ([213.225.30.218]) by atnsmtp92.24on.cc with Microsoft SMTPSVC(5.5.1877.447.44); Sun, 22 Jun 2003 13:37:16 +0200 Received: from sauna.arved.de (sauna.arved.de [192.168.2.4]) h5MBawol033683; Sun, 22 Jun 2003 13:36:58 +0200 (CEST) (envelope-from tilman@arved.de) Received: from sauna.arved.de (sauna.arved.de [127.0.0.1]) by sauna.arved.de (8.12.9/8.12.9) with ESMTP id h5MBawe0034346; Sun, 22 Jun 2003 13:36:58 +0200 (CEST) (envelope-from tilman@sauna.arved.de) Received: by sauna.arved.de (8.12.9/8.12.9/Submit) id h5MBavEN034345; Sun, 22 Jun 2003 13:36:57 +0200 (CEST) From: Tilman Linneweh Organization: FreeBSD.org To: freebsd-gnats-submit@FreeBSD.org, thorsten.greiner@consol.de Date: Sun, 22 Jun 2003 13:36:57 +0200 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306221336.57346.arved@FreeBSD.org> cc: joe@FreeBSD.org cc: FreeBSD-bugs@FreeBSD.org Subject: Re: kern/33004: Patch for USB (uhci) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 11:37:09 -0000 Hi, [ Joe, I am CCing you, since you have done most of the USB stuff in CURRENT ] Today I upgraded my Notebook to 5.1, and this patch is still necessary to get USB working. Relevant parts of dmesg with patch: uhci0: port 0x1c00-0x1c1f irq 11 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered ums0: Cypress Sem Cypress USB Mouse, rev 1.00/4.9c, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. without patch: uhci0: port 0x1c00-0x1c1f irq 11 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhub0: device problem, disabling port 1 Some things changed since Thorsten submitted the patch, so here is a diff relative to CURRENT. Since PCI_COMMAND_STATUS_REG has been removed in CURRENT, I defined it, but probably PCIR_COMMAND should be used, but neither am I a PCI hacker nor did I found any documentation about the purpose of this defines. regards tilman Index: uhci_pci.c =================================================================== RCS file: /home/ncvs/src/sys/dev/usb/uhci_pci.c,v retrieving revision 1.47 diff -u -r1.47 uhci_pci.c --- uhci_pci.c 12 Jun 2003 05:29:15 -0000 1.47 +++ uhci_pci.c 22 Jun 2003 11:17:58 -0000 @@ -138,7 +138,7 @@ static const char *uhci_device_generic = "UHCI (generic) USB controller"; #define PCI_UHCI_BASE_REG 0x20 - +#define PCI_COMMAND_STATUS_REG 0x04 static int uhci_pci_attach(device_t self); static int uhci_pci_detach(device_t self); @@ -164,8 +164,13 @@ uhci_pci_resume(device_t self) { uhci_softc_t *sc = device_get_softc(self); + u_int32_t csr; uhci_power(PWR_RESUME, sc); + /* Enable the device. */ + csr = pci_read_config(self, PCI_COMMAND_STATUS_REG, 4); + pci_write_config(self, PCI_COMMAND_STATUS_REG, + csr | PCIM_CMD_BUSMASTEREN, 4); bus_generic_resume(self); return 0; @@ -244,6 +249,7 @@ uhci_softc_t *sc = device_get_softc(self); int rid; int err; + u_int32_t csr; pci_enable_busmaster(self); @@ -304,6 +310,11 @@ sc->sc_bus.usbrev = USBREV_UNKNOWN; break; } + + /* Enable the device. */ + csr = pci_read_config(self, PCI_COMMAND_STATUS_REG, 4); + pci_write_config(self, PCI_COMMAND_STATUS_REG, + csr | PCIM_CMD_BUSMASTEREN, 4); err = bus_setup_intr(self, sc->irq_res, INTR_TYPE_BIO, (driver_intr_t *) uhci_intr, sc, &sc->ih); From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 22 10:56:19 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0584937B401; Sun, 22 Jun 2003 10:56:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93E2143FA3; Sun, 22 Jun 2003 10:56:18 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5MHuIUp015581; Sun, 22 Jun 2003 10:56:18 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5MHuI37015577; Sun, 22 Jun 2003 10:56:18 -0700 (PDT) Date: Sun, 22 Jun 2003 10:56:18 -0700 (PDT) From: Maxim Konovalov Message-Id: <200306221756.h5MHuI37015577@freefall.freebsd.org> To: maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, kan@FreeBSD.org Subject: Re: bin/42397: dlclose for a module loaded with RTLD_GLOBAL can access freed memory and crash X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 17:56:19 -0000 Synopsis: dlclose for a module loaded with RTLD_GLOBAL can access freed memory and crash Responsible-Changed-From-To: freebsd-bugs->kan Responsible-Changed-By: maxim Responsible-Changed-When: Sun Jun 22 10:53:37 PDT 2003 Responsible-Changed-Why: Alexander, supposedly the bug was fixed in rev. 1.72 src/libexec/rtld-elf/rtld.c. Could you please confirm that? http://www.freebsd.org/cgi/query-pr.cgi?pr=42397 From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 22 14:10:15 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DE0937B401 for ; Sun, 22 Jun 2003 14:10:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E1443FCB for ; Sun, 22 Jun 2003 14:10:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5MLAEUp040953 for ; Sun, 22 Jun 2003 14:10:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5MLAEfK040952; Sun, 22 Jun 2003 14:10:14 -0700 (PDT) Date: Sun, 22 Jun 2003 14:10:14 -0700 (PDT) Message-Id: <200306222110.h5MLAEfK040952@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Pawel Malachowski" Subject: Re: kern/42030: panic when zebra works on detaching tun interface X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pawel Malachowski List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 21:10:15 -0000 The following reply was made to PR kern/42030; it has been noted by GNATS. From: "Pawel Malachowski" To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/42030: panic when zebra works on detaching tun interface Date: Sun, 22 Jun 2003 23:02:58 +0200 This bug is still present in fresh 4.8-STABLE. Kernel is GENERIC with IPFILTER and debug symbols added: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x4 fault code = supervisor read, page not present instruction pointer = 0x8:0xc0285d75 stack pointer = 0x10:0xd56bbd1c frame pointer = 0x10:0xd56bbd28 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 480 (zebra) interrupt mask = trap number = 12 panic: page fault syncing disks... 41 36 32 28 24 21 18 14 12 8 7 4 3 1 done Uptime: 26m28s dumping to dev #ad/0x30001, offset 1573024 dump ata0: resetting devices .. done 255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 129 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 --- #0 dumpsys () at ../../kern/kern_shutdown.c:487 487 if (dumping++) { (kgdb) bt #0 dumpsys () at ../../kern/kern_shutdown.c:487 #1 0xc0234db7 in boot (howto=256) at ../../kern/kern_shutdown.c:316 #2 0xc02351dc in poweroff_wait (junk=0xc042b00c, howto=-1069372657) at ../../kern/kern_shutdown.c:595 #3 0xc03a876e in trap_fatal (frame=0xd56bbcdc, eva=4) at ../../i386/i386/trap.c:974 #4 0xc03a8441 in trap_pfault (frame=0xd56bbcdc, usermode=0, eva=4) at ../../i386/i386/trap.c:867 #5 0xc03a7fff in trap (frame={tf_fs = -714407920, tf_es = -955777008, tf_ds = -955187184, tf_edi = -955124992, tf_esi = -955741136, tf_ebp = -714359512, tf_isp = -714359544, tf_ebx = 0, tf_edx = -955124992, tf_ecx = 1, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1071096459, tf_cs = 8, tf_eflags = 66118, tf_esp = -714359400, tf_ss = -956732672}) at ../../i386/i386/trap.c:466 #6 0xc0285d75 in arp_rtrequest (req=1, rt=0xc711f300, info=0xd56bbd98) at ../../netinet/if_ether.c:186 #7 0xc02837d6 in rtrequest1 (req=1, info=0xd56bbd98, ret_nrt=0xd56bbd94) at ../../net/route.c:750 #8 0xc0284219 in route_output (m=0xc0eddf00, so=0xd2983ec0) at ../../net/rtsock.c:341 #9 0xc0282c5a in raw_usend (so=0xd2983ec0, flags=0, m=0xc0eddf00, nam=0x0, control=0x0, p=0xd569c440) at ../../net/raw_usrreq.c:258 #10 0xc0283fb0 in rts_send (so=0xd2983ec0, flags=0, m=0xc0eddf00, nam=0x0, control=0x0, p=0xd569c440) at ../../net/rtsock.c:236 #11 0xc0253d3b in sosend (so=0xd2983ec0, addr=0x0, uio=0xd56bbed4, top=0xc0eddf00, control=0x0, flags=0, p=0xd569c440) at ../../kern/uipc_socket.c:609 #12 0xc024740c in soo_write (fp=0xc70fc880, uio=0xd56bbed4, cred=0xc6feb300, flags=0, p=0xd569c440) at ../../kern/sys_socket.c:81 #13 0xc0243f31 in dofilewrite (p=0xd569c440, fp=0xc70fc880, fd=6, buf=0xbfbff210, nbyte=128, offset=-1, flags=0) at ../../sys/file.h:163 #14 0xc0243dea in write (p=0xd569c440, uap=0xd56bbf80) at ../../kern/sys_generic.c:329 #15 0xc03a8a1d in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 128, tf_esi = 134749996, tf_ebp = -1077939048, tf_isp = -714358828, tf_ebx = 16, tf_edx = 128, tf_ecx = 0, tf_eax = 4, tf_trapno = 7, tf_err = 2, tf_eip = 672812008, tf_cs = 31, tf_eflags = 643, tf_esp = -1077939748, tf_ss = 47}) at ../../i386/i386/trap.c:1175 #16 0xc03998d5 in Xint0x80_syscall () #17 0x80650c5 in ?? () #18 0x8065111 in ?? () #19 0x804f5e6 in ?? () #20 0x804f802 in ?? () #21 0x804fae2 in ?? () #22 0x804af2d in ?? () #23 0x804b821 in ?? () #24 0x805f5a6 in ?? () #25 0x804c395 in ?? () #26 0x80499b5 in ?? () (kgdb) up 6 #6 0xc0285d75 in arp_rtrequest (req=1, rt=0xc711f300, info=0xd56bbd98) at ../../netinet/if_ether.c:186 186 if ((rt->rt_flags & RTF_HOST) == 0 && (kgdb) list 181 /* 182 * XXX: If this is a manually added route to interface 183 * such as older version of routed or gated might provide, 184 * restore cloning bit. 185 */ 186 if ((rt->rt_flags & RTF_HOST) == 0 && 187 SIN(rt_mask(rt))->sin_addr.s_addr != 0xffffffff) 188 rt->rt_flags |= RTF_CLONING; 189 if (rt->rt_flags & RTF_CLONING) { 190 /* (kgdb) print rt $1 = (struct rtentry *) 0xc711f300 (kgdb) x rt->rt_flags 0x18001: Cannot access memory at address 0x18001. (kgdb) x rt 0xc711f300: 0x00000000 > >How-To-Repeat: > As above, try to estabilish and disconnect tunnels when Zebra is running on it. > Note: kernel panic happens only sometimes. But when the panic comes, there is always zebra (not ospfd) process as "current process". There's no need to run vtund, I can reproduce it this way: # zebra -d -A 127.0.0.1 # ospfd -d -A 127.0.0.1 # ifconfig tun4 ifconfig: interface tun4 does not exist # echo ''>/dev/tun4 # ifconfig tun4 tun4: flags=8010 mtu 1500 # ifconfig tun4 inet 192.168.0.1 192.168.0.2 netmask 255.255.255.255 [panic] zebra.conf: hostname gz password xxx enable password xxx log file /var/log/zebra.log line vty exec-timeout 0 0 ospfd.conf: hostname go password xxx enable password xxx log file /var/log/zebra-ospfd.log router ospf ospf router-id 1.2.3.4 network 192.168.0.2/32 area 0 line vty exec-timeout 0 0 -- Paweł Małachowski From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 01:40:20 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CD3E37B405 for ; Mon, 23 Jun 2003 01:40:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A96E44001 for ; Mon, 23 Jun 2003 01:40:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5N8eEUp048275 for ; Mon, 23 Jun 2003 01:40:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5N8eEqN048274; Mon, 23 Jun 2003 01:40:14 -0700 (PDT) Resent-Date: Mon, 23 Jun 2003 01:40:14 -0700 (PDT) Resent-Message-Id: <200306230840.h5N8eEqN048274@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, William Fletcher Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 888A337B401 for ; Mon, 23 Jun 2003 01:31:35 -0700 (PDT) Received: from tulip.epweb.co.za (tulip.epweb.co.za [196.14.166.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id E869743F3F for ; Mon, 23 Jun 2003 01:31:32 -0700 (PDT) (envelope-from ultraviolet@tulip.epweb.co.za) Received: from tulip.epweb.co.za (localhost.epweb.co.za [127.0.0.1]) by tulip.epweb.co.za (8.12.9/8.12.9) with ESMTP id h5N8VivD023996; Mon, 23 Jun 2003 10:31:44 +0200 (SAST) (envelope-from ultraviolet@tulip.epweb.co.za) Received: (from ultraviolet@localhost) by tulip.epweb.co.za (8.12.9/8.12.9/Submit) id h5N8Vcqv023995; Mon, 23 Jun 2003 10:31:38 +0200 (SAST) Message-Id: <200306230831.h5N8Vcqv023995@tulip.epweb.co.za> Date: Mon, 23 Jun 2003 10:31:38 +0200 (SAST) From: William Fletcher To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: William Fletcher Subject: kern/53627: Zsh fork bomb panicks kernel. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: William Fletcher List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 08:40:20 -0000 >Number: 53627 >Category: kern >Synopsis: Zsh fork bomb panicks kernel. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 23 01:40:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: William Fletcher >Release: FreeBSD 4.8-STABLE i386 >Organization: EPWeb Networks, South Africa. >Environment: System: FreeBSD tulip.epweb.co.za 4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Jun 11 10:09:55 SAST 2003 root@tulip.epweb.co.za:/usr/src/sys/compile/TULIP i386 >Description: Typing :(){:|:};: at zsh prompt will cause machine to panic. >How-To-Repeat: See Description. >Fix: A great workaround would be to not fork bomb ones system. :-) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 01:45:00 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 431BD37B408; Mon, 23 Jun 2003 01:45:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F5F43F75; Mon, 23 Jun 2003 01:44:59 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5N8ixUp048640; Mon, 23 Jun 2003 01:44:59 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5N8ivI3048636; Mon, 23 Jun 2003 01:44:57 -0700 (PDT) Date: Mon, 23 Jun 2003 01:44:57 -0700 (PDT) From: Maxim Konovalov Message-Id: <200306230844.h5N8ivI3048636@freefall.freebsd.org> To: danfe@regency.nsu.ru, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, maxim@FreeBSD.org Subject: Re: bin/53585: Header never gets print in fstat(1) after rev.1.41 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 08:45:00 -0000 Synopsis: Header never gets print in fstat(1) after rev.1.41 State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Mon Jun 23 01:44:05 PDT 2003 State-Changed-Why: Fixed in rev. 1.50 src/usr.bin/fstat/fstat.c, thanks! Responsible-Changed-From-To: freebsd-bugs->maxim Responsible-Changed-By: maxim Responsible-Changed-When: Mon Jun 23 01:44:05 PDT 2003 Responsible-Changed-Why: Fixed in rev. 1.50 src/usr.bin/fstat/fstat.c, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=53585 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 04:15:55 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1090B37B401; Mon, 23 Jun 2003 04:15:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A223443FF7; Mon, 23 Jun 2003 04:15:54 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NBFsUp070238; Mon, 23 Jun 2003 04:15:54 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NBFr1G070234; Mon, 23 Jun 2003 04:15:53 -0700 (PDT) Date: Mon, 23 Jun 2003 04:15:53 -0700 (PDT) From: "Matthew N. Dodd" Message-Id: <200306231115.h5NBFr1G070234@freefall.freebsd.org> To: david@realityrift.com, mdodd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/46983: Support for AGP on Apollo Pro 133A X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 11:15:55 -0000 Synopsis: Support for AGP on Apollo Pro 133A State-Changed-From-To: open->closed State-Changed-By: mdodd State-Changed-When: Mon Jun 23 04:15:36 PDT 2003 State-Changed-Why: Committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=46983 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 04:29:56 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E95C37B401; Mon, 23 Jun 2003 04:29:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE45C43FBD; Mon, 23 Jun 2003 04:29:55 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: from freefall.freebsd.org (roam@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NBTtUp070860; Mon, 23 Jun 2003 04:29:55 -0700 (PDT) (envelope-from roam@freefall.freebsd.org) Received: (from roam@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NBTtuO070856; Mon, 23 Jun 2003 04:29:55 -0700 (PDT) Date: Mon, 23 Jun 2003 04:29:55 -0700 (PDT) From: Peter Pentchev Message-Id: <200306231129.h5NBTtuO070856@freefall.freebsd.org> To: bdg730@makserver0.usask.ca, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/51256: chkgrp should make sure the file is newline terminated X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 11:29:56 -0000 Synopsis: chkgrp should make sure the file is newline terminated State-Changed-From-To: patched->closed State-Changed-By: roam State-Changed-When: Mon Jun 23 04:29:39 PDT 2003 State-Changed-Why: Fix merged into -STABLE. Thanks for the problem report! http://www.freebsd.org/cgi/query-pr.cgi?pr=51256 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 05:00:30 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2E8637B401 for ; Mon, 23 Jun 2003 05:00:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2224A43FEA for ; Mon, 23 Jun 2003 05:00:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NC0UUp072206 for ; Mon, 23 Jun 2003 05:00:30 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NC0Tdp072205; Mon, 23 Jun 2003 05:00:29 -0700 (PDT) Date: Mon, 23 Jun 2003 05:00:29 -0700 (PDT) Message-Id: <200306231200.h5NC0Tdp072205@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Matthew N. Dodd" Subject: Re: kern/48808: uhid(4)-related repeatable kernel panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Matthew N. Dodd" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 12:00:31 -0000 The following reply was made to PR kern/48808; it has been noted by GNATS. From: "Matthew N. Dodd" To: Eugene Grosbein Cc: bug-followup@FreeBSD.ORG Subject: Re: kern/48808: uhid(4)-related repeatable kernel panic Date: Mon, 23 Jun 2003 07:54:15 -0400 (EDT) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-337813089-1056369255=:76384 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 11 Apr 2003, Eugene Grosbein wrote: > Could you please look at this? > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=kern/48808 Try this: Index: uhid.c =================================================================== RCS file: /home/cvs/ncvs/src/sys/dev/usb/uhid.c,v retrieving revision 1.56 diff -u -u -r1.56 uhid.c --- uhid.c 9 Apr 2003 08:43:01 -0000 1.56 +++ uhid.c 23 Jun 2003 11:50:08 -0000 @@ -425,6 +378,7 @@ "error=%d\n",err)); free(sc->sc_ibuf, M_USBDEV); free(sc->sc_obuf, M_USBDEV); + sc->sc_ibuf = sc->sc_obuf = NULL; sc->sc_state &= ~UHID_OPEN; return (EIO); } @@ -455,6 +409,7 @@ free(sc->sc_ibuf, M_USBDEV); free(sc->sc_obuf, M_USBDEV); + sc->sc_ibuf = sc->sc_obuf = NULL; sc->sc_state &= ~UHID_OPEN; -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | --0-337813089-1056369255=:76384 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=uhid-patch Content-Transfer-Encoding: BASE64 Content-ID: <20030623075415.A76384@sasami.jurai.net> Content-Description: Content-Disposition: attachment; filename=uhid-patch SW5kZXg6IHVoaWQuYw0KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQ0KUkNTIGZp bGU6IC9ob21lL2N2cy9uY3ZzL3NyYy9zeXMvZGV2L3VzYi91aGlkLmMsdg0K cmV0cmlldmluZyByZXZpc2lvbiAxLjU2DQpkaWZmIC11IC11IC1yMS41NiB1 aGlkLmMNCi0tLSB1aGlkLmMJOSBBcHIgMjAwMyAwODo0MzowMSAtMDAwMAkx LjU2DQorKysgdWhpZC5jCTIzIEp1biAyMDAzIDExOjUwOjA4IC0wMDAwDQpA QCAtNDI1LDYgKzM3OCw3IEBADQogCQkJICJlcnJvcj0lZFxuIixlcnIpKTsN CiAJCWZyZWUoc2MtPnNjX2lidWYsIE1fVVNCREVWKTsNCiAJCWZyZWUoc2Mt PnNjX29idWYsIE1fVVNCREVWKTsNCisJCXNjLT5zY19pYnVmID0gc2MtPnNj X29idWYgPSBOVUxMOw0KIAkJc2MtPnNjX3N0YXRlICY9IH5VSElEX09QRU47 DQogCQlyZXR1cm4gKEVJTyk7DQogCX0NCkBAIC00NTUsNiArNDA5LDcgQEAN CiANCiAJZnJlZShzYy0+c2NfaWJ1ZiwgTV9VU0JERVYpOw0KIAlmcmVlKHNj LT5zY19vYnVmLCBNX1VTQkRFVik7DQorCXNjLT5zY19pYnVmID0gc2MtPnNj X29idWYgPSBOVUxMOw0KIA0KIAlzYy0+c2Nfc3RhdGUgJj0gflVISURfT1BF TjsNCiANCg== --0-337813089-1056369255=:76384-- From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 06:38:01 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA4637B401; Mon, 23 Jun 2003 06:38:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D56C43FF7; Mon, 23 Jun 2003 06:38:01 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NDc1Up002142; Mon, 23 Jun 2003 06:38:01 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NDc1oU002138; Mon, 23 Jun 2003 06:38:01 -0700 (PDT) Date: Mon, 23 Jun 2003 06:38:01 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <200306231338.h5NDc1oU002138@freefall.freebsd.org> To: giffunip@yahoo.com, ache@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/53327: Important fix for Latin-american keymap X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 13:38:01 -0000 Synopsis: Important fix for Latin-american keymap State-Changed-From-To: open->patched State-Changed-By: ache State-Changed-When: Mon Jun 23 06:37:39 PDT 2003 State-Changed-Why: Committed to -current http://www.freebsd.org/cgi/query-pr.cgi?pr=53327 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 10:45:19 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2303937B40A; Mon, 23 Jun 2003 10:45:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 956A343FE3; Mon, 23 Jun 2003 10:45:18 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from freefall.freebsd.org (silby@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NHjIUp098840; Mon, 23 Jun 2003 10:45:18 -0700 (PDT) (envelope-from silby@freefall.freebsd.org) Received: (from silby@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NHjIkw098836; Mon, 23 Jun 2003 10:45:18 -0700 (PDT) Date: Mon, 23 Jun 2003 10:45:18 -0700 (PDT) From: Mike Silbersack Message-Id: <200306231745.h5NHjIkw098836@freefall.freebsd.org> To: silby@FreeBSD.org, freebsd-bugs@FreeBSD.org, silby@FreeBSD.org Subject: Re: kern/53627: Zsh fork bomb panicks kernel. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 17:45:19 -0000 Synopsis: Zsh fork bomb panicks kernel. Responsible-Changed-From-To: freebsd-bugs->silby Responsible-Changed-By: silby Responsible-Changed-When: Mon Jun 23 10:44:26 PDT 2003 Responsible-Changed-Why: I'll delete the zsh port ASAP to fix this problem. No, no, just kidding, I'm working on a fix. http://www.freebsd.org/cgi/query-pr.cgi?pr=53627 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 10:48:44 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC55837B405 for ; Mon, 23 Jun 2003 10:48:44 -0700 (PDT) Received: from web13405.mail.yahoo.com (web13405.mail.yahoo.com [216.136.175.63]) by mx1.FreeBSD.org (Postfix) with SMTP id E8B9E43FDD for ; Mon, 23 Jun 2003 10:48:43 -0700 (PDT) (envelope-from giffunip@yahoo.com) Message-ID: <20030623174843.66682.qmail@web13405.mail.yahoo.com> Received: from [200.91.194.224] by web13405.mail.yahoo.com via HTTP; Mon, 23 Jun 2003 19:48:43 CEST Date: Mon, 23 Jun 2003 19:48:43 +0200 (CEST) From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" To: "Andrey A. Chernov" , freebsd-bugs@FreeBSD.org In-Reply-To: <200306231338.h5NDc1oU002138@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-255369696-1056390523=:66368" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: misc/53327: Important fix for Latin-american keymap X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 17:48:45 -0000 --0-255369696-1056390523=:66368 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline Guys; I apologize for my stupidity. As soon as I changed the screenmap the special characters broke. The change is not completely wrong though! Now that I know what the "iso" means, can we remove latin-amer.kbd and add these two instead? (gzipped attached) I think the naming would be more in line with the rest of keymaps. Pedro. --- "Andrey A. Chernov" ha scritto: > Synopsis: Important fix for Latin-american keymap > > State-Changed-From-To: open->patched > State-Changed-By: ache > State-Changed-When: Mon Jun 23 06:37:39 PDT 2003 > State-Changed-Why: > Committed to -current > > http://www.freebsd.org/cgi/query-pr.cgi?pr=53327 ______________________________________________________________________ Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/ --0-255369696-1056390523=:66368-- From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 11:00:30 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D8A337B401 for ; Mon, 23 Jun 2003 11:00:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4CC143F93 for ; Mon, 23 Jun 2003 11:00:29 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NI0TUp099355 for ; Mon, 23 Jun 2003 11:00:29 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NI0T6A099349 for freebsd-bugs@freebsd.org; Mon, 23 Jun 2003 11:00:29 -0700 (PDT) Date: Mon, 23 Jun 2003 11:00:29 -0700 (PDT) Message-Id: <200306231800.h5NI0T6A099349@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: open PR's (mis)filed to gnats-admin and in limbo X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 18:00:30 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/06/20] pending/53568gnats-admin Re: Patch updates psi from version 0.8.7 o [2003/06/20] pending/53572gnats-admin Re: [PATCH] for updating devel/global to o [2003/06/22] pending/53614gnats-admin Re: fix ports/lang/fpc so that it builds o [2003/06/22] pending/53619gnats-admin Re: fix ports/lang/fpc so that it builds o [2003/06/23] pending/53634gnats-admin Register Globals in PHP4 non-working (see 5 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/06/22] pending/53624gnats-admin patches for ipfw2 to support ipsec packet 1 problem total. From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 11:01:08 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4C1F37B401 for ; Mon, 23 Jun 2003 11:01:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4718443F93 for ; Mon, 23 Jun 2003 11:00:36 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NI0aUp099369 for ; Mon, 23 Jun 2003 11:00:36 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NI0T5A099360 for freebsd-bugs@freebsd.org; Mon, 23 Jun 2003 11:00:29 -0700 (PDT) Date: Mon, 23 Jun 2003 11:00:29 -0700 (PDT) Message-Id: <200306231800.h5NI0T5A099360@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 18:01:09 -0000 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 problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. 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 -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch f [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde p [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG f [2000/01/17] misc/16157 green "fire" screensave kills network performan o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/05/09] misc/18466 jwd install via nfs or ftp media silently tru o [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig f [2000/05/29] kern/18874 peter 32bit NFS servers export wrong negative v o [2000/06/13] kern/19247 uthread_sigaction.c does not do anything o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/30] i386/20308 yokota vidcontrol VESA_800x600 causes a kernel p f [2000/07/31] kern/20310 groudier Symbios 53c875j drivers don't work o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/08] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A f [2000/09/04] misc/21025 msmith BTX loader 1.00 gets 1Gb of memory from B f [2000/09/04] i386/21042 mdodd Keyboard driver problems with PS/2 Model o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond o [2000/09/14] kern/21272 wpaul USB interrupts seem to be turned off f [2000/11/01] kern/22494 silby Fatal trap 12: page fault while in kernel f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] misc/23103 fenner lacks many ISO C99 features (NAN f [2000/11/27] i386/23145 brian pppoe-test-program panics the server f [2000/11/29] kern/23173 read hangs in linux emulation a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA s [2001/01/30] kern/24740 cy filesystem corruption CFP1080 CAM SCSI ca o [2001/03/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel o [2001/03/20] kern/25950 obrien Bad drives on asr look zero-length and pa o [2001/03/24] kern/26048 obrien 4.3-RC: SMP and asr driver don't work to o [2001/04/13] kern/26549 IPsec policies for more than one pair of f [2001/04/25] kern/26840 process doing mmap() over nfs hangs in vm f [2001/05/03] kern/27059 groudier (symbios) SCSI subsystem hangs under heav a [2001/05/10] kern/27250 bp unionfs filesystem panics in large number f [2001/05/11] kern/27275 kernel bug ? f [2001/06/27] kern/28465 Enabling softupdates on a clean but activ f [2001/06/27] kern/28466 When soft updates is enabled, cpl is not f [2001/07/04] kern/28703 Kernel reboot during tape backup of nfs m o [2001/07/14] kern/28966 pirzyk math libraries in linux emulation do not o [2001/07/15] ports/28995 max deMime produces blank line in header part o [2001/07/24] misc/29200 dcs Syntax errors in /boot/device.hints cause o [2001/08/18] kern/29844 standards [PATCH] setpgrp does not behave as manual o [2001/08/18] kern/29847 n_hibma USB usbd_probe_and_attach() is broken and o [2001/09/04] ports/30331 portmgr Conflict between bsd.port.mk MAKEFILE var f [2001/09/09] i386/30458 Workstation sometimes hangs when connecte a [2001/09/24] i386/30802 gibbs repeat of i386/22760. Adaptec SCSI contro o [2001/09/27] bin/30869 dump does not dump all files of a filesys f [2001/09/29] kern/30921 ACER mechanic ps/2 keyboard don´t work an o [2001/09/30] ports/30935 taoka pips sc880 - needs to have syvr4 support o [2001/10/04] kern/31042 murray Device name conflict o [2001/10/14] misc/31266 cjc System can be crashed with "ls -al /flopp o [2001/10/15] bin/31304 joe fix crunchgen to work with more contrib-k o [2001/10/17] conf/31327 Fixes and improvements for rc.diskless* s a [2001/10/31] i386/31671 doc 4.4 installer hangs at " Mounting root fr f [2001/11/02] kern/31710 silby kernel reboots; looks like an unintended o [2001/11/16] bin/32040 brian 4.4-Release "set mtu" in ppp is broken wi f [2001/11/30] kern/32418 silby kernel table full o [2001/12/11] kern/32713 usb mouse detaches from hub and doesnt re f [2001/12/14] i386/32830 FreeBSD 4.4 install fails on Thinkpad 750 f [2001/12/14] kern/32831 sos HP Colorado IDE tape drive get wedged eas a [2001/12/22] i386/33089 murray GENERIC bloat causes 'make world' to brea p [2001/12/27] gnu/33262 mp gdb does not handle pending signals corre o [2002/01/07] bin/33670 dwmalone default inetd install allows for unlimite o [2002/01/16] kern/33951 pthread_cancel is ignored f [2002/01/17] i386/34018 response to request from ipv6 client does o [2002/01/18] bin/34028 brian userland ppp o [2002/01/19] kern/34067 n_hibma Reproducable crash on usb ugen o [2002/01/19] kern/34071 pcn-driver is sort-of-broken in 4.5RC2 (a f [2002/01/21] i386/34144 installation,mounting root from ufs:/dev/ o [2002/01/25] bin/34274 green 4.5-RC Interoperability issue: sshd o [2002/01/30] kern/34470 bde Modem gets sio1 interrupt-level buffer o o [2002/02/18] i386/35096 Network card dies copying files > 200MB w f [2002/02/26] kern/35354 4.4/4.5 FreeBSD causes hard lock after 20 o [2002/03/01] kern/35466 xe driver can not read CIS tuples o [2002/03/06] i386/35615 sound ES1978 Maestro 2E sound card locks up mac o [2002/03/09] i386/35726 Won't let me use ifconfig on the interfac o [2002/03/15] i386/35950 ACPI missing prevents install from floppi o [2002/03/19] kern/36095 cd9660_vfsops.c: cd9660_vget_internal() k o [2002/03/26] i386/36342 rl/dc(smc) + ppppoe = major bug ! o [2002/03/27] ports/36404 security-officerAcrobat Reader seems to link against zlib o [2002/03/29] kern/36504 crash/panic vm_object_allocate under file o [2002/03/30] kern/36549 sym driver fails on Tekram DC-390U in 486 o [2002/04/07] i386/36850 Page Fault using ppp with USB Modem p [2002/04/10] ports/36964 keramida cvsupit from www.freebsd.org is out of da o [2002/04/12] kern/37015 Kernel panic in tty_subr.c while using pp o [2002/04/14] kern/37056 usb mouse with bios legacy support on han o [2002/04/14] kern/37064 System hangs when removing wire of NIC D- o [2002/04/19] kern/37257 SMP 4.5 freezes o [2002/05/12] i386/38016 i386_get_ldt range checking bug o [2002/05/12] i386/38021 i386_set_ldt can be cheated o [2002/05/13] bin/38058 brian ppp alters IP header length field 40 -> 4 o [2002/05/14] kern/38070 4.6-PRERELEASE panics on resume on Fujits a [2002/05/23] i386/38459 mbr Intel SB82558B NIC won't initialize prope o [2002/05/23] i386/38484 probe freeze o [2002/05/24] conf/38518 combination of pr-27087 and pr-36911 (2) a [2002/05/26] gnu/38594 Fortan program don't link post gcc-3.1 o [2002/05/28] bin/38676 change request for pw command o [2002/05/29] i386/38698 Kernel panics when filesystem with snapsh o [2002/05/30] misc/38748 FreeBSD 4.5 Keyboard problem cannot insta f [2002/06/02] kern/38840 when i pass data over my dialup connectio o [2002/06/03] kern/38848 kernel panic when removing memory stick f o [2002/06/03] misc/38867 Boot "Read error" with offboard Promise u o [2002/06/03] kern/38872 nfs code ignores possibility of MGET(M_WA o [2002/06/04] kern/38909 kernel panic in lockmgr...with invalid pi o [2002/06/06] i386/38944 problems with ed-driver and dlink dfe-650 o [2002/06/07] ports/39008 dwhite py-kqueue wrapper broken with python 2.2 o [2002/06/08] kern/39043 Corrupted files on a FAT32 partition o [2002/06/11] ports/39152 dima acroread4 dumps core with linux7 o [2002/06/13] i386/39234 jhb SMP 4.6-RC freezes during boot (Fujitsu-S o [2002/06/15] misc/39341 ppp + USB modem problem o [2002/06/19] kern/39524 smbfs with nge NIC causes kernel panic o [2002/06/19] kern/39553 FreeBSD-4.6 halt on SMP machine o [2002/06/20] i386/39586 "BTX halted" hile attempting 4.6 install o [2002/06/29] kern/40003 Panic on boot w/4.6 and 4.6-stable from 6 o [2002/07/05] bin/40215 wpaul NIS host search not terminate f [2002/07/12] kern/40481 Kernel fault on detecting Mylex eXtreme R o [2002/07/14] misc/40575 Kern.flp boot floppy error o [2002/07/18] kern/40723 Disabling multicast on vlan interface cau o [2002/07/27] i386/41052 Fresh install on a Compaq ARMADA E500 say o [2002/07/31] i386/41212 Corrupted CRC received at random times wh o [2002/08/05] bin/41350 vnconfig: apparent off-by-one bug o [2002/08/07] kern/41402 kernal panics f [2002/08/07] kern/41417 luigi 3Com xl0 drivers generate a kernel panic o [2002/08/07] misc/41425 adding new cpu types to bsd.cpu.mk f [2002/08/08] i386/41437 qa sysinstall 4.6 RELEASE - hang o [2002/08/09] kern/41494 static routes set with interface address o [2002/08/10] ports/41513 tobez lang/perl5.8 - "make test" destroys perl o [2002/08/13] bin/41647 ifconfig doesn't accept lladdr along with o [2002/08/14] i386/41663 support of promise fasttrack 100 tx2 unde o [2002/08/16] misc/41717 Memory Leak in FreeBSD o [2002/08/16] i386/41723 Copying files to filesystem causes "integ a [2002/08/18] kern/41765 rwatson UDP socket remains connected after error o [2002/08/19] misc/41792 lseek after ftruncate fails f [2002/08/21] i386/41860 qa sysinstall rel. 4.5 and 4.6 hangs o [2002/08/22] java/41913 java JniHandler and ChannelUn Errors o [2002/08/26] kern/42030 panic when zebra works on detaching tun i o [2002/08/26] i386/42046 System crashes with o [2002/08/29] i386/42173 Sony VAIO FXA 53 (or FXA 679 in Mexico) w o [2002/08/30] kern/42198 Kernel panics or system hangs up with big o [2002/08/30] misc/42221 Signal 11 core dumped when fetchin index o [2002/08/30] kern/42235 system panics with "worklist_remove: item o [2002/08/31] kern/42277 mckusick Several kernel panics per day with panics f [2002/09/04] i386/42406 Compatibility of USB equipments o [2002/09/04] kern/42434 another softupdates based kernel panic: h o [2002/09/08] kern/42563 ATA Tagged Queuing wedges -STABLE p [2002/09/09] kern/42580 kernel crash when starting ISC 3.2 X11 bi o [2002/09/09] kern/42597 kernel panic, xl and bpf related p [2002/09/14] bin/42772 usr.bin/make: patch to stop a fork bomb o [2002/09/14] bin/42789 cp -p may report wrong exit status o [2002/09/15] kern/42796 NCR/SYM 53C825 driver detects scsi cdrom o [2002/09/18] ports/42921 nakai archivers/rpm/work/rpm-3.0.6/lib/rpmlead. o [2002/09/18] kern/42937 panic when ARP cache uses up all mbufs o [2002/09/24] i386/43351 X-Server crashes on i810 o [2002/09/26] kern/43396 silby repeatable kernel panic in if_xl.c:xl_new o [2002/09/26] i386/43412 Why my freebsd 4.6.2 auto reboot every on o [2002/09/27] bin/43434 New option to 'dmesg' which allow to disp f [2002/09/28] i386/43461 Durring Install of 4.6 on ASR-2005S/48MB o [2002/09/29] kern/43480 panic: CPU class not configured, Athlon M o [2002/09/29] i386/43491 microuptime () went backwards o [2002/10/02] misc/43576 imp Problem with wi driver and Lucent Orinoco o [2002/10/02] kern/43614 Installation Hangs at "md1: Malloc disk" o [2002/10/03] kern/43625 Wi(4) driver hangs after long data transf o [2002/10/05] kern/43713 during install, mounting root from ufs:/d o [2002/10/06] kern/43738 Memory corruption in -stable with agp mod o [2002/10/06] misc/43751 FreeBSD4.6R panic during installation o [2002/10/11] misc/43954 nfs-blocked process can't return or be in o [2002/10/12] i386/43978 Kernel Panics in 4.7-STABLE with 486 CPUs o [2002/10/14] kern/44054 kernel panic o [2002/10/17] kern/44198 Toshiba PDR-M25 camera/umass o [2002/10/21] kern/44336 NFSv3 client broken - security problem wi o [2002/10/25] misc/44471 4.6 install writes MBR even when specifie o [2002/10/28] kern/44569 Kernel crash o [2002/10/30] kern/44744 VN devices can hang system FreeBSD v4.5 o [2002/11/01] bin/44808 opiepasswd makes bad seed for existing us o [2002/11/04] ports/44868 fanf sysutils/cfengine2: cfservd dies fails if o [2002/11/04] kern/44884 pcic is broken in current o [2002/11/05] kern/44950 SMP kernel crash in vm_page_free: freeing o [2002/11/07] kern/45032 Panic right after boot with FreeBSD-STABL o [2002/11/09] kern/45170 kernel panics when trying to write to ufs o [2002/11/17] i386/45383 Failed installation FreeBSD 4.7-RELEASE a o [2002/11/20] kern/45535 nfs client panic o [2002/11/21] kern/45568 gibbs ahc(A19160) pci parity error o [2002/11/22] kern/45588 netscape 4.79 crashes system o [2002/11/24] kern/45698 emoore Freebsd 5.0 DP2 can not find Integrated H o [2002/12/02] kern/45910 emoore unable to use amr device o [2002/12/08] i386/46113 busspace bug o [2002/12/12] bin/46207 OpenSSL in base system should be updated o [2002/12/19] kern/46376 ACPI module fails to load in a IBM e-seri o [2002/12/20] kern/46392 kernel, vinum, umount, changing user mode o [2002/12/21] i386/46455 trouble with VIA EPIA 5000 system- WRITE o [2002/12/23] kern/46490 silby xl driver generates lots of interrupts wi o [2002/12/23] i386/46506 Crash Before Initialization of Printer? o o [2002/12/26] kern/46537 amr(4) hangs system on -CURRENT or make p o [2003/01/02] kern/46696 ep0 hard lockup during -CURRENT install o [2003/01/08] kern/46865 kernel panic on SuperMicro 6012-8P box o [2003/01/08] bin/46866 NIS-based getpwent() falsely returns NULL f [2003/01/14] bin/47044 gshapiro Sendmail "Can't assign requested addresse o [2003/01/17] kern/47167 5.0 RC 3 (and 2) has 1 second uptime on T o [2003/01/21] i386/47295 kernel panic during FreeBSD 5.0 installat o [2003/01/22] bin/47384 qa sysinstall ignores intended destination d o [2003/01/24] i386/47428 Installing 4.7 on pst0 device fails o [2003/01/24] i386/47429 5.0-REL will not install on pst device o [2003/01/24] java/47447 java linux-sun-jdk1.4.1: java command can't fi f [2003/01/25] i386/47474 ftp11.freebsd.org is missing doc for 5.0- o [2003/01/26] kern/47529 ipfw natd/ipfw lose TCP packets for firewalled o [2003/01/27] bin/47538 tar buggy on memory disk partitions o [2003/01/27] kern/47544 iir does not detect direct access drives o [2003/02/03] kern/47874 NFS server crashes when given mount daemo o [2003/02/05] i386/47989 5.0-RELEASE install CD kernel panic o [2003/02/06] kern/48028 panicstr: union: missing upper layer in w o [2003/02/06] kern/48029 Fatal trap 12: page fault while in kernel o [2003/02/07] kern/48039 Fatal trap 12: page fault while in kernel o [2003/02/08] kern/48092 Fatal trap 12: page fault while in kernel o [2003/02/08] kern/48100 Fatal panic in vm_map_lookup_entry ... o [2003/02/09] i386/48123 major problem with freeBSD filesystem and o [2003/02/10] kern/48166 panic: pmap_new_proc: u_map allocation fa o [2003/02/14] i386/48274 FreeBSD 4.7-RELEASE doesn't work on Toshi o [2003/02/16] bin/48341 qa Sysinstall deletes mbr although it should o [2003/02/17] kern/48369 ext2fs no-go in FreeBSD 5 (regression ove o [2003/02/17] kern/48379 the keyboard is dead after X11R6 started o [2003/02/24] kern/48650 Onboard fxp not functioning on Intel i815 o [2003/02/25] kern/48667 FreeBSD hangs o [2003/02/25] kern/48691 kernel panics on ASUS A7N266-VM Motherboa o [2003/03/01] kern/48808 uhid(4)-related repeatable kernel panic i o [2003/03/02] kern/48849 Maxtor XT5000 causes panic in boot o [2003/03/10] kern/49079 panic: bwrite: buffer is not busy o [2003/03/11] kern/49110 UHCI driver panic while booting if any US o [2003/03/13] i386/49978 installation problem on Acer Altos G300 o [2003/03/17] ports/50082 lioux net/dctc-gui-qt (0.0.3) does not build on o [2003/03/20] kern/50148 Incorrect applied default ACLs o [2003/03/23] kern/50216 ipfw kernel panic on 5.0-current when use ipfw f [2003/03/23] kern/50229 FreeBSD detects laptop drive geometries i o [2003/04/07] kern/50691 EOT detection in sa driver prevents mutli o [2003/04/08] ports/50736 wjv ports/mail/mailman /var/cron/tabs/mailman a [2003/04/10] ports/50798 ports-bugs audio/faad does not build o [2003/04/11] kern/50833 panicstr: ffs_valloc: dup alloc o [2003/04/14] ports/50954 anholt XFree86 4.0 core dump ati rage mobility o [2003/04/15] ports/50999 ports-bugs SSL with (mail/)dovecot simply doesn't wo o [2003/04/15] kern/51001 panic: ufs_dirbad: bad dir o [2003/04/15] kern/51015 kernel panic while using dirhash at ~3000 f [2003/04/15] kern/51016 kernel panic: ufsdirhash_lookup: bad offs o [2003/04/18] i386/51129 ACPI problem, booting from install cd fai o [2003/04/24] i386/51338 random system hangs; system hangs because o [2003/04/27] ports/51481 nakai icewm-1.2.7 port fails on libintl.h o [2003/04/29] kern/51584 panicstr: ffs_valloc: dup alloc o [2003/04/30] bin/51628 ypmatch doesn't match keys in legacy NIS o [2003/05/03] kern/51742 ffs_vfree: freeing free inode o [2003/05/05] alpha/51824 alpha Booting 5.0-RELEASE install cd with IDE H o [2003/05/13] ports/52187 ports-bugs The two ghostscript ports do not work wit o [2003/05/14] ports/52257 ports-bugs mod_mp3 0.39 requires this patch for a ru o [2003/05/16] ports/52346 obrien Portupgrade of bash-2.05b.004 fails with o [2003/05/17] kern/52383 njl QUIRK: IBM IBM USB Memory Key, rev 1.00/1 o [2003/05/18] kern/52404 kernel panic on laptop resume (related to o [2003/05/22] kern/52585 Kernel panic with ipfw2 and syncookies f [2003/05/22] i386/52593 mdodd Kernel panic when starting apm o [2003/05/23] ports/52632 ports-bugs vmware3 port is missing /usr/lib/vmware/v o [2003/05/25] i386/52668 i386 AIC7902 problem when large data transferr o [2003/05/27] kern/52718 changes to kern_umtx.c causes panic in ca o [2003/05/27] kern/52745 Fatal trap 12: page fault while in kernel o [2003/05/29] bin/52792 users on NIS+ passwd database cannot logi o [2003/06/01] i386/52835 pdeuskar em driver does not work with mobile-chips o [2003/06/03] kern/52916 vinum causes panic after start/stop/... c o [2003/06/06] kern/53004 union_lookup returning . (0xbc332e90) not o [2003/06/07] kern/53010 FreeBSD-CURRENT cannot use 2940 UW on SNI o [2003/06/09] ports/53117 ports-bugs portgrade -R ghostscript-gnu-7.06 fails a o [2003/06/09] ports/53135 ports-bugs [FIX] incorrect patch for ports/poptop o [2003/06/10] standards/53151fenner inet_net_pton() returns 4 for *all* multi o [2003/06/11] kern/53195 Easily reproduceable mac_lomac panic o [2003/06/11] i386/53203 i386 "BTX halted" when attempting install of 5 o [2003/06/11] ports/53216 ports-bugs portupgrade -r for ghostscript-gnu-7.06 s o [2003/06/11] kern/53245 ida(4) panic during boot o [2003/06/12] ports/53252 dirk databases/mysql323-server: fails to build o [2003/06/15] kern/53350 fill up a malloc md-disk on 5.1-R causes o [2003/06/17] kern/53416 kmem_map too small after around 12 hours. o [2003/06/17] kern/53433 heavy i/o on GBDE partition on SMP locks o [2003/06/18] kern/53468 reproducible panic when MD /tmp partition o [2003/06/21] ports/53600 ports-bugs /usr/port/emulators/linux_base says "linu o [2003/06/22] i386/53620 i386 Kernel panics / reboots during install of 280 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data a [1997/04/01] bin/3170 sheldonh vi freaks and dump core if user doesn't e o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time s [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1998/01/27] kern/5587 des session id gets dropped o [1998/02/28] kern/5877 kbyanc sb_cc counts control data as well as data a [1998/04/07] kern/6238 cg Sound-driver patch for MAD16 (OPTi 928,92 a [1998/05/06] bin/6536 peter pppd doesn't restore drainwait for tty s [1998/06/23] bin/7033 gad Same process notified multiple times o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/08/10] kern/7556 sl_compress_init() will fail if called an o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio o [1998/11/10] bin/8646 peter Implement rlogind -a option f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1998/12/21] kern/9163 adrian [patch] squid does not join a multicast g s [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/13] kern/9478 assar support for running a script from kldload s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/03/02] bin/10353 jon ypserv gets segmentation violation o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/16] bin/10633 fenner [patch] tcpslice timezone problem and upd a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec a [1999/04/08] misc/11024 mtm getpwnam(3) uses incorrect #define to lim o [1999/05/03] kern/11462 imp CS network interface driver (for CS89XX b o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 imp CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/07/07] kern/12551 ASIC output is shifted following a short o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme s [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/27] kern/13997 rwatson RLIMIT_NPROC works unadequately for jails s [1999/10/04] i386/14135 doc lpt1 nolonger exists after 3.2-RELEASE o [1999/10/12] kern/14285 NFS client appears to lose data o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/26] kern/14549 mdodd 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro a [1999/11/04] kern/14712 iedowse root has access to NFS mounted directorie s [1999/11/12] kern/14848 murray Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol s [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/17] kern/15542 de suddenly stops working o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 bad trap in mprotect o [2000/01/01] kern/15825 Softupdates gets behind, runs the system o [2000/01/02] i386/15845 imp Driver for RealTek 8029 f [2000/01/03] bin/15877 tobez Perl 5.00503 interpreter crashes with a s o [2000/01/12] kern/16090 mdodd No buffer space available a [2000/01/22] kern/16299 tmm nfs.ko can be unloaded when nfsd is runni f [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/23] conf/16948 qa Sysinstall/disklabel: bad partition table o [2000/02/25] misc/16991 jhb booting install disk and USB s [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 mbr 100/10baseT card resets under load s [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg f [2000/03/21] kern/17542 greid random static with GUS PnP o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/27] i386/17626 green sshd cores when I scp to it o [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa f [2000/04/10] kern/17905 4.0-SNAP keep on crashing every 3 days o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/17] misc/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia p [2000/04/23] bin/18181 yar Getty can fail to observe :de: specificat f [2000/04/23] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota tags o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/29] conf/20282 qa sysinstall does not recover some /etc fil f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons p [2000/08/02] bin/20373 Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 tg Termios timeout parameters, VMIN, VTIME, f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u o [2000/08/10] misc/20521 mjacob /etc/rmt several problems o [2000/08/10] kern/20523 bde Support for PCI multiport cards for sio d o [2000/08/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k o [2000/08/14] kern/20609 panic: vm_fault: fault on nofault entry, o [2000/08/15] bin/20633 fdisk doesn't handle LBA correctly f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/26] misc/20861 libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 mp gdb does not recognise old executables. f [2000/08/30] bin/20952 markm ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w o [2000/09/11] kern/21209 groudier scsi ncr driver installs instead of scsi o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes a [2000/09/15] kern/21304 mbr dc0 watchdog timeouts on NetGear FA310TX a [2000/09/18] bin/21375 mbr [PATCH] dhclient runs away on interface r s [2000/09/18] misc/21384 greid pcm driver has static in recorded audio o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites p [2000/09/20] gnu/21433 g++ optimiser produces bad code on right o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/21] kern/21463 emulation Linux compatability mode should not allow f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/10/02] docs/21708 jlemon kqueue/kevent man pages isn't specific ab o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/05] kern/21771 murray Fix for sppp and Cronyx drivers update a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/19] kern/22142 cjc securelevel does not affect mount o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor o [2000/11/05] bin/22614 billf pam_ssh dumps core o [2000/11/13] kern/22826 emulation Memory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int o [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/18] kern/22943 emulation Problem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 o [2000/11/25] bin/23098 ambrisko If installing on a serial console, enable o [2000/12/04] bin/23269 green OpenSSH TIS Authentication support has br o [2000/12/07] bin/23352 [SECURITY] buffer overflow in opieftpd o [2000/12/08] kern/23400 rwatson IPsec transport mode precludes filtering o [2000/12/12] kern/23515 get error in messages system log "Dec 11 o [2000/12/13] kern/23535 imp 4.x kernels seem to no longer support Ada o [2000/12/14] misc/23561 emulation Linux compatibility mode does not support o [2000/12/26] bin/23866 dwmalone patch for pointing out current date o [2001/01/02] kern/24032 markm rndcontrol and pccardd use of interupt ha o [2001/01/03] kern/24059 n_hibma USB support broken in SMP kernel o [2001/01/04] kern/24070 n_hibma uhci USB driver disables port on reatachi o [2001/01/04] kern/24074 mdodd Properties of token-ring protocol must be o [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/06] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN o [2001/01/12] bin/24271 dumpon should check its argument more o [2001/01/16] misc/24391 cannot kill amd after interface disappear o [2001/01/19] bin/24461 pirzyk Being able to increase the YP timeout wit o [2001/01/19] bin/24472 libc_r does not honor SO_SNDTIMEO/SO_RCVT s [2001/01/23] misc/24590 standards timezone function not compatible witn Sin o [2001/01/25] kern/24629 ng_socket failes to declare connected dat o [2001/01/25] bin/24632 libc_r delicate deviation from libc in ha o [2001/01/25] misc/24641 pthread_rwlock_rdlock can deadlock o [2001/01/28] bin/24691 map-mbone segfaults at getsockname o [2001/02/09] kern/24982 iedowse stack gap usage o [2001/02/10] i386/24997 /boot/loader cannot handle extended dos p o [2001/02/11] ports/25007 max telnetx problem on 4.x o [2001/02/12] kern/25038 murray dhcp client could not set hostname on boo o [2001/02/13] kern/25067 adrian able to mount a pathname > 80 char. but u o [2001/02/19] kern/25213 peter Bus abstraction interface doesn't allow p o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of o [2001/02/21] ports/25272 rse Using eperl as cgi/nph binary executor ca s [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/28] bin/25461 qa sysinstall's fdisk and disklabel don't wo o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/05] bin/25542 standards /bin/sh: null char in quoted string o [2001/03/07] misc/25585 sed.test 8.16 puts bugged sed into infini o [2001/03/07] bin/25586 green Password expiration doesn't work after up o [2001/03/13] kern/25781 Statclocks cannot be disables on ServerWo o [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] misc/25851 qa Security hole in anonymous FTP setup scri o [2001/03/17] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/19] bin/25929 Can't use MAKEDEV in fixit mount o [2001/03/22] kern/25986 silby Socket would hang at LAST_ACK forever. o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c o [2001/03/22] kern/26013 Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] ports/26036 dima acroread4 produces invalid postscript in o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts o [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem o [2001/03/28] kern/26171 emulation not work Linux-emulator, but hi is work i o [2001/03/31] i386/26261 silo overflow problem in sio driver o [2001/04/02] bin/26307 libc_r aborts when using the KDE media pl o [2001/04/03] kern/26309 PPPoE client panics in kernel - fxp probl o [2001/04/03] misc/26320 alfred mountd breaks IRIX automounter a [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/08] kern/26430 cg -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/12] kern/26506 phk sendto() syscall returns EINVAL in jail e o [2001/04/14] kern/26567 Mouse driver will not properly restart if o [2001/04/14] kern/26568 Mouse driver will die if you move mouse a o [2001/04/23] ports/26797 ports-bugs arla-0.34.6 causes kernel panic/page faul o [2001/04/25] bin/26842 dd dump with h flag takes a very long time a [2001/04/25] bin/26869 sheldonh vi(1) crashes in viewing a file with long o [2001/04/27] misc/26897 qa 4.3R sysinstall fails to create swap part o [2001/04/30] bin/26996 green sshd fails when / mounted read-only o [2001/05/04] bin/27086 green OpenSSH does not set X11 forwarding f [2001/05/10] i386/27247 Panic on install - "page fault syncing di a [2001/05/10] kern/27262 process won't be terminated after CPUTIME o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter o [2001/05/21] kern/27522 des linprocfs:/proc/stat does not handle SMP o [2001/05/22] kern/27543 des /proc/cpuinfo does not handle SMP hosts o [2001/05/23] docs/27605 doc Cross-document references () o [2001/05/27] kern/27694 cg Panic in csa(4) f [2001/05/29] i386/27729 qa the ls120 device "afd" does not show up u a [2001/06/05] misc/27893 sos can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] misc/27896 Error in /etc/exports invalidates entire o [2001/06/09] bin/27988 [PATCH] let pam_ssh.so explicitly start s o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. o [2001/06/12] misc/28095 [PATCH] pax may descend into directories o [2001/06/12] ports/28102 ports-bugs Recent changes to 4.3-STABLE break arla-0 o [2001/06/14] ports/28155 portmgr DESTDIR is used incorrectly in bsd.port.m o [2001/06/15] kern/28173 Problem with Touchpad on Inspiron 5000e o [2001/06/16] bin/28221 eric dialog(1) segfaults (due to the bug in li o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/17] bin/28224 ftpd doesn't honor invalid shelll in logi o [2001/06/20] bin/28311 markm ftpd and sshd do not honor expired pw ent o [2001/06/24] ports/28398 ports-bugs ja-dvips cannot find tex.pro o [2001/06/25] kern/28417 arplookup uses potentially unprotected st o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/28] ports/28491 kiri www/w3-4 port: mismatch between pkg-plist o [2001/06/29] misc/28508 problems with backup to Tandberg SLR40 st o [2001/07/04] kern/28692 cg ICH sound driver hangs kernel o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/07] i386/28802 3com Performance Pro modem conflicts with o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/09] bin/28852 cracauer behavior of /bin/sh with -e option looks o [2001/07/09] kern/28856 imp 3COM PCI FaxModem with shared IRQ causes o [2001/07/11] ports/28889 lioux qpopper-4.0.3 error: Insufficient room to o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/16] bin/29026 traceroute -s option allows any IP addres o [2001/07/17] bin/29049 green 512 sybase ASE 11.9.2( o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/12/08] bin/32619 des libfetch does not use RFC 1738's definito o [2001/12/10] kern/32668 peter NFS directory removal problems manifested f [2001/12/10] bin/32686 wosch locate command dumps a core file with bro o [2001/12/11] ports/32700 assar inode changes for large o [2001/12/11] kern/32716 system hangs when running vid (usb webcam o [2001/12/11] bin/32717 brian ppp(8) change mss to wrong size s [2001/12/12] misc/32760 Please MFC /usr/include/malloc.h to -STAB f [2001/12/12] bin/32791 ru FreeBSD's man(1) utility vulnerable to ol o [2001/12/13] kern/32797 Problem with IPX and netgraph(4) o [2001/12/13] kern/32809 yet another panic while syncing disks aft f [2001/12/21] kern/33074 joe USB printer support does not detect print o [2001/12/21] ports/33080 ume grkrellmvolume interferes with the abilit o [2001/12/22] kern/33085 jlemon Samba's NMBD cannot find alias interface o [2001/12/24] kern/33138 pnp problem in 4.3, 4.4, 4.5 o [2001/12/24] bin/33155 green [PATCH] sshd can leave hanging processes o [2001/12/26] kern/33201 net/net_osdep.c:if_name is broken f [2001/12/26] misc/33213 ume rarpd fails to init IPv6 enabled interfac o [2001/12/30] kern/33344 memory leak in device resource config loa o [2001/12/30] kern/33346 jhb Kernel panic with SMP kernel o [2001/12/30] misc/33370 Post configuration issue o [2002/01/02] kern/33464 soft update inconsistencies after system o [2002/01/03] bin/33515 amd incorrectly handles multi-homed nfs s o [2002/01/04] kern/33532 sound Playing audio on some soundcards with pcm o [2002/01/04] kern/33535 invalid kernel diagnostic while writing d f [2002/01/04] gnu/33551 cvs chokes on OpenBSD repositories f [2002/01/07] kern/33653 DSL PPPoE connection error on 4.5-PRERELE o [2002/01/07] misc/33672 sheldonh telnetd and mount_mfs signal handlers cal p [2002/01/09] misc/33723 select(2) implementation in threaded (-lc o [2002/01/09] kern/33738 argv == NULL is not handled correctly by o [2002/01/13] kern/33833 Correct kernel config for 4.4-RELEASE is o [2002/01/13] kern/33839 joe usb0: host controller halted (involving A o [2002/01/15] ports/33927 ports-bugs ja-dvipdfm port requires texmf/dvips/base o [2002/01/15] ports/33929 doc Section 15.15 of the FreeBSD Porter's Han o [2002/01/16] kern/33940 quotactl allows compromise gid-quotas o [2002/01/16] kern/33974 sound Can not record anything with emu10k1 on 4 o [2002/01/17] kern/34017 The siginfo_t passed to the signal handli o [2002/01/18] kern/34020 programs fail that poll(2) on fifos o [2002/01/18] bin/34030 miibus.ko can be loaded into the kernel w f [2002/01/20] i386/34092 reboot hangs the system (IBM PC Server 31 o [2002/01/21] gnu/34128 sdiff "e" doesn't work with some editors o [2002/01/23] kern/34205 joe detect USB memory device, But can not use f [2002/01/24] kern/34228 Dual processor machine hangs at reboot o [2002/01/24] gnu/34246 joe CVS doesn't rebuild CVSROOT/options o [2002/01/25] i386/34267 semenu FreeBSD hangs and reboots when overloaded o [2002/01/25] bin/34269 tcpdump -v incorectly identifies packets o [2002/01/25] misc/34270 man -k could be used to execute any comma f [2002/01/26] kern/34306 gibbs 4.5-RC panics on boot with half-supported o [2002/02/01] i386/34536 accept() blocks other threads o [2002/02/01] kern/34544 Kernel crash on fclose() of /dev/kbd1 whe o [2002/02/02] misc/34568 turning printer on and off hangs the comp o [2002/02/03] kern/34582 wpaul Support for D-Link DFE-690TXD Cardbus PC o [2002/02/04] kern/34619 TCP - FINs with different sequence number p [2002/02/06] bin/34682 fenner scanf/sscanf doesn't understand %lld o [2002/02/08] ports/34730 lioux new port qmail-scanner - a virus-scanning o [2002/02/09] kern/34765 darrenr Unloading the ipl.ko module will panic th o [2002/02/10] kern/34801 darrenr TCP window size bug (afflicting IP Filter o [2002/02/10] bin/34811 sh: "jobs" is not pipeable o [2002/02/11] misc/34842 VmWare port + NIS causes "broadcast storm f [2002/02/13] i386/34902 FTP session causes server reboot o [2002/02/17] kern/35061 After printing to HP Deskjet 656c USB pri o [2002/02/18] kern/35081 zebra routing problem - kernel bug??? o [2002/02/19] misc/35116 keyinfo reports root's keyinfo o [2002/02/20] kern/35136 luigi VLAN & bridging & MTU o [2002/02/22] bin/35214 obrien dump program hangs while exiting f [2002/02/23] kern/35248 panic: ffs_valloc: dup alloc f [2002/02/23] misc/35267 after cvsup src-all for 4.5, /stand/sysin o [2002/02/25] bin/35307 standard include files are not standard c o [2002/02/25] bin/35309 umount -f does not work for ufs floppy o [2002/02/25] misc/35310 SSHing with expired password does not bri o [2002/02/25] java/35320 java linux-jdk-1.4 JVM fails when running Tomc o [2002/02/25] bin/35329 Linking against libc_r.* provokes nasty l o [2002/02/26] misc/35350 Can't boot on ASUS TXP4 o [2002/02/26] kern/35351 emu10k1: no posibility to record sound. K o [2002/02/26] ports/35353 green cfs strips eighth bit of file name on "ou o [2002/02/27] kern/35396 poll(2) doesn't set POLLERR for failed co o [2002/02/28] kern/35399 poll(2) botches revents on dropped socket o [2002/02/28] kern/35429 select(2)/poll(2)/kevent(2) can't/don't n o [2002/02/28] kern/35442 Problem transmitting runts in if_sis driv o [2002/03/01] alpha/35455 alpha Unable to compile ISA NIC devices into ke f [2002/03/01] kern/35461 trap 12 when booting with Maxtor 160G dis o [2002/03/03] misc/35506 innetgr() doesn't match wildcard fields i o [2002/03/03] kern/35511 sis(4) multicast filtering doesn't pass s o [2002/03/07] bin/35622 sigaltstack is missing in libc_r o [2002/03/07] kern/35631 SKIP and IPSEC together cause kernel pani o [2002/03/07] kern/35645 Layer 2 switching using default router of o [2002/03/07] misc/35662 send-pr and/or web pr query system screws o [2002/03/08] kern/35669 NFSROOT breaks without a gateway s [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for f [2002/03/08] kern/35691 mbr Realtek NIC driver does not work with Rea o [2002/03/09] kern/35703 /proc/curproc/file returns unknown o [2002/03/10] i386/35742 USB 2.0 attached device cannot be fdisk'd o [2002/03/10] kern/35756 USB reattach of Sony DSC-S75 fails, USB s o [2002/03/11] misc/35774 [SECURITY] Suboptimal auditing possibilit o [2002/03/12] bin/35842 rm -f nonexistent file successful but rm o [2002/03/13] bin/35843 maxim [PATCH] MD5 auth implemented in routed is o [2002/03/13] gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o [2002/03/13] conf/35880 rc files could be a bit more jail friendl p [2002/03/15] bin/35921 jon Wrong path reduction of dot-dot paths in o [2002/03/15] bin/35925 fixit floppy cannot be mounted on USB dri a [2002/03/16] kern/35985 re swap double mount o [2002/03/16] kern/35986 Wrong bpf-header preceading packet when u f [2002/03/16] kern/35989 720KB floppies unusable o [2002/03/17] i386/36003 Cyclades Cyclom YeP causes panics on Free p [2002/03/17] kern/36038 bp sendfile(2) on smbfs fails, exposes kerne o [2002/03/19] misc/36086 trhodes Kerberos Problem/Handbook wrong/Followup o [2002/03/20] kern/36147 bogus irq 7 message being issued f [2002/03/21] kern/36160 Kernel halts while trying to detect CD-C6 f [2002/03/21] bin/36167 gerald _THREAD_SAFE & _REENTRANT used inconsiste o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/03/22] kern/36219 poll() behaves erratic on BPF file descri o [2002/03/22] kern/36220 panic: sched_sync: fsync failded vp 0xcf4 o [2002/03/26] kern/36329 reference of unexistent object o [2002/03/28] kern/36415 roger the bktr driver incorrectly handles the s a [2002/03/28] i386/36451 roger (sys/dev/bktr) Japan IF frequency is inco o [2002/03/29] kern/36482 Multiport starfire card (sf/ukphy) doesn' o [2002/03/29] conf/36508 installation floppy bug (See description) o [2002/03/29] i386/36517 sis driver can't map ports/memory for Net o [2002/03/29] kern/36522 stat outside procs in procfs succeeds fro o [2002/03/31] kern/36566 System reboot with dead smb mount and umo f [2002/04/01] kern/36610 acd0: MODE_SENSE_BIG command timeout - re o [2002/04/01] i386/36647 There is no suitable driver for SURECOM E f [2002/04/03] kern/36708 panic: ufs_dirbad: bad dir during pkg_inf f [2002/04/03] i386/36718 install boot before sysinstall halts ata1 o [2002/04/04] i386/36761 Symbol problems dependant on boot method, o [2002/04/05] kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo f [2002/04/05] kern/36790 kernel panic in biodone() on boot o [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d o [2002/04/07] kern/36858 murray The USB flash drive "Apacer HandyDrive" c o [2002/04/07] bin/36867 games/fortune: add FORTUNE_PATH env var, o [2002/04/08] ports/36879 mbr emulators/vmware2 freezes and reboots sys o [2002/04/08] conf/36911 installation floppies miss autoload file o [2002/04/09] bin/36926 send-pr destroys PR if emacs interrupt ch o [2002/04/09] i386/36943 reboot hangs on Tyan Thunder K7 with SMP o [2002/04/09] kern/36953 des linux emulation does not work well on SMP o [2002/04/11] i386/36991 Installing gnome from packages over the n o [2002/04/11] misc/36999 2 Default Routes Created o [2002/04/11] ports/37006 dirk cdrecord does not work with Teac USB CDRW o [2002/04/13] kern/37035 trhodes [PATCH] msdosfs_readdir() freezes after f o [2002/04/14] kern/37057 Problem with rlimits on filesystem mounte o [2002/04/15] kern/37109 Kernel refuses to assign unused IP to tun o [2002/04/16] bin/37159 ru more then one natd use running use the sa o [2002/04/18] i386/37240 EtherExpress16 not probed at boot o [2002/04/19] kern/37261 luigi kernel is not linking without "device eth o [2002/04/19] ports/37262 ports-bugs gphoto2 fails to find supported USB digit f [2002/04/19] kern/37270 tjr nullfs broken by locking changes in -curr o [2002/04/21] kern/37326 roger smbus/bktr crash when omitting "device ii o [2002/04/22] bin/37343 portmap TCP binds strangeness o [2002/04/22] ports/37361 ports-bugs installing gcc30 port breaks devel/gettex o [2002/04/23] alpha/37382 alpha de0 (tulip) DEC-21140A card stays in OACT o [2002/04/23] alpha/37385 alpha xl0 network card (509B) fails on heavy tr o [2002/04/23] misc/37399 rsh does not work from Win 2k to freeBSD o [2002/04/24] kern/37436 accept dead loop when out of file descrip o [2002/04/24] kern/37441 ISA PNP parse problem o [2002/04/24] kern/37443 incorrect move pointer in environment str o [2002/04/25] ports/37468 ports-bugs mpeg_play compiled on current/DP1 does no o [2002/04/26] i386/37482 Weird behaviour under relatively slow loa o [2002/04/27] kern/37502 NFS client ignores mtime.tv_usec for open o [2002/04/28] i386/37523 lock for bios16 call and vm86call o [2002/04/29] misc/37585 System hangs on install at probing device o [2002/04/30] misc/37586 newfs failing in 5.0-DP1 initial install o [2002/04/30] kern/37589 Kernel panics upon resume from zzz on my o [2002/05/01] kern/37635 USB ufm driver using major 200, although a [2002/05/01] kern/37656 robert Linux emulator 'Invalid Argument' error i o [2002/05/03] misc/37710 murray LAN interface in wrong state after attemp o [2002/05/04] i386/37734 sys/i386/boot/dosboot needs to be replace f [2002/05/05] misc/37775 netsmb/smb_subr.c needs opt_global.h in S o [2002/05/08] misc/37863 Configuration of X corrupts screen, and i o [2002/05/09] kern/37889 kernel panic when writing to a FAT32 part o [2002/05/12] ports/37995 trevor lilypond port will not build due to bison o [2002/05/12] kern/37998 panic: vinvalbuf: dirty bufs o [2002/05/12] kern/38011 Fatal Trap 12 using Xircom CE2 in IBM 760 a [2002/05/12] ports/38018 znerd ports/www/jakarta-tomcat4: make passing o a [2002/05/12] ports/38020 znerd ports/www/jakarta-tomcat4: stop tomcat vi o [2002/05/13] kern/38024 kernel panic with devices 'sio' removed f o [2002/05/14] kern/38095 bp vlan not supported with fxp o [2002/05/16] i386/38151 Installation of 5.0DP1 panics very early f [2002/05/16] kern/38166 gad ipv6_gateway_enable="YES" breaks lpd o [2002/05/17] kern/38210 SIOCGIFCONF truncates interface list. o [2002/05/17] ports/38212 knu XFree86-4 and portupgrade get dependencie o [2002/05/18] misc/38241 mount_cd9660 doesn't mount/read multisess o [2002/05/22] kern/38438 System crashes when starting XFree4 o [2002/05/23] ports/38460 ports-bugs core dumps with ghostscript o [2002/05/24] kern/38495 soreceive fails to maintain invariant on s [2002/05/24] kern/38527 /dev/random does not obey O_NONBLOCK flag o [2002/05/25] kern/38549 the procces compiled whith pthread stoppe o [2002/05/25] kern/38554 changing interface ipaddress doesn't seem o [2002/05/25] kern/38562 bridge_cfg=*dc0* ; kldload if_dc => panic o [2002/05/26] misc/38582 qa sysinstall sets newfs flag after changing f [2002/05/27] ports/38602 ports-bugs x11-wm/tvtwm is confused about PREFIX o [2002/05/27] bin/38609 qa Sysinstall should know the size of the va o [2002/05/27] kern/38632 Loss of connection with wi cards o [2002/05/30] i386/38731 Freebsd doesn't support ( pdc20276 / Raid o [2002/05/30] kern/38736 kernel panic during memory stick removal o [2002/05/30] kern/38752 rn_walktree_from not halting at the right o [2002/05/31] kern/38763 GENERIC kernel doesn't boot o [2002/05/31] bin/38765 peter CVS Daemon Vulnerability in 1.11.1p1 a [2002/05/31] bin/38778 mbr dhclient infinite loop on ro /etc/resolv. o [2002/06/01] kern/38794 sound ESS Solo driver truncates output o [2002/06/01] kern/38795 kldunload of snd_ess, snd_sb16, snd_sb8 p f [2002/06/02] misc/38835 qa sysinstall always installs crypto o [2002/06/04] kern/38883 'kldload bktr' stuck in state swwrt, exer o [2002/06/04] kern/38894 Dell PowerEdge 4600 PCI Bus scan problems o [2002/06/04] kern/38906 calcru: negative time of o [2002/06/05] bin/38918 edquota breaks silently when quota-marked o [2002/06/07] kern/38983 Kernel fails to access disk o [2002/06/08] ports/39054 portmgr [PATCH] Support USE_OPENSSL=yes in bsd.po f [2002/06/10] misc/39104 The disc in your drive looks more like an o [2002/06/11] ports/39148 cy screen consumes 100% when run o [2002/06/11] ports/39149 ume ports/mail/cyrus-imapd: cyradm causes per o [2002/06/11] ports/39151 dima acroread4 install fails o [2002/06/11] kern/39185 core dump binary in single user mode o [2002/06/12] kern/39199 CASIO QV-4000 not recognized by /sys/dev/ o [2002/06/13] kern/39233 NonConforming IPsec implementation from F o [2002/06/13] kern/39235 not writing correct data to TI1420 PCCARD o [2002/06/13] kern/39252 Syscons doesn't support 8-bit control cha o [2002/06/13] kern/39260 pcm0 locks on boot, Compaq Presario 1920 o [2002/06/15] kern/39329 '..' at mountpoint is subject to the perm o [2002/06/15] kern/39331 dwmalone namei cache unreliable for __getcwd() o [2002/06/16] kern/39388 groudier ncr/sym drivers fail with 53c810 and more p [2002/06/16] kern/39396 cjc firewall security loophole o [2002/06/17] kern/39447 4.5R &4.6R Kernels fail to boot w/ AHA294 o [2002/06/18] ports/39479 cy Binary version of screen-3.9.11_1 in port o [2002/06/19] i386/39507 FreeBSD can't boot: BTX halted problem o [2002/06/19] i386/39536 FreeBSD default bootloader does not load o [2002/06/20] i386/39604 Install failure on HP Pavilion 310n - Una o [2002/06/21] i386/39633 Errors reported in schistory.c in syscons s [2002/06/22] ports/39660 portmgr add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DI o [2002/06/23] ports/39760 jedgar ports/math/rcalc is too old and contains o [2002/06/24] conf/39763 Can't get a correct MAC address for MELCO o [2002/06/24] ports/39788 mharo building proftpd in ports ignores WITH_MY o [2002/06/24] i386/39802 iBCS2 emulation fork process core dumps o [2002/06/24] kern/39805 4.6R install panics with umass0 device co o [2002/06/25] bin/39849 /sbin/restore fails to overwrite files wi o [2002/06/25] ports/39859 nbm ports/www/publicfile confused file name i f [2002/06/26] conf/39887 matusita /stand/sysinstall doesn't set sendmail_en o [2002/06/26] bin/39896 netmask 0xffffff00 no longer works in /et o [2002/06/26] bin/39906 johan cleaning sbin/newfs code from warnings o [2002/06/27] bin/39918 Userland PPP - CHAP and PAP are swaped o [2002/06/27] bin/39922 [PATCH?] Threaded applications executed w o [2002/06/27] kern/39928 wi0 timeouts and hangs the system while s o [2002/06/27] kern/39937 ipstealth issue o [2002/06/27] bin/39940 /usr/sbin/periodic sends thousands of ema o [2002/06/29] misc/40001 grog vinum showing -2 drives after removing se o [2002/06/30] kern/40044 SMP kernel fails to boot on DELL 610 o [2002/07/01] i386/40073 Xircom Realport Ether doesn't work in Tos o [2002/07/02] kern/40122 Device pcm stopps booting Kernel 4.6 o [2002/07/02] i386/40132 Enabling the joystick interface on es137x o [2002/07/03] kern/40139 darrenr ipfilter issue o [2002/07/03] ports/40167 bp mars_nwe does not report disk full errors o [2002/07/04] kern/40176 panic: lockmgr: locking against myself -- o [2002/07/04] misc/40206 Can not assign alias to any POINTOPOINT i o [2002/07/05] ports/40216 anholt [xmh] xmh is unstable o [2002/07/05] ports/40218 anholt [xmh] mail list does not refresh automati o [2002/07/05] bin/40219 [apm] apm breaks removable media o [2002/07/05] ports/40223 anholt [xmh] Deleted mail does not appears in sc o [2002/07/05] bin/40227 CVS client doesn't upload new files creat o [2002/07/06] misc/40260 sysinstall hangs up detecting devices (No o [2002/07/06] bin/40261 sshd allows PasswordAuthentication even t f [2002/07/06] i386/40274 "fxp: device timeout" errors during heavy o [2002/07/06] bin/40278 mktime returns -1 for certain dates/timez o [2002/07/07] bin/40282 /bin/kill has bad error checking for comm o [2002/07/09] kern/40394 if_tap driver hard coded permission check o [2002/07/11] bin/40466 pax may not handle correctly some tar arc o [2002/07/11] bin/40471 des chpass(1) -a option broken in CURRENT o [2002/07/14] kern/40558 UDP6 sockets do not receive responses of o [2002/07/14] kern/40561 jlemon TTCP does not work with IPv6 o [2002/07/14] kern/40574 NeoMagic soundcard detection on Gateway S o [2002/07/15] ports/40610 jmz Latex build "cannot find Hyphenation patt a [2002/07/16] bin/40654 jhb patch: sysinstall: infinite loop a [2002/07/16] bin/40655 jhb patch: sysinstall assigns partition a to o [2002/07/16] bin/40656 qa patch: sysinstall: scripted deletion of s o [2002/07/16] ports/40672 sobomax wsoundserver defaults to using esound and o [2002/07/19] kern/40766 NEWCARD freeses system while card inserti o [2002/07/19] kern/40787 page fault while in kernel mode o [2002/07/19] kern/40792 signals lead to data loss on device ugen o [2002/07/22] ports/40886 ache pkpkg_delete apache-1.3.26_3 does not w o [2002/07/22] kern/40895 wierd kernel / device driver bug o [2002/07/22] kern/40903 Busy_count is < 0 message keeps counting o [2002/07/23] misc/40941 robert syslogd "!prog" fails for progs with non- o [2002/07/23] i386/40945 FreeBSD can not support IBM ServeRAID4Lx o [2002/07/25] i386/40972 Stallion Multiport Serial Driver . o [2002/07/26] kern/41007 overfull traffic on third and fourth adap o [2002/07/26] i386/41020 Installation was successful only after I o [2002/07/29] kern/41125 adrian squid-2.4.STABLE7 loop on poll() - SMP ke o [2002/07/29] ports/41128 greid recv_addr init wrong and 512 byte udp pac o [2002/07/29] i386/41138 silby vr0 locks up on one hub, OK on another o [2002/07/31] kern/41216 Get "NFS append race" error o [2002/08/01] misc/41242 periodic scripts make unwarrented assumpt o [2002/08/03] bin/41297 mp {t,}csh backquote/braces expansion bug f [2002/08/04] bin/41327 jon skey decrementing but not authorizing wit o [2002/08/04] misc/41331 Pthread library open sets O_NONBLOCK flag o [2002/08/07] bin/41410 /bin/sh bug on expanding $? in here-docum o [2002/08/07] bin/41435 mbr dhclient writes lease file that it can't f [2002/08/11] misc/41557 periodic daily -> 500.ipfwdenied -> syste o [2002/08/11] i386/41569 silo overflow o [2002/08/13] kern/41632 luigi bridging when one interface has no carrie o [2002/08/16] kern/41720 if_nge_load=YES make system not bootable o [2002/08/16] kern/41740 grog vinum issues: page fault while rebuilding o [2002/08/18] i386/41757 qa sysinstall 4.6.x unstable o [2002/08/19] i386/41776 mrouted doesn't route multicast packets o [2002/08/19] bin/41777 /etc/periodic/daily/100.clean-disks remov o [2002/08/20] docs/41824 murray LANG is not documented in setlocale(3) o [2002/08/21] kern/41850 sysinstall fails to create root filesyste o [2002/08/22] kern/41881 julian ng_device was not MFCed for 2 months o [2002/08/22] bin/41908 make: $? not always set o [2002/08/23] i386/41930 declaration clash for ffs() and ${CXX} o [2002/08/23] conf/41935 PPPoE problem with 3com device - 3c12 s [2002/08/23] ports/41945 ade bsd.port.mk: does not run ACLOCAL o [2002/08/24] ports/41966 edwin audio/play: sblive, can cause "Device bu o [2002/08/24] i386/41979 top(1) reports zero CPU utilization o [2002/08/25] bin/42004 quota and rpc.statd are still IPv4 only, o [2002/08/26] misc/42029 add rdist flags to /etc/periodic/daily/32 o [2002/08/27] misc/42062 2 computers with the same network interfa o [2002/08/27] kern/42089 ntp_gettime returns time in wrong scale o [2002/08/27] bin/42093 ypbind hangs on NIC with the lowest scope o [2002/08/28] misc/42115 luigi PicoBSD: fix build script for 4.6-STABLE o [2002/08/28] ports/42118 petef mail/isoqlog fails to compile due to auto o [2002/08/28] kern/42120 arp(8) fails due to ioctl SIOCGIFNETMASK o [2002/08/29] misc/42172 ftp and fetch client needs an active comm o [2002/08/30] ports/42186 demon devel/autoconf and devel/p5-File-Tools ar o [2002/08/30] kern/42216 simultaneous multiple server network fail o [2002/09/02] bin/42318 ipfw NATD redirect limitations o [2002/09/02] kern/42352 Impossible to set RCV timeout on a socket p [2002/09/02] bin/42356 uudecode -o doesn't work if piped o [2002/09/04] bin/42407 ppp(8) IPV6CP fails o [2002/09/05] kern/42457 Hack to allow Linux Matlab to exit o [2002/09/05] i386/42463 4.6 and 4.6.2 fail to boot on Sony CD-ROM o [2002/09/06] bin/42484 ps: uprocp documented but not implemented o [2002/09/06] i386/42495 Drive Timeout - New Dell GX260 o [2002/09/07] ports/42516 openoffice OpenOffice.org generate wrong WM_LOCALE_N o [2002/09/07] i386/42539 Fatal Trap 12 resulting from Conner Perip o [2002/09/08] ports/42556 nakai archivers/rpm linked statically o [2002/09/08] kern/42564 record bug with emu10k1 driver o [2002/09/08] kern/42578 Using PCI serial cards (puc) in SMP machi o [2002/09/09] ports/42612 ports-bugs gphoto2 2.1 core dumps on DC290 o [2002/09/09] kern/42617 rename(2) IEEE Std 1003.1-2001 Violation o [2002/09/09] kern/42621 Dell Inspiron 5000e hangs when using Orin o [2002/09/10] misc/42623 luigi net.inet.ip.fw.autoinc_step not present a o [2002/09/10] kern/42629 panic in nfs_get o [2002/09/10] kern/42638 CS4326/4327 (MSS) buggy output playing 11 o [2002/09/10] ports/42643 fanf new mainstream version from sysutils/cfen f [2002/09/10] ports/42647 ports-bugs port pybliographger does not configure o [2002/09/11] kern/42652 error deleting r/o (by windows) files on o [2002/09/11] bin/42658 recompile /usr/src/libexec/telnetd and lo o [2002/09/12] ports/42713 wjv biology/emboss : problems building EMBASS a [2002/09/12] kern/42714 mbr dc ethernet driver is broken o [2002/09/13] gnu/42726 cvs -R pserver & val-tags: story continue o [2002/09/13] kern/42727 [PATCH] Wrong MTU in need-frag ICMP using o [2002/09/13] ports/42729 obrien bash manpage has /bin/bash as location fo o [2002/09/13] misc/42748 USB on hardware list does not work o [2002/09/13] i386/42750 Fdisk makes no difference between FAT32, o [2002/09/13] docs/42762 doc ppp.8 has no description of $env and ~use o [2002/09/14] misc/42767 User PPP fails if processor usage is cons a [2002/09/14] ports/42777 openoffice OpenOffice install fails o [2002/09/14] ports/42783 steve open-motif port doesn't compile o [2002/09/14] i386/42784 pcmcia 16bit network card removal locks a o [2002/09/14] i386/42794 Asks for "ew Password" then unexpectably o [2002/09/15] misc/42801 FreeBSD freezes when opening cuaa0 with a o [2002/09/15] kern/42805 System lockup o [2002/09/15] i386/42806 VLANs do not work with fxp + catalyst as o [2002/09/16] kern/42847 panic: backgroundwritedone: lost buffer o [2002/09/16] misc/42849 MBR is scribbled on by by freebsd o [2002/09/19] ports/42964 billf /usr/ports/net/mtr: I don't want mtr-gtk o [2002/09/20] kern/42983 wi0 sporadically freezes the system for 1 o [2002/09/20] ports/43036 ports-bugs python-doc packages aren't found by pydoc o [2002/09/20] kern/43151 Panic 20 seconds after resume o [2002/09/21] kern/43175 uvisor.c table error o [2002/09/21] bin/43209 download of bin.cp is only 239717 and not o [2002/09/21] i386/43222 setrootbyname panic in 4.6 o [2002/09/21] bin/43223 pirzyk getnetby{name|addr} broken for DNS lookup o [2002/09/23] bin/43299 march=pentium4 miscompiles msun/src/e_pow o [2002/09/23] ports/43301 steve mwm confused by mouse events following up o [2002/09/23] kern/43314 kernel panic "clist reservation botch" o [2002/09/24] bin/43337 fetch: -s fails if -4 or possibly other o o [2002/09/25] kern/43352 luigi ipfw aborts processing file/pipe when del o [2002/09/25] i386/43366 Cannot format media in USB floppy devices o [2002/09/28] ports/43454 www Packages hard to find, often missing o [2002/09/28] kern/43462 copying files from olympus C-4040 digital o [2002/09/29] bin/43501 getpwnam, getpwuid fail when linking agai o [2002/09/30] bin/43505 ssh session "crash" if you are typing sec p [2002/10/01] alpha/43567 alpha strtod() core dumps o [2002/10/02] bin/43592 mktime rejects dates at the start of dayl o [2002/10/02] kern/43599 Balloc did not check mallocated pointer i a [2002/10/02] kern/43605 luigi enabling polling in the kernel causes pag o [2002/10/03] bin/43635 filesystem damage not detected by fsck o [2002/10/04] alpha/43653 alpha rl(8) driver causes unaligned access trap o [2002/10/04] misc/43674 Able to bypass expired password o [2002/10/07] ports/43796 ports-bugs x11-toolkits/xview does not build on 5.0 o [2002/10/07] kern/43808 usb kernel panics o [2002/10/08] i386/43814 release 4.6 & 4.6.2 does not see the hard o [2002/10/08] standards/43837wollman PKST (pakistan daylight time) changed fro o [2002/10/08] ports/43847 ports-bugs new ports: babytrans,gsfv,mmail,tetradraw o [2002/10/09] conf/43851 Colorado backup unit o [2002/10/09] i386/43852 4.7-RC "device timeout" problem a [2002/10/09] kern/43885 ken USB CDROM does not work with vmware 2.x o [2002/10/10] kern/43887 abnormal CPU useage when use pthread_mute o [2002/10/11] java/43924 glewis writing from JAVA to a pipe sometimes han o [2002/10/11] bin/43930 ldconfig calls bcopy with wrong size o [2002/10/11] kern/43953 Backport of BMC5703 drivers o [2002/10/12] misc/43976 Binary upgrade to 4.7R fails if package ' o [2002/10/12] kern/43984 rp driver does not support multiple PCI c o [2002/10/12] bin/43993 /usr/sbin/usbd does not handle an usb eve o [2002/10/13] kern/44030 VNode/Swap troubles f [2002/10/14] kern/44063 sos ATA Tags (TQ) problems on 4.7-STABLE o [2002/10/15] kern/44087 fatal kernel trap when ifconfig a inet6 i o [2002/10/15] ports/44101 trevor Netscape 7 port fetches unspecified compo o [2002/10/15] kern/44126 lnc network hungup at large traffics on V o [2002/10/15] kern/44128 Machines hangs during boot, if ACPI is en o [2002/10/16] kern/44130 Enabled apm hangs up FreeBSD kernel on i8 o [2002/10/16] alpha/44147 alpha kdebase 3.0.4 will not build s [2002/10/16] misc/44148 installworld in 4.7-STABLE does not insta o [2002/10/17] i386/44178 kldload of snd_emu10k1 locks system o [2002/10/17] misc/44185 Problem adding route with -interface opti o [2002/10/17] ports/44192 edwin joe o [2002/10/18] kern/44202 -stable rp driver does not work with mult o [2002/10/18] bin/44256 gshapiro /etc/mail/Makefile doesn't build submit.c o [2002/10/19] conf/44263 Intel AnyPoint II Wireless Card Unrecogni p [2002/10/19] misc/44268 ache [PATCH] FreeBSD is missing lt_LT.ISO8859- o [2002/10/19] ports/44295 ports-bugs New port: MLton, an optimizing Standard M o [2002/10/21] kern/44355 After deletion of an IPv6 alias, the rout o [2002/10/23] kern/44417 luigi ipfw layer2 rules are not checked for eth o [2002/10/24] ports/44440 sobomax www/viewml won't compile if qt3 installed o [2002/10/26] i386/44497 NIC Lags? s [2002/10/26] bin/44504 mp tcsh-6.12.00's "source" command ignore co o [2002/10/26] kern/44512 pcm driver generates static half the time o [2002/10/26] kern/44514 X11 mouse pointer disappears upon suspend o [2002/10/27] bin/44518 ftpd does not show OPIE OTP challenge o [2002/10/27] bin/44519 ftpd.conf(5) contains references to ftpd( o [2002/10/27] kern/44542 Locking issues with pcm o [2002/10/28] gnu/44564 peter [PATCH] Aborted cvs session causes an end o [2002/10/28] bin/44567 ipfstat does not show IPv6 accounting inf o [2002/10/28] bin/44570 ftp behind VPN server fails host name loo o [2002/10/28] misc/44578 getnetgrent fails to read NIS netgroup ma o [2002/10/29] kern/44585 bug in lockmgr o [2002/10/30] i386/44745 Program written in C++ can hang system (s o [2002/10/30] bin/44750 usr.bin/make: parens in compound conditio o [2002/10/30] ports/44759 ports-bugs ghostscript-gnu-7.05_3 produces incorrect f [2002/10/31] ports/44799 dirk mysql323-server (3.23.53) fails to build o [2002/10/31] ports/44802 will games/xkobo broken on -current o [2002/11/02] ports/44835 knu portupgrade vs. docproj dependencies o [2002/11/03] kern/44853 Panic on resume o [2002/11/03] kern/44867 Frequent hard hangs on ASUS P4T-E/P4S-533 o [2002/11/05] kern/44936 ng_pppoe: relay session identifier does n o [2002/11/06] bin/44995 /usr/bin/limits thinks sbsize is number, o [2002/11/06] kern/45013 locking warnings in CURRENT o [2002/11/06] kern/45014 VLAN tag on frames received via em(4) are o [2002/11/06] kern/45023 flexlm does not run with linux-base-7, st o [2002/11/09] gnu/45168 Buffer overflow in /usr/bin/dialog o [2002/11/11] ports/45210 ports-bugs Broken Linux ABI Emulation in FreeBSD 4.7 o [2002/11/12] ports/45234 ports-bugs timidity++ portupgrade problem, removes s o [2002/11/13] bin/45272 dump/restore problem o [2002/11/14] docs/45303 doc Bug in PDF DocBook rendering o [2002/11/15] kern/45322 Panic on resume (zone: entry not free) o [2002/11/15] kern/45324 Re: 4.7 kernel does not find aha1 o [2002/11/16] kern/45353 silby Trivial local DoS via file table exhausti o [2002/11/17] kern/45373 softupdate / fs damaged after loss of pow o [2002/11/18] bin/45397 nectar Telnet dumps core when MAKE_KERBEROS5=yes o [2002/11/18] kern/45403 imp Cannot install -CURRENT via pccard networ o [2002/11/18] ports/45417 jim everybuddy installs modules in wrong plac o [2002/11/19] bin/45478 tjr /bin/sh coredump o [2002/11/19] bin/45484 paul pkg_update(1) does not correctly re-regis o [2002/11/19] ports/45490 ports-bugs tightvnc leaks connections o [2002/11/19] ports/45495 portmgr Fix port bsd.port.mk to build when there o [2002/11/20] i386/45525 Dell Inspiron 7000 does not recognize PC- o [2002/11/20] bin/45529 hexdump core-dumps with certain args [PAT o [2002/11/20] ports/45531 ports-bugs Upgrade port hyperlatex-2.5 to 2.6 o [2002/11/21] i386/45558 mdconfig and msdosfs make fs writes hang o [2002/11/21] i386/45565 qa sysinstall: write error, filesystem full o [2002/11/21] kern/45579 Panic from USB stack after device detach o [2002/11/24] bin/45669 des pam_ssh fails in presence of SIGCHLD hand o [2002/11/24] kern/45673 sound PC98 internal CS4231A is mis-detected to o [2002/11/24] kern/45679 sound Cannot record except 8bit-mono with CS423 o [2002/11/24] kern/45682 sound Sometime failed to record/play with CS423 o [2002/11/25] kern/45713 emoore If you use the amr driver, it is impossib o [2002/11/25] bin/45721 darrenr ipfilter's flags and icmp-type processing o [2002/11/25] bin/45723 ls(1)'s wrong behaviour with not searchab o [2002/11/25] kern/45733 file descriptor flags and socket flags ou o [2002/11/26] gnu/45744 /usr/bin/makeinfo sometimes segfaults o [2002/11/26] ports/45757 trevor mail/xc-mail: update to current (2.2) & c o [2002/11/26] conf/45766 rcNG broke non-system sshd startup o [2002/11/26] misc/45772 Kernel does not compile with IPFILTER opt o [2002/11/26] i386/45773 Softboot causes autoconf failure on Broad o [2002/11/26] kern/45777 crashdump issue with too-small dumpdev o [2002/11/27] ports/45805 ports-bugs security/sfs does not build on Alpha o [2002/11/29] docs/45833 trhodes nsmb.conf man page o [2002/11/30] ports/45894 sobomax wxgtk-2.2.9 conflicts with /usr/ports/dev o [2002/12/02] kern/45913 WaveLan driver problems with latest -CURR o [2002/12/03] kern/45966 TCPDEBUG kernel option broken by changes o [2002/12/03] ports/45972 tobez Perl system() calls will hang if the proc o [2002/12/04] bin/45990 dwmalone top dumps core if specific errors in pass o [2002/12/04] bin/45995 Telnet fails to properly handle SIGPIPE o o [2002/12/05] ports/46008 kiri [PATCH] Update mail/mew2 to Mew 2.3 o [2002/12/05] ports/46013 dbaker misc/dnetc: fix install error o [2002/12/05] i386/46017 smb mounts break /etc/periodic/weekly/310 o [2002/12/06] ports/46030 mharo ProFTPD 1.2.6 fails to build o [2002/12/06] kern/46036 inaccurate timeouts in select(),nanosleep o [2002/12/06] ports/46039 ports-bugs adzapper install fails out of the box o [2002/12/08] i386/46100 Random panic. o [2002/12/09] ports/46149 trevor Celestia build fix o [2002/12/09] java/46151 phantom Sound Capture works only one time o [2002/12/09] kern/46152 Panic in adw dumping to tape o [2002/12/10] bin/46175 Evolution reports "Generic error" creatin o [2002/12/10] kern/46176 umass causes kernel panic if device remov o [2002/12/11] ports/46180 ports-bugs lang/squeak3 creates $PREFIX/bin/squeak s o [2002/12/11] i386/46194 5.0-RC1 kern floppy load fails on AMD K6- o [2002/12/11] www/46195 www man page kadmind(8) not found at www.Free o [2002/12/12] i386/46223 PC-CARD presence makes kernel panic o [2002/12/12] kern/46226 5.0-RC1 ipfilter module [ipl.ko] fails to o [2002/12/13] kern/46239 posix semaphore implementation errors o [2002/12/13] misc/46245 AC'97 is not supported on ABIT BW7 p [2002/12/13] bin/46249 murray [PATCH] /usr/bin/cmp -x ignored on specia o [2002/12/15] java/46269 glewis ports/java: jdk 1.3.1 p7 fails to build w f [2002/12/15] ports/46278 edwin New Port: games/vegastrike o [2002/12/15] docs/46286 doc there's an omission and an error in the n o [2002/12/17] ports/46322 tobez lang/perl5 - string '0' (zero) is not con o [2002/12/17] ports/46338 ports-bugs cyrus-sasl-1.5.27_7 mysql_verify_password o [2002/12/18] bin/46352 Open file descriptors and signal handling o [2002/12/19] i386/46371 USB controller cannot be initialized on I o [2002/12/19] ports/46381 sumikawa racoon coredumps when talking to win2k o [2002/12/20] ports/46399 ports-bugs libdvxencore permissions o [2002/12/20] conf/46401 dougb [PATCH] /etc/rc.d/named doesn't create ch o [2002/12/20] kern/46405 [PATCH] Bad VLAN handling on NIC's with V o [2002/12/21] ports/46443 ports-bugs lang/jgnat compilation failure f [2002/12/21] i386/46446 make(1) core dumps on buildworld o [2002/12/22] i386/46484 System panics upon configuration of bge N o [2002/12/25] ports/46530 ports-bugs GtkAda2 links against unexistent libgthre o [2002/12/25] bin/46533 Inadequate validity checking on args to t o [2002/12/26] kern/46551 cbb driver hangs on Sony Vaio o [2002/12/26] i386/46553 System freezes after awakening from hiber o [2002/12/26] ports/46554 tobez fix a regex bug dealing with utf8 strings o [2002/12/27] kern/46557 ipfw ipfw pipe show fails with lots of queues o [2002/12/28] misc/46575 KERBEROS IV and KERBEROS V makes PicoBSD o [2002/12/28] kern/46576 FreeBSD 4.6 broke linux emulation install o [2002/12/29] kern/46618 USB (UHCI/ICH3) PALM connect/disconnect/c o [2002/12/29] kern/46619 Installation hangs on IBM Thinkpad T23 o [2002/12/29] kern/46626 Fatal error during compilation of 4.7-REL o [2002/12/31] i386/46646 snd_emu10k1.ko halting the system a [2002/12/31] kern/46647 silby Failure to initialize MII on 3Com NIC res o [2003/01/01] bin/46676 ru [PATCH] bsd.dep.mk restricts domain of ta o [2003/01/02] misc/46694 Getting DUP packets when in Promiscous mo o [2003/01/03] kern/46736 ISA audio CS4232 (HP Omnibook 5000C) work o [2003/01/03] ports/46741 ports-bugs PVM-POV fails trying to locate file/folde o [2003/01/04] kern/46752 bge(4) does not support Broadcom BCM5702C o [2003/01/04] bin/46761 buffer overflow by strcpy() in natd's arg o [2003/01/07] kern/46834 GENERIC kernel doesn't compile on Alpha a s [2003/01/07] ports/46846 lioux livecd: Running fails due to old patches o [2003/01/08] kern/46872 Make sound work on TV-cards with MSDP3415 o [2003/01/08] kern/46881 ether_input casts m_hdr to mbuf and cause o [2003/01/09] kern/46889 imp ax88790 support for ed(4) o [2003/01/09] misc/46902 Error with mount_smbfs and 15 Char Netbio o [2003/01/10] kern/46957 alfred [Patch] Bogus return value (-1==ERESTART) o [2003/01/10] ports/46964 ports-bugs Failure when running "make install" on ex o [2003/01/11] ports/46985 sobomax port x11-toolkits/py-wxPython broken on - o [2003/01/12] kern/47005 OHCI USB not noticing device detachments o [2003/01/14] ports/47061 ports-bugs Conflicting system headers by build of gr o [2003/01/14] ports/47089 ports-bugs multimedia/xmms - core dump (sig 10) whil o [2003/01/15] ports/47107 nbm sip port doesn't build o [2003/01/16] kern/47152 pseudo-device ef in kernel does not creat o [2003/01/17] ports/47177 ports-bugs Have biology/molden build and install the o [2003/01/19] ports/47212 lioux Port `multimedia/libdvdread' could not be o [2003/01/19] i386/47236 Console missing during bootup on Sony Pic o [2003/01/19] i386/47243 Onboard CMedia CMI8738 playback noise o [2003/01/20] ports/47245 znerd daemonctl scribbles over log file when si f [2003/01/20] kern/47255 5.0-RELEASE install boot floppies hang wi o [2003/01/20] ports/47273 portmgr Ports tree references wrong crypto librar o [2003/01/20] kern/47279 IBM 370 hangs on reboot o [2003/01/20] kern/47280 APCI functions crash / corrupt / fail to o [2003/01/20] ports/47285 lioux libmpeg2 fails to build on Alpha o [2003/01/20] kern/47286 device probing not verbose when using boo o [2003/01/21] ports/47298 paul pkg_update removes installed package even o [2003/01/21] ports/47303 wjv Update biology/p5-bioperl to latest relea o [2003/01/22] kern/47352 pcm/ac'97, dsp device busy o [2003/01/23] ports/47402 ports-bugs New Port: net/sysmon f [2003/01/23] ports/47405 ports-bugs scribus could not save russian letters an o [2003/01/23] i386/47412 fdisk core dumps (gdb) with gbde disc o [2003/01/24] i386/47449 Thinkpad 755CD floppy boot fails o [2003/01/24] kern/47451 5.0 GENERIC(sysinstall CD) locks during b o [2003/01/24] kern/47452 df(1) reports filesystem empty when it is o [2003/01/26] kern/47512 bash in gdb triggers kernel panic o [2003/01/26] kern/47531 mutex_d panics SMP kernel o [2003/01/28] kern/47586 [PATCH] fix information-leak (mounts) in o [2003/01/28] bin/47607 quota(1) misreports nfs quotas >= 4 GB o [2003/01/29] kern/47628 msdosfs file corruption fix o [2003/01/29] i386/47647 init died with signal 6 o [2003/01/29] kern/47648 creating alias on ethernet interface caus o [2003/01/30] ports/47700 ports-bugs New port: XawPlus, a 3D replacement for X o [2003/01/31] ports/47713 lioux multimedia/ffmpeg - "make deinstall reins o [2003/01/31] ports/47768 ports-bugs print/ghostscript-afpl gv (3.5.8_1) can't o [2003/02/01] kern/47786 imp patch for BUFFALO LPC3-CLX 10/100Base-T P f [2003/02/01] i386/47787 markm new 5.0 system without perl fails buildwo f [2003/02/02] ports/47807 knu ruby-bdb1 fails to install o [2003/02/02] ports/47809 ports-bugs New port: Ukrainian accounting system. o [2003/02/02] i386/47813 pseudo-device gre doesn't appear to work o [2003/02/02] ports/47829 ports-bugs New port: python bindings for gtkextra o [2003/02/03] ports/47842 cy security/tripwire fails to build under CU o [2003/02/03] kern/47871 Kernel panic in unpredictable moments o [2003/02/04] kern/47920 if ng_pppoe switches to nonstandard mode o [2003/02/04] i386/47934 /etc/rc.diskless1 does not get valid mem o [2003/02/04] kern/47937 hw.ncpu and kern.smp.cpus duplicate same o [2003/02/05] kern/47939 5.0-Current freezes when bktr device is o o [2003/02/05] ports/47942 lioux qmail-tls MASTER_SITES and naming convent o [2003/02/05] i386/47951 rtld in ld.so will livelock in some circu o [2003/02/05] alpha/47952 alpha DEFPA causes machine check with V5.0-rele f [2003/02/06] kern/48020 kernel system time running fast o [2003/02/07] kern/48033 FFS superblock flags are being ignored? o [2003/02/07] kern/48062 mount -o snapshot doesn't work on +100GB o [2003/02/07] ports/48073 ports-bugs ports version of linux-eagle missing libs o [2003/02/08] ports/48091 ports-bugs port install fails on minimum system o [2003/02/09] kern/48109 relaxed AML checking o [2003/02/09] kern/48116 Support for Synaptics touchpad o [2003/02/09] kern/48117 SMP machine hang during boot related to i o [2003/02/09] ports/48130 kris games/falconseye can't save games or bone o [2003/02/10] kern/48156 Bug in procfs(5) closed in jail. o [2003/02/11] gnu/48183 [patch] gdb on a corefile from a threaded o [2003/02/11] kern/48198 Non-jailed users can kill processes owned o [2003/02/11] ports/48199 mharo portlint doesn't complain about pkg-comme o [2003/02/13] bin/48271 bug with find's -delete option f [2003/02/14] kern/48279 Brooktre878 (bktr) may cause freeze o [2003/02/15] kern/48316 File size limit on NTFS filesystems o [2003/02/16] misc/48325 /etc/periodic/security/100.chksetuid does o [2003/02/16] conf/48326 ucom/uplcom user must make device file be o [2003/02/16] ports/48334 kde KDE System Guard (`sysutils/kdeadmin3') d o [2003/02/16] ports/48335 kde Bug in `kpackage' from `sysutils/kdeadmin o [2003/02/16] kern/48338 pcm audio driver hogs /dev/dsp?.? o [2003/02/16] ports/48343 ports-bugs Several issues with the www/zope port o [2003/02/16] ports/48346 dwcjr samba-devel port thinks 5-CURRENT is SVR5 o [2003/02/16] kern/48359 SiS 5597/8 USB + uscanner breakage o [2003/02/17] bin/48378 brian [PATCH] User-PPP MTU/MRU - LCP Problem o [2003/02/17] kern/48393 ufs2 snapshot code bugs p [2003/02/18] bin/48424 Integer overflow in cksum(1) and sum(1) f o [2003/02/18] kern/48425 Tape drive EOT handling problems in 4.7 o [2003/02/18] kern/48435 wierd file system behavior o [2003/02/19] misc/48461 murray $EDITOR on the fixit CD is wrong. o [2003/02/19] ports/48465 portmgr Wrong perl dependency in bsd.port.mk f [2003/02/19] docs/48472 doc Documentation unreadable. o [2003/02/20] ports/48506 lioux multimedia/libmpeg2 mcpu build problem on o [2003/02/22] kern/48560 Panic in if_vlan.c on CURRENT o [2003/02/23] kern/48609 panic: ufsdirhash_lookup: bad offset in h o [2003/02/23] kern/48614 VESA VGA modes for syscons lock up machin o [2003/02/24] ports/48637 ports-bugs Update for port devel/cppunit o [2003/02/24] bin/48648 FreeBSD 5/PAM: incorrect handling of spac o [2003/02/26] kern/48715 thomas atacontrol detach panics system when ATAP o [2003/02/26] bin/48730 burncd does not handle signals and causes o [2003/02/26] ports/48737 znerd java/jdk13-doc - 5572 files missing from o [2003/02/27] kern/48741 ipnat corrupts packets on gre interface w o [2003/02/27] kern/48752 freeze when installing 5.0 Release f [2003/02/27] kern/48753 freeze of 5.0-RELEASE related to NFS o [2003/02/27] kern/48755 5.0-p2 kernel panic probably filesystem r o [2003/02/27] kern/48758 kldunload if_{nic} can cause kernel panic o [2003/02/28] kern/48777 vidcontrol modes not restored on vt switc o [2003/03/01] ports/48803 kde KDE 3.1 (kxkb) break XKB configuration an o [2003/03/01] ports/48805 kde `Segmentation fault' for games/nethack34- o [2003/03/02] ports/48829 dirk [New Ports] php-dev (development versions o [2003/03/02] ports/48841 ports-bugs tls on postfix does not work (smtp and sm o [2003/03/02] ports/48852 kris sysutils/pstree can go into infinite loop o [2003/03/02] bin/48856 Setting SIGCHLD to SIG_IGN still leaves z o [2003/03/02] bin/48865 Dumps made on FreeBSD 5.0-RELEASE are unr o [2003/03/03] misc/48881 [PATCH] The influence of /etc/start_ifnam o [2003/03/05] kern/48952 uscanner0 hangs o [2003/03/05] bin/48958 standards The type 'bool' has different sizes for C o [2003/03/06] i386/48982 5.0 buildworld fails after openssl -DOVER f [2003/03/06] kern/48986 sos 5.0-R/4.7R system hangs on HighPoint RAID o [2003/03/07] kern/48996 Fatal trap 12 with incoming traffic from o [2003/03/08] kern/49040 problem mounting root; ffs_mountroot can' f [2003/03/09] bin/49048 [patch] ctm(1) does not check parent dire o [2003/03/09] ports/49056 trevor Festival fixes for newer GCCs [PATCH] o [2003/03/10] bin/49087 Signals lost in programs linked with libc o [2003/03/11] kern/49102 julian Resident set size calculation broken in 5 o [2003/03/11] i386/49116 ACPI module disables /dev/psm0 detection o [2003/03/12] ports/49966 des portupgrade -R for linux-opera breaks ins o [2003/03/13] misc/49984 openSSH crashes while password based auth o [2003/03/13] ports/49995 phantom Native JDK1.4.1 build fails if WRKDIRPREF o [2003/03/14] ports/49998 tg textproc/rman(rman-3.0.9) segmentation fa o [2003/03/15] ports/50030 kuriyama [Update Port] textproc/dsssl-docbook-modu o [2003/03/15] ports/50042 mbr ports/www/mod_frontpage causes Bad System o [2003/03/16] ia64/50059 kan GCC bug tracker (tracks GCC PR 10116) o [2003/03/16] ports/50062 knu portupgrade does not process directives f o [2003/03/17] ports/50083 lioux qpopper 4.0.5 tarball file permissions do f [2003/03/18] ports/50093 kde x11-toolkits/qt31 port lacks of configura o [2003/03/18] i386/50099 jhb [PATCH] AP initialization fails on some S o [2003/03/18] ports/50104 ports-bugs Zope package does not set sticky bit on v o [2003/03/20] kern/50149 Using Alcatel SpeedTouch results in "usb0 o [2003/03/21] ports/50162 adrian update ports www/squid to 2.5-stable2 o [2003/03/25] kern/50298 unlimited usage of AGP memory make system o [2003/03/25] ports/50305 ports-bugs multimedia/xmms-avi fails to build on CUR o [2003/03/27] kern/50348 On usb.ko unload usb and usbN devices are p [2003/03/28] bin/50384 robert pkg_version -v core-dumps when no package o [2003/03/28] ports/50402 knu glib20 port: pthread_getschedparam is mis o [2003/03/29] ports/50417 phoenix Phoenix does not respect /usr/X11R6/lib/b o [2003/03/29] ports/50418 phoenix Phoenix file "unix.js" links to old versi o [2003/04/02] kern/50541 scottl raidframe does not work o [2003/04/03] kern/50574 imp dc driver incorrectly detects ADMtek chip o [2003/04/04] bin/50612 4.7-4.8 BIND error (BIND goes haywire.) o [2003/04/05] kern/50621 panic while TCP6 bind() o [2003/04/07] kern/50683 fxp broken o [2003/04/07] ports/50694 lioux mail/qmail-ldap edit mismatch causes CLEA f [2003/04/08] bin/50733 buildworld won't build, because of linkin o [2003/04/08] kern/50741 "wiring down SCSI devices" as described i p [2003/04/10] bin/50770 tjr popen in libc_r not threadsafe o [2003/04/10] ports/50795 ports-bugs misc/solfege does not function o [2003/04/10] kern/50803 mbuf-related kernel panic (sbappendaddr) o [2003/04/11] kern/50807 NFS file locking as client deos not worki o [2003/04/11] kern/50827 [PATCH] no sane record locking on *nix. o [2003/04/11] kern/50839 silby icmp time-exceeded causes tcp connect to o [2003/04/11] ports/50844 ports-bugs MPlayer fails to build on Alpha o [2003/04/12] kern/50856 kernel panic if mounting /tmp as mfs with o [2003/04/12] i386/50887 MBR on kern.flp fails Compaq MBR validati o [2003/04/13] bin/50912 dwmalone Small syslogd & postfix incompatibility a o [2003/04/14] kern/50943 kernel panic to initialize NIC (Intel Pro o [2003/04/14] kern/50947 darrenr BUG: port eq 25 does not work anymore (po o [2003/04/15] ports/50975 anholt xclock segfaults o [2003/04/15] ports/51007 dirk cdda2wav rips glitches on 5.0 o [2003/04/16] ports/51069 wjv [PATCH] p5-XML-Twig does not correctly de p [2003/04/17] misc/51085 ache FreeBSD is missing ja_JP.eucJP locale. o [2003/04/17] ports/51089 lioux net/dctc refuses to connect to any hub f [2003/04/17] ports/51113 knu /usr/ports/lang/ruby build failure; sed? o [2003/04/18] ports/51128 ports-bugs It is not possible to build security/drwe o [2003/04/18] kern/51132 ipfw kernel part of ipfw1 processes 'to not me o [2003/04/18] www/51135 www Problems with the mailing-lists search in o [2003/04/18] ports/51139 ports-bugs [patch] ports/palm/coldsync dumps core o [2003/04/18] ports/51140 jedgar No documentation for the port databases/d o [2003/04/18] kern/51145 Audio Slows during Heavy I/O o [2003/04/18] misc/51146 Incorrect error message when configuring o [2003/04/19] ports/51159 ports-bugs linux-flashplugin-5.0r51 does not work wi o [2003/04/19] bin/51171 /bin/sh has only 32-bit arithmetics that o [2003/04/21] standards/51209standards [PATCH] add a64l()/l64a/l64a_r functions o [2003/04/21] kern/51243 Deadlock via syscons f [2003/04/21] bin/51253 syslogd crashes. o [2003/04/22] kern/51274 ipfw ipfw2 create dynamic rules with parent nu o [2003/04/22] ports/51281 tobez broken way of upgrading perl5.6.x to 5.8 o [2003/04/23] kern/51308 sound Creative SB32 doesn't work under CURRENT o [2003/04/23] kern/51309 rl driver problem on large file transfers o [2003/04/23] ports/51316 ports-bugs games/bsdtris: fails to run after install o [2003/04/23] kern/51318 Renice idle process not illegal; causes h o [2003/04/23] ports/51324 knu lang/ruby-devel fails to remove lib/ruby/ o [2003/04/23] kern/51332 njl QUIRK: BNCHMARK DLT1 requires SA_QUIRK_1F o [2003/04/23] ports/51334 ports-bugs [New Port] Zend Optimizer 2.1.0a f [2003/04/24] ports/51340 edwin [Maintainer Update] Port: devel/zziplib o [2003/04/24] kern/51341 ipfw ipfw rule 'deny icmp from any to any icmp o [2003/04/24] kern/51352 panic: malloc(M_WAITOK) in interrupt cont o [2003/04/24] kern/51392 PS/2 mouse is useless after updating from o [2003/04/25] misc/51409 us.emacs.kbd doesn't have 'boot' o [2003/04/25] ports/51423 ports-bugs palm/ports/pose fails to build o [2003/04/27] ports/51455 billf core dump when exiting ethereal o [2003/04/27] ports/51464 ports-bugs [Patch Port] devel/viewcvs (unforbidden) o [2003/04/27] gnu/51466 /usr/include/g++/bits/stl_vector.h:918: i o [2003/04/27] ports/51470 ports-bugs linux-opera7 repeatedly crashes when usin o [2003/04/28] ports/51539 tobez dual perl installation breakage? o [2003/04/29] ports/51573 tobez UPDATE databases/p5-BerkeleyDB o [2003/04/29] kern/51583 tjr [PATCH] allow to work with devices and so f [2003/05/01] ports/51657 dinoex apache problem o [2003/05/02] kern/51685 Unbounded inode allocation causes kernel o [2003/05/02] ports/51711 ports-bugs /usr/ports/emulators/linux_base will not o [2003/05/02] ports/51714 ports-bugs emulators/linux_base port fails to instal o [2003/05/05] ports/51789 ports-bugs high security hole in old dcgui/dclib por o [2003/05/05] ports/51807 ports-bugs g++295 can't parse header file f [2003/05/05] ports/51813 ports-bugs wrong mod_perl dependencies o [2003/05/05] bin/51827 getaddrinfo() is broken with numeric serv o [2003/05/06] ports/51837 murray [Unbreak Port] print/hugelatex (fix PLIST o [2003/05/06] bin/51892 can't ssh after su to different local use a [2003/05/06] ports/51906 portmgr tcl/tk 8.4 categories o [2003/05/07] bin/51927 routed(8) fails to use multicast with IFF o [2003/05/07] ports/51941 ports-bugs Compiling error in /usr/ports/japanese/gn o [2003/05/07] ports/51946 jedgar grub port looking for /dev/rfd0 o [2003/05/07] bin/51949 thread in accept cannot be cancelled o [2003/05/08] kern/51964 panic: race condition with realitexpire() o [2003/05/08] kern/51982 sio1: interrupt-level buffer overflows o [2003/05/09] kern/52002 the Fiber Channel isp driver does not wor o [2003/05/11] ports/52064 ports-bugs ns2 (ports/net/ns) was broken o [2003/05/11] ports/52065 ports-bugs port of ns2(ports/net/ns) was broken o [2003/05/11] ports/52067 anholt Machine reboots when loading X after cold a [2003/05/11] ports/52068 openoffice portupgrade of openoffice.org-1.0.3 stall o [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM a [2003/05/11] ports/52087 openoffice error while building japanese/openoffice o [2003/05/12] kern/52110 FS corruption when using unionfs o [2003/05/12] misc/52122 make release does not use proper binaries o [2003/05/12] kern/52128 Unable to floppy install on Toshiba Libre o [2003/05/13] ports/52154 keith chinese/xemacs21 configure error o [2003/05/14] ports/52236 phantom java/jdk14 does not build the Java Plugin o [2003/05/14] kern/52260 sys/net/if.c:if_detach in FreeBSD4 forget o [2003/05/15] java/52302 phantom jdk14 runnaway processes o [2003/05/16] ports/52318 ports-bugs ports/net/jabber-msn don't builds o [2003/05/16] kern/52331 4.7 to 4.8-REL upgrade: SCSI disks on sym f [2003/05/16] kern/52338 yar fdc(4) floppy disk driver & non-blocking o [2003/05/16] bin/52343 NIS login problem on the server o [2003/05/16] ports/52352 ports-bugs Postfix Configuration Summary Reporter o [2003/05/17] ports/52387 anholt XDMCP doesn't work [PATCH] o [2003/05/18] i386/52392 i386 Password lengths over 8 chracters are ign f [2003/05/18] kern/52412 tjr panic lockmgr on close() in ro nullfs o [2003/05/18] ports/52413 ports-bugs [Unbreak Port] net/mydns (fix LIB_DEPENDS o [2003/05/19] bin/52433 lines in /etc/group longer than 1024 char o [2003/05/19] ports/52436 mbr [Update Port] www/mod_auth_mysql_another o [2003/05/19] i386/52438 Promise TX2 Ultra100 hangs system o [2003/05/19] kern/52445 Kernel panics when mounting floppy on MFS o [2003/05/20] kern/52490 ^T'ing a zombie causes 'calcru: negative o [2003/05/20] ports/52498 ports-bugs Maintainer update of biology/tinker port o [2003/05/21] kern/52527 atacontrol detach 0 causes kernel panic o [2003/05/21] i386/52556 i386 Syskonnect SK9843SX, sk driver, MII not d o [2003/05/22] kern/52561 5.1-BETA install fails on Dell PowerEdge o [2003/05/22] i386/52581 i386 Boot loaders reading more than one sector o [2003/05/23] ports/52602 ports-bugs security/ident2 port segfaults when retur o [2003/05/23] i386/52610 i386 MSI "655 max" (MS-6730, SiS 655/963) MB A o [2003/05/24] i386/52638 i386 SCSI U320 on SMP server won't run faster o [2003/05/24] kern/52648 bonnie gives kernel panic in SMP but not o [2003/05/25] ports/52684 lioux x11/rxvt-devel distinfo incorrect o [2003/05/27] i386/52724 i386 crashes apparently due to a ACPI problem o [2003/05/27] kern/52728 vidcontrol 80x60 panics reproducably o [2003/05/27] kern/52729 panic: bremfree: removing a buffer not on o [2003/05/27] bin/52743 /etc/ppp/ppp.linkup instability issues f [2003/05/28] ports/52754 ports-bugs new beson expects ";" fixup parser o [2003/05/28] ports/52755 ports-bugs ports net/openldap21 has recursive depend o [2003/05/28] kern/52756 4.8 RELEASE installer(generic kernel) sta f [2003/05/28] ports/52774 znerd New port: mod_jk2 port (a clean build) o [2003/05/28] ports/52775 znerd New port: mod_jk2 slave port for apache2 o [2003/05/28] ports/52777 znerd New slave port: mod_jk-apache2 o [2003/05/30] kern/52812 FTP problems when using dummynet + ipfilt o [2003/05/30] kern/52817 top(1) shows garbage for threaded process o [2003/05/30] kern/52818 vm_fault() calls vput() on shared-locked o [2003/05/31] i386/52822 i386 5.1-BETA2 problems with named/syslogd/if_ o [2003/06/01] ports/52849 dirk [update/new port] Fix a security issue in o [2003/06/02] kern/52866 Fatal 12 pagefault... when I load kernel o [2003/06/02] kern/52868 NFS v3 shows a negative size with volumes o [2003/06/03] ports/52898 gnome o [2003/06/04] kern/52925 Gigabyte GA-8IK1100 motherboard hangs on o [2003/06/04] kern/52935 occasional panic in ip_input with IPSEC o [2003/06/04] kern/52936 Huge writes to nfs exported FAT filesyste o [2003/06/04] ports/52944 ports-bugs CUPS is not configurable on 4.8-RELEASE o [2003/06/05] kern/52962 discrepancy between ifconfig and wicontro o [2003/06/05] kern/52966 pdeuskar em0 not in promisc mode when bridging. o [2003/06/05] ports/52967 ports-bugs Checksum-with bdb/db o [2003/06/05] kern/52970 vidcontrol 80x60 panics reproducably o [2003/06/05] standards/52972standards /bin/sh arithmetic not POSIX compliant o [2003/06/05] i386/52975 i386 CPUTYPE=k7 results in non-functional /boo o [2003/06/06] kern/52988 mbr [patch] if_dc with ADMTek AN983B corrupts o [2003/06/07] kern/53008 [PATCH] genwakecode generates errornously o [2003/06/07] ports/53016 ports-bugs Fix for games/freebsd-games o [2003/06/10] i386/53137 i386 background fscking causing ffs_valloc pan o [2003/06/10] ports/53181 ports-bugs New port: postgresql-contrib o [2003/06/10] kern/53187 wi(4) monitor mode on PRISM2 not function o [2003/06/11] bin/53201 re buildworld 5.1-RELEASE on 4.8-STABLE fail o [2003/06/11] ports/53214 ports-bugs emulators/vmware3 tries to install emulat o [2003/06/12] kern/53249 Add ID's for Asus WL-100 card o [2003/06/12] kern/53257 malloc() never returns 0 o [2003/06/13] ports/53289 ports-bugs Add WITHOUT_X11 knob to `lang/ocaml' o [2003/06/13] ports/53290 lioux Adds russian charsets to `mail/spamoracle o [2003/06/15] kern/53334 o [2003/06/15] ports/53345 sobomax sdl12 fails o [2003/06/16] ports/53376 sobomax devel/sdl12: compilation breaks on recent o [2003/06/16] i386/53382 i386 Repetable panics in ffs_vget() on Prolian o [2003/06/16] ports/53392 ports-bugs mail/pyzor installed files permissions in o [2003/06/17] ports/53405 nbm [Update] Port: databases/phpmyadmin o [2003/06/17] ports/53414 ports-bugs port security/amavis-perl open filedescri o [2003/06/17] bin/53434 pw disallow a password including space. o [2003/06/18] kern/53447 poll(2) semantics differ from susV3/POSIX o [2003/06/18] ports/53458 ports-bugs irc/tr-ircd breaks on non-IPv6 kernels o [2003/06/18] ports/53459 dirk [PATCH] security upgrade sysutils/cdrtool o [2003/06/18] ports/53479 trevor [Update] ports/print/acroread5 (includes o [2003/06/18] kern/53481 5.1R does not recognise xl0 at every star o [2003/06/19] ports/53489 ports-bugs [misc fixes] news/pyne: Fix configure fai o [2003/06/19] ports/53504 knu pkgdb -F causes ruby to fail (can not all o [2003/06/19] ports/53508 ports-bugs security/newpg: gpgsm dumps core (while i o [2003/06/19] ports/53533 ports-bugs palm/pilot-link does not compile on 5.1-R o [2003/06/20] ports/53544 ports-bugs [patch] net/poptop does not install + mor o [2003/06/20] ports/53546 dougb Update port: graphics/xpdf (includes secu o [2003/06/20] standards/53554standards interval timers not cleared in fork() o [2003/06/20] ports/53561 dirk patch to fix fail configure for mysql323 o [2003/06/20] kern/53566 IBM Eserver (245 || 345) + ServeRaid 5i i o [2003/06/20] bin/53573 amd mounts only first session of a multis o [2003/06/21] kern/53601 Quirk entry for Casio Exilim EX-S3 digita o [2003/06/21] bin/53606 ntpdate seems to hang system o [2003/06/22] ports/53607 gnome Gimp dumps core when sharing memory with o [2003/06/22] ports/53609 ports-bugs [Maintainer Update] Port: lang/php4 1231 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1995/01/11] i386/105 standards Distributed libm (msun) has non-standard s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/11/20] kern/831 one minor complaint about the kernel visu a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 tegge vm statistics are bad s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po o [1997/01/10] bin/2442 setusershell()/endusershell() missing a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d s [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/10] bin/2934 cracauer sh(1) has problems with $ENV s [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) f [1997/05/16] bin/3608 jkoshy Telnet in linemode will break apart long o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/07/18] bin/4116 Kerberized login as .root fails to s [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 jmallett find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 qa Can't fixit with an NFS-mounted CD. o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp o [1998/01/11] bin/5483 Login(1) clears utmp entry o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 jkoshy Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/10] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 nik [PATCH] Add /usr/local/share/mk to defaul f [1998/03/06] i386/5932 perfmon kernel code should check for non- f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl p [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/18] conf/6346 joe Kernel version strings need to relate to s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv s [1998/05/29] bin/6785 place for all the default dump flags s [1998/06/01] kern/6820 jesper cd9660_mount NULL pointer deref for no CD o [1998/06/22] ports/7023 portmgr bsd.port.(%|subdir.).mk patches for size a [1998/07/01] bin/7136 markm kerberized telnetd doesn't use gettytab % s [1998/07/10] misc/7232 qa Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/19] bin/7324 mtm Suggestions for minor modifications to ad s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/22] kern/7722 Changes to acct format s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/19] kern/8376 tjr CLOCK_VIRTUAL not implemented o [1998/10/27] i386/8474 repquota does not pick up NIS information a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in f [1998/10/30] kern/8498 dwmalone Race condition between unp_gc() and accep o [1998/11/27] i386/8867 qa /stand/sysinstall core dumps (signal 11) a [1998/12/18] bin/9123 pax can't read tar archives that contain f [1998/12/28] misc/9220 ache nvi: catalog: mistake in Russian error me o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy a [1999/01/05] bin/9333 jkoshy timestamp dump's progress o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi a [1999/01/28] bin/9770 jmallett An openpty(3) auxiliary program o [1999/01/29] i386/9777 cg Generic AD1816 sound suport in Luigi's pc o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/03/02] bin/10358 yar ftp(1) has problems with long pathnames o [1999/03/15] bin/10611 timed enhancement o [1999/03/17] kern/10641 groudier Default sync rate in ncr SCSI driver is s o [1999/03/19] gnu/10670 peter cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/04/11] bin/11085 Per-host configuration for syslog.conf p [1999/04/11] bin/11092 johan readlink(1) from OpenBSD f [1999/04/13] bin/11114 tjr make(1) does not work as documented with o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 f [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor o [1999/06/07] kern/12071 fanf [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/21] conf/12324 qa Sysinstall's fdisk partition editor is mi o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 peter kldload(8) should be more sensitive to er o [1999/07/08] ports/12566 billf a guide to pyrotechnics o [1999/07/25] bin/12801 nvi infinite recursion with options "left o [1999/08/04] ports/12952 portmgr make _PORT_USE touch cookies by variable, f [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/12] bin/13108 authunix_create_default includes egid twi a [1999/08/13] bin/13128 cy pkg_delete doesn't handle absolute pathna o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for ' cannot be used in "via" o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se o [2000/06/01] ports/18960 portmgr Add USE_APACHE to bsd.port.mk for Apache o [2000/06/03] bin/18992 brian log packets blocked by filter rules o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel o [2000/06/19] misc/19391 emulation Evilness with Linux Terminus, causes X to o [2000/06/20] misc/19406 setenv() allocates memory which is not fr o [2000/06/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup s [2000/06/28] conf/19573 des Dot Files for Optional Shells o [2000/06/30] ports/19594 trevor update port: qrash o [2000/07/01] bin/19635 add -c for grand total to df(1), like du( o [2000/07/02] gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1 o [2000/07/03] bin/19683 green mount displays incorrect mount point on f a [2000/07/03] kern/19686 yokota splash screen fails o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/07] kern/19756 Inability to use linux extended partition o [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. o [2000/07/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 ambrisko Run Fit it floppy from serial port o [2000/07/12] kern/19871 alfred select on named pipes always returns 'ava o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/20] bin/20054 yar ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] misc/20166 billf Corrections & additions to games/quiz/dat o [2000/07/26] bin/20204 ps more doesn't handle 8-bit characters prop o [2000/07/27] kern/20214 dec kernel routing bug for nexthop is routed o [2000/07/28] ports/20270 ade libtool needlessly runs ldconfig after in o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is s [2000/07/31] misc/20333 des ftp login fails on unix password when s/k o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/02] ports/20359 demon New port: Apache-mod_perl_guide f [2000/08/02] bin/20371 mbr dhclient inserts bogus configurations o [2000/08/03] kern/20384 n_hibma Phase errors with Zip650 CD on USB o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/03] bin/20391 jhb sysinstall should check debug.boothowto s o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/09] bin/20501 mjacob extra flag to dump to offline autoloaders a [2000/08/10] ports/20520 olgeni New port: lang/mercury o [2000/08/10] docs/20528 standards sysconf(3) manpage doesn't mention posix. o [2000/08/10] kern/20529 wpaul gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 peter top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/23] kern/20804 deadlocking when using vnode disk file an f [2000/08/24] misc/20830 kernel link problems with Olicom token ri o [2000/08/26] bin/20881 There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 qa /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in o [2000/09/04] docs/21024 bde pow() ERANGE bug o [2000/09/05] conf/21059 marcel `make -jN buildkernel' can't keep source o [2000/09/05] misc/21070 marcel default setting of ${SUP} in Makefile.inc o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm o [2000/09/12] kern/21222 wrong behavior of concurrent mmap()s on N o [2000/09/12] kern/21229 Proper value for vfs.nfs.access_cache_tim o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm o [2000/09/16] bin/21315 Shells often behave oddly when executing o [2000/09/24] bin/21519 standards sys/dir.h should be deprecated some more f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q s [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 obrien AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] misc/21675 Better and more disktab entries for MO dr o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/05] bin/21766 [PATCH] add -s (skip) flag to head(1) o [2000/10/05] kern/21768 rwatson shouldn't trailing '/' on regular file sy a [2000/10/06] kern/21807 [patches] Make System attribute correspon o [2000/10/07] docs/21826 wollman ARP proxy feature lacks documentation o [2000/10/09] kern/21859 fanf Allow the syncer to be slowed down o [2000/10/09] ports/21885 portmgr bsd.port.mk: test for old layout is too o [2000/10/14] conf/21994 qa Config of Anonftp (at install) always cre o [2000/10/16] bin/22033 iedowse [PATCH] to pw(8) to allow encrypted passw o [2000/10/16] bin/22034 nfsstat lacks useful features found in So o [2000/10/18] misc/22073 xonsole: couldn't open console f [2000/10/18] conf/22102 Local scripts get run before securelevel o [2000/10/21] bin/22182 vi options noprint/print/octal broken o [2000/10/21] misc/22190 A threaded read(2) from a socketpair(2) f o [2000/10/21] bin/22198 inet_ntop may set errno to ENOSPC and nee o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m s [2000/10/27] bin/22351 green sed(1) fails with backslash on buffer bou o [2000/10/30] ports/22412 taoka two extraneous ports and one name change o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) o [2000/11/02] ports/22550 cy Patch for conserver for log file rotation o [2000/11/04] bin/22612 schweikh crontab -e failures a [2000/11/08] misc/22696 luigi picobsd build with router configuration c o [2000/11/08] ports/22698 portmgr Ports' rc.d files should use rc.conf o [2000/11/09] bin/22730 fenner tcpslice doesn't handle long file offsets o [2000/11/14] docs/22861 dd newsyslog man page is misleading and inco o [2000/11/15] kern/22868 getsockname may return an incorrect addre o [2000/11/15] misc/22873 markm Perl's core'h conflicts with ncurses.h o [2000/11/17] misc/22914 bootinst messages are not updated s [2000/11/17] conf/22916 green Ssh/sshd binaries lacks kerberos support o [2000/11/23] conf/23063 ru [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser o [2000/11/27] misc/23148 getopt(3) works non-intuitively? o [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w o [2000/12/01] bin/23204 length of salt in crypt() is not the same o [2000/12/02] bin/23233 kris Reincorporate /usr/bin/error in the FreeB a [2000/12/03] bin/23254 fenner yacc accepts bad grammer o [2000/12/05] kern/23304 standards POSIX clock_gettime, clock_getres return o [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B f [2000/12/07] misc/23362 fenner tcpdump wrong on sppp CISCO_HDLC encoded a [2000/12/09] conf/23402 qa sysinstall upgrade ought to check partiti p [2000/12/11] bin/23472 mp gdb weirdness on programs compiled with - o [2000/12/13] kern/23520 sb0 old style audio support in 4.2-RELEAS o [2000/12/13] misc/23539 marcel make installworld from nfs mounted /usr/s o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/15] i386/23562 markm telnetd doesn't show message in file spec o [2000/12/15] ports/23581 portmgr Updates to bsd.port.mk to detect changing o [2000/12/18] bin/23635 mike [PATCH] whois enhancement - smarter whois o [2000/12/24] ports/23822 trevor mtree entries for German X11 man pages a [2000/12/28] bin/23912 sheldonh underflow of cnt in vs_paint() by O_NUMBE o [2001/01/04] bin/24066 mp gdb can't detach from programs linked wit p [2001/01/07] misc/24132 mp gdb output is wrong (same as #13427 ?) o [2001/01/07] kern/24141 sound emu10k1 has trouble playing non-44.1KHz s o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' o [2001/01/12] ports/24299 ports-bugs Configure the synaptics touchpad. o [2001/01/16] misc/24384 4.1 Cant add entry to neighbour discovery o [2001/01/16] bin/24390 Replacing old dir-symlinks when using /bi o [2001/01/18] bin/24435 qa Changing slice type causes Auto-partition o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us o [2001/01/21] misc/24513 peter new options for pppd p [2001/01/21] conf/24515 dougb Fix for find(1) warning in /etc/rc o [2001/01/21] bin/24521 green ssh-agent exits when authenticating DSA v o [2001/01/22] kern/24528 Bad tracking of Modem status o [2001/01/23] bin/24592 cjc dmesg.boot Gets Overwritten without Reboo o [2001/01/25] ports/24651 mharo portlint gives a bogus warning o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/01/30] misc/24746 green SSH terminal hangs on large paste of data o [2001/01/30] ports/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/31] bin/24757 yar ftpd not RFC compliant o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/03] kern/24827 yokota Erratic Intellimouse Explorer in 4.1 and a [2001/02/05] docs/24869 hmp Some text elf.5 is duplicated o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] misc/24907 qa Options screen at MenuMedia menu problem o [2001/02/07] ports/24940 demon prolem with Tnm::icmp echo command due to o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24959 jesper proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/08] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/09] ports/24983 nobutaka Emacs ports have misleading names o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu p [2001/02/11] docs/25016 ru symlink(7) manpage says symlinks have no o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/13] bin/25070 gad newsyslog(8) should send signals only onc o [2001/02/13] bin/25085 msmith mlxcontrol utility fails silently if devi o [2001/02/15] misc/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s f [2001/02/21] bin/25263 green openssh and /etc/login.access does not wo o [2001/02/21] bin/25273 add fs type feature to vnconfig(8) to all f [2001/02/22] bin/25278 dd bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/26] kern/25386 cg Incorrect mixer registers (line & synth) o [2001/02/27] kern/25445 kernel statistics are displayed in wrong o [2001/02/28] bin/25462 daemon(3) fails if called by a session le o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) p [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/04] kern/25521 Laptop with FreeBSD4.2 freezes in battery f [2001/03/04] conf/25527 `man ldconfig' does not reflect its behav o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 anholt XFree86-4 port installs manual pages with o [2001/03/07] bin/25598 patch to let ftpd output message when cha s [2001/03/09] bin/25627 Cannot append hash after .elif in Makefil o [2001/03/11] bin/25723 green OpenSSH on 4.2 excessively regenerates RS o [2001/03/12] bin/25724 quota(1) outputs wrong limits about NFS q o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] bin/25736 ac -d option probrem with overdays logon f [2001/03/13] kern/25777 atime not updated on exec a [2001/03/13] ports/25779 portmgr (patch) make fetch-list should list all m o [2001/03/14] gnu/25794 markm [PATCH] make perl use a decent random num f [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. o [2001/03/18] kern/25909 4.x kernel freezes on P3-Asus CUSL2-C mot o [2001/03/18] kern/25910 cg Kernel sound driver may die if a program o [2001/03/19] misc/25917 green Paste thrue SSH Secure Shell v.2.4.0 (bui f [2001/03/22] docs/26003 rwatson getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v a [2001/03/22] docs/26006 jeff Changing zone(9) man page p [2001/03/22] kern/26016 iedowse VMWare is crash on SMP machine o [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/28] ports/26192 ports-bugs apel appeared both in xemacs/site-package o [2001/03/29] bin/26201 telnet SRA password exchange trap when no o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 chris *printf(3) etc should gain format string o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 Defaults for NFS mounts over TCP are slow a [2001/04/04] kern/26348 hm [pcvt] scon -s, page fault in HP mode o [2001/04/04] bin/26359 [PATCH] a minor nit in how netstat detect o [2001/04/06] bin/26375 markm PAMized su allows non-wheel members to su o [2001/04/09] kern/26454 cg mixer volume settings on Maestro-2E (Diam o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn o [2001/04/10] conf/26488 dougb incomplete named sandbox information a [2001/04/13] docs/26532 green ".Ql ?" becomes "`'?" through nroff (and a [2001/04/13] kern/26534 ipfw Add an option to ipfw to log gid/uid of w o [2001/04/13] kern/26547 ambrisko "lnc" problem with shared memory mode wit o [2001/04/13] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/14] kern/26584 kernel boot messages aren't logged correc o [2001/04/16] kern/26618 unmount(2) can't unmount a filesystem who p [2001/04/17] misc/26646 srand() provides only 8-bit table o [2001/04/17] misc/26658 update to src/usr.bin/calendar/calendars/ o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/18] misc/26695 CHANGE REQUEST: kill(all) -l output o [2001/04/22] kern/26787 dd sysctl change request s [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 peter old bootstrap /sys/i386/boot/... still in a [2001/04/25] bin/26854 sound Better fix for ESS Technology Maestro-2E o [2001/04/26] misc/26879 darrenr mkfilter not installed, yet referred to v o [2001/04/27] ports/26904 jim New port(?): net/everybuddy-i18n (i18n pa o [2001/04/28] bin/26919 qa sysinstall' fdisk can ONLY set bootable f o [2001/04/29] docs/26943 doc [patch] description of :C modifier is mis o [2001/04/30] i386/26994 obrien AMD Athlon Thunderbird not known to ident o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod o [2001/05/01] ports/27019 marcel patch supplied in PR ports/26976 breaks l o [2001/05/02] misc/27039 new syscons screensaver o [2001/05/04] java/27075 sobomax Port java/javavmwrapper installs no man p o [2001/05/04] java/27079 sobomax Improvements for javavmwrapper? o [2001/05/06] bin/27163 cracauer sh trap TSTP () deadly hangs f [2001/05/07] bin/27188 jon fix of rsh non-interactive mode behaviour o [2001/05/08] ports/27200 greid new port: bed (binary editor) o [2001/05/08] i386/27216 qa Can not get to shell prompt from serial c o [2001/05/09] kern/27232 On NFSv3 mounted filesystems, stat return o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] bin/27268 fdisk does not recognize Linux extended p o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes f [2001/05/12] bin/27283 brian netstat -i missing IPv4 input packet coun o [2001/05/12] bin/27289 green SSH don't do correct diagnostic when no r o [2001/05/13] i386/27306 mp hw watchpoints work unreliable under gdb o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/20] misc/27471 Linux emulation is missing code needed to o [2001/05/20] bin/27483 qa make sysinstall ask for the keymap at ins o [2001/05/23] kern/27571 bp Changing policy of shadowing files and di o [2001/05/23] bin/27604 change truncate to support low case size o [2001/05/24] i386/27627 machdep.tsc_freq does not exists on machi o [2001/05/25] misc/27633 Mapping for serbian keyboards, follows IS o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/05/27] bin/27697 assar trouble compiling libroken o [2001/06/01] misc/27829 pax's uid/gid cache is read-only a [2001/06/02] docs/27833 cjc No man page for locate.rc o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe s [2001/06/02] docs/27843 alex [PATCH] make.conf WITH_* variables aren't o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/07] alpha/27930 NE2000 not supported on FreeBSD Alpha 4.x o [2001/06/07] alpha/27933 alpha Time jitter under load on FreeBSD 4.3 alp a [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 o [2001/06/08] bin/27972 losing information with talk o [2001/06/10] i386/28023 sendmail tries to get the netgraph.ko mod a [2001/06/11] conf/28081 murray /stand/sysinstall errs out if /cdrom/ alr o [2001/06/13] ports/28121 netchild New port: 3D modelling and animation syst o [2001/06/13] ports/28138 tg python os.statvfs module is not functiona a [2001/06/15] gnu/28189 [PATCH] fix for detecting empty CVS commi o [2001/06/16] kern/28206 bp UMAPFS module should depend on NULLFS - p o [2001/06/17] misc/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/17] kern/28247 harti ATM/HARP driver for IDT and ForeLE ATM ca o [2001/06/18] misc/28255 picobsd documentation still references ol s [2001/06/18] kern/28260 standards UIO_MAXIOV needs to be made public o [2001/06/20] kern/28297 change request for sys/i386/conf/NOTES o [2001/06/21] bin/28333 rtprio/idprio setuid problems s [2001/06/22] i386/28346 n_hibma USB ethernet dongle detach requires "ifco o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl o [2001/06/23] ports/28365 wosch Typical use of portchecheckout breaks int o [2001/06/23] docs/28371 phk malloc(2) man page correction p [2001/06/27] misc/28455 GNU readline should be updated to 4.2 p [2001/06/27] misc/28456 murray german keymap with dead keys o [2001/06/27] ports/28471 keith no iso8859 font o [2001/06/28] misc/28494 n_hibma ugen usable only from "attach" or by usbd o [2001/06/30] docs/28555 trhodes [PATCH] style(9) isn't explicit about boo o [2001/06/30] kern/28566 bp Mount_null loopbacks can hang startx temp o [2001/07/01] bin/28620 ru xinstall has no way to pass options to st o [2001/07/02] ports/28644 jmz Make error when rebuilding xdvi o [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co o [2001/07/07] ports/28803 cy ports/comms/conserver does not support ## o [2001/07/08] ports/28810 lioux qpopper 4.0.3 + PAM modification; HAVE_SH o [2001/07/10] ports/28887 brian [PATCH] sandbox for httptunnel! o [2001/07/10] kern/28888 mbr Acer 8000 NIC not detected correctly o [2001/07/11] misc/28890 merge.c compares int i against size_t siz a [2001/07/13] docs/28949 phk the mknod(8) man page stills refers to bl o [2001/07/14] bin/28972 dwmalone gamma returns same result as lgamma o [2001/07/14] i386/28975 mjacob RocketPort problems o [2001/07/14] misc/28980 Fujitsu/Siemens Lifebook E-6540 stalls wh o [2001/07/15] bin/28988 We need more simple message digesting too o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy o [2001/07/19] misc/29077 imp At loading notebook pccardd not correctly f [2001/07/19] misc/29089 Some kind of fsbn0 error... o [2001/07/20] misc/29103 make (1) dump core while processing ^C fr o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis o [2001/07/22] ports/29154 nik TeX resource settings from MAKE_ENV in pr o [2001/07/23] conf/29167 rc.pccard doesn't check /var/run/pccardd. o [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out o [2001/07/25] ports/29223 portmgr cyrus-imapd and postfix master.8 manpage o [2001/07/25] kern/29233 VIA 82C686 AC97 codec gets probed as 'chi o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP o [2001/07/27] kern/29264 Recovery from LIPs on FCAL using isp not s [2001/07/28] misc/29292 sos The functional addtion to burncd(8) o [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p f [2001/07/29] kern/29307 NIC Initialization fails on dual CPU syst o [2001/07/29] misc/29312 sound Using mixer on pcm misbehaves with onboar f [2001/07/29] kern/29318 mjacob Exabyte 8200 needs SA_QUIRK_1FM and SA_QU o [2001/07/31] kern/29355 mux [patch] lchflags support o [2001/08/01] bin/29363 gad [PATCH] newsyslog can support time as ext f [2001/08/02] kern/29395 reaction on ctrl-alt-del - poweroff, halt o [2001/08/03] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use o [2001/08/07] misc/29529 dcs Boot prompt "?" command doesn't list "boo f [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes f [2001/08/08] misc/29550 duplicate pings jinside of vmware 2.0 o [2001/08/09] bin/29581 nectar proposed gethostbyXXXX_r() implementation o [2001/08/11] kern/29621 n_hibma Missing man page for ulpt f [2001/08/13] ports/29691 portmgr New port variable USE_COMPAT_LIB - bsd.po o [2001/08/14] kern/29698 linux ipcs doesn'work o [2001/08/15] kern/29727 amr_enquiry3 structure in amrreg.h (amr d f [2001/08/16] kern/29777 n_hibma kernel uscanner.c contains wrong vendor a a [2001/08/17] docs/29807 trhodes [PATCH] XFREE86_VERSION is undocumented f [2001/08/18] bin/29850 markm ftpd.c doesn't check via PAM/pam_acct_mgm o [2001/08/19] conf/29870 rc.diskless2 uses /usr/sbin/mtree before o [2001/08/20] misc/29893 qa suggestions for 4.4 sysinstall o [2001/08/20] bin/29897 markm pam_unix patch, which uses loginclass pas o [2001/08/20] kern/29915 kernel panics on interaction with mlock a o [2001/08/21] ports/29929 ports-bugs wginstall.pl script chokes on calculated o [2001/08/22] bin/29961 ru A4 paper size for groff knob for /etc/mak a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/08/24] kern/30052 mbr dc(4) driver queues outgoing pkts indefin o [2001/08/27] ports/30148 ade devel/libtool: shared libs with compaq-cc f [2001/08/28] kern/30160 Kernel panic when flash disk is removed a f [2001/08/28] kern/30179 FreeBSD 5.0 install hangs: deviceTry: mak o [2001/08/29] misc/30186 getaddrinfo does not handle incorrect ser o [2001/08/29] kern/30200 yokota Bug in psm in 4.4-RC o [2001/08/29] ports/30201 msmith editors/wordperfect in ports is not usabl f [2001/08/29] i386/30206 PS/2 server 85 can't boot kern.flp o [2001/08/29] misc/30213 Fatal Errors of Server Programe f [2001/09/01] kern/30257 apm enabled kernel panics (4.4-RC) o [2001/09/03] conf/30301 Default printcap "mx" config too small o [2001/09/04] misc/30320 n_hibma USB mouse does not work after return'ing o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro o [2001/09/05] bin/30360 vmstat returns impossible data o [2001/09/06] bin/30392 sh: incorrect value of $? in here-documen o [2001/09/07] misc/30412 rtdl/dlopen() fails to merge common varia o [2001/09/07] kern/30422 WDT hardware watchdog driver & daemon o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while o [2001/09/08] docs/30442 trhodes remove broken referemce to gettime(9) fro p [2001/09/08] docs/30443 trhodes remove broken reference to kerberos(1) fr o [2001/09/09] i386/30461 sound no audio cd with cmi8330 o [2001/09/09] bin/30464 pthread mutex attributes -- pshared f [2001/09/09] bin/30471 brian periodic script output to a file always a o [2001/09/10] ports/30499 ade libtool-1.4.1 port diffs o [2001/09/11] misc/30517 using sysinstall with install.cfg has no o [2001/09/12] bin/30542 [PATCH] add -q option to shut up killall o [2001/09/13] kern/30570 boot loader don't reacts on USB keyboard o [2001/09/14] ports/30573 nakai /usr/X11R6/bin/xfce_setup does not create o [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri p [2001/09/17] kern/30634 kbyanc kevent.data value incorrect for UDP socke o [2001/09/18] bin/30654 gad Added ability for newsyslog to archive lo f [2001/09/18] bin/30661 alfred FreeBSD-current fails to do partial NFS f a [2001/09/20] bin/30685 cjc Patch for usr.bin/hexdump o [2001/09/20] i386/30700 sound Applications cannot synchronize sound usi o [2001/09/22] ports/30732 obrien bash2 - pkg-plist fix and sample files ad a [2001/09/22] bin/30737 murray sysinstall leaks file descriptors on rest o [2001/09/23] ports/30754 nakai x11/dgs port overwrites a number of files o [2001/09/23] ports/30777 portmgr add a 'make pkg-plist' make target in por f [2001/09/24] ports/30788 sobomax compile works, install fails of graphics/ o [2001/09/25] bin/30812 giant termcap database update o [2001/09/25] bin/30819 /bin/mv results in warnings when /bin/cp o [2001/09/26] ports/30848 roam courier imapd won't compile with vpopmail o [2001/09/26] bin/30854 bootpd/bootpgw change - skip ARP modifica o [2001/09/26] misc/30857 intr_machdep.c allows access out of array o [2001/09/26] i386/30860 While install after "Mounting root from u o [2001/09/27] bin/30863 bootpd/dovend.c Win95 compatibility impro o [2001/09/27] ports/30870 ports-bugs httpd in free(): warning: recursive call o [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/09/30] ports/30929 brian [net/pppoa] use usbd to initialize USB AD o [2001/09/30] ports/30936 taoka pips-sc880 installed script contains inco o [2001/09/30] conf/30938 Improving behavior of /etc/periodic/daily o [2001/09/30] kern/30951 Optimize page queue scan on miss of speci o [2001/10/01] alpha/30970 alpha Ensoniq 1371 (Creative chipset) does not o [2001/10/04] bin/31034 dwmalone regularly add original address logging fo o [2001/10/04] kern/31048 linprocfs:/proc/meminfo cannot handle mul p [2001/10/04] bin/31052 fenner Traceroute needs update f [2001/10/07] misc/31097 main thread will accept() failure when so o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/10/10] bin/31199 tunefs error is incorrect when enabling s o [2001/10/10] bin/31201 [patch] add free_space(chunk) to libdisk o [2001/10/15] misc/31297 yokota New screen blanker module for syscons o [2001/10/18] i386/31353 'shutdown -p' does not work on SMP Tyan T o [2001/10/19] misc/31380 NFS rootfs mount failure message too cryp o [2001/10/20] bin/31387 When getuid()=0, mailwrapper should drop o [2001/10/21] i386/31427 minor incorrect code in sys/i386/i386/pma o [2001/10/22] bin/31432 umount(8) and unmount(2) don't corespond o [2001/10/22] kern/31445 sound cat sound.au > /dev/audio fails for sound a [2001/10/23] kern/31455 n_hibma [PATCH] ohci driver probrem when send dat o [2001/10/23] kern/31456 Register number definition for AMD PCnet f [2001/10/25] kern/31490 Panic in sysctl_sysctl_next_ls on empy no o [2001/10/26] kern/31521 cg pcm0 plays too fast on Intel 82801BA (ICH f [2001/10/27] i386/31535 Can't reboot system: Tyan Thunder K7+ Dua o [2001/10/29] bin/31588 change request to allow mount(1) to set t o [2001/10/29] kern/31624 writev may return undocumented ECONNRESET o [2001/10/30] ports/31630 jmz Port se-ispell install the dictionary in o [2001/10/30] kern/31647 socket calls can return undocumented EINV o [2001/11/01] i386/31686 Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde f [2001/11/02] i386/31716 FreeBSD uses broken tsc timecounter by de o [2001/11/05] gnu/31772 New option in dialog(1) o [2001/11/09] misc/31890 new syscons font o [2001/11/10] bin/31906 No method available to unwind atexit(3) s o [2001/11/11] ports/31910 greid comms/sms_client o [2001/11/12] bin/31933 pw can interpret numeric name as userid d a [2001/11/12] ports/31943 dirk mysql323-server port hostname look up fai f [2001/11/13] kern/31971 microuptime() went backwards when apm is o [2001/11/14] misc/31981 (mis)feature in getnetent parsing -- comm o [2001/11/14] bin/31985 New /etc/remote flag for tip to append LF o [2001/11/14] bin/31987 patch to allow dump(1) to notify operator s [2001/11/15] i386/32014 ppi locks up system during boot o [2001/11/15] docs/32020 doc loader.8 manpage missing tunables o [2001/11/16] ports/32039 greid UPDATE devel/asmutils 0.14 -> 0.15 o [2001/11/16] docs/32054 doc inconsistency between index.3 and rindex. o [2001/11/17] conf/32067 Problems with spanish keyboard in console o [2001/11/18] bin/32092 crypt pickups the wrong password format o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc o [2001/11/20] standards/32126standards getopt(3) not Unix-98 conformant f [2001/11/20] misc/32144 murray unattended install with sysinstall doesn' o [2001/11/20] ports/32145 jmz XFree86 doesn't ldconfig itself o [2001/11/22] ports/32202 kbyanc ports/devel/py-htmlkit distribution does o [2001/11/26] conf/32288 After install: /etc/rc complains if crypt f [2001/11/26] ports/32317 petef Request for linux-qt port a [2001/11/29] conf/32375 murray sysinstall doesn't respect User generated o [2001/11/30] ports/32405 dirk Japanese encoding translation support for a [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/12/01] bin/32433 Cannot specify files beginning with + on o [2001/12/03] misc/32480 Missing graphic characters in syscons fon o [2001/12/04] bin/32501 quot(8) is stupid regarding the filesyste o [2001/12/04] ports/32508 ports-bugs www/flashplugin-mozilla has malloc bug o [2001/12/08] ports/32604 portmgr Many ports which depends on apache don't f [2001/12/08] misc/32605 nsouch SMBus driver broken o [2001/12/09] kern/32652 joe A new ioctl to uscanner s [2001/12/09] ports/32653 joe Added patches to improve USB scanner supp o [2001/12/09] kern/32659 VM and VNODE leak with vm.swap_idle_enabl o [2001/12/09] gnu/32661 dd send-pr uses $LOGNAME for From and Reply o [2001/12/09] docs/32662 dd arp(8) uses "this host" with two differen o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] kern/32671 imp Patch to generate usbdevs.h automatically o [2001/12/10] kern/32677 pciconf -l opens /dev/pci for read/write o [2001/12/10] misc/32680 [PATCH] Allows users to start jails by ho o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] kern/32812 roger bktr driver missing tuner for eeprom dete o [2001/12/14] bin/32828 phk w incorrectly handles stale utmp slots wi p [2001/12/16] kern/32912 mp options misssing TCBHASHSIZE o [2001/12/17] ports/32936 mharo ports/security/keyprint only supports S/K o [2001/12/18] conf/32976 assar Kerberos5 config files not installed by d o [2001/12/18] docs/32979 hmp manpages are not installed for k5admin an s [2001/12/18] ports/32999 arved New ports: devel/ORBacus4 o [2001/12/19] kern/33004 n_hibma Patch for USB (uhci) o [2001/12/19] misc/33007 n_hibma umass device timeout after successive use o [2001/12/19] misc/33013 cg mixer does not have treble/bass for Sound o [2001/12/19] conf/33018 Patch for RC (add multiple SSHD configura o [2001/12/21] bin/33066 rwatson sysinstall does not write to new disks as o [2001/12/22] i386/33097 sound Crystal 4237b mixer problems o [2001/12/23] kern/33117 empty struct md_coredump in pcb.h and use o [2001/12/23] kern/33124 jhb kthread_create doesnt mark kthreads as kt s [2001/12/23] bin/33133 keyinit outputs wrong next login password o [2001/12/25] gnu/33182 mp gdb seg faults when given handle SIGALRM o [2001/12/26] kern/33203 "got bad cookie" errors on NFS client o [2001/12/29] ports/33320 dima print/acroread4 does not install the Nets o [2001/12/31] conf/33395 imp better way to use more than one pccard ne o [2002/01/03] misc/33523 green XV application cannnot be transfered thro o [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . o [2002/01/07] docs/33645 assar k5list(1) contains many incorrect "klist" a [2002/01/07] bin/33661 PAP AuthAck/AuthNak parsing problem in pp o [2002/01/08] kern/33696 phk panic: Driver mistake: repeat make_dev("a o [2002/01/08] kern/33707 sound ICH (82801AA) cannot be used for mono rec o [2002/01/09] docs/33724 chern a very minor documentation error o [2002/01/09] misc/33736 yokota Scroll-lock on the console prevents shutd o [2002/01/09] conf/33753 Intel ICH2 and NVidia device ID updates o [2002/01/10] bin/33774 Patch for killall(1) o [2002/01/10] misc/33778 joe crunchgen enhancements f [2002/01/11] kern/33804 ipfw ipfw bug/problem o [2002/01/12] bin/33809 mux mount_nfs has trouble with embedded ':' o [2002/01/13] bin/33834 tjr strptime(3) is misleading o [2002/01/13] docs/33852 doc split(1) man page implies that input file o [2002/01/13] misc/33866 Last Hr, Last ... may be incorrect on mac o [2002/01/14] docs/33877 doc Documentet behaviour of SF_flags for non- o [2002/01/14] ports/33906 ports-bugs [PATCH] tic program as a port for easier o [2002/01/15] ports/33916 ade Upgrade port devel/libtool o [2002/01/15] conf/33920 imp Can't use `Panasonic KXL-CB10AN' (CD-R/RW o [2002/01/15] misc/33926 doc Search function on website can not access o [2002/01/16] bin/33941 /usr/sbin/dev_mkdb dumps core a [2002/01/16] kern/33963 bmah Messages at the serial IO port device pro o [2002/01/16] misc/33965 Programmable keys of the keyboard (Olidat o [2002/01/16] conf/33967 Alternative Italian keymap o [2002/01/17] ports/33980 benno Can't use sgmltools-lite-3.0.0 port o [2002/01/17] i386/34010 keyinit takes passwords less than 10 char o [2002/01/18] misc/34019 green sftp core dumped o [2002/01/19] misc/34062 bsd.kmod.mk fails due to bug in make with f [2002/01/21] bin/34111 rlogin not finished o [2002/01/21] bin/34146 newfs defaults and vfs.usermount=1 tug at o [2002/01/22] misc/34171 ftpd indiscrete about unprivileged user a o [2002/01/23] misc/34195 iedowse setting the action for SIGCHLD to SIG_IGN o [2002/01/23] bin/34199 dwmalone [PATCH] top(1) RES/rss display incorrect o [2002/01/24] alpha/34232 alpha rpc.statd throws alignment errors o [2002/01/24] docs/34239 trhodes tunefs(8) man page doesn't describe argum o [2002/01/26] misc/34309 gad lpd does not garantie that controlfiles b a [2002/01/26] conf/34316 sheldonh Uncomment kserver-adm to /etc/services o [2002/01/27] conf/34355 [PATCH] rc.conf comment misleading (firew o [2002/01/28] bin/34394 peter tgetent returns wrong value in libtermcap o [2002/01/29] misc/34401 green ssh & kerberos IV don't work together f [2002/01/29] ports/34404 ports-bugs NEW PORT: devel/mingw-expat2 o [2002/01/29] misc/34412 maxim tftp will still try and receive traffic e o [2002/01/30] ports/34442 ports-bugs xt, xalan-j, saxon should have the same C o [2002/01/31] conf/34494 n_hibma usb configuration problem - usb does not o [2002/01/31] bin/34497 calendar(1) does not understand calendars s [2002/01/31] bin/34498 Error in vi manpage. o [2002/01/31] bin/34519 pkg_check(8) does not return exit code >0 o [2002/02/01] gnu/34538 mp_set_memory_functions not extern "C"'d o [2002/02/02] ports/34550 ports-bugs ghostscript-gnu-nox11 portversion 6.51 fa o [2002/02/02] ports/34565 ports-bugs graphics/blender port is broke o [2002/02/03] kern/34591 ICMP bandwidth limiting does not indicate o [2002/02/03] ports/34597 eivind [PATCH] Update ports/mail/isync to 0.8 s [2002/02/04] misc/34621 billf i have a patch for (lol) /usr/games/fish o [2002/02/04] bin/34628 jkh pkg-routines ignore the recorded md5 chec o [2002/02/06] ports/34659 reg Proposed change to Mozilla port's Makefil o [2002/02/06] kern/34665 darrenr ipfilter rcmd proxy "hangs". f [2002/02/06] misc/34673 Second call to select() waits ~100ms befo o [2002/02/06] bin/34676 mbr dhclient always in -q quiet mode (PATCH E o [2002/02/07] gnu/34709 [patch] Inaccurate GDB documentation o [2002/02/07] ports/34714 ache unzip(1) breaks filenames in non-ASCII ch f [2002/02/07] bin/34728 murray DHCP hostname set as Hexadecimal string o [2002/02/08] conf/34729 sheldonh treat smbfs as network file system in /et o [2002/02/08] kern/34747 joe Please add USB floppy entry o [2002/02/09] ports/34759 ports-bugs Phantasia does not accept [enter] key o [2002/02/09] conf/34776 rc.diskless1 creates insufficiently sized o [2002/02/10] misc/34788 dwmalone dmesg issues with console output o [2002/02/10] kern/34789 joe PNY brand USB flash readers need 10 byte o [2002/02/10] ports/34796 jmz wrong path in /etc/XF86Config (purely cos o [2002/02/11] kern/34820 FreeBSD should be able to beep after shut o [2002/02/11] bin/34832 /usr/share/man/cat3/setkey.3.gz linked to o [2002/02/11] bin/34834 "fix" of du(1) and -h o [2002/02/11] bin/34843 fenner `tcpdump port echo' filters for port 4 in o [2002/02/11] misc/34850 scp cannot talk to ssh2 sites that have S o [2002/02/11] kern/34854 /src/sys/dev/sound doesn't work correctly o [2002/02/12] bin/34874 Netstat output to small s [2002/02/12] ports/34878 chern sysinstall o [2002/02/12] kern/34880 Impossibility of grouping IP into a pipe p [2002/02/14] misc/34935 New locale (Cyrillic Windows Codepage 125 o [2002/02/14] kern/34942 Attempt to play -> "pcm0: play interrupt o [2002/02/14] kern/34952 Mouse cursor invisible with USB mice and o [2002/02/15] bin/34955 doc [PATCH] ps(1) is out of touch with realit o [2002/02/15] kern/34963 identify procs belonging to the same jail o [2002/02/15] kern/34965 4.4, 4.5 freeze at boot time on ASUS P2B a [2002/02/16] docs/35011 doc There are no commands called "diskless" o o [2002/02/16] bin/35018 brian enhancing daily/460.status-mail-rejects o [2002/02/17] kern/35064 ACPI not work with Epox 8KHA+ motherboard s [2002/02/17] bin/35070 math(3) references section "3m", etc. o [2002/02/18] i386/35078 Uninitialized pointer dereference in func o [2002/02/18] i386/35101 chern cvusupit and other packages won't extract o [2002/02/19] bin/35109 [PATCH] games/morse: add ability to decod o [2002/02/19] bin/35113 grdc enhancement: countdown timer mode f [2002/02/19] i386/35124 No mouse with FreeBSD 4.5 with ECS K7S5a f [2002/02/20] bin/35148 ppp/nat-problems after cvs update 4.3 -> o [2002/02/21] misc/35172 Please update am-utils(amd) into newer ve o [2002/02/21] kern/35175 ptrace(PT_DETACH, ....) doesn't do signal o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/02/23] kern/35234 World access to /dev/pass? (for scanner) o [2002/02/23] conf/35242 Change to etc/periodic/weekly/330.catman f [2002/02/23] misc/35245 brian unwanted stealth behaviour (inbound icmp o [2002/02/23] conf/35262 Generation of boot block for headless ope o [2002/02/23] kern/35269 possible panics with 4:1 filesystem ratio o [2002/02/24] kern/35289 Brooktree device doesnt properly signal a o [2002/02/25] kern/35324 Plug and Play probe fails to configure Di s [2002/02/25] bin/35333 send-pr(1) vim syntax highlighting suppor o [2002/02/27] ports/35372 ports-bugs pgp6 ports fails to compile on alpha plat o [2002/02/27] kern/35377 process gets unkillable (-9) in "ttywai" o [2002/02/27] misc/35381 incorrect floating-point display of large o [2002/02/28] misc/35400 sysinstall could improve manipulation of o [2002/03/01] bin/35451 PATCH: pkg_add -r able to save local copy s [2002/03/01] ports/35459 ports-bugs portupgrade doesn't clean up dependencies f [2002/03/02] ports/35481 edwin New port: console text editor looks like o [2002/03/03] ports/35522 kuriyama xhtml port uses SGMLDECL in catalog chain f [2002/03/03] i386/35526 No mouse recognized in Compaq Presario la o [2002/03/04] misc/35542 bde BDECFLAGS needs -U__STRICT_ANSI__ o [2002/03/04] conf/35545 Enhanced periodic scripts o [2002/03/05] bin/35568 make declares target out of date, but $? o [2002/03/05] ports/35580 ports-bugs Startup script in /usr/local/etc/rc.d is f [2002/03/06] i386/35599 murray install o [2002/03/06] docs/35602 doc dump(8)/restore(8) pages don't explain "a o [2002/03/06] docs/35607 doc dump(1) page needs discussion of scary er o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/07] kern/35635 sheldonh [patch] missing dep in libiconv prevents o [2002/03/07] ports/35638 markm tn3270 dumps core unconditionally o [2002/03/07] ports/35639 max executable name conflicts: ploticus and s o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] docs/35647 doc www; combine query-by-number and multi-fi o [2002/03/07] docs/35648 doc rc.conf; add note about "flags" to both f o [2002/03/07] docs/35649 doc mount_smbfs(8) page: "See ./examples/dot. o [2002/03/07] docs/35652 trhodes bsd.README seriously obsolete o [2002/03/08] bin/35671 wrong comments in rc.diskless1 o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/08] docs/35696 trhodes mount_smbfs(8) references a nonexistent n o [2002/03/08] kern/35699 trhodes [PATCH] msdosfs: differrent masks for dir o [2002/03/09] docs/35711 doc the "gnats page" should move to its own s o [2002/03/09] bin/35717 which(1) returns wrong exit status for m o [2002/03/09] misc/35727 man(1) program should not display (old) d o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/11] misc/35764 nakai Icewm does not display APM status properl o [2002/03/11] ports/35767 portmgr make_index script does not deal with syml o [2002/03/11] bin/35769 w does not correctly interpret X sessions o [2002/03/12] bin/35838 Change to size of WID_IF in usr.bin/netst o [2002/03/13] kern/35846 timeout in wi_cmd 11, machine hangs for a o [2002/03/13] misc/35865 pam_krb5 crashes in pam_sm_setcred() o [2002/03/13] ports/35882 ports-bugs Perl Expect module send_slow hangs on EOF o [2002/03/14] bin/35886 [patch] Enhancement: custom time format f o [2002/03/14] bin/35894 bbraun popen.c in cron won't build without LOGIN o [2002/03/14] ports/35897 ports-bugs upgrading the linux_base port runs into t o [2002/03/14] kern/35900 Changing RealTek 8139 MAC address fails o [2002/03/15] docs/35943 doc at(1) config files are misplaced in /var/ p [2002/03/15] docs/35951 trhodes disklabel(8) manual confuses partitions a o [2002/03/15] docs/35953 doc hosts.equiv(5) manual is confusing or wro f [2002/03/17] bin/36000 contrib/amd uses mktemp o [2002/03/17] ports/36020 jmz Update port: print/musixtex T.98 -> T.104 o [2002/03/17] java/36024 ports port update: OpenJIT 1.1.16 for JDK 1.3.1 f [2002/03/17] ports/36034 edwin new port databases/pg-crypto s [2002/03/18] standards/36076standards Implementation of POSIX fuser command o [2002/03/18] ports/36079 portmgr [PATCH] Support USE_LESSTIF=yes o [2002/03/19] misc/36110 dmesg output corrupt if /dev/console is b o [2002/03/19] ports/36112 portmgr [PATCH] New feature for whole ports tree: o [2002/03/19] ports/36113 dirk Add gdbm, BerkeleyDB2, BerkeleyDB3, libio o [2002/03/19] conf/36118 re 4.5 Upgrade says it won't touch /usr/src, o [2002/03/20] bin/36136 savecore -z option does not work o [2002/03/20] misc/36143 Dynamic (non linear) mouse acceleration a o [2002/03/20] misc/36154 doc Getting USB mouse to work: usbd and mouse o [2002/03/21] misc/36165 boehm-gc BUS error with gdb o [2002/03/21] kern/36170 an(4) does an_init() even if interface is f [2002/03/22] ports/36202 wosch update to sysutils/socket: NetBSD IPv6 pa o [2002/03/24] bin/36262 [PATCH] Fixed rusers idle-time reporting o [2002/03/26] alpha/36327 alpha trap within cvt() while attempting to pri o [2002/03/26] misc/36359 fxp driver and Intel Pro/100 S NIC (0002B o [2002/03/27] misc/36368 sshd error: session_close_by_channel: ki o [2002/03/27] bin/36374 Patch (against core dumps) and improvemet o [2002/03/27] kern/36381 ata + hw.ata.wc=1: high CPU load for larg o [2002/03/27] misc/36385 luigi crunchgen does not handle Makefiles with o [2002/03/27] misc/36392 cron starts before vi recover, and vi rec o [2002/03/28] kern/36425 bump up SYS_NMLN in sys/utsname.h o [2002/03/28] bin/36431 src/secure/lib/libtelnet fails in CURRENT o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo a [2002/03/28] docs/36447 trhodes chown(8) manual misdescribes handling of o [2002/03/28] docs/36449 doc symlink(7) manual doesn't mention trailin o [2002/03/28] docs/36459 doc tftp(1) manual's "get" syntax/description o [2002/03/28] gnu/36460 cu(1) program does not work very well. f [2002/03/29] bin/36477 gshapiro mailwrapper doesn't handle rmail calls o [2002/03/29] bin/36501 /usr/bin/calendar can't handle recurring o [2002/03/29] ports/36503 ports-bugs several files conflict in ports/databases o [2002/03/30] misc/36536 Apparent mother board incompatability o [2002/03/30] ports/36545 jmz mwrite is an absolute symbolic link to /u o [2002/03/30] bin/36553 gad Two new features in newsyslog(8) o [2002/03/30] misc/36556 patch: regular expressions for tcpwrapper o [2002/03/30] ports/36557 perky Fix port: security/py-amkCrypto (to refle o [2002/03/30] ports/36560 rse bug fix for the eperl package o [2002/03/31] kern/36569 umass fails when RiteLink Pocket Disk is o [2002/03/31] ports/36587 des news/inn{-stable} do not install when --e o [2002/04/01] bin/36626 login_cap(3) incorrectly claims that all o [2002/04/01] docs/36629 OpenSSL manpages should be reachable with o [2002/04/01] misc/36646 dwmalone [PATCH] Top does not work correctly in a p [2002/04/02] kern/36682 joe USB isochroneous transfer doesn't report o [2002/04/03] docs/36723 chern IPSec section is unintelligible o [2002/04/03] docs/36724 darrenr ipnat(5) manpage grammar is incomplete an f [2002/04/03] docs/36726 trhodes Handbook lacks information about hardware o [2002/04/03] docs/36727 trhodes Mail chapter of Handbook is incomplete o [2002/04/04] bin/36740 make ps obey locale (particularly for tim o [2002/04/04] bin/36757 EnhancementRequest binary which ought to o [2002/04/04] ports/36766 ade Incompatibility between autoconf, automak o [2002/04/05] bin/36786 make ps use 24-hour time by default o [2002/04/05] ports/36795 kuriyama DocBook DSSSL stylesheets should install o [2002/04/06] ports/36832 kuriyama apache13-* coredumps when using XML::Pars o [2002/04/07] ports/36841 ports-bugs use of .MAKEFLAGS target in Makefile.loca o [2002/04/07] ports/36849 cy FVWM-Themes fails to switch themes o [2002/04/08] bin/36884 add support id_rsa (OpenSSH/RSA2) authent o [2002/04/08] java/36901 glewis WITHOUT_X11 Knob for port java/jdk13 o [2002/04/08] bin/36902 [patch] proposed new format code %N for s o [2002/04/08] ports/36913 seanc New port: devel/ruby-rbprof o [2002/04/08] misc/36916 DOS active partition flag lost in libdisk o [2002/04/09] ports/36933 portmgr [PATHCES] New feature for pkg_create and o [2002/04/09] java/36951 glewis Java (aka 1.3.1-p6-root-020405-00:26) cor o [2002/04/09] kern/36952 ldd comand of linux does not work o [2002/04/10] bin/36960 calendar doesn't effect -t option. o [2002/04/10] kern/36983 CD9660 unicode to utf-8 [hack] o [2002/04/11] conf/36990 pccard I/O DATA PCET10-CL worked o [2002/04/11] bin/37013 ls directory name output trailing slash d o [2002/04/13] misc/37034 Fixed maximum character length in EUC o [2002/04/13] misc/37047 brian daily_status_mailq_shorten doesn't produc o [2002/04/14] misc/37073 Few new tips for FreeBSD-tips fortune o [2002/04/14] bin/37074 bp [PATCH] Typographical error in output of o [2002/04/14] bin/37083 small improvement to talk(1): add clocks o [2002/04/15] bin/37096 Fixes to fsdb command-line handling [patc o [2002/04/16] i386/37137 FreeBSD install doesn't recognize version o [2002/04/16] misc/37160 qa /stand/sysinstall coredumps when trying t o [2002/04/16] misc/37161 ext2 linux file system, error handling la o [2002/04/17] ports/37186 ports-bugs Dbview contains an error, because of whic o [2002/04/17] ports/37187 mita ports/japanese/vfghostscript font-2.6.2 f o [2002/04/18] ports/37226 mita ports/japanese/vfghostscript5 doesn't fin o [2002/04/19] ports/37244 ports-bugs c2lib port includes vector.h which appare o [2002/04/20] misc/37301 4.5 rc.firewall type simple does not pass o [2002/04/22] ports/37362 ports-bugs The Ted port is incompatible with FreeBSD o [2002/04/23] ports/37366 kde kdeutils-3.0: kdepasswd truncates passwor f [2002/04/23] kern/37374 joe [PATCH] closing ums0 blocks with wmesg uh o [2002/04/23] i386/37379 /dev/MAKEDEV entry for RocketPort is brok o [2002/04/23] misc/37380 jhb boot0 partition list is outdated (patch i o [2002/04/23] misc/37387 bsdmainutils/calendar Hungarian addon fil o [2002/04/23] conf/37395 peter even with NO_SENDMAIL=true, /usr/sbin/sen f [2002/04/23] conf/37404 delayed mouse response to draw box or hig o [2002/04/23] kern/37405 njl Support for Mitsumi USB Mouse with Memory o [2002/04/24] bin/37424 nfsstat reports negative values o [2002/04/24] misc/37425 df gives wrong ouput > 1TB o [2002/04/24] misc/37434 mbr dhclient generates pointless log messages o [2002/04/24] bin/37437 Add HTTP-style support to {vis,unvis}(1). o [2002/04/24] bin/37442 [PATCH] sleep.c to support time multiplie p [2002/04/25] bin/37448 obrien [PATCH] ldd/rtld support for more informa o [2002/04/25] ports/37462 jmz dvips is no more available separately fro o [2002/04/26] kern/37486 Bug in network stack in sending broadcast o [2002/04/27] docs/37504 blackend The word PC Card should be used instead o o [2002/04/27] ports/37518 grog gmat port CATALOG needs updating o [2002/04/28] kern/37526 Addtron card not being recognized by driv o [2002/04/29] kern/37554 [PATCH] Make ELF shared libraries immutab o [2002/04/29] kern/37555 vnode flags appear to be changed in non-s o [2002/04/29] misc/37562 Incorrect information in /usr/share/examp o [2002/04/29] misc/37569 [PATCH] Extend fstab(5) format to allow f o [2002/04/29] ports/37574 taoka ports/print/pips-sc20 file not found on m o [2002/04/30] ports/37596 shige EMACS_PORT_NAME=xemacs21 forks make infin o [2002/04/30] ports/37597 ports-bugs aureal-kmod-1.5_3 fails to build o [2002/04/30] kern/37600 [Partial PATCH] t4dwave drive doesn't rec o [2002/04/30] conf/37611 phk proposed /etc/rc.jails for jail(8) manage o [2002/05/01] bin/37650 Add skipPCCARD variable to sysinstall s [2002/05/01] ports/37654 arved Update textproc/xml4j to 4.0.1 o [2002/05/01] kern/37657 /dev/dsp and /dev/audio skip the first 32 o [2002/05/02] bin/37672 pw(8) prints warnings after successful NI o [2002/05/02] kern/37675 grog Page fault when newfs'ing a vinum volume o [2002/05/02] bin/37676 libc_r: msgsnd(), msgrcv(), pread(), pwri o [2002/05/03] ports/37711 znerd New port: Beacon-agent 0.6.3 (Multicast B o [2002/05/03] ports/37712 znerd New port: Beacon server v0.8.9 (Beacon mu o [2002/05/03] ports/37713 seanc AIM Transport doesn't work correctly with o [2002/05/03] bin/37715 "pkg_info -g package_name_version" fail o [2002/05/03] docs/37719 doc Detail VOP_ naming in a relevant man-page o [2002/05/03] misc/37732 usbd start in wrong place in /etc/rc in 4 o [2002/05/04] bin/37733 su(1) does not behave the way it is descr o [2002/05/04] kern/37761 process exits but socket is still ESTABLI s [2002/05/05] ports/37771 znerd New Port: audio/jmax o [2002/05/06] i386/37800 tools\fbsdboot.exe no longer works with c s [2002/05/07] docs/37843 doc manual for pthread_setschedparam is wrong o [2002/05/07] bin/37844 ru [PATCH] make knob to not install progs wi o [2002/05/08] ports/37855 ports-bugs wrong font name in jre/lib/font.propertie o [2002/05/09] ports/37904 znerd New Port: database/isql-viewer (a JDBC 2. o [2002/05/09] conf/37909 make distribution DESTDIR=/path -DNO_MAKE o [2002/05/09] gnu/37910 PATCH: make send-pr(1) respect &'s in /et o [2002/05/09] ports/37917 adrian [PATCH] squid24 does not support local_st o [2002/05/10] ports/37927 ports-bugs port to install linux Lahey Fortran 95 v6 o [2002/05/10] ports/37942 kde KDE 3.0 konsole terminal keyboard table u o [2002/05/11] ports/37962 markm ports/lang/gcl does not build o [2002/05/12] i386/37999 qa In /stand/sysinstall, 's' selects Options o [2002/05/13] alpha/38031 alpha osf1.ko not loaded during boot-time of li o [2002/05/13] ports/38034 ports-bugs compaq-cc (under linux-emu) installes man o [2002/05/13] i386/38055 qa In Install, Groups (creation) item should o [2002/05/13] i386/38056 qa In Install, User (creation)'s "Member gro o [2002/05/13] misc/38057 "install" document doesn't display correc o [2002/05/13] docs/38061 ume Typos in man pages for faith & faithd o [2002/05/14] ports/38086 rse eperl does not build CFLAGS recursive err o [2002/05/14] ports/38090 jkoshy devel/m4 port PREFIX vs LOCALBASE o [2002/05/15] ports/38125 ports-bugs ApacheCylical Link error/bug in Virtualse o [2002/05/16] docs/38148 trhodes In manpages "timezone" should be "time zo o [2002/05/16] kern/38156 quotacheck chokes on user -2 o [2002/05/17] bin/38168 installing curses programs and terminfo d o [2002/05/18] docs/38225 doc change "CDROM" to "CD-ROM" o [2002/05/18] ports/38243 www Ports search for 'IMP' vs look in Mail ca o [2002/05/18] bin/38256 linking pax to pax_{cpio|tar} o [2002/05/18] ports/38270 openoffice New Port Open office for Linux(1.0.0) o [2002/05/19] ports/38301 kiri upgrade www/w3-4 to 4.0.47 p [2002/05/19] bin/38303 billf tftpd -c patch o [2002/05/20] misc/38347 new library function abs2rel and rel2abs. o [2002/05/20] ports/38351 dirk mod_php4(WITH_APACHE2) +apache2(WITH_THRE o [2002/05/21] kern/38372 ambrisko patch for puc(4) to support parallel port o [2002/05/21] bin/38388 request to add "openssl starttls" command o [2002/05/22] ports/38406 obrien incorrect .so in g++31.1 man page o [2002/05/22] ports/38408 wjv zope-zmysqlda does not run o [2002/05/22] kern/38419 add name "CanoScanN676U" in uscanner o [2002/05/22] kern/38429 [PATCH] getgpid and getsid work for proce o [2002/05/22] kern/38445 Centralized ptrace() permission checking o [2002/05/23] misc/38452 Logitech USB iFeel: device_probe_and_atta o [2002/05/23] bin/38467 less can dump core, FPU exception o [2002/05/23] misc/38468 Write drivers for Intel PRO/Wireless 2011 o [2002/05/23] i386/38477 qa In sysinstall's Choose Distributions scre o [2002/05/23] i386/38478 qa In sysinstall's Choose Distributions scre o [2002/05/23] i386/38480 qa sysinstall should prompt for normal users s [2002/05/24] www/38500 www gnats web form is overenthusiastic about f [2002/05/24] ports/38516 edwin ICQv7 transport for the Jabber Server o [2002/05/24] i386/38524 cons25 doesn't support F-keys beyond 12 f [2002/05/25] ports/38539 edwin New port: devel/libcfg+ o [2002/05/25] docs/38540 rpratt sysinstall application name should be Sys o [2002/05/25] docs/38556 doc EPS file of beastie, as addition to exist o [2002/05/26] kern/38575 NoName USB Flash drive not working o [2002/05/26] misc/38583 qa sysinstall installs crypto sources when / o [2002/05/26] ports/38593 portmgr Third level ports o [2002/05/26] i386/38596 freebsd 4.6rc2 can't support ati videocar o [2002/05/27] bin/38610 qa Sysinstall should be able to mount ISO im o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/27] ports/38621 mita Update port: print/ghostscript-gnu-commfo o [2002/05/27] kern/38626 luigi dummynet/traffic shaper: RED: max_th and o [2002/05/28] kern/38657 fujitsu c4110 lifebook crashes on resume o [2002/05/28] ia64/38677 ia64 savecore fault when 1M buffer is allocate o [2002/05/29] misc/38727 mptable should complain about garbage arg o [2002/05/29] kern/38730 Memorex scrollpro mouse is not fully func o [2002/05/30] kern/38749 Diskless booting fails with some DHCP ser o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha f [2002/06/01] ports/38800 ports-bugs update www/roxen to Roxen WebServer 2.2.2 o [2002/06/02] docs/38810 blackend Minor change in section 2.13.5 of the Han o [2002/06/02] i386/38826 RFE: BootMgr should provide more identify o [2002/06/02] kern/38828 DPT PM2012B/90 doesn't work o [2002/06/02] conf/38829 bootblock recompile instructions in handb p [2002/06/03] docs/38850 keramida handbook/kernelopts/ should be in Develop o [2002/06/03] ports/38853 portmgr net/ethereal: configure fails o [2002/06/03] misc/38854 Resetting the sysinstall during setup cau o [2002/06/03] misc/38870 kernel-panic when coping data from a NFS- o [2002/06/03] ports/38876 tegge devel/linuxthreads: pkg-plist ignores NOP o [2002/06/05] bin/38931 Cleanup for WARNS=4 of src/games/fortune/ o [2002/06/05] misc/38937 delay between tracks in digital audio dum o [2002/06/05] bin/38940 Change: an option to *stat to allow supre a [2002/06/06] ports/38965 kde [PATCH] kapptemplate fails on FreeBSD o [2002/06/06] kern/38967 4/22/02 pcm driver merge appears to break o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix o [2002/06/07] kern/38986 trhodes a change to msdosfs permissions behaviour o [2002/06/07] ports/38989 ports-bugs Fix to BROKEN arla port (arla-0.35.6) p [2002/06/08] docs/39044 tjr The man page for rot13(6) never mentions o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn o [2002/06/09] java/39080 sobomax java/javavmwrapper: Functionality enhance o [2002/06/10] ports/39095 mharo ports/net/nttcp and ports/net/ttcp appear o [2002/06/10] ports/39102 trevor new category requested: finance o [2002/06/10] ports/39103 trevor new virtual category requested: accessib p [2002/06/10] bin/39116 tjr /usr/bin/printf o [2002/06/11] ports/39182 ports-bugs netsaint-plugins util.c functions don't q o [2002/06/12] conf/39192 [PATCH] Save pcm mixer settings during re a [2002/06/12] ports/39193 edwin [maintainer-update] net/papaya update to o [2002/06/12] bin/39198 sh aborts on variables with periods o [2002/06/12] misc/39201 ptrace(2) and rfork(RFLINUXTHPN) confuse o [2002/06/12] bin/39206 core dump bug in sshd o [2002/06/12] docs/39213 doc No rc(4) man page f [2002/06/13] misc/39229 instruction pointer = 0x8:0xc00eaf13 o [2002/06/13] standards/39256standards [v]snprintf aren't POSIX-conformant for s o [2002/06/14] conf/39306 The /etc/rc file should know if is runnin o [2002/06/14] bin/39311 rwatson you can't enable inetd in sysinstall with o [2002/06/15] misc/39347 use of /usr/bin/* utils in /etc/rc.diskle o [2002/06/15] docs/39348 doc kenv fetch of hostname requires dhcp/boot o [2002/06/16] misc/39360 If linux emu is added as a dependency (an o [2002/06/16] ports/39390 gnome Make graphics/imlib not depend upon GTK+ o [2002/06/17] misc/39425 Auto mounted directory was not found at b o [2002/06/17] misc/39439 tcopy will not duplicate tapes with block o [2002/06/18] bin/39463 mtm [PATCH] Add several options to fingerd o [2002/06/18] misc/39466 find -xdev hangs on dead NFS mounts (/etc o [2002/06/18] ports/39476 ports-bugs profxp will run but when you fxp a file i o [2002/06/18] ports/39487 mharo portlint doesn't accept MASTER_SITE/DISTF f [2002/06/19] conf/39505 automate BUILDNAME variable for releases o [2002/06/19] kern/39527 dwmalone getcwd() and unreadable parent directory o [2002/06/19] docs/39530 doc access(2) man page has unnecessarily broa o [2002/06/19] docs/39532 doc 'find' man page should a [2002/06/19] ports/39544 ports-bugs mayavi port disfunctional o [2002/06/20] i386/39574 qa Error mounting /dev/acd0c on /dist: No su o [2002/06/20] bin/39576 [PATCH] tail -f for multiple files p [2002/06/20] bin/39578 add more russian holydays o [2002/06/20] conf/39580 insecure default settings o [2002/06/20] i386/39584 ln -f fails to unlink o [2002/06/20] ports/39600 znerd New port: jdictionary-ger-hun 1.4 - Germa o [2002/06/20] ports/39603 znerd New port: jdictionary-eng-ger 1.4 - Engli a [2002/06/20] ports/39608 ports-bugs upgrade games/cgoban to 1.9.13 o [2002/06/21] ports/39619 ports-bugs flashplugin-mozilla crashes and doesnt pl o [2002/06/21] ports/39620 ports-bugs flashplugin-mozilla crashes when viewing f [2002/06/21] ports/39621 ports-bugs isc-dhcpd server can't get all network in o [2002/06/21] ports/39634 jim Port pclock unaligned access on alpha o [2002/06/22] bin/39676 obrien lukemftpd manual pages fix + examples o [2002/06/22] kern/39681 hidden kernel boot tunables added to sysc o [2002/06/24] misc/39772 imp pccardd is slow to install a PCCARD. o [2002/06/24] ports/39777 des New port: security/libsectok o [2002/06/24] ports/39778 des New port: security/sectok o [2002/06/24] bin/39818 johan cleaning sbin/atm code from warnings o [2002/06/24] bin/39819 tjr cleaning bin/sh code from warnings o [2002/06/24] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/06/25] misc/39864 robert hostname instead of IP in w -n output o [2002/06/25] bin/39866 johan cleaning sbin/fsdb code from warnings o [2002/06/25] bin/39867 johan cleaning sbin/mount_cd9660 and sbin/mount o [2002/06/26] bin/39893 setusercontext library call differs umask o [2002/06/26] bin/39905 johan cleaning sbin/restore code from warnings o [2002/06/26] misc/39911 New Netgear MA401 pccard does not work wi o [2002/06/28] ports/39946 ports-bugs Shift-Tab navigation doesn't work in tk-8 o [2002/06/28] conf/39976 vi recovery halting boot process o [2002/06/28] kern/39977 luigi Device polling support for em(4) driver o [2002/06/29] ports/40002 wjv py-4suite: XSLT import error o [2002/06/29] kern/40017 [patch] allows config(8) to specify confi o [2002/06/29] kern/40021 [patch] use ld(1) to build kernel with li o [2002/06/30] misc/40057 bugbusters send-pr -a flag does not work with -f o [2002/06/30] kern/40058 lockup on 5.0 DP1 - Xircom X3201 (RealPor o [2002/07/01] misc/40081 noise in sound output with built-in CMedi o [2002/07/02] ports/40107 trevor ports/audio/festogi-spanish has a checksu o [2002/07/02] ports/40110 dirk add mnoGoSearch extensions to www/mod_php o [2002/07/02] ports/40121 ache standard Apache port creates sbin link o [2002/07/02] ports/40124 kris Patch to wdm to allow long passwords o [2002/07/02] bin/40127 [PATCH] Add functions for PID-file handli o [2002/07/03] ports/40163 cy screen w/o suid and locale o [2002/07/03] misc/40169 problem in latest 4.6-stable o [2002/07/04] docs/40196 doc man find does not describe -follow s [2002/07/04] misc/40197 sos BurnCD doesn't "just work" at 4.6-p1 f [2002/07/06] misc/40273 dougb some more fortunes o [2002/07/06] misc/40280 I add uscanner entory o [2002/07/07] ports/40284 mi ports/x11/djvuplugin tarball no longer ex o [2002/07/07] misc/40298 using swapfile as /tmp o [2002/07/08] misc/40325 UID changes not reflected in viewed file/ o [2002/07/08] kern/40369 rman_reserve_resource - when "count > (en o [2002/07/09] misc/40378 standards stdlib.h gives needless warnings with -an o [2002/07/09] conf/40391 sysinstall with PCCARD<->ISA bridge gets f [2002/07/09] ports/40396 ports-bugs New port: Logging daemon for Linksys BEFS o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/10] docs/40443 doc Update books/faq/book.sgml for USB .ko's o [2002/07/11] ports/40452 wollman ports/www/mod_auth_kerb mastersite doesn' o [2002/07/12] ports/40511 sumikawa update for net/zebra (no-ipv6 option) o [2002/07/12] kern/40516 ti driver has no buadrate set o [2002/07/13] ports/40525 kiri [new port] mail/mew2-xemacs-devel-mule f [2002/07/13] bin/40538 dougb mergemaster fixes and enhancements o [2002/07/14] conf/40548 list of /etc/defaults/make.conf undocumme o [2002/07/14] misc/40552 alternate syscons font for iso-07 encodin o [2002/07/14] ports/40555 steve x11-toolkits/open-motif requires mkhtmlin o [2002/07/14] kern/40563 gif driver can clobber route/arp table f [2002/07/14] bin/40570 mbr dhclient freeze the whole thing o [2002/07/14] bin/40572 vipw prints silly message if $EDITOR fail o [2002/07/14] misc/40577 post-October 2001 Dell Inspiron 2500's (a o [2002/07/15] bin/40597 add /sbin/fdisk ability of showing extend o [2002/07/15] bin/40617 brian /usr/sbin/ppp is not able to bind the nat o [2002/07/16] misc/40657 Logitech iFeel usb mouse will not attach o [2002/07/16] ports/40659 dirk php3 and GD problem p [2002/07/16] standards/40669standards command command does not support `-p' opt o [2002/07/16] misc/40671 pthread_cancel doesn't remove thread from o [2002/07/17] ports/40689 keith ports/chinese/dia file not found on maste o [2002/07/17] misc/40693 the system reboot alone with no reason a [2002/07/17] ports/40699 portmgr allow exclude patterns in `make search` o [2002/07/17] ports/40705 ports-bugs Upgrade of gnome-commander to 0.9.8 o [2002/07/17] kern/40711 sound CT5880-C sometimes fails to output sound o [2002/07/18] ports/40742 kuriyama DSSSL Modular stylesheets not added to sg o [2002/07/18] kern/40745 Inconsistency between net/if.c and struct o [2002/07/18] ports/40756 ports-bugs insecure default options o [2002/07/19] kern/40763 [UPDATED PATCH] Introduction of non-stric o [2002/07/19] conf/40777 disktab does not support 2.88MB floppies o [2002/07/21] docs/40851 doc [PATCH] "mergemaster -p" in UPDATING's "C o [2002/07/21] conf/40855 psuedo-device bpf need note in LINT and G o [2002/07/21] ports/40866 ports-bugs sml-nj port CM autoloading compilation pr a [2002/07/22] ports/40904 ports-bugs new port: www/tclcurl o [2002/07/22] ports/40915 billf Fix pkg-plist for net/ethereal o [2002/07/23] kern/40919 usage of ucred->cr_uid in sys/netinet/in_ o [2002/07/23] kern/40926 After Upgrading or Clean Installing 4.6, o [2002/07/23] kern/40927 sound dies with pcm:play:0 play interrupt o [2002/07/23] kern/40933 make depend fails when building kernel fr o [2002/07/24] i386/40946 Possible way to cause a system to hang us o [2002/07/24] kern/40948 USB HP CDW8200 does not work o [2002/07/24] i386/40957 rarpd on laptops doesn't find interfaces, o [2002/07/24] bin/40958 apm on Acer TravelMate 351 could not resu o [2002/07/25] ports/40975 knu Uncatched coredump of pkg_info while pkgd o [2002/07/25] bin/40980 du(1)'s -h and -k options interact confus o [2002/07/26] bin/41012 brian /etc/periodic/daily/440.status-mailq assu o [2002/07/27] ports/41042 trevor Change print/acroread5 ln's command to -s o [2002/07/27] bin/41060 ready to import gzip 1.3.3 o [2002/07/27] bin/41070 added .warning in make(1) + two fixes o [2002/07/27] bin/41071 make NO to NO_ transition patch o [2002/07/28] docs/41089 doc pax -B option does not mention interactio o [2002/07/29] misc/41107 file(1) command shows incorrect data (sig o [2002/07/29] docs/41110 doc "apropos linux" doesn't find brandelf o [2002/07/29] ports/41131 dirk adding some more configuration parameters o [2002/07/30] bin/41159 new sed -c option to allow ; as a separat o [2002/07/30] ports/41167 ports-bugs adventure.6 man-page, add section AUTHORS o [2002/07/30] misc/41179 LD_LIBRARY_PATH security checks o [2002/07/30] bin/41190 in sed, report the { linenum instead of E o [2002/07/31] misc/41202 Upgrade to 4.6.1-RELEASE-p3 breaks remote o [2002/07/31] ports/41209 gnome www/mozilla browser serializes DNS lookup o [2002/07/31] misc/41213 top(1) blocks if NIS-related entries in p o [2002/07/31] misc/41215 console revert back to kbd0 (AT) after KV o [2002/07/31] kern/41220 [PATCH] Minor sk driver enhancements o [2002/07/31] ports/41224 dburr update port: textproc/yodl o [2002/08/01] misc/41238 problems with FreeBSD installation on a d o [2002/08/01] conf/41241 murray sysinstall build uses kbdcontrol keymaps o [2002/08/01] misc/41243 USB, getting full desc failed, HID device o [2002/08/02] ports/41259 ports-bugs Info directory change for various GNU Ema o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/02] bin/41271 Non-suid-crontab. a [2002/08/03] ports/41282 ports-bugs New_Ports japanese/stevie-* o [2002/08/04] bin/41307 libalias: logging of links lifecycle (add o [2002/08/04] misc/41309 brian security check scripts do not delete temp o [2002/08/04] bin/41310 Added ,,-d'' option to truss(1) for chang o [2002/08/04] www/41312 cvs RCS IDs are off-by-one in the NetBSD cvsw o [2002/08/04] kern/41317 trhodes reflect kernel building user for sudo-ers o [2002/08/04] misc/41328 ssh logins in 4.6.1 no longer give incomi o [2002/08/04] i386/41337 Compaq 900T syncs too high or incorrectly o [2002/08/05] i386/41364 imp pccard: NewMedia "Bus Toaster" SCSI card o [2002/08/06] misc/41379 Cannot browse directory tree on FreeBSD m o [2002/08/07] misc/41397 no copyright or license on lib/libc/gen/s o [2002/08/07] i386/41398 Illegal instruction Core Dumped o [2002/08/07] ports/41400 benno sgmltools-lite update to 3.0.3 o [2002/08/07] kern/41415 Some USB scanner cannot talk to uscanner o [2002/08/07] docs/41423 doc Update FAQ: attrib command for windows du o [2002/08/07] ports/41434 ports-bugs New port: www/light: another Mozilla-base o [2002/08/08] ports/41444 portmgr ports system fails to check for non-base o [2002/08/08] docs/41449 ceri [PATCH] Missing word in DNS info in Handb s [2002/08/08] ports/41452 wjv games/newkind does not compile due to all o [2002/08/09] ports/41464 ports-bugs New port Cybercalendar 1.8.2: web based c o [2002/08/09] ports/41468 kuriyama xhtml port needs to be updated for XHTML o [2002/08/09] kern/41489 nge(4) works as a module, but fails when o [2002/08/09] misc/41490 C-Media 8738 sound card static o [2002/08/09] i386/41495 panic: timeout table full when installing o [2002/08/09] ports/41510 ports-bugs New port: graphics/i3d 3D modeling progra o [2002/08/10] misc/41515 jhb boot0cfg corrupts slice table o [2002/08/10] bin/41526 symlinked mount points get mounted more t o [2002/08/11] kern/41543 emulation Easier wine/w23 support o [2002/08/11] kern/41555 Add support of VScom titan PCI-800L f [2002/08/11] bin/41556 obrien [PATCH] wtmp patch for lukemftpd f [2002/08/11] ports/41562 mph New port: inform-glk o [2002/08/11] misc/41566 obrien file(1) out of date p [2002/08/12] standards/41576standards POSIX compliance of ln(1) f [2002/08/12] ports/41579 ports-bugs New port: Small LDAP-to-KAB (KDE Address a [2002/08/12] bin/41583 assorted mtree bugs (+fixes) o [2002/08/13] kern/41631 PATCH to add sysctl knob to disable clone o [2002/08/14] misc/41674 iostat column formatting overlaps o [2002/08/17] i386/41743 No sound from SiS630s controller o [2002/08/17] misc/41744 qa Cannot stop comat22 from being extracted o [2002/08/17] ports/41755 max Wrong letters in Canna iroha dictionary o o [2002/08/18] docs/41761 doc Update for /ru/internal/ part of site o [2002/08/18] misc/41771 '/etc/ttys' and X p [2002/08/18] conf/41772 dougb can't disable keybell o [2002/08/19] ports/41773 ports-bugs new port: x11-servers/Mozdev-PrintServer o [2002/08/19] ports/41784 ports-bugs vmware2 causes panic on recent -current o [2002/08/19] docs/41787 doc man page for route (Section 8) missing de o [2002/08/19] docs/41791 doc Documentation formatting error o [2002/08/19] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] kern/41812 patch to detect/function AMD768 SMBus o [2002/08/20] misc/41817 pw groupshow doesn't include the login gr o [2002/08/20] docs/41820 doc Device driver confusion in Handbook (2.3) o [2002/08/20] ports/41829 ports-bugs New port: mail/squirrelmail-devel o [2002/08/20] ports/41836 ports-bugs new port - virus filtering tool for qmail o [2002/08/21] ports/41839 ade devel/libtool 1.3.4 port patch files inco o [2002/08/21] conf/41855 improvment of /etc/rc.diskless2 script o [2002/08/21] kern/41856 VESA splash screen problems on ThinkPad 2 o [2002/08/21] docs/41879 hrs cleanup to DOCROOT/share/sgml/freebsd.dsl o [2002/08/22] bin/41902 [PATCH] Add queue depth to systat -v disk o [2002/08/22] ports/41904 brian net/pppoa: Fix Makefile to fetch correct o [2002/08/22] docs/41919 doc MINI kernel for bootfloppy (Handbook p.34 o [2002/08/23] misc/41947 hexdump(1) unprintable ASCII enhancement o [2002/08/23] misc/41949 qa sysinstall sorts /etc/rc.conf during netb o [2002/08/24] ports/41971 ports-bugs New Port: sysutils/ipfw-manager o [2002/08/25] ports/42018 ports-bugs pkg_info with PKG_PATH searches through t o [2002/08/25] i386/42022 qa sysinstall in non-interactive mode prompt a [2002/08/27] docs/42058 doc Documentation: Installing Oracle 8i onto o [2002/08/27] kern/42065 kern.ps_showallprocs has no effect on /pr o [2002/08/27] ports/42072 ports-bugs New port: mail/wmymail: Report new mail i o [2002/08/27] misc/42084 luigi PicoBSD's 'netstat -i' reports negative I o [2002/08/28] ports/42113 ports-bugs New port: lgeneral-data, data files requi o [2002/08/28] ports/42134 ports-bugs linux-gtk PORTREVISION contaminates other o [2002/08/28] gnu/42154 [patch] gnu: libobjc redefines MIN and MA o [2002/08/29] i386/42162 qa Installation (sysinstall) crashes, md0c f o [2002/08/29] misc/42167 du uses linear search for duplicate inode o [2002/08/29] docs/42182 trhodes Making Dedicated Mode disks doc out of da o [2002/08/30] ports/42197 obrien [patch] make ports/editors GNOMENG aware o [2002/08/30] docs/42210 gioria doc/en_US.ISO8859-1/articles/releng/branc f [2002/08/30] bin/42213 moused(8) seems to delay some mouse event o [2002/08/30] bin/42217 libdisk segfaults with 1024 bytes/sector o [2002/08/30] ports/42218 ports-bugs [PATCH] Cleanup mail/ezmlm-web and bump P o [2002/08/31] kern/42274 jlemon Convert defined variable into tuneable as a [2002/08/31] bin/42275 roam [patch] sftp coredump if file specified b o [2002/08/31] ports/42280 ports-bugs New port: florist (Ada-POSIX bindings) o [2002/09/01] ports/42281 ports-bugs lang/rexx-imc - addition of UPPER patch o [2002/09/01] ports/42295 perky New port: Webware for Python (Web applica o [2002/09/01] ports/42296 ports-bugs New port: mod_webkit (adapter between Web o [2002/09/02] misc/42336 [PATCH] ISO-fication of /usr/src/contrib/ o [2002/09/02] bin/42338 pccard_ether should run ipf -y if ipfilte o [2002/09/03] ports/42371 ports-bugs libncurses.so.4 missing from ports/emulat o [2002/09/03] misc/42373 mtm Update to rc scripts to make interface al o [2002/09/03] ports/42378 ports-bugs New port: science/at Acoustic ToolBox o [2002/09/03] bin/42385 harti clean libatm code from warnings o [2002/09/03] bin/42386 cleaning code from warnings in libkvm o [2002/09/03] bin/42387 cleaning code of librpcsvc from warnings o [2002/09/03] bin/42388 cleaning code from warnings in libm p [2002/09/04] kern/42404 TIOCSCTTY not implemented in linuxulator o [2002/09/04] misc/42410 cvsup and cvsup-without-gui packages don' o [2002/09/04] bin/42419 syslog enhancement for the nologin shell o [2002/09/04] misc/42422 dbm_delete returns -1 instead of 1 when t o [2002/09/04] ports/42427 motoyuki New port apache13-modssl+ipv6 o [2002/09/04] misc/42429 hash_action called with HASH_DELETE does o [2002/09/04] bin/42430 Add -m option to du(1) for compatibility o [2002/09/05] kern/42442 problem in idlequeue/debugging mode ? o [2002/09/05] misc/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_re o [2002/09/05] kern/42466 linux: 'ipc' typ=258 not implemented o [2002/09/05] misc/42467 netstat -s does not include fabricated pk o [2002/09/05] misc/42468 mount_smbfs incorrectly handled configura o [2002/09/06] misc/42469 After mounting by mount_smbfs directories o [2002/09/06] ports/42483 cy misc/screen problem with editors/vim-lite o [2002/09/06] conf/42497 rc.network lacks IKE daemon startup o [2002/09/07] ports/42503 kde kuser tries to create the wrong Mailbox o [2002/09/08] misc/42558 www http://www.freebsd.org/search produces in o [2002/09/09] bin/42609 pkg_info -qg doesn't handle missing files o [2002/09/10] i386/42641 Pam SSH authentication don't work o [2002/09/10] ports/42642 fanf cfexecd needs symlink, cfexecd, cfservd a o [2002/09/10] ports/42649 marcel linux_kdump port for source dirs != /usr/ o [2002/09/11] bin/42655 added new command 'checkpoint' to show an o [2002/09/11] misc/42663 pw useradd assigns unique UID's to multip o [2002/09/11] ports/42668 grog port instant-workstation should be update o [2002/09/12] ports/42696 ports-bugs New port: security/libsectok_pcsc: Smartc o [2002/09/12] ports/42708 wjv update biology/emboss to EMBOSS-2.5.1 o [2002/09/13] bin/42725 dwmalone Patch for calendar to support Hungarian n o [2002/09/13] kern/42728 many problems in src/usr.sbin/ppp/* afte o [2002/09/13] bin/42732 Seg fault in mount_nfs o [2002/09/14] i386/42766 Proposal to perform reboot via jump to BI o [2002/09/14] kern/42769 Boot stalls if the system has a serial co o [2002/09/14] ports/42790 ports-bugs New Port - www/suphp : A pretty PHP wrapp o [2002/09/15] bin/42803 tconv, tic, captoinfo binaries missing fr o [2002/09/15] conf/42807 /etc/netstart doesn't run /etc/defaults/p o [2002/09/15] kern/42816 file: table is full message o [2002/09/16] ports/42839 roam New Port: Weedns o [2002/09/16] kern/42858 Support for Netgear FA-511 pccard. o [2002/09/18] misc/42934 installation procedure on install floppie o [2002/09/19] misc/42956 dlclose gives "invalid shared object hand o [2002/09/19] kern/42967 njl Sony MemoryStick problems with umass driv o [2002/09/19] bin/42974 [patch] ISO 8601 date format option o [2002/09/19] kern/42977 FreeBSD installer doesn't probe past EISA o [2002/09/20] ports/42985 tobez Perl5 port doesn't build automatically on f [2002/09/20] ports/42986 foxfair New Port: libwhisker HTTP testing library o [2002/09/20] bin/43139 /sbin/route -host option doesn't always s o [2002/09/20] ports/43142 ports-bugs New port: AlsaPlayer is an audio player w o [2002/09/21] kern/43154 tunwrite() does not allocate clusters for o [2002/09/21] conf/43167 Ability to have vnode based file systems o [2002/09/21] misc/43169 caps-lock led doesn't work a [2002/09/21] ports/43171 ports-bugs Port misc/upclient setgid kmem o [2002/09/21] misc/43177 markm Updates and additions to src/games/quiz/d o [2002/09/22] misc/43262 command 'shutdown -r' (also reboot) cause o [2002/09/22] ports/43273 portmgr [patch] make bsd.port.mk checksum check a f [2002/09/23] ports/43282 dirk SONY CD-RW CRX10U don't work with FreeBSD o [2002/09/23] ports/43313 foxfair New Port: nikto web and CGI vulnerability o [2002/09/24] ports/43324 kde kdebase: kdm config file overwritten when o [2002/09/25] kern/43355 idad driver will work if logical drives d o [2002/09/25] bin/43367 incorrect report from 'who' after 'shutdo o [2002/09/25] misc/43368 pkg_create fails if target directory does o [2002/09/25] bin/43372 Broken struct ufs_args in ufsmount.h o [2002/09/26] ports/43394 ports-bugs New port yptransitd, an nss_ldap replacem o [2002/09/27] docs/43416 doc pw(8) -u uidmin,uidmax feature is out of o [2002/09/27] kern/43426 mlockall and munlockall system calls are o [2002/09/29] misc/43470 Solid State / x109 article out of date. o [2002/09/29] bin/43471 `ls -l` shows wrong size for big files (> o [2002/09/29] misc/43474 dhcp.* values not set in kenv by bootp cl o [2002/09/29] misc/43476 rc.* uses kenv - which is in /usr/bin o [2002/09/29] misc/43483 installation: missing '\n' (newline) in d f [2002/09/29] ports/43484 ports-bugs Update port net/arla to 0.35.9 o [2002/09/29] misc/43492 fsck hard to 'switch' off in diskless or o [2002/09/29] misc/43494 wish: resolv.conf created (again) later i o [2002/09/29] misc/43495 awk - rc/diskless references by full path o [2002/09/29] misc/43496 touch - rc/diskless references by full pa o [2002/09/29] misc/43497 mount -t nfs -> crunchgen incompatible o [2002/09/29] conf/43500 rc.syscons "allscreens" improvements o [2002/09/30] ports/43537 mharo portlint 2.3.3 does not handle URLs that o [2002/09/30] misc/43539 Cannot mout floppy on Compaq Proliant ML3 a [2002/09/30] ports/43540 arved Update Port net/cnet 1.7.7 -> 2.0.3 o [2002/09/30] misc/43543 cdboot does not handle 'relaxed' ISO9660 f [2002/09/30] misc/43547 ppp will not connect to att worldnet over o [2002/10/01] alpha/43561 jhb kern_shutdown.c uses time_t as 'long int' o [2002/10/01] ports/43565 znerd jakarta-tomcat41 port breaks upgrades o [2002/10/01] docs/43569 doc src/share/examples/worm/README out-of-dat o [2002/10/02] kern/43577 [PATCH] New kernel option SHUTDOWN_BEEP o [2002/10/02] bin/43582 passwd(1) fails on nonexistent users o [2002/10/02] bin/43596 pkg_add does not propogate 'remote' to de o [2002/10/02] java/43602 glewis jdk13 does not honor WRKDIRPREFIX o [2002/10/02] kern/43610 static-ize some symbols in digi driver o [2002/10/02] kern/43611 static-ize some symbols in sys/crypto o [2002/10/02] kern/43613 static-ize symbol in smbfs code o [2002/10/02] kern/43616 static-ize some functions in sys/net/zlib o [2002/10/03] ports/43641 znerd Port www/orion should log to /var/log o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/04] ports/43667 ume RC_NG script for mail/cyrus_imapd o [2002/10/04] ports/43668 ume RC_NG script for mail/cyrus_imapd2 o [2002/10/04] ports/43669 dirk RC_NG script for databases/mysql323-{serv o [2002/10/04] ports/43670 ports-bugs RC_NG script for net/openldap12 o [2002/10/04] ports/43671 ports-bugs RC_NG script for net/openldap20 o [2002/10/04] ports/43673 ume RC_NG script for security/cyrus_sasl2 o [2002/10/04] bin/43675 tjr uniq prints last, not first of the identi f [2002/10/04] ports/43679 znerd Error starting jakarta-tomcat41 o [2002/10/05] kern/43716 puc driver does not recognize Lava Dual-6 o [2002/10/05] ports/43718 ports-bugs New port: x11-wm/icebgset (set IceWM back o [2002/10/07] ports/43764 ports-bugs New port: audio/wavemagic - An audio play o [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2002/10/07] conf/43800 Belkin 10/100 Base-TX PCMCIA card not rec o [2002/10/07] ports/43804 ports-bugs new port: sysutils/getopt (Frodo Looijaar o [2002/10/07] conf/43805 Asante' FriendlyNet AeroLAN AL1011 802.11 o [2002/10/08] bin/43819 changed truss output for utrace calls o [2002/10/08] docs/43823 hmp [PATCH] update to environ(7) manpage o [2002/10/08] misc/43825 qa please remove object files in source (src a [2002/10/08] bin/43826 mbr dhclient on 'no carrier' interfaces takes o [2002/10/09] bin/43857 hm conflicting types in /usr/src/usr.sbin/i4 o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol man page o [2002/10/09] ports/43880 ports-bugs Names of Emacs ports are misleading o [2002/10/10] misc/43886 markm local exploitable overflow in rogue o [2002/10/10] ports/43892 ports-bugs Enable use of keynote with security/isakm o [2002/10/10] i386/43896 Missing "syscall fstat64" in linux emulat o [2002/10/10] misc/43905 kqueues: EV_SET(kevp++, ...) is non-int o [2002/10/10] ports/43909 kde kscd should no longer default to rmatcd0c o [2002/10/10] ports/43911 grog instant-workstation depend annoyance o [2002/10/11] kern/43916 Olicom OC-2220 (PC-card) hangs on ifconfi o [2002/10/11] java/43929 java linux-ibm-jdk core dumps without System.e o [2002/10/11] conf/43931 imp New pccard entry for Netgear CF Wireless o [2002/10/11] bin/43938 ntpd binds to local aliases o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence f [2002/10/11] ports/43942 ports-bugs New port submission: security/hydra o [2002/10/11] java/43947 znerd Checkstyle port should install checkstyle a [2002/10/11] ports/43956 ports-bugs New port: x11-wm/ion-devel o [2002/10/12] misc/43979 After a binary upgrade, kernel with ipf f o [2002/10/12] docs/43980 darrenr ipf(5) missing "gre" keyword o [2002/10/12] misc/43989 missing tabs in calendarfiles o [2002/10/12] bin/43994 sshd gives fatal while logging off o [2002/10/13] ports/43997 ports-bugs New port: www/apache13-modsnmp: apache-1. o [2002/10/13] ports/44019 ache Fixes for ftp/wu-ftpd-2.6.2 o [2002/10/13] ports/44028 ports-bugs courier "make install" fails o [2002/10/13] docs/44034 trhodes Multiple sysctl variables are not documen a [2002/10/14] java/44039 znerd Request for port: CruiseControl a [2002/10/14] java/44041 znerd Generate bsd.java.mk from an XML file o [2002/10/14] misc/44044 4.7-R Freezes half the times snd.ko is lo o [2002/10/14] conf/44050 CVSUPIT package when installed from /stan o [2002/10/14] misc/44058 /dev/ch* is created without group write p o [2002/10/14] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/15] conf/44090 pppoa authentication failure? on FreeBSD p [2002/10/15] ports/44095 mjacob Fix Installation of Manpages, portlint sy o [2002/10/15] kern/44098 RealTec-based NIC initialization problem o [2002/10/15] ports/44099 mharo portlint-2.3.3 give false errors on URLs p [2002/10/15] kern/44121 [PATCH] bogus cast removal in hea driver o [2002/10/15] misc/44122 tun0 gets a second ip adress after a disc o [2002/10/15] i386/44127 About usb flash boot disk! o [2002/10/16] bin/44137 "make most" fails on rmail (RELENG_4) o [2002/10/16] misc/44150 Diskless kernel may crash, depends on the o [2002/10/16] ports/44151 ade Update libtool to 1.4.3 o [2002/10/17] conf/44170 Add ability to run multiple pppoed(8) on o [2002/10/17] www/44181 www www "Release Information" organization o [2002/10/17] bin/44188 cannot install FreeBSD 4.0-4.6 to Compaq o [2002/10/17] bin/44200 ftp site keeps sockets open. o [2002/10/18] bin/44212 Unify 'recursive' options -r and -R o [2002/10/18] kern/44215 PUC driver support for Moxa C320 Intellio o [2002/10/18] kern/44218 Init dies during boot after upgrade from o [2002/10/18] java/44219 java Update port: textproc/cocoon to 2.0.3 o [2002/10/18] ports/44225 green Update port: emulators/snes9x to 1.39 (fi o [2002/10/18] bin/44238 luigi [PATCH] syntax-check option for ipfw2 o [2002/10/18] ports/44241 fanf Update: sysutils/cfengine2 o [2002/10/18] java/44251 java Create stylebook port o [2002/10/18] ports/44252 anholt XFree86-Servers port removes/overwrites c o [2002/10/19] ports/44258 obrien pkg_update ate my Muttrc o [2002/10/19] kern/44260 LINT does not list pseudo-device tap o [2002/10/19] i386/44262 Problems with nrp driver o [2002/10/19] misc/44265 pkg_update does not preserve +REQUIRED_BY o [2002/10/19] kern/44267 One more modem PNP id for /usr/src/sys/is o [2002/10/19] ports/44270 ports-bugs New port: net/bind9-sdb-ldap o [2002/10/19] ports/44273 dwcjr improved samba start script o [2002/10/19] bin/44277 devinfo is not C++ safe o [2002/10/19] conf/44282 /etc/rc.d/sysctl script works incorrectly o [2002/10/19] misc/44286 /etc/defaults/rc.conf uses the obsolete n o [2002/10/19] kern/44293 thomas Unable to access audio CD under Linux emu o [2002/10/20] ports/44305 ports-bugs New port: java/xdoclet (an extended Javad o [2002/10/20] misc/44307 UTF-8 locales support o [2002/10/20] bin/44310 make ppp(8) add clients MAC address to al f [2002/10/20] ports/44319 ports-bugs update port of mail/minimalist to the lat o [2002/10/21] bin/44329 wish for systat o [2002/10/21] kern/44333 [PATCH] make A4-tech RFSW-35 mouse's whee a [2002/10/21] java/44335 znerd devel/jakarta-ant does not install man pa p [2002/10/21] docs/44337 hmp [PATCH] netstat(1) manual references none o [2002/10/21] bin/44343 [PATCH] sbin/fsdb.c o [2002/10/21] kern/44365 introduce ulong and unchar types o [2002/10/21] kern/44372 some kernel options prevent NTP clock syn o [2002/10/22] misc/44379 libutil: property.c, properties_read() ba o [2002/10/22] ports/44393 green Bug in emulators/snes9x -- superfluous "& o [2002/10/22] standards/44394alfred restrict qualifiers missing from sys/sock o [2002/10/23] docs/44400 doc ipfw(8) has contradictions in bridged and o [2002/10/23] standards/44425standards getcwd() succeeds even if current dir has o [2002/10/24] ports/44430 ports-bugs New port: xalan-c v. 1.4 (XSLT engine and o [2002/10/24] java/44432 znerd Ant-based port installs should use Jikes o [2002/10/24] docs/44435 doc sysctl manpage: add example for tcsh o [2002/10/24] i386/44438 Realtek NIC hangs after resume from acpi o [2002/10/24] kern/44439 puc doesn't find all 4 ports on SIIG Cybe o [2002/10/24] kern/44450 USB support FAILURE for device that was s a [2002/10/25] ports/44464 ports-bugs Ports addition o [2002/10/26] misc/44500 AC1001 Gigabit NIC Worked o [2002/10/28] ports/44565 ports-bugs NEW PORT: devel/libds (Useful data struct o [2002/10/28] i386/44580 NFS updates file access time when file is o [2002/10/29] misc/44587 dev/dpt/dpt.h is missing defines required f [2002/10/29] ports/44589 trevor [patch] Unbreak audio/csound by updating o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for o [2002/10/29] ports/44712 tg python port doesn't install symlink as 'p o [2002/10/29] ports/44715 bp novell ncp client does not install f [2002/10/29] conf/44717 dougb update login.conf and unify login capabil o [2002/10/30] misc/44747 strange echoes in sound when using PLIP o o [2002/10/30] i386/44762 sound (ie, not system beeps) stop working o [2002/10/31] conf/44800 RC_NG for local rc scripts o [2002/11/02] ports/44836 ports-bugs New port: hunch - Scan httpd log files, f o [2002/11/03] ports/44854 ports-bugs [PATCH] add xaw3d build option to games/x o [2002/11/03] ports/44861 markp several games ports are missing their sco o [2002/11/04] kern/44872 dgb driver update o [2002/11/04] ports/44877 portmgr shorter names for REINPLACE_CMD, USE_REIN o [2002/11/04] misc/44894 as a local non-root user and remote it's o [2002/11/04] misc/44915 'choose installation media' choose CD-ROM o [2002/11/04] java/44922 java JVM crash o [2002/11/05] ports/44932 ports-bugs New port: xtr o [2002/11/05] ports/44949 ports-bugs New port Squid Access Report Generator o [2002/11/05] ports/44953 ports-bugs make install of apsfilter-7.2.3 fails wit o [2002/11/05] gnu/44984 Send-pr can use environmental variable $F o [2002/11/06] docs/45011 trhodes style(9): '->' and '.' don't require spac o [2002/11/07] misc/45026 Can't set next password change date on NI o [2002/11/07] ports/45127 taoka correct fetch for x11/xco o [2002/11/08] gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messa o [2002/11/08] ports/45148 jhb fix fetch and build for x11/eweather and o [2002/11/09] bin/45156 sshd won't display last login information o [2002/11/09] ports/45166 ports-bugs New port: emulator/fceu o [2002/11/09] www/45169 www suggested update for ports index page on o [2002/11/09] ports/45180 ports-bugs New port (split out from old port): net/s o [2002/11/09] kern/45182 fm801.c does not recognize a FM801 based o [2002/11/10] bin/45193 [PATCH] truss can't truss itself o [2002/11/11] docs/45214 brueffer [PATCH] Fix sorting in Additional Contrib o [2002/11/11] docs/45215 brueffer [PATCH] Fix sorting in Additional Contrib o [2002/11/11] ports/45216 joerg devel/bcc port is incomplete o [2002/11/11] misc/45222 daily rejected mail hosts report too long o [2002/11/11] conf/45226 Fix for rc.network, ppp-user annoyance o [2002/11/11] ports/45227 ports-bugs problems building/installing db3 and open o [2002/11/11] bin/45229 restore(8) -i: ls reports mising files as p [2002/11/12] alpha/45240 alpha pstat -f column headings misaligned on Al o [2002/11/12] gnu/45246 tar --listed-incremental fails for Solari o [2002/11/12] ports/45247 ports-bugs New port: www/scoop collaborative media o [2002/11/12] misc/45254 qa Sysinstall installs things it should not o [2002/11/13] misc/45273 contrib/smbfs: error in examples/dot.nsmb o [2002/11/14] kern/45285 Support for yet another PCI multiport car o [2002/11/14] ports/45289 mita ja-dvi2ps-3.2 does not handle \special co o [2002/11/14] kern/45291 kevent(2) ignores timeout if nevents == 0 o [2002/11/14] kern/45293 kevent denies to observe /dev/tty o [2002/11/15] ports/45316 ports-bugs new-port: game, train control simulation o [2002/11/15] ports/45329 ports-bugs New port: xnodecor (x11 utility on Overri o [2002/11/16] bin/45333 [PATCH] New option -r for chown and chgrp o [2002/11/16] ports/45343 torstenb Metamail 2.7 incorrectly patched [PATCH] o [2002/11/16] ports/45357 jmz PATCH: textproc/ispell - added bulgarian o [2002/11/16] ports/45360 portmgr [patch] add SITE_PERL / ARCH_PERL variabl o [2002/11/17] docs/45371 doc man page for exports lacks information on o [2002/11/18] ports/45394 wjv update biology/emboss from 2.4.1 to 2.5.1 o [2002/11/18] ports/45414 portmgr make update in /usr/ports missing default o [2002/11/19] bin/45486 Support for human readble (-h/-H) output o [2002/11/19] ports/45491 ports-bugs New Port: apache-soap (Apache SOAP Toolki o [2002/11/19] ports/45496 ports-bugs [New Port] www/mod_layout2 : mod_layout A o [2002/11/19] ports/45502 ports-bugs [New Port] www/mod_accounting : An Apache o [2002/11/20] ports/45522 ports-bugs new port database/WWWdb-0.8.2 f [2002/11/20] ports/45526 edwin New port: math/maxima -- symbolic compute s [2002/11/20] bin/45547 sos a patch to make burncd handle .wav files. o [2002/11/21] www/45560 www russian FAQ trouble on www.FreeBSD.org a [2002/11/22] bin/45584 tjr read builtin function of sh does not read o [2002/11/22] ports/45596 dwcjr net/samba v2.2.7 fetch error - maybe a fi f [2002/11/22] ports/45607 edwin New port: french/grisbi, a french finance o [2002/11/22] conf/45608 qa Install should config all ether devices, o [2002/11/22] ports/45612 marcel port devel/linux_kdump does not compile s [2002/11/22] ports/45613 portmgr make update doesn't o [2002/11/23] bin/45659 portmap can not be bound to only loopback f [2002/11/24] ports/45681 sada Update port: chinese/chitex o [2002/11/24] kern/45684 systat -vmstat reports "alternate system o [2002/11/24] i386/45692 ACPI error on Acer motherboard o [2002/11/24] ports/45693 ports-bugs New port: net/gkrellmmultiping2 o [2002/11/24] bin/45701 markm spelling error in rogue o [2002/11/25] misc/45704 [PATCH] request to change cp866b to cp866 o [2002/11/25] ports/45714 ports-bugs New Port: KMyIRC o [2002/11/25] bin/45729 make rbootd transfere the default file if o [2002/11/25] standards/45738tjr sh "unset" built-in violates IEEE Std 100 o [2002/11/26] bin/45749 [PATCH] rm -f in MS-DOS directory o [2002/11/26] kern/45753 linux-sun-jdk1.4.1 calls SIOCGIFCONF ioct f [2002/11/26] ports/45771 ports-bugs OffiX printer doesn't find printer f [2002/11/26] ports/45782 ports-bugs [patch] fix fetch and update version for o [2002/11/26] kern/45785 emulation Linux WineX seems to require a few new li o [2002/11/27] kern/45793 Invalid media subtype aliases in if_media o [2002/11/27] ports/45812 ports-bugs New port for print/mup p [2002/11/28] bin/45817 murray [PATCH] Fortune files are needlessly rand o [2002/11/28] misc/45830 KDC has problems when listening to IPv6 a o [2002/11/29] misc/45839 [PATCH] Remove some duplicate fortunes o [2002/11/29] ports/45843 dbaker sysutils/3dm - needs to detect and create p [2002/11/30] misc/45874 ache [PATCH] FreeBSD does not know about ca_ES o [2002/11/30] ports/45886 ports-bugs New ports: japanese/trr* o [2002/12/01] bin/45896 dwmalone setnetgrent() should return error code o [2002/12/01] ports/45899 brian Packaging list for vlc-0.4.4 is incomplet o [2002/12/01] ports/45909 ports-bugs New port: Python DBI Sybase module o [2002/12/02] ports/45911 ports-bugs GEOM-related problem sysutils/diskcheckd o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/03] ports/45963 anders the port looks for majordomo.cf in /etc o [2002/12/03] bin/45967 telnetd does not set SO_DEBUG for -debug o [2002/12/03] kern/45968 des linprocfs is missing maps o [2002/12/03] ports/45977 dbaker New version of FreeBSD dnet client releas o [2002/12/05] ports/46005 ports-bugs New port: ginsu - a client for the gale s o [2002/12/05] kern/46014 thomas atapi-cam: cd0c errors o [2002/12/06] ports/46024 ports-bugs palm/plucker-1.2 doesn't work with python a [2002/12/06] ports/46032 gnome net/gabber doesn't work on -CURRENT f [2002/12/06] ports/46034 gioria new ports: mantis f [2002/12/06] ports/46041 ports-bugs port update: www/dansguardian to version o [2002/12/06] ports/46042 ports-bugs port update: www/dansguardian-devel to v o [2002/12/07] conf/46062 Remove skel from BSD.root.dist. f [2002/12/07] ports/46063 ports-bugs New port: USB FM Radio Control utility f [2002/12/07] ports/46065 ports-bugs [patch] fix fetch for devel/libvanessa_* f [2002/12/07] ports/46077 ports-bugs [patch] fix fetch for devel/gsnes9x o [2002/12/07] kern/46080 ipfw [PATCH] logamount in ipfw2 does not defau o [2002/12/07] ports/46089 ports-bugs multimedia/xmms Vorbis plugin built incor o [2002/12/08] ports/46092 tg ports/print/acroread on i386 needs Linux o [2002/12/08] bin/46107 killall(1) can prematurely kill itself o [2002/12/08] bin/46110 why does fsck work with / mounted r/o but o [2002/12/09] standards/46119standards Priority problems for SCHED_OTHER using p o [2002/12/09] bin/46123 fenner PATCH: tcpdump needs -a flag if netmask i o [2002/12/09] kern/46157 dnetc crashes DP2-SMP system o [2002/12/10] kern/46159 ipfw ipfw dynamic rules lifetime feature o [2002/12/10] misc/46163 gad lpc problem. Only root can modify despit o [2002/12/10] kern/46174 bootp_subr.c patch o [2002/12/11] docs/46181 doc "make fetch-recursive" target description o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format o [2002/12/11] docs/46200 doc fix for ru_RU.KOI8-R/books/porters-handbo o [2002/12/11] ports/46202 ports-bugs hackedbox make install failure (nle/et_EE o [2002/12/11] bin/46203 [patch] make(1) missing trailing '\0' and f [2002/12/12] i386/46222 CPU speed incorrectly reported o [2002/12/13] conf/46235 rwatson Sysinstall NTP servers for Finland requir o [2002/12/13] i386/46238 dds [code] Driver for the PCL-724 ISA card o [2002/12/13] kern/46250 Sound driver not working correctly on SON o [2002/12/14] ports/46256 lioux update rxvt-devel to 2.7.9 o [2002/12/14] i386/46258 PLT code causes skewed return hint stack o [2002/12/16] ports/46288 edwin OpenLDAP port update o [2002/12/16] docs/46291 doc correlation between HZ kernel config para o [2002/12/16] docs/46295 doc please add information to Nvi recovery em o [2002/12/16] ports/46317 obrien ports/editors/vim/files/patch-02 is stale o [2002/12/17] ports/46325 ports-bugs new port: net/luasocket - IP library for o [2002/12/17] ports/46327 ports-bugs obsolete version of the Computer Modern f o [2002/12/17] misc/46328 gad patch for lpd o [2002/12/18] kern/46368 MAXDEP in isa/pnpparse.c is too small o [2002/12/19] bin/46379 customize home-directory permissions in p o [2002/12/19] misc/46382 ps(1) could use a "repeat" mode o [2002/12/20] ports/46394 ports-bugs New port: special purpose database applic o [2002/12/20] misc/46409 Certain periodic scripts check broken NFS o [2002/12/20] ports/46410 ports-bugs New port: SGL - incomplete STL implementa o [2002/12/20] kern/46413 imp ufm.ko does not function without a MAKEDE o [2002/12/20] ports/46414 adrian squid man page gives wrong location of co f [2002/12/20] ports/46417 mph bidwatcher port broken as of Dec. 17 2002 o [2002/12/21] standards/46441tjr /bin/sh does not do parameter expansion i o [2002/12/21] ports/46442 ports-bugs New port: Ada thin binding to SDL and Ope o [2002/12/21] ports/46448 ports-bugs New port: adabooch is a Booch implementat o [2002/12/21] i386/46453 [INTERLATIONALIZATION] cons25l2, ISO8859- o [2002/12/21] ports/46457 ports-bugs Update x11/temperature.app to 1.4 and use o [2002/12/22] ports/46478 jmz Fix build on -current for graphics/pixmap p [2002/12/22] ports/46483 trevor [patch] Fix gcc295 on current/i386 o [2002/12/23] ports/46487 ports-bugs New port: cbind - Translator for "thin" A o [2002/12/23] kern/46488 usb driver do not send detach events on S o [2002/12/23] standards/46504standards Warnings in headers o [2002/12/23] ports/46505 ports-bugs New port: adabindx - an Ada-binding to th o [2002/12/23] ports/46510 ports-bugs sshd does not correctly store the remote o [2002/12/24] ports/46520 ports-bugs stability issues re - mplayer and audio o o [2002/12/25] ports/46522 sobomax xtraceroute-0.9.0 fails with "OpenGL not o [2002/12/25] ports/46527 ports-bugs bento-fix: sysutils/bubblemon o [2002/12/27] misc/46555 enhancements for libradius o [2002/12/27] kern/46564 ipfw IPFilter and IPFW processing order is not o [2002/12/27] ports/46570 jhb E-Fancylauncher core dump as receiving mo o [2002/12/28] ports/46602 ports-bugs new port devel/tkinspect o [2002/12/28] ports/46608 ports-bugs [NEW PORT] latest development track of ep f [2002/12/29] ports/46615 gioria new-port: mail/sympa - an electronic mail o [2002/12/30] conf/46645 [PATCH] rc.shutdown state table saving ha o [2002/12/31] ports/46655 dwcjr net/samba beauty fix o [2003/01/01] misc/46670 5.0-RC2 install leaves CD drawer locked. o [2003/01/01] bin/46672 dump(8) program gives unnecessary -L warn o [2003/01/01] kern/46677 Wrong vendor and device defines in ng_ubt f [2003/01/02] ports/46688 ports-bugs mail/tkrat2 Updated to 2.1.1 o [2003/01/02] ports/46707 ports-bugs [NEW PORT} audio/asmix mixer for afterste o [2003/01/02] ports/46708 ports-bugs [NEW PORT} audio/asmixer Another mixer fo o [2003/01/02] docs/46709 doc tables in terminfo.5 are broken o [2003/01/03] ports/46714 ache fix www/mnogosearch to adhere to ${APACHE o [2003/01/03] ports/46731 ports-bugs New port: SGI's Open Inventor o [2003/01/03] kern/46734 joystick driver doesn't allow for anythin f [2003/01/03] ports/46738 edwin new port: www/templeet o [2003/01/03] conf/46746 No way to set link addresses through rc.c o [2003/01/04] ports/46754 ports-bugs [PATCH] pdftohtml add Plain-Text output o [2003/01/04] ports/46756 ports-bugs new port: net/fpl o [2003/01/04] misc/46758 moused enhancements o [2003/01/04] ports/46766 ports-bugs New port: kix-kmod : Syscons screen saver o [2003/01/04] kern/46773 sos I want IDE HD go into standby mode. o [2003/01/04] ports/46774 ports-bugs New port: comms/lirc: Linux Infared Remot o [2003/01/05] bin/46785 ipfw [patch] add sets information to ipfw2 -h p [2003/01/05] docs/46787 trhodes compress(1) manpage missing BUGS; other c o [2003/01/05] kern/46790 [PATCH] new ATM driver o [2003/01/05] docs/46793 doc DEVICE_POLLING can not be used with SMP, o [2003/01/06] ports/46803 sobomax Unbreak emulators/basiliskII on 5.0 o [2003/01/06] ports/46810 edwin [Patch] pkg_tree additional switches o [2003/01/06] ports/46811 ports-bugs palm/pose fails to build o [2003/01/07] bin/46830 Make pkg_add respect prefix for dependanc o [2003/01/07] ports/46847 ports-bugs new port: multimedia/nxtvepg (electronic o [2003/01/08] ports/46874 ports-bugs make of gnotepad+ fails with missing conf o [2003/01/09] bin/46888 gad Add script run hook to newsyslog(8) o [2003/01/09] ports/46893 ports-bugs make error in /usr/ports/print/xpp o [2003/01/09] www/46896 www updating document http://www.freebsd.org/ o [2003/01/09] ports/46904 ports-bugs new port: mail/vqregister o [2003/01/09] bin/46905 FreeBSD 5.x cannot be installed from mult o [2003/01/09] i386/46912 johan chflags nonodump fails o [2003/01/09] conf/46913 ipf denied packets of security run output o [2003/01/09] docs/46918 trhodes ipsec(4) does not reference the IPSEC RFC o [2003/01/10] bin/46925 sysctl -a goes into an infinite loop... o [2003/01/10] kern/46961 bridging between vlan-interfaces on same o [2003/01/11] kern/46973 syscons virtual terminals switching featu o [2003/01/11] kern/46978 Creative SoundBlaster 16 does not work wh o [2003/01/12] ports/46991 markp new port: dump MSRPC information o [2003/01/12] misc/46998 [patch] Support PicoBSD source in other l o [2003/01/12] ports/47002 roam New port: vodmr - ODMR/ATRN server for vp o [2003/01/13] ports/47017 ports-bugs update games/zangband to 2.7.2 o [2003/01/13] ports/47018 sf Teach ftp/wget new very useful feature - o [2003/01/13] ports/47026 ports-bugs New port: a small assembly to HTML conver o [2003/01/13] misc/47029 Static and popping with Hercules GameThea o [2003/01/13] ports/47036 portmgr bsd.port.mk has bad comments WRT dependen a [2003/01/14] ports/47053 jkoshy Port netpipe broken a [2003/01/14] ports/47068 arved Update port: devel/bison to 1.875 o [2003/01/14] docs/47085 doc boot(8) manpage is incomplete according t o [2003/01/14] ports/47087 mharo [patch] Add WITH_SHELL_SETS_HOME knob to o [2003/01/15] ports/47098 ports-bugs New port: Senken, a city simulation game o [2003/01/15] ports/47112 ports-bugs web2ldap compile abends with `LDAP_FILT_M o [2003/01/15] ports/47128 ports-bugs New port: hybserv (irc services for ircd- o [2003/01/16] ports/47138 ports-bugs ports/latex cannot be installed o [2003/01/16] bin/47149 ru make -C documented but not working o [2003/01/16] ports/47156 ports-bugs new port: ftp/tftp-hpa: Advanced TFTP ser o [2003/01/17] ports/47161 ports-bugs New Port: audio/xmms-kj Add K-JoefolSkinS o [2003/01/17] ports/47166 ports-bugs Tktable port o [2003/01/17] ports/47183 ports-bugs fetchyahoo porte problem (one line)> o [2003/01/18] misc/47187 [patch] fix printf specifier in src/sys/b o [2003/01/18] ports/47189 ports-bugs New port: x11/chameleon o [2003/01/18] ports/47197 ports-bugs multimedia/xmms cdaudio plugin issues ill o [2003/01/18] kern/47200 USB port is disabled when Kodak DX4900 is o [2003/01/18] ports/47203 kris upgrade of automake to try on the cluster o [2003/01/18] conf/47204 base + XFree86 install fails -- crypto di o [2003/01/18] ports/47208 arved New Port; ksetisaver o [2003/01/19] ports/47216 ports-bugs daily_clean_hoststat_enable causes errors o [2003/01/19] ports/47218 ports-bugs PostgreSQL client has problems when libbi o [2003/01/19] ports/47220 ports-bugs New port: games/gnmm (GNOME Nine mens' mo o [2003/01/19] i386/47223 [PATCH] pcvt(4), ESC sequences do not cha o [2003/01/19] bin/47235 top reports inaccurate cpu usage s [2003/01/19] bin/47237 des HTTP_PROXY with libfetch stalls at 99% o [2003/01/19] ports/47238 portmgr request for new virtual category: scheme o [2003/01/19] ports/47240 ports-bugs [patch] avifile WITH_AC3PASSTHROUGH=yes b o [2003/01/20] kern/47274 umodem update to support motorola v66 pho o [2003/01/20] ports/47275 ports-bugs devel/sdcc v2.3.0 fails to configure/buil o [2003/01/21] kern/47311 [PATCH] Kernel support for NVIDIA nForce2 o [2003/01/21] misc/47314 Install requires a swap partition. f [2003/01/21] ports/47334 nakai Update port: x11-wm/icewm to 1.2.6 (fix p o [2003/01/21] kern/47349 Fake a sound ioctl (plus linux hook) o [2003/01/21] bin/47350 rc.network supports only one ppp profile o [2003/01/22] kern/47359 panic after kldunload snp o [2003/01/22] i386/47376 [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd ch o [2003/01/22] ports/47379 ports-bugs patch for elm port o [2003/01/22] ports/47381 ports-bugs ownership wrong if build as one user, ins o [2003/01/22] bin/47387 [PATCH] gprof -K still requires "a.out" a o [2003/01/23] ports/47406 ports-bugs [Patch] Remove {PERL} from ports@'s ports o [2003/01/23] ports/47407 arved Unbreak/Update Port: multimedia/xmms-avi o [2003/01/23] ports/47420 ports-bugs cad/xcircuit: ownership is of user who bu o [2003/01/24] ports/47442 dwcjr ports/net/samba-devel update to 3.0a21 o [2003/01/24] ports/47446 ports-bugs nslookup crash in SetDefaultServer (patch o [2003/01/24] java/47448 phantom linux-blackdown-jdk-1.4.1: syscall mmap2 o [2003/01/25] ports/47472 ports-bugs new port: games/xcheckers (checkers game) o [2003/01/25] ports/47473 ports-bugs Exitstatus passing in vgetty for external o [2003/01/26] ports/47520 ports-bugs New port: net/roadrunner - a BEEP library o [2003/01/27] bin/47540 Make natd configurable in running state w o [2003/01/27] ports/47542 ports-bugs [PATCH] Keynote2 support configuration op o [2003/01/27] ports/47545 ports-bugs New port: jpegoptim is an command-line jp o [2003/01/27] advocacy/47559advocacy New FreeBSD PR campaign has been started. o [2003/01/27] bin/47560 tar 'z' option gzip'd output has extra ga o [2003/01/27] bin/47566 Suggested patch: vinum status verificatio o [2003/01/27] ports/47571 ports-bugs new port: gnotime tracker o [2003/01/27] ports/47573 ports-bugs [PATCH] linux_base-7.1_2 port does not in o [2003/01/27] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/27] misc/47576 [PATCH] factor(6)ing of negative numbers a [2003/01/28] ports/47593 nork Update port: www/elinks o [2003/01/28] docs/47594 doc [PATH] passwd(5) incorrectly states allow o [2003/01/28] bin/47596 daily security run complains if timezone o [2003/01/28] misc/47601 ru Additional subdir targets o [2003/01/28] ports/47614 dburr databases/p5-ApacheDBILogConfig 0.01 -> 0 o [2003/01/28] ports/47622 ports-bugs New Port: misc/gkrellshoot2 o [2003/01/29] ports/47640 wjv ports/p5-bioperl-devel is obsolete o [2003/01/29] ports/47649 ports-bugs New port: audio/eTktab - guitar tabulatur o [2003/01/29] ports/47651 ports-bugs unPERLify ports/audio o [2003/01/29] ports/47652 ports-bugs unPERLify ports/astro o [2003/01/29] ports/47653 ports-bugs unPERLify ports/cad o [2003/01/29] ports/47654 ports-bugs unPERLify ports/biology o [2003/01/29] ports/47656 ports-bugs unPERLify ports/comms o [2003/01/29] kern/47664 change in ip_output.c in 4.7-STABLE seems o [2003/01/30] i386/47669 imp absence of ufm* entry in MAKEDEV script o [2003/01/30] kern/47675 usb/umass problems o [2003/01/30] ports/47686 ports-bugs New Port: kwin-flatcurve o [2003/01/30] docs/47690 doc builtin(1) manpage is wrong about externa o [2003/01/30] docs/47705 doc wc(1) manpage has poor explanations. o [2003/01/31] kern/47731 reboot goes panic each time o [2003/02/01] kern/47791 imp Idea for what to do on insert o [2003/02/01] docs/47792 mheinen www/news/news.xml translated to .de o [2003/02/02] bin/47815 stty -all should work. f [2003/02/02] docs/47818 doc ln(1) manpage is confusing o [2003/02/02] docs/47824 doc auto-create plist chapter should mention o [2003/02/02] ports/47834 dirk mysql-server-3.23.55 upgrade should be mo o [2003/02/03] sparc64/47845sparc 4 second daily clock drift o [2003/02/03] ports/47851 mharo Upgrade for Analog to 5.31 f [2003/02/03] ports/47862 ports-bugs Maintainer update: databases/mysql-gui (b o [2003/02/04] ports/47904 ports-bugs drweb - cron example don't work o [2003/02/04] misc/47906 options screen not return previous screen o [2003/02/04] misc/47908 /stand/sysinstall can't display document o [2003/02/04] ports/47913 ume idled.8 man page conflict in ports mail/c o [2003/02/04] ports/47917 ports-bugs New port: audio/gkrellmss2 o [2003/02/04] kern/47935 panic on disk full a [2003/02/05] ports/47957 seanc ruby-snmp is broken o [2003/02/05] ports/47990 ports-bugs Patch so loadpath.UNIX is correct o [2003/02/05] docs/47991 doc Handbook section on upgrading kernel says o [2003/02/05] ports/47992 gnome gtk12 apps don't pick up correct locale r o [2003/02/06] ports/47995 ports-bugs New port: Showing moving blobs o [2003/02/06] ports/47996 sobomax [patch] graphics/svgalib shouldn't called o [2003/02/06] i386/48014 moused fails to correctly identify usb mo o [2003/02/06] ports/48021 ports-bugs New Port: www/photo_gallery f [2003/02/07] docs/48038 doc [PATCH] add Tips and Tricks section into o [2003/02/07] ports/48052 obrien Upgrading vim blows away locally-added pl a [2003/02/07] ports/48059 roam Nitpicks for the comms/qpage port o [2003/02/07] kern/48081 Enabling mutex profiling panics the kerne o [2003/02/08] ports/48093 kde kde3 FreeBSD port fails to configure Xine o [2003/02/08] ports/48097 ports-bugs Manual for camediaplay(1) falsely describ o [2003/02/08] docs/48101 brueffer There's no documentation on the fixit dis o [2003/02/08] conf/48105 /etc/disktab has incomplete duplication o o [2003/02/09] misc/48110 change CVSROOT/log_accum.pl to not send m o [2003/02/09] bin/48114 gethostname(3) can leave the wrong errno f [2003/02/09] ports/48115 ports-bugs Update port: math/abs o [2003/02/09] ports/48124 dbaker [PATCH] updates ports/misc/proxyper to ve o [2003/02/09] ports/48127 ports-bugs New port: security/hostsentry, Login anom o [2003/02/10] misc/48133 improvied vi recovery notification o [2003/02/10] ports/48140 andreas Update Port: print/apsfilter (conditional o [2003/02/11] kern/48172 ipfw ipfw does not log size and flags o [2003/02/11] conf/48195 /var/db/mounttab error on diskless boot o [2003/02/12] docs/48210 doc make -q only does what the manpage says i o [2003/02/12] ports/48214 trevor Update port: audio/festogi-spanish to 2.0 o [2003/02/12] kern/48216 mike Linux uname returns wrong hostname inside o [2003/02/12] ports/48217 ports-bugs New Port: www/mod_frontpage13 and www/mod o [2003/02/12] ports/48221 mharo portlint: bogus warnings about DISTFILES p [2003/02/12] docs/48223 ceri friendlier output when gnats database is o [2003/02/13] ports/48235 ports-bugs New Port: anomy mail sanitizer - removing o [2003/02/13] ports/48247 ports-bugs unPERLify ports/deskutils o [2003/02/13] ports/48248 ports-bugs unPERLify ports/editors o [2003/02/13] ports/48249 nork unPERLify ports/emulators o [2003/02/13] ports/48253 ports-bugs unPERLify ports/devel f [2003/02/13] ports/48257 ports-bugs New Port: portdowngrade: a tool to set a o [2003/02/14] ports/48273 ports-bugs FlightGear can only be run once between b o [2003/02/14] ports/48281 obrien Patch editors/vim to use fetch instead of o [2003/02/14] i386/48283 sound (pcm/sbc) broken with acpi o [2003/02/14] ports/48292 ports-bugs new port: print/epsonepl "Printer filter o [2003/02/15] bin/48309 pppoe connections fail to establish if th o [2003/02/15] bin/48313 [patch] make yacc(1) use getopt(3) o [2003/02/16] bin/48342 [PATCH] usbd dynamic device list. f [2003/02/16] ports/48350 ports-bugs [gimp-print] build error f [2003/02/16] ports/48352 roam JavaCC port updated for new distfiles. o [2003/02/17] ports/48377 portmgr Randomizing MASTER_SITES o [2003/02/17] ports/48382 ports-bugs /usr/ports/net/cflowd compile errors, wil o [2003/02/17] ports/48388 ports-bugs ftp/lukemftpd: Maintainer does not exist o [2003/02/17] ports/48397 jmz malformed make file in /usr/ports/comms/m o [2003/02/17] bin/48399 Can't put URL in GECOS phone field o [2003/02/17] ports/48404 ports-bugs gnuchess doesn't install the gnuchessx al o [2003/02/18] ports/48418 ports-bugs mail/teapop: 2 problems o [2003/02/18] ports/48422 ports-bugs New POrt: webstats o [2003/02/18] ports/48426 sobomax [PATCH] digger-vgl does not support conso o [2003/02/18] ports/48434 obrien shells/bash2: process substitution broken o [2003/02/18] bin/48443 /usr/sbin/periodic executes too many file o [2003/02/18] misc/48444 change to count connection attempts inste o [2003/02/18] ports/48448 ports-bugs New port: orca text data grapher (uses rr o [2003/02/19] ports/48459 ports-bugs upgrade www/plone to 1.0.1 o [2003/02/19] kern/48468 imp puc driver for Nm9845 o [2003/02/19] ports/48470 nork [PATCH www/flashpluginwrapper] add helper o [2003/02/19] kern/48471 Private IPC for every jail. [PATCH] o [2003/02/20] bin/48489 ru [PATCH] update information arp(4): descri o [2003/02/20] kern/48494 BP6 ACPI errors - AML incorrect o [2003/02/20] i386/48516 add support of Dell PS/2 mouse port o [2003/02/21] bin/48525 [PATCH] pkg_add under 5.0-RELEASE o [2003/02/21] ports/48552 ports-bugs new port: sysutils/ganglia-webfrontend: G o [2003/02/22] ports/48564 ports-bugs [new port] net/zonemaster : a tool for zo o [2003/02/22] conf/48566 [PATCH] /etc/defaults/make.conf stales af a [2003/02/22] conf/48569 trhodes make.conf misses comments on some options o [2003/02/22] www/48575 www f [2003/03/28] docs/50391 doc Incorrect information in a man o [2003/03/28] ports/50405 ports-bugs New port: x11-wm/fluxspace o [2003/03/28] ports/50411 ports-bugs Revised [UPDATE] sysutils/fastresolve fro o [2003/03/28] ports/50413 mharo [UPDATE] www/analog from 5.24,1 to 5.32,1 o [2003/03/28] ports/50415 ports-bugs New port: irc/onis o [2003/03/29] ports/50419 ports-bugs NEW PORT! misc/ekg o [2003/03/29] ports/50423 ports-bugs New port: www/phpftp o [2003/03/29] ports/50442 greid [patch] fix checksum for mail/spambnc o [2003/03/29] ports/50443 ports-bugs New port for libirman 0.4.2 o [2003/03/29] ports/50444 portmgr Suggestion for new category: "dns" o [2003/03/30] bin/50461 ctm cannot handle the large files current o [2003/03/30] ports/50466 grog The benchmarks/rawio port does not seem t f [2003/03/30] ports/50467 edwin Fix for port net/citadel o [2003/03/30] docs/50469 doc "mount_msdos -W" issue in handbook o [2003/03/31] bin/50471 telnet-bang crashes o [2003/03/31] ports/50473 ports-bugs amavis-perl is no longer supported (super o [2003/03/31] ports/50475 ports-bugs Port of rubber. f [2003/03/31] ports/50476 ports-bugs New port: math/libmath++ o [2003/03/31] conf/50477 gshapiro RELENG_4: src/etc/Makefile does not check o [2003/03/31] ports/50478 ports-bugs New port: games/monopd s [2003/03/31] ports/50479 portmgr Request for approval to commit bsd.gnuste o [2003/03/31] ports/50481 glewis [patch] update java/bluej -> 1.2.2 o [2003/03/31] ports/50484 ports-bugs Lots of warnings when compiling hping o [2003/03/31] ports/50514 ports-bugs TCH] Added tractorgen(6) manpage and othe o [2003/04/01] kern/50526 Update to #! line termination o [2003/04/02] ports/50548 ports-bugs print/ghostscript-gnu missing "standard" o [2003/04/02] ports/50553 ports-bugs [update] games/hlserver-psychostats to 1. o [2003/04/03] bin/50569 /bin/sh doesn't handles ${HOME}/.profile f [2003/04/03] ports/50572 portmgr Simlifying the work with Debian packages o [2003/04/03] docs/50573 doc return values for res_query/res_search/re o [2003/04/03] ports/50578 ports-bugs pktrace has been renamed to mftrace by th o [2003/04/03] ports/50586 ports-bugs JDEE port needs updates o [2003/04/04] ports/50609 ports-bugs New port: russian/muttprint (pretty print o [2003/04/04] bin/50613 [PATCH] pppd(8) incorrect CBCP response f o [2003/04/04] ports/50616 ports-bugs UPDATE-PORT: devel/linux-sdl12 update to o [2003/04/05] ports/50628 ports-bugs [PATCH] waimea port has missing run-depen o [2003/04/05] kern/50633 problems mounting SanDisk compact flash r o [2003/04/06] kern/50644 [PATCH] Update xe driver: multicast, hard o [2003/04/06] ports/50645 ports-bugs New port: benchmarks/scimark2 - a Java b o [2003/04/06] ports/50646 ports-bugs New port: benchmarks/scimark2c - an ANSI o [2003/04/06] bin/50656 /bin/cp - wrong error on copying of multi o [2003/04/07] ports/50662 ume sysutils/gkrellm2 interaction with Metaci o [2003/04/07] ports/50663 ume sysutils/gkrellm2 - it is not possible to o [2003/04/07] ports/50672 ports-bugs New port submission f [2003/04/07] docs/50677 doc [PATCH] update doc/en_US.ISO8859-1/books/ o [2003/04/07] kern/50687 ioctl(.., CDIOCCAPABILITY, ...) always re o [2003/04/07] ports/50692 ports-bugs Update port of ScrollZ to 1.9 o [2003/04/08] ports/50708 jedgar update sysutils/roottail to 0.2 o [2003/04/08] ports/50710 ports-bugs New port: misc/pxclient a [2003/04/08] ports/50714 ports-bugs Checksum mismatch for ghostscript/hpdj-2. o [2003/04/08] ports/50724 ports-bugs [PATCH] pkg_fetch saves full filename o [2003/04/08] ports/50725 ports-bugs new port: russian/koi2koi o [2003/04/08] ports/50728 brian Update: update of multimedia/vlc to versi o [2003/04/08] java/50729 phantom java/jdk14: broken java.net.NetworkInterf p [2003/04/08] docs/50735 brueffer Small diff to the developers handbook & o o [2003/04/09] bin/50749 ipfw ipfw2 incorrectly parses ports and port r o [2003/04/09] ports/50754 ports-bugs New port: security/hmap - web server fing o [2003/04/09] ports/50763 ports-bugs New-port: games/linux_nwnclient games/li o [2003/04/09] ports/50767 ports-bugs New port: ldap2dns - maintain DNS zones i o [2003/04/10] docs/50773 doc NFS problems by jumbo frames to mention i o [2003/04/10] ports/50775 ports-bugs axel port failes to build o [2003/04/10] ports/50777 ports-bugs New port: lxsplit-0.1.1 f [2003/04/10] ports/50779 edwin Maintainer Update: net/libdnet o [2003/04/10] ports/50788 ports-bugs gnump3d - install problem - adamw asked m o [2003/04/10] ports/50794 ports-bugs New port graphics/pho (version 0.9.1) o [2003/04/10] ports/50799 ports-bugs Lisp Packages install directory should no o [2003/04/11] ports/50810 ports-bugs Update port: lang/cmucl (docs installed a o [2003/04/11] ports/50813 wjv New port: japanese/mailman f [2003/04/11] ports/50822 ports-bugs [PATCH] graphics/netpbm doesn't install i o [2003/04/11] ports/50835 dirk cdrtools port uses the config path "/etc/ o [2003/04/11] ports/50840 ports-bugs mail/squirrelmail - Port Docs in wrong lo o [2003/04/12] ports/50850 ports-bugs -march=pca56 blows up nethack34-nox11 o [2003/04/12] ports/50863 trevor Update audio/csound-manual o [2003/04/12] ports/50864 trevor Update audio/festlex-ogi o [2003/04/12] ports/50866 lioux [PATCH] Introduce patch to qmail-1.03 to o [2003/04/12] alpha/50868 alpha fd0 floppy device is not mapped into /dev o [2003/04/12] ports/50869 trevor Update audio/festvox-abc o [2003/04/12] ports/50880 ports-bugs Request for (optional) addition of tcplim o [2003/04/12] ports/50881 ports-bugs New port: mail/scmail - mail filter in sc o [2003/04/12] ports/50888 ports-bugs Updated fetchyahoo port, like fetchmail f o [2003/04/12] ports/50891 phantom [PATCH] java/jdk14 port don't build on so o [2003/04/13] ports/50914 ports-bugs Port update: editors/fte o [2003/04/13] kern/50923 rfork(RFPROC|RFMEM, ...) fails unconditio p [2003/04/13] bin/50924 "vmstat -f" says "unimplemented" but data o [2003/04/14] i386/50929 AMD K6-2+ processor is identified incorre o [2003/04/14] ports/50930 lioux Update net/silc-client o [2003/04/14] ports/50931 lioux Update net/silc-server o [2003/04/14] ports/50932 lioux Update net/silc-doc o [2003/04/14] ports/50940 greid Update mail/spambnc o [2003/04/14] misc/50945 ru BUG: NOINSTALLLIB isn't honored in all Ma o [2003/04/14] kern/50948 BUG: @0 does not insert at the beginning o [2003/04/14] bin/50949 BUG: mtree doesn't honor the -P when chec o [2003/04/14] bin/50955 [PATCH] natd / libalias support for multi o [2003/04/14] conf/50956 daily_status_disks_df_flags in /etc/defau o [2003/04/14] ports/50957 ports-bugs [PATCH]: unbreak port converters/dumpasn1 o [2003/04/14] ports/50965 ports-bugs www/linux-flashplugin update to 6.0r79 o [2003/04/14] ports/50967 ports-bugs [patch] ftp/ftptool patch the file lex.c o [2003/04/15] ports/50970 anholt KDE-3.1.1a - R128(0) Idle timed out, rese o [2003/04/15] bin/50971 du(1) doesn't understand UF_NODUMP flag p [2003/04/15] misc/50979 [PATCH] Some spelling corrections in sbin o [2003/04/15] bin/50988 [Patch] find -size -- express argument in o [2003/04/15] ports/50989 ports-bugs Update cad/slffea: fix distinfo - bento e o [2003/04/15] ports/50992 ports-bugs ports-bug: devel/kprof o [2003/04/15] ports/50996 openoffice editors/ooodict-hu_HU port can moved to h o [2003/04/15] ports/50997 ports-bugs [patch] x11-toolkits/slingshot o [2003/04/15] ports/51002 ports-bugs new feature for net/trafshow o [2003/04/15] ports/51005 ports-bugs New port of native window decoration for o [2003/04/15] docs/51006 doc [PATCH] divert(4) and ipfw(8) manpages ar o [2003/04/15] ports/51008 ports-bugs making sysutils/eject understand cdrom ar o [2003/04/15] kern/51009 Buggy aue driver fixed. o [2003/04/15] ports/51011 ports-bugs port update o [2003/04/15] ports/51013 ports-bugs New Port: avidemux2 o [2003/04/16] ports/51017 ports-bugs New Port: xvmixer an Open Look-based audi o [2003/04/16] ports/51024 gioria fix-bento/update port: french/spip o [2003/04/16] ports/51036 ports-bugs New port: sysutils/clockspeed-conf - Supe o [2003/04/16] bin/51070 add -p option to pom [PATCH] o [2003/04/16] ports/51071 ports-bugs New port: net/pear-Net_URL - Easy parsing o [2003/04/16] kern/51074 joe pointer arithmatic error in ugen.c o [2003/04/16] ports/51076 ports-bugs [patch] x11-toolkits/xview-clients now bu o [2003/04/17] kern/51082 FEATURE: More descriptive message on drop o [2003/04/17] ports/51087 ports-bugs spamass-milter can not be built with send o [2003/04/17] bin/51091 [FEATURE] Add -A (print ASCII) flag to tc o [2003/04/17] ports/51097 tobez New port databases/p5-DBD-PgSPI o [2003/04/17] ports/51098 ports-bugs New port: Perl5 module to read and write o [2003/04/17] kern/51111 ipf doesn't allow outbound IPv6 packets u o [2003/04/17] ports/51117 ports-bugs New port: Freecraft RTS game o [2003/04/17] ports/51118 ports-bugs New Port: graphics/xvgr Open Look-based d o [2003/04/17] kern/51120 MSGBUF_SIZE doesn't work in makefiles o [2003/04/17] ports/51122 ports-bugs New port: textproc/xhtml-1.1 o [2003/04/18] ports/51130 ports-bugs databases/freetds overwrites config file a [2003/04/18] docs/51133 murray RSH environmental variable not described o [2003/04/18] kern/51137 config(8) should check if a scheduler is o [2003/04/18] ports/51147 ports-bugs Update of graphics/jhead port to 2.0 o [2003/04/18] bin/51148 Control the cache size for pwd_mkdb to sp o [2003/04/19] bin/51151 du hardlinkmatching is slow - fix include o [2003/04/19] ports/51152 portmgr bsd.port.mk: generic SHEBANG_FILES o [2003/04/19] ports/51158 ports-bugs New port: sysutils/reoback o [2003/04/19] ports/51162 ports-bugs new port: misc/gkrellm-helium, Prague the o [2003/04/19] bin/51165 Login does not honor .hushlogin o [2003/04/19] misc/51167 dougb [PATCH] Makefile for /etc/namedb. o [2003/04/20] kern/51182 ipfw ipfw2. -d list shows couters for dynamic o [2003/04/20] kern/51186 pointer arithmatic error in ugen.c o [2003/04/20] ports/51190 ports-bugs New port: emulators/extract-xiso o [2003/04/20] ports/51192 mharo portlint has wrong #! line o [2003/04/20] ports/51197 ports-bugs New Port: rendezvous (Apple's ZeroConf im o [2003/04/21] bin/51205 openssl in base system is not compiled th o [2003/04/21] ports/51214 ports-bugs New port: www/zope-localizer o [2003/04/21] ports/51215 ports-bugs New port: www/zope-translationservice o [2003/04/21] ports/51264 ports-bugs new port: mail/mls o [2003/04/22] ports/51275 ports-bugs textproc/latex2html PLIST is missing some o [2003/04/22] ports/51290 nbm Update devel/sip: patchout license confir o [2003/04/22] standards/51292standards [PATCH] add ecvt()/fcvt()/gcvt() function o [2003/04/22] bin/51296 calendar wrong for dates based on day+-nu o [2003/04/23] ports/51306 ports-bugs Update port: net/dictd-database o [2003/04/23] ports/51320 ports-bugs NEW PORT: sysutils/adtool o [2003/04/23] ports/51321 ports-bugs Patch to update port dclib 0.1.11 -> 0.2. o [2003/04/23] ports/51323 ports-bugs Patch to update port dcgui 0.1.11 -> 0.2. f [2003/04/24] ports/51349 ports-bugs New port: sysutils/xps o [2003/04/24] ports/51351 ports-bugs new port x11-toolkits/SoXt 1.1.0 (SUPERCE a [2003/04/24] ports/51385 portmgr Confusing message when installing newer v o [2003/04/24] kern/51389 smbfs fails to work on SMP kernels. o [2003/04/24] ports/51393 ports-bugs update request: lang/sml-mode.el to 3.9.5 o [2003/04/24] ports/51395 trevor [PATCH] Update xdiskusage to 1.45 p [2003/04/24] docs/51399 blackend XFree86 section of handbook needs some up f [2003/04/24] ports/51400 ports-bugs new port:biology/lsysexp o [2003/04/24] ports/51402 ports-bugs New port for LDAP Directory Administrator o [2003/04/24] ports/51404 ports-bugs [patch] fix WWW for www/css-mode.el o [2003/04/25] ports/51406 ports-bugs Add linprocfs mount check to emulators/li o [2003/04/25] ports/51415 kevlo Port textproc/xerces-j should be updated o [2003/04/25] ports/51424 dirk www/httrack should be updated to lastest o [2003/04/25] ports/51427 ports-bugs Update port: devel/rlwrap to 0.15 o [2003/04/26] ports/51446 trevor Update port: audio/fest* to last versions o [2003/04/26] ports/51447 ports-bugs x11/nvidia-driver: adding support for 5.0 o [2003/04/27] ports/51456 ports-bugs adding new port: opencm o [2003/04/27] ports/51468 ports-bugs [patch][non-maintainer update] canonical o [2003/04/27] docs/51480 dds Multiple undefined references in the Free o [2003/04/27] ports/51482 ports-bugs IMCom port upgrade (supersedes ports/5077 o [2003/04/27] ports/51484 ports-bugs undefined reference in libobjc.so o [2003/04/28] bin/51488 Compat patch: more(1) allowed filename to o [2003/04/28] ports/51489 ports-bugs Update net/gnunet: 0.5.1a -> 0.5.3 o [2003/04/28] bin/51493 ls usage is missing a few options p [2003/04/28] misc/51504 ache New file: src/share/mklocale/zh_CN.GBK.sr o [2003/04/28] ports/51536 ports-bugs rmagic 2.21/FreeBSD 4.8-STABLE failing to o [2003/04/28] ports/51540 ports-bugs [update orphaned port] : audio/darkice o [2003/04/28] ports/51543 ports-bugs New port: py-sybase 0.36 (Sybase DB modul o [2003/04/28] ports/51545 ports-bugs [update orphaned port]: audio/mixer.app o [2003/04/28] ports/51547 anders [non maintainer update]: www/pound -> 1.4 o [2003/04/29] ports/51553 tobez UPDATE textproc/p5-Text-Autoformat o [2003/04/29] ports/51554 dburr p5-File-Spec is too picky o [2003/04/29] ports/51557 tobez UPDATE audio/p5-MP3-Info o [2003/04/29] ports/51560 scrappy UPDATE converters/p5-Convert-BER o [2003/04/29] ports/51563 tobez UPDATE converters/p5-Convert-UUlib o [2003/04/29] ports/51564 tobez o [2003/04/29] ports/51567 tobez UPDATE converters/p5-Unicode-Map8 o [2003/04/29] ports/51568 tobez UPDATE converters/p5-Unicode-String o [2003/04/29] ports/51572 dburr UPDATE databases/p5-ApacheDBILogConfig o [2003/04/29] ports/51575 tobez UPDATE databases/p5-CDB_File o [2003/04/29] ports/51588 portmgr SITE_PERL defined too late in bsd.port.mk o [2003/04/29] ports/51590 brian port update for multimedia/vlc o [2003/04/29] www/51607 ceri query-pr.cgi formats some links incorrect o [2003/04/29] docs/51608 phantom [PATCH] Add Internet Archive Wayback Mach a [2003/04/29] ports/51609 portmgr [PATCH] use su(1) when installing ports a o [2003/04/29] ports/51610 ports-bugs rmagic.sample (config file) & sample.dat f [2003/04/30] ports/51618 ports-bugs Maintainer update: hungarian/ispell to ve o [2003/04/30] ports/51631 ports-bugs New port: hungarian/complexjogtar - Hunga o [2003/04/30] ports/51632 anholt luit from x11/XFree86-4-clients is unusab o [2003/04/30] ports/51640 ports-bugs [PATCH] update of port net/openldap20 to o [2003/04/30] ports/51647 ports-bugs NEW PORT: pglod - inserts web logs into a o [2003/05/01] ports/51651 kde KDE 3.1.1a: KProcess' stdout redirection o [2003/05/01] bin/51655 savecore needs ${dumpdev} as an argument a [2003/05/01] ports/51663 roam [PATCH] vpopmail-stable fix for using vmo f [2003/05/01] kern/51675 njl Quirks for i-Bead MP3 player/USB key o [2003/05/01] ports/51678 arved x11/wmdrawer uses transparent icon now o [2003/05/02] ports/51690 blackend Update devel/linux-runrev: 1.1.1 -> 2.0-B o [2003/05/02] ports/51693 cy [PATCH] Unbreak w11-fm/fvwm2-devel o [2003/05/02] ports/51694 ports-bugs net/lft update to 2.1 f [2003/05/03] misc/51729 ache A patch that can make freebsd support zh_ o [2003/05/03] ports/51731 greid Update Port: emulators/freesci p [2003/05/04] bin/51750 maxim ipfw2.c typos o [2003/05/04] ports/51757 edwin Maintainer update: isc-dhcp3 splitted to o [2003/05/04] ports/51760 ports-bugs Change-request: mail/tmda (ACTION_AUTO_RE o [2003/05/04] ports/51768 ports-bugs [new port]: net/libnss_mysql (NSS module o [2003/05/04] ports/51772 dirk Upgrade to version 0.52 of port net/nsc o [2003/05/05] ports/51787 ports-bugs (update) databases/p5-DBIx-Tree o [2003/05/05] ports/51791 tg Change-request: shell/pdksh (pdksh-5.2.14 o [2003/05/05] ports/51803 ports-bugs (update) devel/p5-Class-Container o [2003/05/05] ports/51804 petef (update) devel/p5-Class-Date o [2003/05/05] ports/51819 ports-bugs New port: Provides a static mod_perl with o [2003/05/06] conf/51830 trhodes new entries in termcap o [2003/05/06] kern/51831 harti ATM/HARP BPF support o [2003/05/06] ports/51834 trevor (update) devel/p5-Class-MethodMaker o [2003/05/06] ports/51835 erwin (update) devel/p5-Class-ObjectTemplate o [2003/05/06] ports/51836 erwin (update) devel/p5-Class-ObjectTemplate-DB o [2003/05/06] ports/51839 erwin (update) devel/p5-Config-IniFiles o [2003/05/06] ports/51840 tobez (update) devel/p5-Data-Flow o [2003/05/06] docs/51845 hmp [PATCH] catch up getfsstat.2 and statfs.2 o [2003/05/06] kern/51874 Apacer HandySteno should have DA_Q_NO_6_B o [2003/05/06] docs/51875 doc atkbd(4) adjustment o [2003/05/06] ports/51877 ports-bugs (update) devel/p5-Devel-ptkdb o [2003/05/06] ports/51881 ports-bugs (update) devel/p5-Getopt-ArgvFile o [2003/05/06] docs/51891 doc DIAGNOSTICS in ed driver manpage don't ma o [2003/05/06] docs/51897 blackend Add example for disklable for md devices o [2003/05/06] ports/51898 greid Update net/ettercap: 0.6.7 -> 0.6.a o [2003/05/06] ports/51900 trevor [Update Port]: audio/fest* to last versio o [2003/05/06] misc/51909 Error in startrek fortune data base o [2003/05/06] conf/51910 ucom0 should be generated by MAKEDEV all o [2003/05/07] ports/51915 ports-bugs update for ports dcgui/dclib o [2003/05/07] ports/51916 mharo Analog update o [2003/05/07] ports/51918 ports-bugs isc-dhcp3 port package creates dhcp.lease o [2003/05/07] misc/51920 Collation for no_NO.ISO8859-1 o [2003/05/07] docs/51921 doc ls(1) manpage lacks some information abou o [2003/05/07] kern/51922 IPSEC_FILTERGIF support for FAST_IPSEC a [2003/05/07] ports/51923 ports-bugs Update port: math/oleo o [2003/05/07] ports/51931 jedgar update port irc/p5-IRC o [2003/05/07] ports/51947 mharo Analog port does not include anlgform.htm o [2003/05/07] ports/51948 mharo Analog port should be updated to 5.32 o [2003/05/08] ports/51957 ejc [port update] devel/omniORB to 4.0.1 o [2003/05/08] kern/51958 update for urio driver [PATCH] o [2003/05/08] ports/51971 trevor Update port: biology/xdrawchem to 1.6.10 a [2003/05/08] ports/51985 portmgr [patch] bsd.port.mk: two fixes for "make o [2003/05/08] ports/51991 trevor Update port: security/mcrypt to 2.6.4 o [2003/05/09] ports/51995 ports-bugs New port: mod_jk2 for apache2 and tomcat4 o [2003/05/09] docs/51999 wosch Missing MAN for ssh o [2003/05/09] ports/52001 tg Update port: x11/xlockmore from version 5 o [2003/05/09] ports/52006 ports-bugs rsync fails with protocol problems f [2003/05/09] ports/52016 ports-bugs New port: lang/harbour - A Clipper-compat o [2003/05/09] ports/52017 ports-bugs update to print/gsfonts o [2003/05/09] ports/52018 maho update to cad/calculix o [2003/05/10] ports/52024 lioux port multimedia/libdv fails to build o [2003/05/10] kern/52026 umass driver support for InSystem ISD200 o [2003/05/10] ports/52027 ports-bugs Update port: misc/bibletime from 1.2.1 to o [2003/05/10] ports/52028 ports-bugs Update port: misc/bibletime-doc from 1.2. o [2003/05/10] bin/52032 Telnet option contra telnet protocol o [2003/05/10] ports/52033 maho NEW port: math/superlu_mt o [2003/05/10] ports/52037 ports-bugs port multimedia/avifile fails to build (I f [2003/05/10] ports/52039 oliver transcode port fails when importing files o [2003/05/10] ports/52052 mita Update port: print/ghostscript-gnu-commfo o [2003/05/11] docs/52071 doc [PATCH] Add more information about soft u o [2003/05/11] bin/52072 maxim Wrong behaviour of the ftpd when the OOB o [2003/05/11] ports/52078 ports-bugs mail/gmime: upgrading to 1.0.7. o [2003/05/11] ports/52082 ports-bugs bacon port has no its homepage o [2003/05/11] ports/52088 maho NEW port CAD/tochnog o [2003/05/12] www/52095 ceri Remove 404s from hardware.raw o [2003/05/12] www/52099 ceri Remove 404s from consulting.raw o [2003/05/12] ports/52100 mharo Upgrade Analog to 5.32 (includes fixes) o [2003/05/12] www/52105 phantom Remove 404s from gallery.xml o [2003/05/12] ports/52106 phantom New port: java/javaws: Java Web Start 1.2 o [2003/05/12] ports/52109 petef Add MASTER_SITE_PACKETSTORM as additional o [2003/05/12] ports/52113 des mpg123 fails to play o [2003/05/12] ports/52116 ports-bugs [patch] print/cpp2latex s/getopt/unistd/ o [2003/05/12] ports/52124 ports-bugs [patch] net/tcpview: Chase AF_{NS/NETBIOS o [2003/05/12] ports/52125 ports-bugs New port: The devel branch of the ion win o [2003/05/12] ports/52127 ports-bugs Update port: emulators/dosbox - 0.55 > 0. f [2003/05/12] ports/52130 ports-bugs New Port: sysutils/klineakconfig configur f [2003/05/12] ports/52131 ports-bugs New port: databases/qt-mysql-plugin mysql o [2003/05/12] ports/52132 ports-bugs New port: audio/prokyon3 Really nice mp3- o [2003/05/13] ports/52157 wjv (update) devel/p5-IO-String to 1.02 o [2003/05/13] ports/52158 ports-bugs Update to pr:ports/52129 sysutils/lineakd o [2003/05/13] ports/52159 ports-bugs updates to pr:ports/52130 and pr:ports/52 o [2003/05/13] ports/52160 tobez (update) devel/p5-IPC-Run to 0.75 o [2003/05/13] ports/52162 skv [PATCH] update port textproc/sablotron to o [2003/05/13] ports/52165 ports-bugs (update) devel/p5-Log-Agent to 0.304 o [2003/05/13] ports/52167 ports-bugs (update) devel/p5-Log-Log4perl to 0.31 o [2003/05/13] ports/52173 portmgr bsd.port.mk - Modify USE_GETOPT_LONG opti o [2003/05/13] ports/52176 ports-bugs new port: comms/gscmxx 0.4.1 - gtk-fronte o [2003/05/13] docs/52183 doc [PATCH] Clarifies pccard setup for wirele o [2003/05/13] ports/52184 erwin (update) devel/p5-Params-Validate to 0.58 o [2003/05/13] ports/52186 ports-bugs (update) devel/p5-Proc-ProcessTable to 0. o [2003/05/13] bin/52190 [Patch] decode more syscalls in truss o [2003/05/13] ports/52195 glewis java/jdk13 does not autodetect itself o [2003/05/13] ports/52200 ports-bugs [maintainer update] fix fetch and Perl lo o [2003/05/13] ports/52201 ports-bugs NEW port CAD/gmsh o [2003/05/14] ports/52204 ports-bugs (update) devel/p5-Proc-Reliable to 1.13 o [2003/05/14] ports/52212 ports-bugs (update) devel/p5-String-Approx to 3.20 o [2003/05/14] ports/52214 ports-bugs (update) devel/p5-Term-ANSIColor to 1.07 o [2003/05/14] ports/52235 ports-bugs (update) graphics/gd2 to 2.0.12 o [2003/05/14] ports/52237 mharo [PATCH] security/sudo upgrade from 1.6.7. o [2003/05/14] ports/52238 ports-bugs (update) graphics/p5-GD2 to 2.07 o [2003/05/14] ports/52240 ports-bugs (update) graphics/p5-chart to 2.2 o [2003/05/14] ports/52241 jedgar (update) irc/p5-IRC to 0.74 o [2003/05/14] ports/52242 ports-bugs (update) irc/p5-POE-Component-IRC to 2.7 o [2003/05/14] i386/52249 i386 [PATCH] Bootmanager shows NTFS partitions o [2003/05/14] misc/52255 picobsd build script fails under FreeBSD o [2003/05/14] misc/52256 picobsd build script does not read in use o [2003/05/14] kern/52258 pccard non-functional, repeated "card ins o [2003/05/15] ports/52263 ports-bugs (update) mail/p5-MIME-Lite to 3.01 o [2003/05/15] ports/52268 ports-bugs devel/picasm update to 1.12b o [2003/05/15] bin/52271 sysinstall panics in machine with no hard o [2003/05/15] ports/52272 cy Aide-0.9 complains of "@@end_db" o [2003/05/15] ports/52279 kbyanc (update) mail/p5-Mail-CClient to 1.7 o [2003/05/15] ports/52280 mharo (update) mail/p5-Mail-IMAPClient to 2.2.7 o [2003/05/15] ports/52285 ports-bugs (update) mail/p5-Mail-Sendmail to 0.79 o [2003/05/15] ports/52288 tobez (update) math/p5-Math-Base85 to 0.2 o [2003/05/15] ports/52290 tobez (update) math/p5-Math-BigInt to 1.64 o [2003/05/15] ports/52293 mharo (update) math/p5-Math-Pari to 2.010500 o [2003/05/15] ports/52296 lioux Improve bittorrent port to not require X o [2003/05/15] ports/52303 des [patch] add knob to databases/gnats to re o [2003/05/15] ports/52305 ports-bugs Update port: textproc/cocoon (distfiles s o [2003/05/15] ports/52306 ports-bugs NEW port: vda2fbd converter o [2003/05/15] ports/52309 portmgr USE_SDL o [2003/05/15] ports/52310 jedgar sysutils/grub does not send a dhcp option o [2003/05/16] ports/52311 patrick [ADD MAKE ARGS]:: WITH_GTK And WITH_THREA o [2003/05/16] ports/52319 patrick [NEW PORT]:: comms/qtpcr and fix to priv. o [2003/05/16] ports/52322 ports-bugs (update) math/p5-MatrixReal to 1.9 o [2003/05/16] ports/52323 fanf Update port: sysutils/cfengine2 Upgrade t o [2003/05/16] bin/52324 formatting of RTT wrong in ping6 o [2003/05/16] ports/52327 ports-bugs (update) misc/p5-File-CounterFile to 1.00 o [2003/05/16] ports/52329 ports-bugs (update) net/p5-DNS-Config to work with a o [2003/05/16] ports/52330 ports-bugs (update) net/p5-DNS-Zone to work with all f [2003/05/16] ports/52339 ports-bugs New port: games/ksirk o [2003/05/16] bin/52349 netstat -ni broken for vlan interfaces o [2003/05/17] ports/52357 ports-bugs New Port: ASDF, a Common Lisp library man o [2003/05/17] ports/52359 ports-bugs New Port: ASDF, a Common Lisp library man o [2003/05/17] ports/52361 ports-bugs New Port: Common Lisp Parser Generator o [2003/05/17] ports/52362 ports-bugs New Port: Common Lisp Parser Generator (S o [2003/05/17] ports/52363 ports-bugs New Port: Parser Generator for Common Lis o [2003/05/17] ports/52364 ports-bugs New Port: Common Lisp Parser Generator (C o [2003/05/17] ports/52365 ports-bugs New Port: Common Lisp portability package o [2003/05/17] ports/52366 ports-bugs New Port: Common Lisp portability package o [2003/05/17] ports/52367 ports-bugs New Port: Common Lisp portability package o [2003/05/17] ports/52368 ports-bugs New Port: Common Lisp portability package o [2003/05/17] ports/52369 ports-bugs New Port: Portable Perl-Compatible Regexp o [2003/05/17] ports/52370 ports-bugs New Port: Portable Perl-Compatible Regexp o [2003/05/17] ports/52371 ports-bugs New Port: Portable Perl-Compatible Regexp o [2003/05/17] ports/52372 ports-bugs New Port: Portable Perl-Compatible Regexp o [2003/05/17] ports/52373 ports-bugs New Port: Splitting Common Lisp sequences o [2003/05/17] ports/52374 ports-bugs New Port: Splitting Common Lisp Sequences o [2003/05/17] ports/52375 ports-bugs New Port: Splitting Common Lisp Sequences o [2003/05/17] ports/52376 ports-bugs New Port: Splitting Common Lisp sequences o [2003/05/17] ports/52377 ports-bugs [PATCH] for upgrading net/ipfm to 0.11.5 f [2003/05/17] ports/52380 ports-bugs Configure problem in libggi f [2003/05/17] ports/52381 ports-bugs New port: games/luola o [2003/05/17] ports/52386 cvsweb [patch] devel/cvsweb and perl5.8 o [2003/05/17] ports/52388 portmgr bsd.port.mk: new target - package-recursi o [2003/05/17] ports/52390 ports-bugs emulators/twin attempts to build on unsup o [2003/05/18] ports/52393 ports-bugs New port: py-sourceview is a Python wrapp o [2003/05/18] i386/52401 i386 5.1-BETA syslogd not recording entries fr f [2003/05/18] ports/52402 ports-bugs New port: www/webcpp (converts code to hi o [2003/05/18] i386/52408 i386 quitting gnome2-2.2.1_1 results in LOR o [2003/05/18] ports/52410 maho Update to CAD/spice o [2003/05/18] ports/52411 ports-bugs graphics/giram: upgrading to 0.3.5 and un o [2003/05/18] ports/52414 portmgr pkg_info improvement: get only package na o [2003/05/18] ports/52415 obrien missing files in bash2 ports collection o [2003/05/18] i386/52416 i386 Requesting ethernet driver for Broadcom 4 o [2003/05/18] docs/52419 blackend Downloaded handbook errors on un-tar-ing o [2003/05/18] ports/52420 mita japanese/xpdf installation terminated whe o [2003/05/19] i386/52427 i386 DVD replay under MSI "655 MAX" mobo inter o [2003/05/19] i386/52428 i386 pcm0 reported twice: onboard AC97 and PCI o [2003/05/19] ports/52430 ports-bugs port lang/ocaml fails to build o [2003/05/19] conf/52432 Install: drivers.flp won't load with USB f [2003/05/19] ports/52439 ports-bugs Request: SMTP AUTH for qmail f [2003/05/19] ports/52444 ports-bugs Fix to ports/lang/ici build problem on 5- o [2003/05/19] ports/52447 edwin [PATCH] for gtk20-apireference .devhelp f o [2003/05/19] docs/52448 doc [patch] Misc man page reference fixes o [2003/05/19] ports/52452 ports-bugs [PATCH] sysutils/afio mangles FIFOs a [2003/05/19] ports/52453 nork Maintainer update: www/linux-opera7 beta o [2003/05/19] kern/52454 [PATCH] let init change securelevel to -1 o [2003/05/20] ports/52463 ports-bugs New Port: lml, a Common Lisp HTML generat o [2003/05/20] ports/52464 ports-bugs New Port: lml, a Common Lisp HTML generat o [2003/05/20] bin/52469 ppp: Multiple devices using UDP don't wor o [2003/05/20] ports/52472 ports-bugs Vorbis comments in unicode do not work wi o [2003/05/20] ports/52488 ports-bugs Updated port for sysutils/muse o [2003/05/20] bin/52489 [PATCH] ps tpt does not work f [2003/05/20] ports/52495 ports-bugs New port: sysutils/disktool o [2003/05/20] ports/52507 ports-bugs [PATCH] Update of port www/p5-HTML-Mason o [2003/05/20] ports/52508 adrian Update port: www/squid (use MANn variable o [2003/05/20] ports/52511 erwin update of postfix-current port o [2003/05/20] ports/52512 tg Update port: x11/xlockmore to 5.08.2 o [2003/05/20] docs/52514 brueffer Handbook: new chapter about Bluetooth o [2003/05/21] ports/52515 kuriyama Add /usr/local/share/xml/ to catalog list o [2003/05/21] bin/52517 New functionality for /usr/bin/Mail f [2003/05/21] i386/52519 i386 request USB-2.x support o [2003/05/21] ports/52531 ports-bugs www/mod_webapp_apache2: Distfile unavaila o [2003/05/21] ports/52538 ports-bugs [patch] Increased granularity for ImageMa o [2003/05/21] ports/52549 kde Difficulties compiling parts of KDE o [2003/05/21] i386/52555 i386 Large filesystem, df o [2003/05/22] ports/52564 ports-bugs Update port print/hyperlatex from 2.5 to o [2003/05/22] ports/52569 sobomax exploit for port games/maelstrom exists i o [2003/05/22] ports/52574 nakai Update port: japanese/anthy to 3900 o [2003/05/22] ports/52579 nakai Update port: www/aria to 1.0.0 o [2003/05/22] ports/52582 ports-bugs new port: net/weedns_sc o [2003/05/22] kern/52589 [patch] Add isochronous usb OHCI support o [2003/05/22] ports/52590 ports-bugs [non-maintainer update] update logic for o [2003/05/22] ports/52598 nbm Update devel/sip: 3.5 -> 3.6 o [2003/05/22] ports/52599 nbm Update devel/py-sip: 3.4 -> 3.6 o [2003/05/22] ports/52600 lioux multimedia/mpeg4ip does not compile with f [2003/05/22] bin/52601 mbr [PATCH] rpc.yppasswdd fails if master.pas o [2003/05/23] ports/52604 ports-bugs multiple problems with port net/openldap2 p [2003/05/23] docs/52612 trhodes [PATCH] close() can return undocumented E o [2003/05/23] ports/52614 ports-bugs New port openradius o [2003/05/23] kern/52623 Error in driver for the Intel EtherExpres o [2003/05/23] ports/52626 wjv [NON-MAINTAINER UPDATE] mail/mailman 2.1. o [2003/05/23] ports/52627 ports-bugs Update databases/clip: 0.9 -> 1.0.6 o [2003/05/23] ports/52631 anholt bochs port does not offer PCI device opti o [2003/05/24] ports/52640 doc New port: xmlcatmgr and patches to use th o [2003/05/24] ports/52646 nbm port upgrade: www/roundup from 0.5.6 to 0 o [2003/05/24] advocacy/52652advocacy Update japanese/mozilla-jlp-devel to 0.2. o [2003/05/24] ports/52653 ports-bugs ports/net/gnu-radius no longer compatible o [2003/05/24] ports/52659 ports-bugs New port: news/xvnews Open Look-based new o [2003/05/24] ports/52663 mharo Update port: www/analog o [2003/05/25] docs/52672 doc Porter's Handbook: couple of corrections o [2003/05/26] ports/52694 ports-bugs Update sysutils/kdirstat: 2.2.0 -> 2.3.7 o [2003/05/26] ports/52697 ports-bugs Update port: graphics/tulip to 1.2.4 o [2003/05/26] ports/52698 ports-bugs Update port: math/plplot o [2003/05/26] ports/52702 ports-bugs Updated port: (very trivial) patch to fix o [2003/05/26] ports/52706 portmgr bsd.port.mk issues warning if a site is e o [2003/05/27] ports/52716 ports-bugs Update port: math/drgenius to 0.8.4 o [2003/05/27] ports/52717 ports-bugs Update port: misc/gretl to 1.0.9 o [2003/05/27] i386/52722 i386 lock order reversal message o [2003/05/27] kern/52725 [PATCH] installincludes for kmods o [2003/05/27] ports/52727 ports-bugs Add Apache2 support at phplot o [2003/05/27] ports/52731 kris ports/x11-toolkits/qt145 - fix for 5.1-BE o [2003/05/27] kern/52735 Add support for one more type of USB flas o [2003/05/27] ports/52744 ports-bugs [update] net/radiator 3.5 -> 3.6 f [2003/05/27] bin/52746 tcsh fails to handle large arguements o [2003/05/28] ports/52747 ports-bugs port update - mail/p5-Mail-Ezmlm o [2003/05/28] bin/52750 formatting of RTT wrong in traceroute6 o [2003/05/28] kern/52752 [PATCH] SMBus controller on ICH4 not reco o [2003/05/28] kern/52764 Impossible to build kernel with COPTFLAGS o [2003/05/28] ports/52765 portmgr [PATCH] Uncompressing manual pages may fa o [2003/05/28] ports/52766 ports-bugs [MAINTAINER UPDATE] Update lang/fpc to 1. o [2003/05/28] ports/52773 ports-bugs mysql-gui won't build o [2003/05/28] ports/52778 sobomax freetype2 make install failure o [2003/05/28] ports/52779 fenner please make rat and sdr use tcl/tk8.3 f [2003/05/29] ports/52781 ports-bugs Maintainer update: devel/tide o [2003/05/29] bin/52782 user ppp dumps core when doing pppctl "sh o [2003/05/29] ports/52786 ports-bugs update of biology/nab by maintainer o [2003/05/29] ports/52788 ports-bugs Port p5-Gimp unfetchable o [2003/05/29] ports/52789 ports-bugs Enhancement for math/arpack f [2003/05/29] ports/52790 ports-bugs New port: shells/bash-completion o [2003/05/29] ports/52793 dwcjr Samba 2.2.8a printing woes o [2003/05/29] ports/52794 ports-bugs Xmaxima cannot start o [2003/05/29] kern/52795 uscanner for CanoScan N1220U o [2003/05/29] ports/52796 ports-bugs devel/apr is compiled without threads sup o [2003/05/29] ports/52797 ports-bugs devel/subversion does not install any too o [2003/05/30] ports/52800 ports-bugs Update graphics/gwenview: 0.17 -> 0.17.1 o [2003/05/30] ports/52808 ports-bugs [PATCH] lang/ocaml: add WITHOUT_X11 knob o [2003/05/30] ports/52811 ports-bugs [PATCH] net/unison: install documentation o [2003/05/31] ports/52821 ports-bugs Rayshade homesite and postscript document o [2003/05/31] ports/52825 lioux goggles-0.5.5 compile under 5.1-BETA2 fai o [2003/05/31] bin/52826 Feature Request: Adding Timestamps to pkg o [2003/06/01] ports/52832 smace Update net/tcpreplay: 1.4.0 -> 1.4.3 o [2003/06/01] ports/52834 trevor ports/www/linux-phoenix - update to 0.6 o [2003/06/02] ports/52853 gnome Mozilla 1.4rc1 is out o [2003/06/02] ports/52856 portmgr Force files overwrite with USE_ZIP=yes o [2003/06/02] ports/52857 ports-bugs New port: Scan detection and blocking dae o [2003/06/02] docs/52858 ceri Add the Bell System Technical Journal to o [2003/06/02] ports/52859 dwcjr Samba 2.2.8a (2.2.8)- broken support for o [2003/06/02] ports/52861 ports-bugs Update port: devel/autogen to 5.5.5 o [2003/06/02] ports/52863 ports-bugs Update port: print/panda to 0.5.3 (fix po o [2003/06/02] ports/52864 taoka Update port: japanese/FreeWnn-lib o [2003/06/02] ports/52873 ports-bugs New port: kcmpureftpd, a PureFTP control o [2003/06/02] ports/52875 sobomax devel/sdl12 - patch to support gameport j o [2003/06/02] ports/52877 ports-bugs Non-Maintainer-Update: mail/postfix add s o [2003/06/02] docs/52878 doc [PATCH] security(7): small clairification o [2003/06/02] ports/52879 ports-bugs New port: astro/accrete o [2003/06/02] ports/52881 ports-bugs New port: sysutils/clean; automatically r o [2003/06/02] alpha/52882 alpha fpsetprec/fp_prec_t unsupported on alpha? o [2003/06/02] ports/52883 ports-bugs [patch] graphics/gts: Mark as BROKEN on n o [2003/06/03] ports/52892 ports-bugs The mail/courier port is outdated o [2003/06/03] ports/52896 ports-bugs Update port: graphics/qglviewer o [2003/06/03] ports/52897 ports-bugs Update port: www/amaya to 8.0 o [2003/06/03] ports/52901 ports-bugs New port: www/p5-CGI-Upload - class for h o [2003/06/03] ports/52906 roger vid-1.0.1 from ports does not work with U o [2003/06/03] bin/52907 [PATCH] more malloc options for debugging f [2003/06/03] ports/52909 lioux [PATCH] ftp/twoftpd: chase devel/bglibs h o [2003/06/03] docs/52914 ceri typo in nfsiod(8) o [2003/06/03] ports/52915 ports-bugs Update editors/hte: 0.7.1 -> 0.7.2 o [2003/06/03] ports/52917 portmgr [PATCH] bsd.port.mk: update default value o [2003/06/04] ports/52923 ports-bugs New port: f-prot - the F-Prot virus scann o [2003/06/04] kern/52927 Intel Kinnereth-R NIC is not supported by o [2003/06/04] ports/52932 ports-bugs Update port: math/ploticus o [2003/06/04] ports/52934 ports-bugs Update port: net/serveez to 0.1.5 o [2003/06/04] ports/52939 petef [PATCH] Update mail/qmHandle to 1.1.0 o [2003/06/04] ports/52941 ports-bugs security/poc card-terminal problems o [2003/06/04] kern/52943 reproducable system stuck just brefore mu o [2003/06/04] ports/52946 lioux Add cdparanoia support to gstreamer-plugi o [2003/06/04] ports/52947 nbm Port update: Courier-imap 1.7.1 -> 1.7.3 o [2003/06/04] ports/52949 nbm mail/courier-imap: install ssl rc scripts o [2003/06/04] misc/52954 mbr [PATCH] Unbreak the share/examples/kld/cd o [2003/06/04] ports/52955 ports-bugs Update port: sysutils/di: di-3.9 - disk i o [2003/06/04] kern/52960 kbdcontrol macros don't work when len = 1 o [2003/06/05] i386/52971 i386 bad macro LIST_HEAD in /usr/include/sys/q o [2003/06/06] kern/52980 mbr [patch] dc(4) driver fails to init Intel o [2003/06/06] ports/52984 knu update archivers/fastjar to 0.93 o [2003/06/06] ports/52985 ports-bugs Update port: textproc/xmlindent to 0.2.5 o [2003/06/06] ports/52989 ports-bugs update archivers/libcomprex to 0.3.3 o [2003/06/06] ports/52994 ports-bugs Port games/asc crashes on exit o [2003/06/06] ports/52996 nbm Update port: ports/courier-imap init scri o [2003/06/06] ports/52997 ports-bugs NEW port CAD/admesh o [2003/06/06] kern/53005 USB IntelligentStick SCSI DA quirk o [2003/06/07] ports/53006 ports-bugs [UPDATE] Meta-CVS 1.0.8 o [2003/06/07] ports/53019 ports-bugs New Port: kvirc3 a irc client based on o [2003/06/07] ports/53020 adamw [patch] fix pygame detection in games/joo o [2003/06/07] kern/53025 [PATCH] ugen does not allow O_NONBLOCK fo o [2003/06/07] ports/53026 lioux 5.1-RC1 avifile0.7-0.7.34 compile fails w o [2003/06/07] kern/53027 [CHANGE-REQUEST] Better Entry for Intel P o [2003/06/07] ports/53035 ports-bugs Update port: devel/py-reverse to 0.4.2 o [2003/06/07] ports/53036 ports-bugs Update port: devel/py-yaml to 0.32 && fix o [2003/06/08] ports/53053 ports-bugs Update port: news/dnews to 5.7b1 && fix u o [2003/06/08] bin/53063 [PATCH] Let mtree -U update mtime o [2003/06/08] kern/53067 Add support for the PQI USB Flash Disk o [2003/06/08] ports/53070 ports-bugs Update port: cad/pcb to 1.7.3 and fix unf o [2003/06/08] ports/53074 ports-bugs [Patch] port: x11-wm/9wm unfetchable dist o [2003/06/08] ports/53076 ports-bugs Update port: x11-clocks/dclock to 2.1 && o [2003/06/09] ports/53080 ports-bugs ARJ archiver with Russian localization o [2003/06/09] kern/53094 QUIRK: Creative Nomad Muvo USB mp3 player o [2003/06/09] ports/53102 ports-bugs Update port: graphics/sdl_gfx to 2.0.7 o [2003/06/09] ports/53106 ports-bugs Update port: multimedia/gopchop to 0.9.0 o [2003/06/09] ports/53107 ports-bugs Update port: print/cups-pstoraster to 7.0 o [2003/06/09] ports/53108 kris Update port: x11/wdm to 1.25 (fix ports/5 o [2003/06/09] ports/53122 ports-bugs [Patch] port: sysutils/dvdtape unfetchabl o [2003/06/09] www/53127 www [patch] Add reference for 5.1 to docs.htm o [2003/06/09] ports/53128 ports-bugs www/thumbnail_index/files/patch-ab change o [2003/06/09] ports/53130 jmz [patch] correct logic in Makefile for sys o [2003/06/09] conf/53131 "ALL" could not turn check BOXes ON at pa o [2003/06/09] ports/53132 dbaker [patch] fix Makefile for devel/dnetc and o [2003/06/10] ports/53145 ports-bugs mplayer fails to compile o [2003/06/10] ports/53152 ports-bugs New port: XFce 4 management library o [2003/06/10] kern/53153 RESTARTABLE_PANICS debugging option is br o [2003/06/10] ports/53154 ports-bugs New port: XFce 4 library with non-graphic o [2003/06/10] ports/53155 ports-bugs New port: XFce 4 widget library required o [2003/06/10] ports/53156 ports-bugs New port: XFce 4 settings manager o [2003/06/10] ports/53157 ports-bugs New port: XFce 4 settings manager plugins o [2003/06/10] ports/53158 ports-bugs New port: XFce 4 essential utilities and o [2003/06/10] ports/53159 ports-bugs New port: XFce 4 alternative icon box o [2003/06/10] ports/53160 ports-bugs New port: XFce 4 panel module o [2003/06/10] ports/53161 ports-bugs New port: XFce 4 desktop background manag o [2003/06/10] ports/53162 ports-bugs New port: XFce 4 file manager o [2003/06/10] ports/53163 ports-bugs New port: XFce 4 graphical frontend for p o [2003/06/10] i386/53164 i386 natd requires alias_address or interface o [2003/06/10] ports/53167 ports-bugs New port: XFce 4 file manager extra icons o [2003/06/10] ports/53168 ports-bugs Port update: x11-wm/xfwm4 to current vers o [2003/06/10] ports/53169 ports-bugs New port: Additional XFce 4 window decora o [2003/06/10] ports/53170 ports-bugs New port: XFce 4 meta-port o [2003/06/10] ports/53172 ports-bugs [PATCH] Update textproc/txt2tags to 1.5, f [2003/06/10] ports/53178 ports-bugs [PATCH] Update devel/c2lib to 1.4.2, take o [2003/06/10] ports/53180 ports-bugs [PATCH] Update devel/makeplus to 0.2.3, t o [2003/06/10] ports/53185 ports-bugs ports/games/connect4 depends on archivers o [2003/06/11] ports/53189 ports-bugs No symlinks for POSIX and en_US.US-ASCII a [2003/06/11] ports/53190 bmah update to devel/subversion o [2003/06/11] ports/53193 ports-bugs [Patch] unbroke port: math/simpack fix co o [2003/06/11] conf/53197 re default tag of RELENG_5_1 standard-supfil o [2003/06/11] ports/53199 dbaker Port update: misc/dnetc o [2003/06/11] i386/53200 i386 5.1-RC1 SMP kernel boot gags at "APIC_IO: o [2003/06/11] ports/53202 naddy [Patch] port: games/xbl fix compiler_erro o [2003/06/11] ports/53206 ports-bugs Patch updates x11-wm/pekwm to version 0.1 o [2003/06/11] ports/53208 ports-bugs New port: GNU Backgammon o [2003/06/11] ports/53212 ports-bugs sync nvidia driver patches with http://ww o [2003/06/11] ports/53219 sobomax update emulators/basiliskII to 1.0 o [2003/06/11] ports/53220 ports-bugs [Fix] port: ftp/axel fix build error o [2003/06/11] ports/53231 ports-bugs [Patch] port: audio/ecawave fix build err o [2003/06/11] ports/53232 ports-bugs New port: net/bitlbee o [2003/06/11] ports/53234 ports-bugs New port: sysutils/rdiff-backup o [2003/06/11] ports/53235 ports-bugs New port: sysutils/duplicity o [2003/06/11] ports/53236 ade [PATCH] to devel/autoconf257 o [2003/06/11] ports/53237 ade [PATCH] for devel/automake17 o [2003/06/11] ports/53239 naddy audio/xmms-speex missing shared lib o [2003/06/11] ports/53241 naddy graphics/xmms-goom port update o [2003/06/11] kern/53242 [patch] snd_ich fails to detect Intel 828 o [2003/06/11] ports/53244 ports-bugs graphics/xmms-nebulus port update o [2003/06/11] ports/53246 ports-bugs New Port: mysqlcc o [2003/06/12] ports/53247 ports-bugs New port: gnome-ssh-askpass o [2003/06/12] ports/53248 ports-bugs mysql-qui port make aborts with inadequat o [2003/06/12] ports/53256 ports-bugs update port: misc/pl-sms update patch res o [2003/06/12] kern/53264 PCM interrupt not routed on Sony VAIO lap o [2003/06/12] kern/53265 Make Sierra A555 work in FreeBSD o [2003/06/12] ports/53266 ports-bugs ploticus should not require X11 (patch in o [2003/06/13] docs/53271 hmp the bus_dma man page fails to document al o [2003/06/13] ports/53274 ports-bugs New port: net/rbldnsd - small fast DNS se o [2003/06/13] kern/53276 modules ignore kernel configuration upon o [2003/06/13] ports/53280 ports-bugs [PATCH] update of port mail/fetchmail to o [2003/06/13] ports/53281 ports-bugs Port for LDAP servers access and KAddress o [2003/06/13] ports/53282 ports-bugs Update port: audio/mhwaveedit to 1.2.3 o [2003/06/13] ports/53283 ports-bugs Update port: devel/hypersrc to 5.3.9 o [2003/06/13] ports/53284 ports-bugs Update port: graphics/white_dune to 0.24. o [2003/06/13] ports/53286 ports-bugs Update port: print/cups to 1.1.19 o [2003/06/13] bin/53288 tail will sometimes display more lines th o [2003/06/13] docs/53292 blackend [PATCH] update to doc/en_US.ISO8859-1/art o [2003/06/13] misc/53293 Sticky user on 5.1 (who/su) o [2003/06/13] ports/53295 kris [patch] keynote is broken - doesn't compi o [2003/06/13] ports/53300 osa [PATCH] sysutils/userinfo: unbreak under o [2003/06/13] ports/53302 ports-bugs speak_freely port out of date o [2003/06/13] docs/53303 doc mount(2) man page error a [2003/06/13] ports/53306 nork [New Port] security/clamav-devel o [2003/06/13] ports/53307 ports-bugs New port: palm/synce o [2003/06/13] ports/53308 ports-bugs New port: palm/synce-dccm o [2003/06/13] ports/53309 ports-bugs New port: palm/synce-serial o [2003/06/13] ports/53310 ports-bugs New port: palm/synce-librapi2 o [2003/06/13] ports/53311 ports-bugs New port: palm/synce-libsynce o [2003/06/14] docs/53315 doc [PATCH] remove extraneous whitespace at t o [2003/06/14] docs/53316 doc Small update/correction to multimedia/cha o [2003/06/14] ports/53317 ports-bugs New port Mpatrol, memory debugger / Updat o [2003/06/14] ports/53318 ports-bugs New port, proxychains 1.8.2 o [2003/06/14] ports/53319 ports-bugs New port: yaph 0.91 o [2003/06/14] ports/53320 ijliao centericq memory leaks under 5.x o [2003/06/14] ports/53321 ports-bugs Update: comms/plp o [2003/06/14] i386/53324 i386 pam_group problems (PAM_RUSER used instea o [2003/06/14] bin/53325 /usr/bin/locale is not installed by make p [2003/06/14] misc/53327 Important fix for Latin-american keymap o [2003/06/14] ports/53331 ports-bugs [patch] fix checksum for textproc/jing o [2003/06/14] ports/53332 ports-bugs [patch] fix checksum for devel/eboxy o [2003/06/15] ports/53333 ports-bugs New port: palm/rapip o [2003/06/15] ports/53335 ports-bugs Update audio/extrace: 1.7.8 -> 1.8.06 o [2003/06/15] ports/53336 ports-bugs Update port: astro/nightfall to 1.32 o [2003/06/15] ports/53337 ports-bugs Update port: audio/lplayer to 0.98.2 o [2003/06/15] ports/53339 ports-bugs Update port: games/xqf to 0.9.12 o [2003/06/15] ports/53340 nakai Update port: x11-wm/icewm to 1.2.8 o [2003/06/15] bin/53341 dump frequency in sysinstall is always th o [2003/06/15] ports/53346 ports-bugs xmms volume bar error o [2003/06/15] ports/53347 ports-bugs port-update: icu2 f [2003/06/15] ports/53348 ports-bugs MAINTAINER-UPDATE: textproc/xerces-c2 o [2003/06/15] misc/53356 pccard.conf stanza to support D-Link DFE- o [2003/06/15] ports/53357 petef [Maintainer-Update] Scrollz port upgrade. o [2003/06/15] ports/53358 ports-bugs [update orphaned port] mail/perdition: up o [2003/06/15] ports/53359 ports-bugs [update port] devel/libvanessa_adt: updat o [2003/06/15] ports/53360 ports-bugs [update port] devel/libvanessa_logger: up o [2003/06/15] ports/53361 ports-bugs [update port] devel/libvanessa_socket: up o [2003/06/15] ports/53363 kbyanc [patch][non-maintainer update] fix www fo o [2003/06/15] ports/53364 ports-bugs [patch][non-maintainer update] fix fetch o [2003/06/16] bin/53366 rc.d/root is trying "mount /" while start f [2003/06/16] ports/53367 ports-bugs New port: xprobe2 ICMP active OS fingerpr o [2003/06/16] ports/53369 ports-bugs New Port: net/platero o [2003/06/16] ports/53371 mharo [PATCH] devel/portlint: suggest using {DO o [2003/06/16] bin/53377 [PATCH] su does not return exit status of o [2003/06/16] bin/53378 Missing newline in pkg_info from pkg_add' o [2003/06/16] www/53381 www [patch] Bring ports.cgi up to date with n o [2003/06/16] kern/53383 adding Terratec TValue to bktr driver o [2003/06/16] www/53386 www [patch] Fix url.cgi problem with deleted o [2003/06/16] ports/53393 ports-bugs Update port: graphics/giram to 0.3.5 and o [2003/06/17] ports/53401 lioux mail/qpopper: add knob WITHOUT_APOP, brin o [2003/06/17] ports/53406 ports-bugs willing to adopt x11-toolkits/gauche-gtk o [2003/06/17] kern/53417 Bad Recordings on AC97 onboard audio syst o [2003/06/17] docs/53420 ceri [patch] rework of parts of Porter's Handb o [2003/06/17] docs/53421 ceri [patch] rework of parts of Porter's Handb o [2003/06/17] docs/53422 ceri [patch] rework of parts of Porter's Handb o [2003/06/17] docs/53424 ceri [patch] rework of parts of Porter's Handb o [2003/06/17] docs/53425 ceri [patch] rework of parts of Porter's Handb o [2003/06/17] kern/53427 Changes to MSDOSFS not reflected when Win o [2003/06/17] ports/53428 dd Update qssl from version 1.0 to 2.0 o [2003/06/17] www/53429 www [patch] Remove http://www.freebsd.org/ava a [2003/06/17] ports/53431 ports-bugs Patch updates psi from version 0.8.7 to 0 o [2003/06/18] bin/53435 ftpd crashes when using absolute path in o [2003/06/18] ports/53436 ports-bugs [PATCH] games/magiccube4d to 2.2 o [2003/06/18] ports/53437 ports-bugs [patch][non-maintainer] change BROKEN to o [2003/06/18] ports/53438 ports-bugs [patch] fix usage of BROKEN in devel/ppl o [2003/06/18] ports/53439 ports-bugs [patch][non-maintainer] replace BROKEN by o [2003/06/18] ports/53440 ports-bugs [patch] replace BROKEN by IGNORE for deve o [2003/06/18] ports/53441 ports-bugs [patch] replace BROKEN by IGNORE for math o [2003/06/18] ports/53442 ports-bugs New Port: comms/gmfsk - Gnome MFSK termin o [2003/06/18] ports/53444 ports-bugs comms/hamfax - sending and receiving facs f [2003/06/18] ports/53445 ports-bugs Patch to update www/mod_mp3 port to 0.40 f [2003/06/18] ports/53449 nork ports/japanese/ng 's development beta ver o [2003/06/18] ports/53450 cvsweb [patch] Cvsweb 2.0.6 or above cause an er o [2003/06/18] bin/53451 mbr SEGV in rpcgen o [2003/06/18] docs/53454 doc wrong sample code in manpage of wcwidth(3 o [2003/06/18] ports/53455 ports-bugs [patch][non-maintainer] replace BROKEN by o [2003/06/18] ports/53457 ports-bugs [patch][non-maintainer] set NOT_FOR_ARCHS o [2003/06/18] ports/53460 ports-bugs security/inflex port out-of-date o [2003/06/18] ports/53461 ports-bugs [patch] change usage of BROKEN to IGNORE o [2003/06/18] ports/53462 ports-bugs [patch][non-maintainer] replace usage of o [2003/06/18] ports/53464 ports-bugs [patch][non-maintainer] replace usage of o [2003/06/18] ports/53465 ports-bugs [patch] replace usage of BROKEN by IGNORE o [2003/06/18] ports/53466 ports-bugs [non-maintainer] delete port audio/spiral o [2003/06/18] ports/53469 ports-bugs [patch][non-maintainer] remove hardwiring o [2003/06/18] ports/53470 ports-bugs [patch][non-maintainer] set ONLY_FOR_ARCH o [2003/06/18] ports/53471 ports-bugs [patch][non-maintainer] fix non-i386 buil o [2003/06/18] ports/53472 ports-bugs [patch] set ONLY_FOR_ARCHS in sysutils/lt o [2003/06/18] ports/53474 ports-bugs Fix audio support for squeak3 o [2003/06/18] bin/53475 cp(1) copies files in reverse order to de o [2003/06/18] gnu/53476 [patch] gcc improperly handles GCC_EXEC_P o [2003/06/18] ports/53480 ports-bugs New port: net/prtunnel o [2003/06/19] ports/53482 ports-bugs New Port: zabbix - Very advanced network o [2003/06/19] ports/53484 wjv [PATCH] for updating textproc/docbook-tdg o [2003/06/19] docs/53488 doc Mistake in the strmode(3) manual page o [2003/06/19] ports/53490 ports-bugs [New ports] linux-pam-docs o [2003/06/19] ports/53491 ports-bugs Update net/nast (maintainer) o [2003/06/19] ports/53493 dirk Update port: graphics/gtksee to 0.5.2 (fi o [2003/06/19] ports/53494 ports-bugs Update port: graphics/epix to 0.8.10a o [2003/06/19] ports/53495 nakai Update port: japanese/jmode to 0.6.6 (fix o [2003/06/19] ports/53499 portmgr [PATCH] move exim mirror sites to bsd.sit o [2003/06/19] ports/53500 ports-bugs transcode port doesn't set configure envi o [2003/06/19] docs/53501 doc [PATCH] Handbook: update snapshots sectio o [2003/06/19] ports/53503 ports-bugs Update audio/aube (maintainer) o [2003/06/19] ports/53505 ports-bugs Update idesk to 0.5.5 o [2003/06/19] kern/53506 Support gzipped modules. (partial patch) o [2003/06/19] ports/53507 dougb mail/p5-Mail-SpamAssassin-snapshot is out o [2003/06/19] ports/53509 ports-bugs Maintain-update of x11-wm/pekwm o [2003/06/19] ports/53512 will [PATCH] Update shells/zsh to 4.0.7 o [2003/06/19] ports/53513 shige [PATCH] Update shells/zsh to 4.1.1 o [2003/06/19] ports/53514 ports-bugs [Maintainer Update] games/gl-117 0.8.8 o [2003/06/19] bin/53516 ipmon fails to write pidfile upon on-boot o [2003/06/19] bin/53517 chm [PATCH] repair ffsinfo(8) on CURRENT o [2003/06/19] ports/53519 ports-bugs New port: devel/libidn o [2003/06/19] bin/53520 su to another user does not update utmp o [2003/06/19] ports/53521 ports-bugs [patch][non-maintainer] mark chinese/moef o [2003/06/19] ports/53523 ports-bugs new port f [2003/06/19] ports/53524 ports-bugs [patch] mark chinese/hanzim as broken o [2003/06/19] ports/53525 ports-bugs [patch] mark textproc/sp broken for sparc o [2003/06/19] ports/53527 ports-bugs [patch] mark security/hashish as broken o [2003/06/19] ports/53529 ports-bugs Port Update: net/xbms o [2003/06/19] www/53530 ceri [PATCH] query-pr.cgi doesn't work with ur o [2003/06/19] www/53531 ceri Spelling error in alpha category descript o [2003/06/19] ports/53532 ports-bugs [patch][non-maintainer] set BROKEN for no o [2003/06/19] ports/53534 ports-bugs [patch][non-maintainer] fix Makefile bug o [2003/06/19] ports/53535 ports-bugs [patch][non-maintainer] update benchmarks o [2003/06/19] ports/53536 ports-bugs [patch] mark net/gnu-finger as BROKEN on o [2003/06/19] ports/53537 ports-bugs New port: mb2md - Converts mbox mailboxes o [2003/06/19] ports/53538 ports-bugs [NEW PORT] net/ekg o [2003/06/20] ports/53539 ports-bugs [patch][non-maintainer] update plist for o [2003/06/20] ports/53540 ports-bugs New port: audio/mpio-driver Digit@lway MP o [2003/06/20] ports/53541 ports-bugs New port: audio/mpiosh Digit@lway MPIO MP o [2003/06/20] ports/53542 ports-bugs [patch] Update textproc/dtdinst to 2003.0 o [2003/06/20] kern/53548 Add support for Moxa CP-168U PCI serial a o [2003/06/20] ports/53549 ports-bugs update for ports dcgui/dclib in category: o [2003/06/20] ports/53553 ports-bugs Port update - generic/bug/compatibility f o [2003/06/20] ports/53555 ports-bugs [NEW PORT] sysutils/runit: A init scheme o [2003/06/20] ports/53556 osa New port: net/zebra-devel: development ve o [2003/06/20] ports/53558 ports-bugs new port of Gerrit Pape's runit package o [2003/06/20] bin/53560 logging domain names in wtmp is retarded o [2003/06/20] pending/53562amd64 Test PR s [2003/06/20] ports/53564 ports-bugs [non-maintainer] lang/stackless_python fa o [2003/06/20] ports/53565 ports-bugs post-patch for port o [2003/06/20] bin/53567 natd requires alias_address or interface o [2003/06/20] ports/53570 ports-bugs [patch] fix bug in ports/x11/Makefile o [2003/06/20] ports/53571 ports-bugs [NEW PORT] net/openldap22 o [2003/06/20] docs/53575 doc Change to Handbook Section 20.9 o [2003/06/20] ports/53576 ports-bugs New port: www/privoxy+ipv6 o [2003/06/21] ports/53580 ports-bugs Update port: games/adgali to 0.2.2 o [2003/06/21] ports/53581 ports-bugs Update port: games/gnomebreakout o [2003/06/21] ports/53582 ports-bugs Update port: graphics/gd to 2.0.15 o [2003/06/21] ports/53583 ports-bugs Update port: graphics/jbigkit to 1.5 o [2003/06/21] ports/53584 ports-bugs Update port: textproc/wv to 0.7.6 o [2003/06/21] ports/53587 ports-bugs fix ports/lang/fpc so that it builds on F o [2003/06/21] ports/53588 ports-bugs [PATCH] devel/ac-archive: update to 0.5.5 o [2003/06/21] ports/53591 ports-bugs Update sysutils/pwg (maintainer): fix bui o [2003/06/21] ports/53593 kris PATCH sysutils/pstree o [2003/06/21] ports/53595 mi PATCH upgrade libfpx v 1.2.0.9 (ImageMagi o [2003/06/21] docs/53596 doc Updates to mt manual page o [2003/06/21] ports/53597 ports-bugs mail/pear-Mail: upgrading to 1.1.0. o [2003/06/21] ports/53599 ports-bugs maintenance upgrade of audio/ecawave o [2003/06/21] ports/53603 ports-bugs cad/varkon port update (Maintainer) o [2003/06/22] ports/53611 ports-bugs Update: japanese/eb o [2003/06/22] ports/53612 ports-bugs Update port: graphics/gimageview o [2003/06/22] standards/53613standards FreeBSD doesn't define EPROTO o [2003/06/22] ports/53615 ports-bugs obsolete dependancy ports/security/drweb o [2003/06/22] ports/53616 ports-bugs [maintainer] Update irc/pircbot o [2003/06/22] ports/53617 ports-bugs Update databases/mysql-jdbc-mm to mysql-c o [2003/06/22] ports/53618 ports-bugs net/psi update to 0.9 o [2003/06/22] docs/53621 doc devname(3)'s man page needs an example o [2003/06/22] ports/53622 ports-bugs [patch] archivers/unadf and "#define LITT f [2003/06/22] ports/53623 ports-bugs devel/mico: change obsoleted port descrip o [2003/06/22] pending/53624gnats-admin patches for ipfw2 to support ipsec packet p [2003/06/23] docs/53625 maxim Error in ipfw manpage (EXAMPLES/SETS OF R o [2003/06/23] kern/53627 silby Zsh fork bomb panicks kernel. o [2003/06/23] ports/53632 ports-bugs Update clamv port to 0.60 o [2003/06/23] ports/53636 ports-bugs Suggestion for rc.d style startup scripts o [2003/06/23] ports/53637 ports-bugs Update net/pmacct (maintainer): 0.4.1 -> o [2003/06/23] ports/53639 ports-bugs [UPDATE] textproc/xml2rfc to latest versi o [2003/06/23] ports/53640 ports-bugs Update port: chinese/dvipdfmx o [2003/06/23] ports/53641 ports-bugs update net/cryptcat o [2003/06/23] ports/53642 ports-bugs Upgrade port audio/cantus from 1.05 to 1. o [2003/06/23] ports/53643 ports-bugs [NON-MAINTAINER UPDATE] net/ethereal 0.9. o [2003/06/23] ports/53644 ports-bugs Update port: chinese/cwtex 2853 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 11:46:01 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3907137B401; Mon, 23 Jun 2003 11:46:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF80344003; Mon, 23 Jun 2003 11:46:00 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NIk0Up007706; Mon, 23 Jun 2003 11:46:00 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NIk0n1007702; Mon, 23 Jun 2003 11:46:00 -0700 (PDT) Date: Mon, 23 Jun 2003 11:46:00 -0700 (PDT) From: Ceri Davies Message-Id: <200306231846.h5NIk0n1007702@freefall.freebsd.org> To: ceri@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/53624: patches for ipfw2 to support ipsec packet filtering X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 18:46:01 -0000 Synopsis: patches for ipfw2 to support ipsec packet filtering Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: ceri Responsible-Changed-When: Mon Jun 23 11:45:08 PDT 2003 Responsible-Changed-Why: Reassign misfiled PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=53624 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 11:46:16 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B3D137B401; Mon, 23 Jun 2003 11:46:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26A8A43F85; Mon, 23 Jun 2003 11:46:16 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NIkGUp007751; Mon, 23 Jun 2003 11:46:16 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NIkGhN007747; Mon, 23 Jun 2003 11:46:16 -0700 (PDT) Date: Mon, 23 Jun 2003 11:46:16 -0700 (PDT) From: Ceri Davies Message-Id: <200306231846.h5NIkGhN007747@freefall.freebsd.org> To: ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ipfw@FreeBSD.org Subject: Re: kern/53624: patches for ipfw2 to support ipsec packet filtering X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 18:46:17 -0000 Synopsis: patches for ipfw2 to support ipsec packet filtering Responsible-Changed-From-To: freebsd-bugs->freebsd-ipfw Responsible-Changed-By: ceri Responsible-Changed-When: Mon Jun 23 11:46:02 PDT 2003 Responsible-Changed-Why: Over to the ipfw maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=53624 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 14:40:10 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D0ED37B404 for ; Mon, 23 Jun 2003 14:40:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40F1443FF7 for ; Mon, 23 Jun 2003 14:40:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NLe9Up044397 for ; Mon, 23 Jun 2003 14:40:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NLe9jC044396; Mon, 23 Jun 2003 14:40:09 -0700 (PDT) Date: Mon, 23 Jun 2003 14:40:09 -0700 (PDT) Message-Id: <200306232140.h5NLe9jC044396@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Vaclav Petricek Subject: Re: bin/53567: natd requires alias_address or interface even when proxy_only is specified X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vaclav Petricek List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 21:40:11 -0000 The following reply was made to PR bin/53567; it has been noted by GNATS. From: Vaclav Petricek To: Ruslan Ermilov Cc: bug-followup@FreeBSD.org Subject: Re: bin/53567: natd requires alias_address or interface even when proxy_only is specified Date: Mon, 23 Jun 2003 23:44:47 +0200 (CEST) > > natd requires either alias_address or interface to be specified even when > > used in proxy_only mode where this information makes no sense. > > > Why did you send a PR? I have committed a fix week ago > (see the attached email) and also let you aware of this > through email. MFC in a week now. Sorry - I must have missed your email. Thank you very much. Vaclav From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 14:50:11 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08A8237B401 for ; Mon, 23 Jun 2003 14:50:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A002C43F3F for ; Mon, 23 Jun 2003 14:50:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NLoAUp048046 for ; Mon, 23 Jun 2003 14:50:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NLoAQL048045; Mon, 23 Jun 2003 14:50:10 -0700 (PDT) Date: Mon, 23 Jun 2003 14:50:10 -0700 (PDT) Message-Id: <200306232150.h5NLoAQL048045@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Pawel Malachowski" Subject: Re: kern/52916: vinum causes panic after start/stop/... cycle, easy to reproduce X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pawel Malachowski List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 21:50:11 -0000 The following reply was made to PR kern/52916; it has been noted by GNATS. From: "Pawel Malachowski" To: Greg 'groggy' Lehey Cc: Freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/52916: vinum causes panic after start/stop/... cycle, easy to reproduce Date: Mon, 23 Jun 2003 23:40:36 +0200 On 6 Jun 2003 at 14:52, Greg 'groggy' Lehey wrote: > I'm guessing this has something to do with md devices. Do you use > any? I don't, and every 'vinum start' created one. I've committed a > fix to vinum(8) (revision 1.31.2.6 of src/sbin/vinum/commands.c). > Please try it and tell me if it fixes the problem. Problem appears when we call (f)sync() while `vinum start' command is working. After killing syslogd (which was using fsync(), I have both /var/log and /dev on / fs with SoftUpdates enabled), stability increased. I was running /bin/sync frequently during vinum start/stop loop and sometimes I can see `rm' (and other commands called from make_devices(), src/sbin/vinum/v.c) complaining it was not possible to remove/recreate device files in /dev/vinum. Panic happened within few seconds. -- Paweł Małachowski From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 15:30:14 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D16837B401 for ; Mon, 23 Jun 2003 15:30:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0BBB43F75 for ; Mon, 23 Jun 2003 15:30:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NMUDUp053448 for ; Mon, 23 Jun 2003 15:30:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NMUDH2053447; Mon, 23 Jun 2003 15:30:13 -0700 (PDT) Date: Mon, 23 Jun 2003 15:30:13 -0700 (PDT) Message-Id: <200306232230.h5NMUDH2053447@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Greg 'groggy' Lehey" Subject: Re: kern/52916: vinum causes panic after start/stop/... cycle, easy to reproduce X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Greg 'groggy' Lehey List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 22:30:14 -0000 The following reply was made to PR kern/52916; it has been noted by GNATS. From: Greg 'groggy' Lehey To: Pawel Malachowski Cc: Freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/52916: vinum causes panic after start/stop/... cycle, easy to reproduce Date: Tue, 24 Jun 2003 07:52:35 +0930 --fRqxu2t+6O910vVH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Monday, 23 June 2003 at 23:40:36 +0200, Pawel Malachowski wrote: > On 6 Jun 2003 at 14:52, Greg 'groggy' Lehey wrote: > >> I'm guessing this has something to do with md devices. Do you use >> any? I don't, and every 'vinum start' created one. I've committed a >> fix to vinum(8) (revision 1.31.2.6 of src/sbin/vinum/commands.c). >> Please try it and tell me if it fixes the problem. > > Problem appears when we call (f)sync() while `vinum start' command is working. > After killing syslogd (which was using fsync(), I have both /var/log and /dev > on / fs with SoftUpdates enabled), stability increased. > > I was running /bin/sync frequently during vinum start/stop loop and sometimes I > can see `rm' (and other commands called from make_devices(), src/sbin/vinum/v.c) > complaining it was not possible to remove/recreate device files in /dev/vinum. > Panic happened within few seconds. I'd appreciate answers to my questions. Also a backtrace would help. Greg -- See complete headers for address and phone numbers --fRqxu2t+6O910vVH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE+932rIubykFB6QiMRAvJGAJ4jWOMeTnptkF2MSO0Zx3mtOdZWEgCfXJPI oVQLrEW0qedWFi22JXRhd4g= =RXj2 -----END PGP SIGNATURE----- --fRqxu2t+6O910vVH-- From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 15:50:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A74C337B401 for ; Mon, 23 Jun 2003 15:50:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4827643F93 for ; Mon, 23 Jun 2003 15:50:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NMoGUp054081 for ; Mon, 23 Jun 2003 15:50:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NMoG8O054080; Mon, 23 Jun 2003 15:50:16 -0700 (PDT) Date: Mon, 23 Jun 2003 15:50:16 -0700 (PDT) Message-Id: <200306232250.h5NMoG8O054080@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Pawel Malachowski" Subject: Re: kern/52916: vinum causes panic after start/stop/... cycle, easy to reproduce X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pawel Malachowski List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 22:50:18 -0000 The following reply was made to PR kern/52916; it has been noted by GNATS. From: "Pawel Malachowski" To: Greg 'groggy' Lehey Cc: Freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/52916: vinum causes panic after start/stop/... cycle, easy to reproduce Date: Tue, 24 Jun 2003 00:43:54 +0200 On 24 Jun 2003 at 7:52, Greg 'groggy' Lehey wrote: > I'd appreciate answers to my questions. Also a backtrace would help. This was from 9 Jun 2003: dscheck(cf703f08,c31a5f00) at dscheck+0x104 diskstrategy(cf703f08,c2f79d80,1,e194ae3c) at diskstrategy+0x7d spec_strategy(e194ae20,cf703f08,1,0,c041a6e0) at spec_strategy+0x8c ufs_strategy(e194ae64,e194ae70,c0240606,e194ae64,cf703f08) at ufs_strategy+0xc5 ufs_vnoperate(e194ae64) at ufs_vnoperate+0x15 bwrite(cf703f08,e194ae88,c024e4d,e194aea0,e194ae94) at bwrite+0x20a vop_stdwrite(e194aea0,e194ae94,c032ff61,e194aea0,e194aeac) at vop_stdwrite+0xe vop_defaultop(e194aea0,e194aeac,c0240956,e194aea0,c041a920) at vop_defaultop+0x15 ufs_vnoperate(e194aea0,c041a920,e1953300,cf703f08,e194aee8) at ufs_vnoperate+0x15 bawrite(cf703f08,0,cf703f08,e1953300,0) at bawrite+0x32 ffs_fsync(e194af08,da0baf60,1,e194af80,c04887c0) at ffs_fsync+0x1e2 fsync(da0baf60,e194af80,8053800,bfbfede8,8054cd5) at fsync+0xa8 syscall2(2f2f2f,8054cd5,bfbfede8) at syscall2+0x1f5 Xint0x80_syscall() at Xint0x80_syscall+0x25 Will provide fresh one tommorow. What would You like to know? I'll try to answer. -- Paweł Małachowski From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 16:00:36 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E750A37B401 for ; Mon, 23 Jun 2003 16:00:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DACC943F3F for ; Mon, 23 Jun 2003 16:00:35 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NN0ZUp054409 for ; Mon, 23 Jun 2003 16:00:35 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NN0ZPE054408; Mon, 23 Jun 2003 16:00:35 -0700 (PDT) Resent-Date: Mon, 23 Jun 2003 16:00:35 -0700 (PDT) Resent-Message-Id: <200306232300.h5NN0ZPE054408@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, iasenkk@hotmail.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5166437B401 for ; Mon, 23 Jun 2003 15:52:59 -0700 (PDT) Received: from www.otel.net (ScooteR.OTEL.net [212.36.8.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1291843F3F for ; Mon, 23 Jun 2003 15:52:57 -0700 (PDT) (envelope-from tbyte@www.otel.net) Received: from www.otel.net (localhost.otel.net [127.0.0.1]) by www.otel.net (8.12.6/8.12.6) with ESMTP id h5NMqrrT056257 for ; Tue, 24 Jun 2003 01:52:53 +0300 (EEST) (envelope-from tbyte@www.otel.net) Received: (from tbyte@localhost) by www.otel.net (8.12.6/8.12.6/Submit) id h5NMqrtp056256; Tue, 24 Jun 2003 01:52:53 +0300 (EEST) Message-Id: <200306232252.h5NMqrtp056256@www.otel.net> Date: Tue, 24 Jun 2003 01:52:53 +0300 (EEST) From: iasenkk@hotmail.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/53656: Problem with if_dc and Davicom DM9102AF X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: iasenkk@hotmail.com List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 23:00:37 -0000 >Number: 53656 >Category: kern >Synopsis: Problem with if_dc and Davicom DM9102AF >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 23 16:00:35 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Iasen Kostoff >Release: FreeBSD 4.8-STABLE i386 >Organization: OTEL.net >Environment: System: FreeBSD TiTaN.OTEL.net 4.8-STABLE FreeBSD 4.8-STABLE #1: Tue Jun 24 00:13:04 EEST 2003 root@TiTaN.OTEL.net:/usr/src/sys/compile/TITAN i386 >Description: There is a problem with dc(4) driver working with DM9102AF Driver detects card ad DM9102A it detects link but when you try to ping another host it can't resolve arp address. Interesting is that you can ping host A (dc(4) host) from host B (whatever card it has) but that is not true for host A pinging B even if host A know arp address of host B (the ping form host B teaches A what is his lladdr). This problem as I saw is not just on particular machines. I saw reports of the same bug in some mailing list. I even try the same with other machine and other card of same type and the problem still presist. Some say that it happen to work with old 4.4 drivers on 4.7 but it is not true on 4.8-STABLE. >How-To-Repeat: Buy CNet Pro200 LAN Card :) >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 23 16:10:21 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87E7B37B401 for ; Mon, 23 Jun 2003 16:10:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AAFC43F93 for ; Mon, 23 Jun 2003 16:10:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NNALUp058076 for ; Mon, 23 Jun 2003 16:10:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NNAL9W058075; Mon, 23 Jun 2003 16:10:21 -0700 (PDT) Date: Mon, 23 Jun 2003 16:10:21 -0700 (PDT) Message-Id: <200306232310.h5NNAL9W058075@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Greg 'groggy' Lehey" Subject: Re: kern/52916: vinum causes panic after start/stop/... cycle, easy to reproduce X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Greg 'groggy' Lehey List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 23:10:21 -0000 The following reply was made to PR kern/52916; it has been noted by GNATS. From: Greg 'groggy' Lehey To: Pawel Malachowski Cc: Freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/52916: vinum causes panic after start/stop/... cycle, easy to reproduce Date: Tue, 24 Jun 2003 08:33:44 +0930 --E1gTK3gVkNSK8zyC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tuesday, 24 June 2003 at 0:43:54 +0200, Pawel Malachowski wrote: > On 24 Jun 2003 at 7:52, Greg 'groggy' Lehey wrote: > >> I'd appreciate answers to my questions. Also a backtrace would help. > > This was from 9 Jun 2003: Thanks. > Will provide fresh one tommorow. What would You like to know? I'll > try to answer. It's described in http://www.vinumvm.org/vinum/how-to-debug.html and the man page. In particular, I need a gdb backtrace, not a ddb backtrace. But if it looks the same, keep the dump and I'll look at it (or get you to look at it) when I know what I'm looking for. I'm still waiting for the answers to my questions. Greg -- See complete headers for address and phone numbers --E1gTK3gVkNSK8zyC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE+94dQIubykFB6QiMRAqHqAJ415k3venaBBgf8sX1K1iLVw5ZqnwCfZY+x hUUv2fEcD6T9+hqnMbmMXLM= =amjq -----END PGP SIGNATURE----- --E1gTK3gVkNSK8zyC-- From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 24 02:21:06 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB0C737B401; Tue, 24 Jun 2003 02:21:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4177943F75; Tue, 24 Jun 2003 02:21:06 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5O9L6Up017919; Tue, 24 Jun 2003 02:21:06 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5O9L5Gl017915; Tue, 24 Jun 2003 02:21:05 -0700 (PDT) Date: Tue, 24 Jun 2003 02:21:05 -0700 (PDT) From: Ruslan Ermilov Message-Id: <200306240921.h5O9L5Gl017915@freefall.freebsd.org> To: vaclav.petricek@mff.cuni.cz, vaclav.petricek@mff.cuni.cz, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/53567: natd requires alias_address or interface even when proxy_only is specified X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 09:21:07 -0000 Synopsis: natd requires alias_address or interface even when proxy_only is specified State-Changed-From-To: open->patched State-Changed-By: ru State-Changed-When: Tue Jun 24 02:18:35 PDT 2003 State-Changed-Why: Awaiting MFC. Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Tue Jun 24 02:18:35 PDT 2003 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=53567 From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 24 06:50:14 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C92B37B436 for ; Tue, 24 Jun 2003 06:50:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2DEF43FB1 for ; Tue, 24 Jun 2003 06:50:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5ODoCUp080282 for ; Tue, 24 Jun 2003 06:50:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5ODoCHl080281; Tue, 24 Jun 2003 06:50:12 -0700 (PDT) Resent-Date: Tue, 24 Jun 2003 06:50:12 -0700 (PDT) Resent-Message-Id: <200306241350.h5ODoCHl080281@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kostyuk Oleg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46B0737B401; Tue, 24 Jun 2003 06:50:01 -0700 (PDT) Received: from shop.digma.com.ua (shop.digma.com.ua [217.12.194.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B1943FBD; Tue, 24 Jun 2003 06:49:54 -0700 (PDT) (envelope-from cub@cub.org.ua) Received: from cub.org.ua (demani.digma [172.22.5.7]) by shop.digma.com.ua (8.12.6p2/8.12.6) with ESMTP id h5ODnkrH058718; Tue, 24 Jun 2003 16:49:46 +0300 (EEST) (envelope-from cub@cub.org.ua) Received: from demani.digma (localhost [127.0.0.1]) by cub.org.ua (8.12.9/8.12.9) with ESMTP id h5ODn4wx099871; Tue, 24 Jun 2003 16:49:04 +0300 (EEST) (envelope-from cub@demani.digma) Received: (from cub@localhost) by demani.digma (8.12.9/8.12.9/Submit) id h5ODn3vc099837; Tue, 24 Jun 2003 16:49:03 +0300 (EEST) (envelope-from cub) Message-Id: <200306241349.h5ODn3vc099837@demani.digma> Date: Tue, 24 Jun 2003 16:49:03 +0300 (EEST) From: Kostyuk Oleg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: freebsd-current@FreeBSD.org Subject: bin/53681: adduser : typo in variable name X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kostyuk Oleg List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 13:50:14 -0000 >Number: 53681 >Category: bin >Synopsis: adduser : typo in variable name >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jun 24 06:50:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kostyuk Oleg >Release: FreeBSD 5.1-RELEASE i386 >Organization: >Environment: System: FreeBSD demani.digma 5.1-RELEASE FreeBSD 5.1-RELEASE #3: Mon Jun 9 12:19:59 EEST 2003 root@demani.digma:/usr/src/sys/i386/compile/CUB i386 >Description: Typo in variable name >How-To-Repeat: See in source, line 781 # $FreeBSD: src/usr.sbin/adduser/adduser.sh,v 1.15 2003/03/23 23:06:44 mtm Exp $ >Fix: Patch --- /usr/src/usr.sbin/adduser/adduser.sh Mon Mar 24 01:06:44 2003 +++ adduser.sh Tue Jun 24 16:31:37 2003 @@ -778,7 +778,7 @@ savedpwtype= defaultclass= defaultLgroup= -defaultgoups= +defaultgroups= defaultshell="${DEFAULTSHELL}" # Make sure the user running this program is root. This isn't a security >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 24 07:20:10 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22F1737B401 for ; Tue, 24 Jun 2003 07:20:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA83043FBF for ; Tue, 24 Jun 2003 07:20:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5OEK7Up085772 for ; Tue, 24 Jun 2003 07:20:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5OEK7Pr085771; Tue, 24 Jun 2003 07:20:07 -0700 (PDT) Resent-Date: Tue, 24 Jun 2003 07:20:07 -0700 (PDT) Resent-Message-Id: <200306241420.h5OEK7Pr085771@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lukas Ertl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F4A537B401 for ; Tue, 24 Jun 2003 07:14:48 -0700 (PDT) Received: from mailbox.univie.ac.at (mail.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DBB543FE0 for ; Tue, 24 Jun 2003 07:14:46 -0700 (PDT) (envelope-from le@univie.ac.at) Received: from leelou.in.tern (adslle.cc.univie.ac.at [131.130.102.11]) by mailbox.univie.ac.at (8.12.2/8.12.2) with ESMTP id h5OEESZs278090 for ; Tue, 24 Jun 2003 16:14:31 +0200 Received: from leelou.in.tern (leelou [127.0.0.1]) by leelou.in.tern (8.12.9/8.12.9) with ESMTP id h5OEESqs016292 for ; Tue, 24 Jun 2003 16:14:28 +0200 (CEST) (envelope-from le@leelou.in.tern) Received: (from le@localhost) by leelou.in.tern (8.12.9/8.12.9/Submit) id h5OEER3v016291; Tue, 24 Jun 2003 16:14:27 +0200 (CEST) (envelope-from le) Message-Id: <200306241414.h5OEER3v016291@leelou.in.tern> Date: Tue, 24 Jun 2003 16:14:27 +0200 (CEST) From: Lukas Ertl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/53682: [PATCH] add fuser(1) utitity X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lukas Ertl List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 14:20:11 -0000 >Number: 53682 >Category: bin >Synopsis: [PATCH] add fuser(1) utitity >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 24 07:20:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Lukas Ertl >Release: FreeBSD 5.1-CURRENT i386 >Organization: Vienna University Computer Center >Environment: System: FreeBSD leelou 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sun Jun 22 12:56:44 CEST 2003 le@leelou:/usr/obj/usr/src/sys/LEELOU i386 >Description: Although our fstat(1) provides the same functionality, POSIX requires an fuser(1) utility, which is still missing on FreeBSD. >How-To-Repeat: >Fix: This patch was sent to me from tjr@ who has received it from Peter Werner . I had to hack a bit to make it compile and run on FreeBSD. --- fuser.diff begins here --- diff -ruN /usr/src/usr.bin/fuser/Makefile usr.bin/fuser/Makefile --- /usr/src/usr.bin/fuser/Makefile Thu Jan 1 01:00:00 1970 +++ usr.bin/fuser/Makefile Tue Jun 24 15:52:01 2003 @@ -0,0 +1,10 @@ +# $FreeBSD$ + +PROG= fuser +SRCS= isofs.c filestat.c fuser.c +LDADD= -lkvm +DPADD= ${LIBKVM} +BINGRP= kmem +BINMODE=2555 + +.include diff -ruN /usr/src/usr.bin/fuser/filestat.c usr.bin/fuser/filestat.c --- /usr/src/usr.bin/fuser/filestat.c Thu Jan 1 01:00:00 1970 +++ usr.bin/fuser/filestat.c Tue Jun 24 16:01:49 2003 @@ -0,0 +1,201 @@ +/*- + * Copyright (c) 1988, 1993 + * 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, Berkeley and its contributors. + * 4. Neither the name of the University nor the names of its contributors + * may 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. + */ + +#ifndef lint +static char copyright[] = +"@(#) Copyright (c) 1988, 1993\n\ + The Regents of the University of California. All rights reserved.\n"; +#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); + +#include +#include +#define _KERNEL +#include +#include +#include +#include +#include +#include +#undef _KERNEL +#include +#include +#include +#include + +#include +#include + +#include "fuser.h" + +udev_t dev2udev(struct cdev *dev); + +extern kvm_t *kd; + +int +ufs_filestat(struct vnode *vp, struct fileinfo *fi) +{ + struct inode inode; + + if (!KVM_READ(VTOI(vp), &inode, sizeof (inode))) + return 0; + + fi->fi_dev = dev2udev(inode.i_dev) & 0xffff; + fi->fi_inode = (long)inode.i_number; + + return 1; +} + +int +ext2fs_filestat(struct vnode *vp, struct fileinfo *fi) +{ + struct inode inode; + + if (!KVM_READ(VTOI(vp), &inode, sizeof (inode))) + return 0; + + fi->fi_dev = dev2udev(inode.i_dev) & 0xffff; + fi->fi_inode = (long)inode.i_number; + + return 1; +} + +int +msdos_filestat(struct vnode *vp, struct fileinfo *fi) +{ +#if 0 + struct inode inode; + + if (!KVM_READ(VTOI(vp), &inode, sizeof (inode))) + return 0; + + fi->fi_dev = inode.i_dev & 0xffff; + fi->fi_inode = (long)inode.i_number; +#endif + + return 1; +} + +int +nfs_filestat(struct vnode *vp, struct fileinfo *fi) +{ + struct nfsnode nfsnode; + mode_t mode; + + if (!KVM_READ(VTONFS(vp), &nfsnode, sizeof (nfsnode))) + return 0; + + + fi->fi_dev = nfsnode.n_vattr.va_fsid; + fi->fi_inode = nfsnode.n_vattr.va_fileid; + + return 1; +} + +int +null_filestat(struct vnode *vp, struct fileinfo *fi) +{ + struct null_node node; + struct fileinfo fis; + struct vnode vn; + char tagstr[12], *tagptr; + int fail = 1; + + memset(&fis, 0, sizeof fis); + + if (!KVM_READ(VTONULL(vp), &node, sizeof (node))) + return 0; + + + /* + * Attempt to find information that might be useful. + */ + if (node.null_lowervp) { + if (!KVM_READ(node.null_lowervp, &vn, sizeof (vn))) + return 0; + if (!KVM_READ(&node.null_lowervp->v_tag, &tagptr, sizeof tagptr)) + return 0; + if (!KVM_READ(tagptr, tagstr, sizeof tagstr)) + return 0; + + tagstr[sizeof(tagstr) - 1] = '\0'; + + fail = 0; + if (vn.v_type == VNON || vn.v_type == VBAD) + fail = 1; + else { + if (!strcmp("ufs", tagstr) || !strcmp("mfs", tagstr)) { + if (!ufs_filestat(&vn, &fis)) + fail = 1; + } else if (!strcmp("nfs", tagstr)) { + if (!nfs_filestat(&vn, &fis)) + fail = 1; + } else if (!strcmp("ext2fs", tagstr)) { + if (!ext2fs_filestat(&vn, &fis)) + fail = 1; + } else if (!strcmp("isofs", tagstr)) { + if (!isofs_filestat(&vn, &fis)) + fail = 1; + } else if (!strcmp("msdosfs", tagstr)) { + if (!msdos_filestat(&vn, &fis)) + fail = 1; + } + } + } + + fi->fi_dev = (long)node.null_vnode; + if (fail) + fi->fi_inode = (long)node.null_lowervp; + else + fi->fi_inode = fis.fi_inode; + + return 1; +} + +/* + * Read the cdev structure in the kernel + * in order to work out the associated udev_t + */ +udev_t +dev2udev(struct cdev *dev) +{ + struct cdev si; + + if (KVM_READ(dev, &si, sizeof si)) { + return si.si_udev; + } else { + errx("can't convert dev_t %x to a udev_t\n", dev); + return -1; + } +} diff -ruN /usr/src/usr.bin/fuser/fuser.1 usr.bin/fuser/fuser.1 --- /usr/src/usr.bin/fuser/fuser.1 Thu Jan 1 01:00:00 1970 +++ usr.bin/fuser/fuser.1 Wed Jun 4 19:24:41 2003 @@ -0,0 +1,124 @@ +.\" Copyright (c) 2002 Peter Werner +.\" 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. The name of the author may not be used to endorse or promote products +.\" derived from this software without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED ``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 AUTHOR 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. +.Dd June 4, 2003 +.Dt FUSER 1 +.Os +.Sh NAME +.Nm fuser +.Nd list process IDs holding specific files open +.Sh SYNOPSIS +.Nm +.Op Fl cfu +.Op Fl M Ar core +.Op Fl N Ar system +.Ar +.Sh DESCRIPTION +.Nm +will write to standard output the process IDs of processes running on the +local system that have one or more of the named files open. +If +.Ar file +is a block device, and it has an equivalent +.Xr fstab 5 +entry, the output will show all processes having files opened on that file +system. +.Pp +The options are as follows: +.Bl -tag -width Ds +.It Fl c +The file is treated as a mount point and +.Nm +will report on any files open in the file system. +.It Fl f +The report shall be only for the named file(s). +.It Fl u +The username associated with each process ID using the file will be printed +in parentheses to standard error. +If the username is unable to be determined, the real user id will be printed +instead. +.It Fl M Ar core +Extract values associated with the name list from the specified core +instead of the running kernel. +.It Fl N Ar system +Extract the name list from the specified system instead of the running kernel. +.El +.Pp +The +.Fl c +and +.Fl f +options are mutually exclusive. +.Pp +The name of the file followed by a colon +.Pq Sq \&: +will be printed to standard error. +The following characters may be printed to standard error after the process id +if the described conditions are true: +.Bl -tag -width Ds +.It r +The file is the processes root directory. +.It c +The file is the processes current working directory. +.El +.Pp +.Sh EXAMPLES +.Cm $ fuser -c /mnt +.Pp +This will print the process id's of any processes holding files open under the +.Ar /mnt +filesystem. +.Pp +.Cm # fuser -c /mnt 2> /dev/null \&| xargs kill +.Sy -TERM +.Pp +This will result in any process holding a file open under the +.Ar /mnt +filesystem being sent SIGTERM (unless a process releases the file in the time +it takes +.Nm +to exit and +.Xr kill 1 +to run). +.Pp +.Cm $ fuser /dev/ad0s1a +.Pp +.Nm +will report on all files opened under the filesystem on which +.Ar /dev/ad0s1a +is mounted on. +.Pp +.Cm $ fuser -f /dev/ad0s1a +.Pp +.Nm +will report on all processes currently holding +.Ar /dev/ad0s1a +open. +.Sh DIAGNOSTICS +The +.Nm +utility exits 0 on success or >0 if an error occured. +.Sh SEE ALSO +.Xr fstat 1 , +.Xr kill 1 , +.Xr signal 3 , +.Xr fstab 5 diff -ruN /usr/src/usr.bin/fuser/fuser.c usr.bin/fuser/fuser.c --- /usr/src/usr.bin/fuser/fuser.c Thu Jan 1 01:00:00 1970 +++ usr.bin/fuser/fuser.c Tue Jun 24 16:01:35 2003 @@ -0,0 +1,570 @@ +/* + * Copyright (c) 2002 Peter Werner + * 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. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED ``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 AUTHOR 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. + */ +#include +__FBSDID("$FreeBSD$"); + +#include +#include +#include +#include +#include +#include +#include +#include +#define _KERNEL +#include +#include +#include +#include +#include +#undef _KERNEL +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "fuser.h" + +struct f_file { + SLIST_ENTRY(f_file) f_next; + dev_t f_dev; + ino_t f_file; + char *f_name; + uid_t *f_uids; + pid_t *f_pids; + int *f_flags; +#define F_ROOT 0x01 /* is procs root directory */ +#define F_CWD 0x02 /* is procs cwd */ +#define F_OPEN 0x04 /* just has it open */ + int f_nuids; +}; + +struct fproc { + uid_t fp_uid; + pid_t fp_pid; + struct file **fp_fvec; + int fp_nfiles; + struct vnode *fp_cdir; + struct vnode *fp_rdir; +}; + +int getprocfdtable(struct kinfo_proc *kp, struct fproc *); +int filecwd(struct f_file *ff, struct fproc *); +int fileroot(struct f_file *ff, struct fproc *); +int fileopened(struct f_file *ff, struct fproc *); +int match(struct f_file *ff, struct fileinfo *fi); +struct f_file *alloc_file(char *); +void check(struct kinfo_proc *); +struct fileinfo *getfileinfo(struct vnode *); +void print(void); +void printff(struct f_file *, int); +void usage(void); + +kvm_t *kd; +SLIST_HEAD(, f_file) filelist; +int nprocs = 0; /* # of processes given to us by kvm_getprocs() */ +int uflag = 0; /* print usernames to stderr */ +int cflag = 0; /* find all files open under this device */ +int fflag = 0; /* mainly for show */ +int error = 0; /* exit > 0 on error */ +extern char *__progname; + +/* + * list process IDs of all processes that have one or more files open + */ +int +main(int argc, char **argv) +{ + char errbuf[_POSIX2_LINE_MAX]; + char *memf, *nlistf; + struct kinfo_proc *kp; + int i, ch; + struct f_file *ff; + + memf = nlistf = NULL; + SLIST_INIT(&filelist); + + while ((ch = getopt(argc, argv, "cufN:M:")) != -1) + switch(ch) { + case 'c': + cflag = 1; + break; + case 'u': + uflag = 1; + break; + case 'f': + fflag = 1; + break; + case 'M': + memf = optarg; + break; + case 'N': + nlistf = optarg; + break; + default: + usage(); + } + + if (fflag && cflag) { + fprintf(stderr, "%s: 'f' and 'c' cannot be used together\n", + __progname); + usage(); + } + + argv += optind; + argc -= optind; + + if (argc == 0) + usage(); + + if (nlistf != NULL || memf != NULL) { + setegid(getgid()); + setgid(getgid()); + } + + kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, errbuf); + if (kd == NULL) + errx(1, "%s", errbuf); + + setgid(getgid()); + + kp = kvm_getprocs(kd, KERN_PROC_ALL, 0, &nprocs); + if (kp == NULL) + errx(1, "%s", kvm_geterr(kd)); + + for (i = 0; argv[i] != NULL && i < argc; i++) { + ff = alloc_file(argv[i]); + if (ff == NULL) { + error++; + warn("%s", argv[i]); + continue; + } + SLIST_INSERT_HEAD(&filelist, ff, f_next); + } + + for (i = 0; i < nprocs; ++kp, i++) { + if (kp->ki_stat == SZOMB) + continue; + + check(kp); + } + + kvm_close(kd); + + print(); + + return(error); +} + +/* + * print out all the information we have gathered + */ +void +print(void) +{ + struct f_file *ff; + int i; + + SLIST_FOREACH(ff, &filelist, f_next) { + fprintf(stderr, "%s: ", ff->f_name); + for (i = 0; i < ff->f_nuids; i++) + if (ff->f_flags[i] != 0) + printff(ff, i); + + fflush(stdout); + fprintf(stderr, "\n"); + } + + return; +} + +/* + * print out the specfics for a given file/filesystem + */ +void +printff(struct f_file *ff, int i) +{ + struct passwd *pwd; + + printf("%d", ff->f_pids[i]); + fflush(stdout); + + if (ff->f_flags[i] & F_CWD) + fprintf(stderr, "c"); + + if (ff->f_flags[i] & F_ROOT) + fprintf(stderr, "r"); + + if (uflag) { + pwd = getpwuid(ff->f_uids[i]); + if (pwd != NULL) + fprintf(stderr, "(%s)", pwd->pw_name); + else + fprintf(stderr, "(%d)", ff->f_uids[i]); + } + + putchar(' '); +} + +struct fproc * +alloc_fproc(struct kinfo_proc *kp) +{ + struct fproc *fp; + + fp = malloc(sizeof(struct fproc)); + if (fp == NULL) + return(NULL); + + memset(fp, 0, sizeof(struct fproc)); + fp->fp_pid = kp->ki_pid; + fp->fp_uid = kp->ki_ruid; + + return(fp); +} + +/* + * return 1 if the file watched (ff) is + * equivalent to a file held by a process (fi) + */ +int +match(struct f_file *ff, struct fileinfo *fi) +{ + if (fi->fi_dev == ff->f_dev) { + if (cflag) + return(1); + if (fi->fi_inode == ff->f_file) + return(1); + } + + return(0); +} + +/* + * examine all files held open by a process and record the details if they + * are of interest to us. + */ +void +check(struct kinfo_proc *kp) +{ + struct f_file *ff; + struct fproc *fp; + + fp = alloc_fproc(kp); + if (fp == NULL) { + error++; + warn("alloc fp"); + return; + } + + if (!getprocfdtable(kp, fp)) + return; + + SLIST_FOREACH(ff, &filelist, f_next) { + + ff->f_uids[ff->f_nuids] = fp->fp_uid; + ff->f_pids[ff->f_nuids] = fp->fp_pid; + + if (fileopened(ff, fp)) + ff->f_flags[ff->f_nuids] |= F_OPEN; + + if (fileroot(ff, fp)) + ff->f_flags[ff->f_nuids] |= F_ROOT; + + if (filecwd(ff, fp)) + ff->f_flags[ff->f_nuids] |= F_CWD; + + ff->f_nuids++; + } + +} + +/* + * see if the process (fp) has a specific file (ff) opened + */ +int +fileopened(struct f_file *ff, struct fproc *fp) +{ + struct file f; + struct fileinfo *fi; + int i; + + for (i = 0; i < fp->fp_nfiles; i++) { + + if (fp->fp_fvec[i] == NULL) + continue; + + if (!KVM_READ(fp->fp_fvec[i], &f, sizeof(f))) + continue; + + if (f.f_type != DTYPE_VNODE) + continue; + + fi = getfileinfo((struct vnode *)f.f_data); + if (fi == NULL) + continue; + + if (match(ff, fi)) + return(1); + + } + + return(0); +} + +/* + * see if a processes (fp) root directory is a file we're interested in (ff) + */ +int +fileroot(struct f_file *ff, struct fproc *fp) +{ + struct fileinfo *fi; + + if (fp->fp_rdir == NULL) + return(0); + + fi = getfileinfo(fp->fp_rdir); + if (fi == NULL) + return(0); + + return(match(ff, fi)); +} + +/* + * see if a processes current working directory is a file we're interested in + */ +int +filecwd(struct f_file *ff, struct fproc *fp) +{ + struct fileinfo *fi; + + if (fp->fp_cdir == NULL) + return(0); + + fi = getfileinfo(fp->fp_cdir); + if (fi == NULL) + return(0); + + return(match(ff, fi)); +} + +/* + * read in a processes filedesc table + */ +int +getprocfdtable(struct kinfo_proc *kp, struct fproc *fp) +{ + struct filedesc0 filed0; + int nfiles; + struct file **fvec; +#define filed filed0.fd_fd + + if (kp->ki_fd == NULL) + return; + + if (!KVM_READ(kp->ki_fd, &filed0, sizeof(filed0))) + return(0); + + nfiles = filed.fd_lastfile + 1; + fvec = calloc(nfiles, sizeof(struct file *)); + if (fvec == NULL) + return(0); + + memset(fvec, 0, nfiles * sizeof(struct file *)); + + if (filed.fd_nfiles < 0 || filed.fd_lastfile >= filed.fd_nfiles || + filed.fd_freefile > filed.fd_lastfile + 1) { + fprintf(stderr, "filedesc corrupted for pid %d", kp->ki_pid); + return(0); + } + + /* + * since we dont bother with filedesc0, just read from kvm + */ + if (!KVM_READ(filed.fd_ofiles, fvec, nfiles * sizeof(struct file *))) + return(0); + + fp->fp_rdir = filed.fd_rdir; + fp->fp_cdir = filed.fd_cdir; + fp->fp_fvec = fvec; + fp->fp_nfiles = nfiles; + + return(1); +} + +/* + * return pertinent information for the vnode located in kmem at address v + */ +struct fileinfo * +getfileinfo(struct vnode *vp) +{ + struct fileinfo *fi; + struct vnode vn; + char tagstr[12], *tagptr; + + fi = malloc(sizeof(struct fileinfo)); + if (fi == NULL) { + error++; + warn("malloc failed"); + return(NULL); + } + + if (!KVM_READ(vp, &vn, sizeof(struct vnode))) { + error++; + warnx("rd vnode %s", kvm_geterr(kd)); + return(NULL); + } + if (!KVM_READ(&vp->v_tag, &tagptr, sizeof tagptr)) { + error++; + warnx("rd vtag %s", kvm_geterr(kd)); + return(NULL); + } + if (!KVM_READ(tagptr, tagstr, sizeof tagstr)) { + error++; + warnx("rd tagptr %s", kvm_geterr(kd)); + return(NULL); + } + + tagstr[sizeof(tagstr) - 1] = '\0'; + + if (vn.v_type == VBAD || vn.v_type == VNON) + return(NULL); + + if (!strcmp("ufs", tagstr) || !strcmp("mfs", tagstr)) { + if (!ufs_filestat(&vn, fi)) + return (NULL); + } else if (!strcmp("nfs", tagstr)) { + if (!nfs_filestat(&vn, fi)) + return (NULL); + } else if (!strcmp("ext2fs", tagstr)) { + if (!ext2fs_filestat(&vn, fi)) + return (NULL); + } else if (!strcmp("isofs", tagstr)) { + if (!isofs_filestat(&vn, fi)) + return (NULL); + } else if (!strcmp("msdosfs", tagstr)) { + if (!msdos_filestat(&vn, fi)) + return (NULL); + } else if (!strcmp("nullfs", tagstr)) { + if (!null_filestat(&vn, fi)) + return(NULL); + } + + return(fi); +} + +struct f_file * +alloc_file(char *fname) +{ + int i; + struct f_file *ff; + struct stat sb; + struct fstab *fstp; + + ff = malloc(sizeof(struct f_file)); + if (ff == NULL) + return(NULL); + + memset(ff, 0, sizeof(struct f_file)); + + i = stat(fname, &sb); + if (i == -1) { + free(ff); + return(NULL); + } + + /* + * not too sure what to do here, the spec states 'For block special + * devices, all processes using any file on that device are listed' and + * then on the -f option 'The report shall be only for the named + * files.' so what happens if you do 'fuser -f '? currently -f + * will be only for the block device, while 'fuser ' will show + * all processes under that filesystem (if its in /etc/fstab). + */ + if (sb.st_mode & S_IFBLK && fflag == 0) { + fstp = getfsspec(fname); + if (fstp != NULL) { + i = stat(fstp->fs_file, &sb); + if (i == -1) { + free(ff); + return(NULL); + } + cflag = 1; + } + } + + ff->f_file = sb.st_ino; + ff->f_dev = sb.st_dev & 0xffff; + + /* + * calloc will memset for us regardless of /etc/malloc.conf + */ + ff->f_uids = calloc(nprocs + 1, sizeof(uid_t)); + if (ff->f_uids == NULL) { + free(ff); + return(NULL); + } + + ff->f_pids = calloc(nprocs + 1, sizeof(pid_t)); + if (ff->f_pids == NULL) { + free(ff->f_uids); + free(ff); + return(NULL); + } + + ff->f_flags = calloc(nprocs + 1, sizeof(int)); + if (ff->f_flags == NULL) { + free(ff->f_pids); + free(ff->f_uids); + free(ff); + return(NULL); + } + + ff->f_name = strdup(fname); + if (ff->f_name == NULL) { + free(ff->f_flags); + free(ff->f_pids); + free(ff->f_uids); + free(ff); + return(NULL); + } + + ff->f_nuids = 0; + + return(ff); +} + +void +usage(void) +{ + fprintf(stderr, "%s: [ -cfu ] [ -M core ] [ -N system ] file ...\n", + __progname); + exit(1); +} diff -ruN /usr/src/usr.bin/fuser/fuser.h usr.bin/fuser/fuser.h --- /usr/src/usr.bin/fuser/fuser.h Thu Jan 1 01:00:00 1970 +++ usr.bin/fuser/fuser.h Wed Jun 4 18:50:39 2003 @@ -0,0 +1,51 @@ +/* + * Copyright (c) 2002 Peter Werner + * 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. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED ``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 AUTHOR 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. + */ +#ifndef __fuser_h +#define __fuser_h + +#include + +struct fileinfo { + dev_t fi_dev; + ino_t fi_inode; +}; + +/* + * functions from fstat + */ +int ufs_filestat(struct vnode *, struct fileinfo *); +int ext2fs_filestat(struct vnode *, struct fileinfo *); +int isofs_filestat(struct vnode *, struct fileinfo *); +int msdos_filestat(struct vnode *, struct fileinfo *); +int nfs_filestat(struct vnode *, struct fileinfo *); +int null_filestat(struct vnode *, struct fileinfo *); + +/* + * a kvm_read that returns true if everything is read + */ +#define KVM_READ(kaddr, paddr, len) \ + (kvm_read(kd, (u_long)(kaddr), (void *)(paddr), (len)) == (len)) + +#endif /* ! __fuser_h */ diff -ruN /usr/src/usr.bin/fuser/isofs.c usr.bin/fuser/isofs.c --- /usr/src/usr.bin/fuser/isofs.c Thu Jan 1 01:00:00 1970 +++ usr.bin/fuser/isofs.c Tue Jun 24 16:02:23 2003 @@ -0,0 +1,64 @@ +/*- + * Copyright (c) 1988, 1993 + * 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, Berkeley and its contributors. + * 4. Neither the name of the University nor the names of its contributors + * may 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. + */ + +#include +__FBSDID("$FreeBSD$"); + +#include +#include +#include +#define _KERNEL +#include +#undef _KERNEL + +#include +#include + +#include + +#include "fuser.h" + +extern kvm_t *kd; + +int +isofs_filestat(struct vnode *vp, struct fileinfo *fi) +{ + struct iso_node inode; + + if (!KVM_READ(VTOI(vp), &inode, sizeof (inode))) + return 0; + + fi->fi_dev = inode.i_dev & 0xffff; + fi->fi_inode = (long)inode.i_number; + return 1; +} --- fuser.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 24 11:30:16 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A50737B401 for ; Tue, 24 Jun 2003 11:30:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC77043F75 for ; Tue, 24 Jun 2003 11:30:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5OIUEUp010402 for ; Tue, 24 Jun 2003 11:30:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5OIUE6c010401; Tue, 24 Jun 2003 11:30:14 -0700 (PDT) Date: Tue, 24 Jun 2003 11:30:14 -0700 (PDT) Message-Id: <200306241830.h5OIUE6c010401@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Pawel Malachowski" Subject: Re: kern/52916: vinum causes panic after start/stop/... cycle, easy to reproduce X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pawel Malachowski List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 18:30:16 -0000 The following reply was made to PR kern/52916; it has been noted by GNATS. From: "Pawel Malachowski" To: Greg 'groggy' Lehey Cc: Freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/52916: vinum causes panic after start/stop/... cycle, easy to reproduce Date: Tue, 24 Jun 2003 20:25:23 +0200 On 24 Jun 2003 at 8:33, Greg 'groggy' Lehey wrote: > [...] In particular, I need a gdb backtrace, not a ddb > backtrace. But if it looks the same, keep the dump and I'll look at > it (or get you to look at it) when I know what I'm looking for. As I said before, there was no crashdump. System tries do dump after first panic but fails with second panic. However, I discovered that when I change dumpdev from /dev/da0s1b to /dev/da1s1b (second, unused disk), dumping can be done with success. I've installed fresh 4.8-RELEASE from CD, updated kernel and userland do todays 4.8-STABLE. Also vinum resetconfig was done to remove previous configuration from second hard drive. # vinum list 0 drives: 0 volumes: 0 plexes: 0 subdisks: GENERIC kernel was used with the following additions: makeoptions DEBUG=-g pseudo-device vinum options VINUMDEBUG The following vinum-test.sh was used: #!/bin/sh i=1 while [ 1 ] do echo Start $i (sync;sync;sync;sync;sync;sync;sync;sync;sync;sync;sync;sync) & vinum start echo Stop $i vinum stop i=$(($i + 1)) done This script was running without problems about 300 times, then I started `make buildworld' and system crashed immediately. Here is backtrace: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x3ef85e4c fault code = supervisor read, page not present instruction pointer = 0x8:0xc023c864 stack pointer = 0x10:0xe18d0d70 frame pointer = 0x10:0xe18d0d84 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 6129 (rm) interrupt mask = none trap number = 12 panic: page fault syncing disks... Fatal trap 12: page fault while in kernel mode fault virtual address = 0x3ef85e4c fault code = supervisor read, page not present instruction pointer = 0x8:0xc023c864 stack pointer = 0x10:0xe18d0b20 frame pointer = 0x10:0xe18d0b34 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 6129 (rm) interrupt mask = none trap number = 12 panic: page fault Uptime: 9m2s dumping to dev #da/0x20009, offset 2621464 dump 767 766 765 764 763 762 761 760 759 758 757 756 755 754 753 752 751 750 749 748 747 746 745 [cut] (kgdb) bt #0 dumpsys () at ../../kern/kern_shutdown.c:487 #1 0xc0232867 in boot (howto=260) at ../../kern/kern_shutdown.c:316 #2 0xc0232c8c in poweroff_wait (junk=0xc042a18c, howto=-1069376369) at ../../kern/kern_shutdown.c:595 #3 0xc03a620e in trap_fatal (frame=0xe18d0ae0, eva=1056464460) at ../../i386/i386/trap.c:974 #4 0xc03a5ee1 in trap_pfault (frame=0xe18d0ae0, usermode=0, eva=1056464460) at ../../i386/i386/trap.c:867 #5 0xc03a5a9f in trap (frame={tf_fs = 16, tf_es = 16, tf_ds = -814809072, tf_edi = 16, tf_esi = 1056464276, tf_ebp = -510850252, tf_isp = -510850292, tf_ebx = 4, tf_edx = 2, tf_ecx = -814803112, tf_eax = -814803112, tf_trapno = 12, tf_err = 0, tf_eip = -1071396764, tf_cs = 8, tf_eflags = 66050, tf_esp = -1023903520, tf_ss = -814803112}) at ../../i386/i386/trap.c:466 #6 0xc023c864 in dscheck (bp=0xcf6f1758, ssp=0xc31b6800) at ../../kern/subr_diskslice.c:184 #7 0xc023c4d5 in diskstrategy (bp=0xcf6f1758) at ../../kern/subr_disk.c:246 #8 0xc026bcb4 in spec_strategy (ap=0xe18d0b80) at ../../miscfs/specfs/spec_vnops.c:479 #9 0xc0258682 in bwrite (bp=0xcf6f1758) at vnode_if.h:944 #10 0xc025df46 in vop_stdbwrite (ap=0xe18d0bb0) at ../../kern/vfs_default.c:344 #11 0xc025dd91 in vop_defaultop (ap=0xe18d0bb0) at ../../kern/vfs_default.c:152 #12 0xc02589d2 in bawrite (bp=0xcf6f1758) at vnode_if.h:1193 #13 0xc026bb58 in spec_fsync (ap=0xe18d0c10) at ../../miscfs/specfs/spec_vnops.c:396 #14 0xc033fe33 in ffs_sync (mp=0xc2f82c00, waitfor=2, cred=0xc1adc900, p=0xc055a520) at vnode_if.h:558 #15 0xc0262e7b in sync (p=0xc055a520, uap=0x0) at ../../kern/vfs_syscalls.c:577 #16 0xc0232602 in boot (howto=256) at ../../kern/kern_shutdown.c:235 #17 0xc0232c8c in poweroff_wait (junk=0xc042a18c, howto=-1069376369) at ../../kern/kern_shutdown.c:595 #18 0xc03a620e in trap_fatal (frame=0xe18d0d30, eva=1056464460) at ../../i386/i386/trap.c:974 #19 0xc03a5ee1 in trap_pfault (frame=0xe18d0d30, usermode=0, eva=1056464460) at ../../i386/i386/trap.c:867 #20 0xc03a5a9f in trap (frame={tf_fs = -510853104, tf_es = -1070333936, tf_ds = -1023934448, tf_edi = 2909664, tf_esi = 1056464276, tf_ebp = -510849660, tf_isp = -510849700, tf_ebx = 12, tf_edx = 2, tf_ecx = -814693552, tf_eax = -814693552, tf_trapno = 12, tf_err = 0, tf_eip = -1071396764, tf_cs = 8, tf_eflags = 66050, tf_esp = -1023903520, tf_ss = -814693552}) at ../../i386/i386/trap.c:466 #21 0xc023c864 in dscheck (bp=0xcf70c350, ssp=0xc31b6800) at ../../kern/subr_diskslice.c:184 #22 0xc023c4d5 in diskstrategy (bp=0xcf70c350) at ../../kern/subr_disk.c:246 #23 0xc026bcb4 in spec_strategy (ap=0xe18d0dcc) at ../../miscfs/specfs/spec_vnops.c:479 #24 0xc034784d in ufs_strategy (ap=0xe18d0e10) at vnode_if.h:944 #25 0xc0347f1d in ufs_vnoperate (ap=0xe18d0e10) at ../../ufs/ufs/ufs_vnops.c:2376 #26 0xc0258682 in bwrite (bp=0xcf70c350) at vnode_if.h:944 #27 0xc025df46 in vop_stdbwrite (ap=0xe18d0e4c) at ../../kern/vfs_default.c:344 #28 0xc025dd91 in vop_defaultop (ap=0xe18d0e4c) at ../../kern/vfs_default.c:152 #29 0xc0347f1d in ufs_vnoperate (ap=0xe18d0e4c) at ../../ufs/ufs/ufs_vnops.c:2376 #30 0xc0258a09 in bowrite (bp=0xcf70c350) at vnode_if.h:1193 #31 0xc0344054 in ufs_dirremove (dvp=0xe18d4780, ip=0xc31b6600, flags=32776, isrmdir=0) at ../../ufs/ufs/ufs_lookup.c:1051 #32 0xc0345eb7 in ufs_remove (ap=0xe18d0ecc) at ../../ufs/ufs/ufs_vnops.c:721 #33 0xc0347f1d in ufs_vnoperate (ap=0xe18d0ecc) at ../../ufs/ufs/ufs_vnops.c:2376 #34 0xc026427f in unlink (p=0xd9f89520, uap=0xe18d0f80) at vnode_if.h:583 #35 0xc03a64bd in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 1, tf_esi = 134717440, tf_ebp = -1077938368, tf_isp = -510849068, tf_ebx = 134778368, tf_edx = 134778448, tf_ecx = 0, tf_eax = 10, tf_trapno = 7, tf_err = 2, tf_eip = 134523416, tf_cs = 31, tf_eflags = 643, tf_esp = -1077938412, tf_ss = 47}) at ../../i386/i386/trap.c:1175 #36 0xc0397375 in Xint0x80_syscall () #37 0x8048367 in ?? () #38 0x804813e in ?? () (kgdb) up 6 #6 0xc023c864 in dscheck (bp=0xcf6f1758, ssp=0xc31b6800) at ../../kern/subr_diskslice.c:184 184 } else { (kgdb) list 179 } 180 if (lp == NULL) { 181 labelsect = -LABELSECTOR - 1; 182 endsecno = sp->ds_size; 183 slicerel_secno = secno; 184 } else { 185 labelsect = lp->d_partitions[LABEL_PART].p_offset; 186 if (labelsect != 0) Debugger("labelsect != 0 in dscheck()"); 187 pp = &lp->d_partitions[dkpart(bp->b_dev)]; 188 endsecno = pp->p_size; (kgdb) up 15 #21 0xc023c864 in dscheck (bp=0xcf70c350, ssp=0xc31b6800) at ../../kern/subr_diskslice.c:184 184 } else { -- Paweł Małachowski From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 24 12:50:23 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 002F737B401 for ; Tue, 24 Jun 2003 12:50:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F332C43FA3 for ; Tue, 24 Jun 2003 12:50:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5OJoLUp016710 for ; Tue, 24 Jun 2003 12:50:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5OJoLgE016709; Tue, 24 Jun 2003 12:50:21 -0700 (PDT) Resent-Date: Tue, 24 Jun 2003 12:50:21 -0700 (PDT) Resent-Message-Id: <200306241950.h5OJoLgE016709@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, skywizard@MyBSD.org.my Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37DDB37B404; Tue, 24 Jun 2003 12:47:22 -0700 (PDT) Received: from TOMOYO.MyBSD.ORG.MY (router.ded2.com [202.157.183.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7189143F93; Tue, 24 Jun 2003 12:47:20 -0700 (PDT) (envelope-from skywizard@TOMOYO.MyBSD.ORG.MY) Received: from TOMOYO.MyBSD.ORG.MY (localhost [127.0.0.1]) by TOMOYO.MyBSD.ORG.MY (8.12.9/8.12.3) with ESMTP id h5OJnMBe062643; Wed, 25 Jun 2003 03:49:22 +0800 (MYT) (envelope-from skywizard@TOMOYO.MyBSD.ORG.MY) Received: (from skywizard@localhost) by TOMOYO.MyBSD.ORG.MY (8.12.9/8.12.3/Submit) id h5OJnMH4062642; Wed, 25 Jun 2003 03:49:22 +0800 (MYT) Message-Id: <200306241949.h5OJnMH4062642@TOMOYO.MyBSD.ORG.MY> Date: Wed, 25 Jun 2003 03:49:22 +0800 (MYT) From: skywizard@MyBSD.org.my To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: freebsd-fs@FreeBSD.org cc: freebsd-current@FreeBSD.org cc: freebsd-stable@FreeBSD.org Subject: kern/53695: truncate operation on fat32 may corrupt the file system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: skywizard@MyBSD.org.my List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 19:50:23 -0000 >Number: 53695 >Category: kern >Synopsis: truncate operation on fat32 may corrupt the file system >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 24 12:50:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Ariff Abdullah >Release: FreeBSD 4.7-RELEASE i386 >Organization: MyBSD >Environment: System: 4.7-RELEASE, 5.1-RELEASE (GENERIC) >Description: Truncate operation involving truncate() or ftruncate() on FAT32 mounted as msdos either failed or silently corrupting the file or even worse, corrupting the neighbour file reiside in the same partition/file system. >How-To-Repeat: # cd /to/fat32/partition/ # dd if=/dev/zero of=XX bs=4099 count=1 # truncate -s 4097 XX truncate: XX: Argument list too long errno E2BIG >Fix: --- /usr/src/sys/msdosfs/msdosfs_denode.c.orig Tue Jun 24 06:01:09 2003 +++ /usr/src/sys/msdosfs/msdosfs_denode.c Tue Jun 24 05:53:41 2003 @@ -501,26 +501,19 @@ bn = cntobn(pmp, eofentry); error = bread(pmp->pm_devvp, bn, pmp->pm_bpcluster, NOCRED, &bp); - } else { - bn = de_blk(pmp, length); - error = bread(DETOV(dep), bn, pmp->pm_bpcluster, - NOCRED, &bp); - } - if (error) { - brelse(bp); + if (error) { + brelse(bp); #ifdef MSDOSFS_DEBUG - printf("detrunc(): bread fails %d\n", error); + printf("detrunc(): bread fails %d\n", error); #endif - return (error); + return (error); + } + bzero(bp->b_data + boff, pmp->pm_bpcluster - boff); + if (flags & IO_SYNC) + bwrite(bp); + else + bdwrite(bp); } - /* - * is this the right place for it? - */ - bzero(bp->b_data + boff, pmp->pm_bpcluster - boff); - if (flags & IO_SYNC) - bwrite(bp); - else - bdwrite(bp); } /* >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jun 25 02:20:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E69D437B401 for ; Wed, 25 Jun 2003 02:20:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D86F543FDF for ; Wed, 25 Jun 2003 02:20:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5P9KFUp003335 for ; Wed, 25 Jun 2003 02:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5P9KFt0003334; Wed, 25 Jun 2003 02:20:15 -0700 (PDT) Resent-Date: Wed, 25 Jun 2003 02:20:15 -0700 (PDT) Resent-Message-Id: <200306250920.h5P9KFt0003334@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pierre Beyssac Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C3B337B404 for ; Wed, 25 Jun 2003 02:14:28 -0700 (PDT) Received: from fasterix.frmug.org (fasterix.frmug.org [137.194.36.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4900C43FEA for ; Wed, 25 Jun 2003 02:14:27 -0700 (PDT) (envelope-from pb@fasterix.frmug.org) Received: from fasterix.frmug.org (localhost [127.0.0.1]) by fasterix.frmug.org (8.12.9/8.12.9) with ESMTP id h5P9EPqD012305 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 25 Jun 2003 11:14:25 +0200 (CEST) (envelope-from pb@fasterix.frmug.org) Received: (from pb@localhost) by fasterix.frmug.org (8.12.9/8.12.9/Submit) id h5P9EPpD012304; Wed, 25 Jun 2003 11:14:25 +0200 (CEST) Message-Id: <200306250914.h5P9EPpD012304@fasterix.frmug.org> Date: Wed, 25 Jun 2003 11:14:25 +0200 (CEST) From: Pierre Beyssac To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/53712: drm/DRI broken (out of DMA buffers?) for ATI Radeon 7200 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pierre Beyssac List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 09:20:17 -0000 >Number: 53712 >Category: kern >Synopsis: drm/DRI broken (out of DMA buffers?) for ATI Radeon 7200 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 25 02:20:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Pierre Beyssac >Release: FreeBSD 5.1-CURRENT i386 >Organization: none >Environment: System: FreeBSD fasterix.frmug.org 5.1-CURRENT FreeBSD 5.1-CURRENT #4: Mon Jun 23 22:10:42 CEST 2003 pb@fasterix.frmug.org:/home/src/sys/i386/compile/ASTERIX i386 -current Kernel and userland as of 2003-06-23, but problem exists since end April 2003. XFree server 4.3.0, version 8 of the package. >Description: DRI-configured X server starts correctly, then locks up in a busy loop after some time. The busy loop involves repeated calls to ioctl(DRM_IOCTL_DMA) returning nothing but EBUSY. From the code, it seems to mean that /sys/dev/drm/radeon_cp.c:radeon_freelist_get() returns NULL pointers. The busy loop also seems to involve repeated occurences of SIGALRM, if truss is right. >How-To-Repeat: Configure X11 with DRI. Start X11 server and three or four xterms. Run a ls -lR in one of them and wait for 10-20 seconds for the problem to occur. CTRL-C and repeat 2-4 times if necessary. Or start a textured, GLX 3D rendered application (not glxgears as it doesn't exhibit the problem) and wait for about 10 seconds. Login from another machine and use truss on the XFree86 process to see repeated ioctl calls. >Fix: Workaround: disable DRI or use pre-April -current (where the older drm code didn't exhibit that problem). >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jun 25 02:20:48 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1DE137B401 for ; Wed, 25 Jun 2003 02:20:47 -0700 (PDT) Received: from fgwmail7.fujitsu.co.jp (fgwmail7.fujitsu.co.jp [192.51.44.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEEC943FB1 for ; Wed, 25 Jun 2003 02:20:46 -0700 (PDT) (envelope-from ono@kame.net) Received: from m3.gw.fujitsu.co.jp ([10.0.50.73]) by fgwmail7.fujitsu.co.jp (8.12.9/Fujitsu Gateway) id h5P9KgM2021006 for ; Wed, 25 Jun 2003 18:20:42 +0900 (envelope-from ono@kame.net) Received: from s2.gw.fujitsu.co.jp by m3.gw.fujitsu.co.jp (8.12.9/Fujitsu Domain Master) id h5P9KgPN029020 for ; Wed, 25 Jun 2003 18:20:42 +0900 (envelope-from ono@kame.net) Received: from hogehoge.soft.net.fujitsu.co.jp (hogehoge.soft.net.fujitsu.co.jp [10.22.113.101]) by s2.gw.fujitsu.co.jp (8.12.9) id h5P9Kfem030671 for ; Wed, 25 Jun 2003 18:20:41 +0900 (envelope-from ono@kame.net) Received: from hogehoge.soft.net.fujitsu.co.jp (IDENT:ono@localhost.localdomain [127.0.0.1])h5P9JjST026469 for ; Wed, 25 Jun 2003 18:19:45 +0900 Received: (from ono@localhost) by hogehoge.soft.net.fujitsu.co.jp (8.12.9/8.12.9) id h5P9JjDr026468; Wed, 25 Jun 2003 18:19:45 +0900 To: freebsd-bugs@freebsd.org MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Date: Wed, 25 Jun 2003 18:19:45 +0900 Message-ID: User-Agent: T-gnus/6.16.3 (based on Gnus v5.10.3) (revision 02) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.5 Emacs/21.3 (i386-vine-linux-gnu) MULE/5.0 (SAKAKI) Lines: 20 From: Hideki ONO Sender: ono@soft.net.fujitsu.co.jp X-Moneko: DarkSlateGray Subject: Re: kern/40723: Disabling multicast on vlan interface caused kernel panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 09:20:48 -0000 This bug(kenr/40723) is still reproducible on FreeBSD 4.8R (and probably on 5.1R). Following patch seems to fix the problem for me. --- if.c 14 Jun 2003 08:22:02 -0000 1.34 +++ if.c 25 Jun 2003 09:16:59 -0000 @@ -1556,8 +1556,10 @@ M_IFMADDR, M_WAITOK); bcopy(llsa, dupsa, llsa->sa_len); ifma->ifma_addr = dupsa; + ifma->ifma_lladdr = NULL; ifma->ifma_ifp = ifp; ifma->ifma_refcount = 1; + ifma->ifma_protospec = 0; s = splimp(); LIST_INSERT_HEAD(&ifp->if_multiaddrs, ifma, ifma_link); splx(s); -- ono@kame.net From owner-freebsd-bugs@FreeBSD.ORG Wed Jun 25 05:00:26 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E8BC37B401 for ; Wed, 25 Jun 2003 05:00:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1C0644003 for ; Wed, 25 Jun 2003 05:00:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5PC0OUp022974 for ; Wed, 25 Jun 2003 05:00:24 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5PC0Okh022973; Wed, 25 Jun 2003 05:00:24 -0700 (PDT) Resent-Date: Wed, 25 Jun 2003 05:00:24 -0700 (PDT) Resent-Message-Id: <200306251200.h5PC0Okh022973@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eugene Grosbein Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B2EC37B401 for ; Wed, 25 Jun 2003 04:56:44 -0700 (PDT) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0777144001 for ; Wed, 25 Jun 2003 04:56:42 -0700 (PDT) (envelope-from eugen@www.svzserv.kemerovo.su) Received: from www.svzserv.kemerovo.su (smmsp@localhost [127.0.0.1]) h5PBueMN054668 for ; Wed, 25 Jun 2003 19:56:40 +0800 (KRAST) (envelope-from eugen@www.svzserv.kemerovo.su) Received: (from root@localhost) by www.svzserv.kemerovo.su (8.12.9/8.12.9/Submit) id h5PBueJx054667; Wed, 25 Jun 2003 19:56:40 +0800 (KRAST) (envelope-from eugen) Message-Id: <200306251156.h5PBueJx054667@www.svzserv.kemerovo.su> Date: Wed, 25 Jun 2003 19:56:40 +0800 (KRAST) From: Eugene Grosbein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/53717: 4.8-RELEASE kernel panic (page fault) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eugene Grosbein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 12:00:26 -0000 >Number: 53717 >Category: kern >Synopsis: 4.8-RELEASE kernel panic (page fault) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 25 05:00:21 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Eugene Grosbein >Release: FreeBSD 4.8-RELEASE i386 >Organization: N/A >Environment: System: FreeBSD frant.com.ru 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu May 22 18:55:28 KRAST 2003 sa@frant.com.ru:/usr/obj/usr/src/sys/FRANT i386 Two 3com Etherlink XL adapters. CPUTYPE=i686 MODULES_WITH_WORLD=yes /usr/src installed by sysinstall and are not updated, The world is not rebuilt/reinstalled, the kernel is rebuilt using custom config. >Description: It just crashed. There was nearly zero load that time and I was working on the console. However, it performed network packets forwarding, ran sendmail/squid/popper/samba that moment. Lucky, I have debug kernel and crashdump and will supply any additional information to track this. Here is GDB backtrace: Script started on Wed Jun 25 18:43:47 2003 GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"...Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 2627 in elfstab_build_psymtabs Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 933 in fill_symbuf IdlePTD at phsyical address 0x00352000 initial pcb at physical address 0x002bf8e0 panicstr: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x20687467 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01e6a84 stack pointer = 0x10:0xc029831c frame pointer = 0x10:0xc0298328 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty trap number = 12 panic: page fault syncing disks... Fatal trap 12: page fault while in kernel mode fault virtual address = 0x30 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01f9fd4 stack pointer = 0x10:0xc0298144 frame pointer = 0x10:0xc029814c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty bio trap number = 12 panic: page fault Uptime: 59m54s dumping to dev #ad/0x20001, offset 2560 dump ata0: resetting devices .. done 254 [CTRL-C to abort] [CTRL-C to abort] 253 [CTRL-C to abort] 252 251 [CTRL-C to abort] 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 [CTRL-C to abort] [CTRL-C to abort] 230 [CTRL-C to abort] 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 129 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 ! 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 --- #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 487 if (dumping++) { (kgdb) bt #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 #1 0xc016a248 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:316 #2 0xc016a695 in panic (fmt=0xc028d14c "%s") at /usr/src/sys/kern/kern_shutdown.c:595 #3 0xc0240fb8 in trap_fatal (frame=0xc0298104, eva=48) at /usr/src/sys/i386/i386/trap.c:974 #4 0xc0240c4d in trap_pfault (frame=0xc0298104, usermode=0, eva=48) at /usr/src/sys/i386/i386/trap.c:867 #5 0xc02407df in trap (frame={tf_fs = -1071382512, tf_es = -1071382512, tf_ds = -1072300016, tf_edi = 0, tf_esi = 2, tf_ebp = -1071021748, tf_isp = -1071021776, tf_ebx = -1070926180, tf_edx = 6864960, tf_ecx = -1070772832, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1071669292, tf_cs = 8, tf_eflags = 66050, tf_esp = -1071021628, tf_ss = 2}) at /usr/src/sys/i386/i386/trap.c:466 #6 0xc01f9fd4 in acquire_lock (lk=0xc02af69c) at /usr/src/sys/ufs/ffs/ffs_softdep.c:266 #7 0xc01fe722 in softdep_fsync_mountdev (vp=0xce705b40) at /usr/src/sys/ufs/ffs/ffs_softdep.c:4024 #8 0xc0202b4a in ffs_fsync (ap=0xc02981c4) at /usr/src/sys/ufs/ffs/ffs_vnops.c:134 #9 0xc0201788 in ffs_sync (mp=0xc2307800, waitfor=2, cred=0xc0a78680, p=0xc02d4da0) at vnode_if.h:558 #10 0xc019b63f in sync (p=0xc02d4da0, uap=0x0) at /usr/src/sys/kern/vfs_syscalls.c:576 ---Type to continue, or q to quit--- #11 0xc016a003 in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:235 #12 0xc016a695 in panic (fmt=0xc028d14c "%s") at /usr/src/sys/kern/kern_shutdown.c:595 #13 0xc0240fb8 in trap_fatal (frame=0xc02982dc, eva=543716455) at /usr/src/sys/i386/i386/trap.c:974 #14 0xc0240c4d in trap_pfault (frame=0xc02982dc, usermode=0, eva=543716455) at /usr/src/sys/i386/i386/trap.c:867 #15 0xc02407df in trap (frame={tf_fs = 16, tf_es = 16, tf_ds = -1062207472, tf_edi = -1062557952, tf_esi = 6756506, tf_ebp = -1071021272, tf_isp = -1071021304, tf_ebx = -1062557952, tf_edx = -1062756352, tf_ecx = 543716455, tf_eax = 784404, tf_trapno = 12, tf_err = 0, tf_eip = -1071748476, tf_cs = 8, tf_eflags = 66067, tf_esp = -1062375168, tf_ss = -1037462452}) at /usr/src/sys/i386/i386/trap.c:466 #16 0xc01e6a84 in xl_newbuf (sc=0xc2299000, c=0xc229944c) at /usr/src/sys/pci/if_xl.c:1817 #17 0xc01e6c3e in xl_rxeof (sc=0xc2299000) at /usr/src/sys/pci/if_xl.c:1918 #18 0xc01e737c in xl_intr (arg=0xc2299000) at /usr/src/sys/pci/if_xl.c:2156 #19 0xc023a792 in cpu_idle () at /usr/src/sys/i386/i386/machdep.c:1022 (kgdb) quit Script done on Wed Jun 25 18:43:57 2003 Here is kernel config: # FRANT kernel config # options INCLUDE_CONFIG_FILE machine i386 cpu I686_CPU ident FRANT maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #options MATH_EMULATE #Support for x87 emulation options CLK_CALIBRATION_LOOP options CLK_USE_I8254_CALIBRATION options CLK_USE_TSC_CALIBRATION options INET #InterNETworking #options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories #options MFS #Memory Filesystem #options MD_ROOT #MD is a potential root device #options NFS #Network Filesystem #options NFS_ROOT #NFS usable as root device, NFS required #options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem #options CD9660_ROOT #CD-ROM usable as root, CD9660 required #options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI #options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options SHMMAXPGS=4096 options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev #options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # # output. Adds ~128k to driver. #options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # # output. Adds ~215k to driver. options PPP_BSDCOMP options PPP_DEFLATE options PPP_FILTER options NSWAPDEV=4 options MSGBUF_SIZE=140960 device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 #device fd1 at fdc0 drive 1 # # If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy, # don't use the above line for fdc0 but the following one: #device fdc0 # ATA and ATAPI devices #device ata0 at isa? port IO_WD1 irq 14 #device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device ahd # AHA39320/29320 and onboard AIC79xx devices #device amd # AMD 53C974 (Tekram DC-390(T)) #device isp # Qlogic family #device mpt # LSI-Logic MPT/Fusion #device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured #device adv0 at isa? #device adw #device bt0 at isa? #device aha0 at isa? #device aic0 at isa? #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) #device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device dpt # DPT Smartcache - See LINT for options! #device iir # Intel Integrated RAID #device mly # Mylex AcceleRAID/eXtremeRAID #device ciss # Compaq SmartRAID 5* series # RAID controllers #device aac # Adaptec FSA RAID, Dell PERC2/PERC3 #device aacp # SCSI passthrough for aac (requires CAM) #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x0 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver #pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 options MAXCONS=16 options SC_HISTORY_SIZE=1000 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std #device agp # support several AGP chipsets # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 # Advanced Power Management # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 #device sio1 at isa? port IO_COM2 irq 3 #device sio2 at isa? disable port IO_COM3 irq 5 #device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device em # Intel PRO/1000 adapter Gigabit Ethernet Card (``Wiseman'') #device txp # 3Com 3cR990 (``Typhoon'') #device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device pcn # AMD Am79C97x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device tx # SMC EtherPower II (83c170 ``EPIC'') #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') #device bge # Broadcom BCM570x (``Tigon III'') # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support #pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 2 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) #pseudo-device md # Memory "disks" pseudo-device gif # IPv6 and IPv4 tunneling #pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device usb # USB Bus (required) #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device uscanner # Scanners #device urio # Diamond Rio MP3 Player # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet pseudo-device snp 4 pseudo-device speaker options IPSEC options IPSEC_ESP options IPFIREWALL options IPFIREWALL_VERBOSE #options IPFIREWALL_VERBOSE_LIMIT=100 options IPDIVERT options IPFIREWALL_FORWARD #options IPSTEALTH options HZ=1000 #options DEVICE_POLLING options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN options DUMMYNET options NMBCLUSTERS=8192 options DDB options DDB_UNATTENDED options RANDOM_IP_ID Here is dmesg.boot: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x20687467 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01e6a84 stack pointer = 0x10:0xc029831c frame pointer = 0x10:0xc0298328 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty trap number = 12 panic: page fault syncing disks... Fatal trap 12: page fault while in kernel mode fault virtual address = 0x30 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01f9fd4 stack pointer = 0x10:0xc0298144 frame pointer = 0x10:0xc029814c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty bio trap number = 12 panic: page fault Uptime: 59m54s dumping to dev #ad/0x20001, offset 2560 dump ata0: resetting devices .. done 254 [CTRL-C to abort] [CTRL-C to abort] 253 [CTRL-C to abort] 252 251 [CTRL-C to abort] 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 [CTRL-C to abort] [CTRL-C to abort] 230 [CTRL-C to abort] 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 129 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 ! 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 succeeded Automatic reboot in 15 seconds - press a key on the console to abort --> Press a key on the console to reboot, --> or switch off the system now. Rebooting... Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.8-RELEASE #0: Thu May 22 18:55:28 KRAST 2003 sa@frant.com.ru:/usr/obj/usr/src/sys/FRANT Timecounter "i8254" frequency 1193080 Hz Timecounter "TSC" frequency 1196260703 Hz CPU: Intel(R) Celeron(TM) CPU 1200MHz (1196.26-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 Features=0x383fbff real memory = 267124736 (260864K bytes) avail memory = 256393216 (250384K bytes) Preloaded elf kernel "kernel" at 0xc0333000. Pentium Pro MTRR support enabled Using $PIR table, 11 entries at 0xc00f2fc0 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pci0: at 2.0 irq 11 pcib1: at device 30.0 on pci0 pci1: on pcib1 sym0: <1010-66> port 0xd800-0xd8ff mem 0xff8fc000-0xff8fdfff,0xff8ffc00-0xff8fffff irq 9 at device 9.0 on pci1 sym0: Symbios NVRAM, ID 7, Fast-80, LVD, parity checking sym0: open drain IRQ line driver, using on-chip SRAM sym0: using LOAD/STORE-based firmware. sym0: handling phase mismatch from SCRIPTS. xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xd480-0xd4ff mem 0xff8ff400-0xff8ff47f irq 11 at device 10.0 on pci1 xl0: Ethernet address: 00:04:79:67:a3:06 miibus0: on xl0 xlphy0: <3c905C 10/100 internal PHY> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto xl1: <3Com 3c905C-TX Fast Etherlink XL> port 0xdc00-0xdc7f mem 0xff8ff800-0xff8ff87f irq 3 at device 11.0 on pci1 xl1: Ethernet address: 00:04:79:67:86:4b miibus1: on xl1 xlphy1: <3c905C 10/100 internal PHY> on miibus1 xlphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 31.2 irq 5 pci0: (vendor=0x8086, dev=0x2443) at 31.3 irq 10 orm0: