From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 14 01:10:12 2004 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 3F9DE16A4CE for ; Sun, 14 Mar 2004 01:10:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3029343D48 for ; Sun, 14 Mar 2004 01:10:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2E9ACbv045954 for ; Sun, 14 Mar 2004 01:10:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2E9ACcV045953; Sun, 14 Mar 2004 01:10:12 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 14 Mar 2004 01:10:12 -0800 (PST) Resent-Message-Id: <200403140910.i2E9ACcV045953@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, "Ronald F.Guilmette" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FC9B16A4CE for ; Sun, 14 Mar 2004 01:03:28 -0800 (PST) Received: from segfault.monkeys.com (segfault.monkeys.com [66.60.159.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB3D343D39 for ; Sun, 14 Mar 2004 01:03:25 -0800 (PST) (envelope-from rfg@monkeys.com) Received: by segfault.monkeys.com (Postfix, from userid 1237) id 7A2D4F4E0; Sun, 14 Mar 2004 01:03:25 -0800 (PST) Message-Id: <20040314090325.7A2D4F4E0@segfault.monkeys.com> Date: Sun, 14 Mar 2004 01:03:25 -0800 (PST) From: "Ronald F.Guilmette" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/64250: 5.2.1 kernel panics on ifconfig when kernel has no INET6 stuff X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Ronald F.Guilmette" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2004 09:10:12 -0000 >Number: 64250 >Category: kern >Synopsis: 5.2.1 kernel panics on ifconfig when kernel has no INET6 stuff >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 14 01:10:11 PST 2004 >Closed-Date: >Last-Modified: >Originator: Ronald F. Guilmette >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: Infinite Monkeys & Co. >Environment: System: FreeBSD segfault.monkeys.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sat Mar 13 19:19:29 PST 2004 root@segfault.monkeys.com:/usr/src/sys/i386/compile/rfg20040313-4 i386 >Description: I configured a 5.2.1 kernel, using the config file attached below, and when I installed that and then rebooted, the kernel started up ok and started to run processes, but then, when `ifconfig' was executed (as a result of the various /etc/rc* files) the kernel panic'd with a page fault. This was fully reproducable (3 times). By process of elimination, I determined that the problem was directly tide to the fact that I can commented out the INET6 option in the kernel configuration file. When that option was uncommented again, the new kernel gen'd from that worked just fine. >How-To-Repeat: On an i686 platform, configure a kernel using the config file below, then build, install, and boot it, and then do an `ifconfig', or else allow one to be done as part of the normal /etc/rc* startup scripts. The kernel will panic with a page fault. The process running at the time this occurs will always be `ifconfig'. cut here for kernel config file ------------------------------------------------------------------------ machine i386 #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident "rfg20040313-3" #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" #Default places to look for devices. #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #options NMBCLUSTERS=4096 #options IPFIREWALL #options IPFIREWALL_VERBOSE #options IPDIVERT #options EXT2FS options SCHED_4BSD #4BSD scheduler options INET #InterNETworking #options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support options UFS_ACL #Support for access control lists options UFS_DIRHASH #Improve performance on big directories #options MD_ROOT #MD is a potential root device options NFSCLIENT #Network Filesystem Client options NFSSERVER #Network Filesystem Server #options NFS_ROOT #NFS usable as /, requires NFSCLIENT options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 #Compatible with FreeBSD4 options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions 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 PFIL_HOOKS # pfil(9) framework # Debugging for use in -current #options DDB #Enable the kernel debugger #options INVARIANTS #Enable calls of extra sanity checking options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS #options WITNESS #Enable checks to detect deadlocks and cycles #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel device apic # I/O APIC device isa #device eisa device pci # Floppy drives device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives #device ataraid # ATA RAID 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 + those of `ncr') #device trm # Tekram DC395U/UW/F DC315U adapters # #device adv # Advansys SCSI adapters #device adw # Advansys wide SCSI adapters #device aha # Adaptec 154x SCSI adapters #device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. #device bt # Buslogic/Mylex MultiMaster SCSI adapters # #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals device scbus # SCSI bus (required for SCSI) #device ch # SCSI media changers device da # Direct Access (disks) #device sa # Sequential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access) #device ses # SCSI Environmental Services (and SAF-TE) # RAID controllers interfaced to the SCSI subsystem #device amr # AMI MegaRAID #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device ciss # Compaq Smart RAID 5* #device dpt # DPT Smartcache III, IV - See NOTES for options #device iir # Intel Integrated RAID #device ips # IBM (Adaptec) ServeRAID #device mly # Mylex AcceleRAID/eXtremeRAID # RAID controllers #device aac # Adaptec FSA RAID #device aacp # SCSI passthrough for aac (requires CAM) #device ida # Compaq Smart RAID #device mlx # Mylex DAC960 family #device pst # Promise Supertrak SX6000 #device twe # 3ware ATA RAID # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device vga # VGA video card driver device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor device agp # support several AGP chipsets # Floating point support - do not disable. device npx # Power management support (see NOTES for more options) #device apm # Add suspend/resume support for the i8254. device pmtimer # PCCARD (PCMCIA) support # Pcmcia and cardbus bridge support #device cbb # cardbus (yenta) bridge #device pcic # ExCA ISA and PCI bridges #device pccard # PC Card (16-bit) bus #device cardbus # CardBus (32-bit) bus # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc 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 # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to the sio and/or ppc drivers): #device puc # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') device em # Intel PRO/1000 adapter Gigabit Ethernet Card 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 bfe # Broadcom BCM440x 10/100 ethernet #device bge # Broadcom BCM570xx Gigabit Ethernet #device dc # DEC/Intel 21143 and various workalikes #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') #device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device sk # SysKonnect SK-984x and SK-982x gigabit ethernet #device ste # Sundance ST201 (D-Link DFE-550TX) #device ti # Alteon Networks Tigon I/II gigabit ethernet #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'') # ISA Ethernet NICs. pccard nics included. #device cs # Crystal Semiconductor CS89x0 NIC ## 'device ed' requires 'device miibus' #device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards #device ex # Intel EtherExpress Pro/10 and Pro/10+ #device ep # Etherlink III based cards #device fe # Fujitsu MB8696x based cards #device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc. #device lnc # NE2100, NE32-VL Lance Ethernet cards #device sn # SMC's 9000 series of ethernet chips #device xe # Xircom pccard ethernet # ## ISA devices that use the old ISA shims ##device le # ## Wireless NIC cards #device wlan # 802.11 support #device an # Aironet 4500/4800 802.11 wireless NICs. #device awi # BayStack 660 and others #device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. ##device wl # Older non 802.11 Wavelan wireless NIC. # Pseudo devices - the number indicates how many units to allocate. device random # Entropy device device loop # Network loopback device ether # Ethernet support #device sl # Kernel SLIP #device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" #device gif # IPv6 and IPv4 tunneling #device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! 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 udbp # USB Double Bulk Pipe devices #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 urio # Diamond Rio 500 MP3 player #device uscanner # Scanners ## USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device axe # ASIX Electronics USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet # ## FireWire support #device firewire # FireWire bus code #device sbp # SCSI over FireWire (Requires scbus and da) #device fwe # Ethernet over FireWire (non-standard!) ------------------------------------------------------------------------ >Fix: As far as a _real_ fix... well... beats me! I just work here. The workaround is just to never disable the INET6 option in your kernel, it seems. (But that is a rather non-optimal solution I think. What good is an option if you can never exercise it?) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 14 01:20:05 2004 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 E6BF916A4CE for ; Sun, 14 Mar 2004 01:20:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCC2943D2F for ; Sun, 14 Mar 2004 01:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2E9K4bv046459 for ; Sun, 14 Mar 2004 01:20:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2E9K4v0046458; Sun, 14 Mar 2004 01:20:04 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 14 Mar 2004 01:20:04 -0800 (PST) Resent-Message-Id: <200403140920.i2E9K4v0046458@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, "Ronald F.Guilmette" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A13916A4CE for ; Sun, 14 Mar 2004 01:19:06 -0800 (PST) Received: from segfault.monkeys.com (segfault.monkeys.com [66.60.159.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE57F43D2D for ; Sun, 14 Mar 2004 01:19:05 -0800 (PST) (envelope-from rfg@monkeys.com) Received: by segfault.monkeys.com (Postfix, from userid 1237) id B79FFF4E0; Sun, 14 Mar 2004 01:19:05 -0800 (PST) Message-Id: <20040314091905.B79FFF4E0@segfault.monkeys.com> Date: Sun, 14 Mar 2004 01:19:05 -0800 (PST) From: "Ronald F.Guilmette" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/64251: -font option for `xclock -digital' no workie X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Ronald F.Guilmette" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2004 09:20:05 -0000 >Number: 64251 >Category: bin >Synopsis: -font option for `xclock -digital' no workie >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: Sun Mar 14 01:20:04 PST 2004 >Closed-Date: >Last-Modified: >Originator: Ronald F. Guilmette >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: Infinite Monkeys & Co. >Environment: System: FreeBSD segfault.monkeys.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sat Mar 13 19:19:29 PST 2004 root@segfault.monkeys.com:/usr/src/sys/i386/compile/rfg20040313-4 i386 >Description: On upgrading from FreeBSD 4.7 to 5.2.1, I found that the -font option for the `xclock -digital' command is no longer functional. It seems to be accepted, but has no effect. (It still works just fine on xterm however.) This is bumming me out. :-( >How-To-Repeat: First, do: xclock -digital & Then do: xclock -digital -font 12x24 & then look at both clock displays. You will see that the font is the same one in both cases (i.e. some default font that xclock is using). When you have done that, then try: xterm & xterm -font 12x24 & and you'll see that the two fonts in this case are clearly VERY different. >Fix: Beats me! The xclock man page talks about ``widgets'' and ``the clock widget'', but I am not exactly an Xpert, so this stuff is all greek to me. I suppose that if I grunged around long enough, and begged for help from the Right People, then somebody would take pity on me and enlighten me as to which file on disk, exactly, the font for xclock needs to be specified in. But that is pretty much besides the point. The point is, why doesn't the old -font command line option (for xclock) which worked fine under FreeBSD 4.7 still work? And if that option is no longer accepted by xclock, then why doesn't its use produce some sort of an error when xclock is invoked? (It seems rather rude to accept an option, but then just IGNORE the bloody thing. At the very least, it is rather unhelpful.) Something is rotten here. Could somebody please as least add something to the SEE ALSO portion of the xclock man page... hopefully some helpful pointer to some other document or man page that would enlighten idiots like me about where to go in order to diddle the ``font resource'' for the ``Clock widget''? (Of course, I assume that even if I _do_ diddle that, it will have a global effect upon all instances of xclock, so maybe that ain't so swell afetr all, and the command line -font option really should be made to work... again.) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 14 04:09:43 2004 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 398F016A4CF for ; Sun, 14 Mar 2004 04:09:43 -0800 (PST) Received: from pr93.lublin.sdi.tpnet.pl (pr93.lublin.sdi.tpnet.pl [217.97.36.93]) by mx1.FreeBSD.org (Postfix) with SMTP id B5E4243D3F for ; Sun, 14 Mar 2004 04:09:39 -0800 (PST) (envelope-from michal@pasternak.w.lub.pl) Received: (qmail 83671 invoked by uid 1001); 14 Mar 2004 12:09:35 -0000 Date: Sun, 14 Mar 2004 13:09:35 +0100 From: Michal Pasternak To: "Tim J. Robbins" Message-ID: <20040314120935.GA83582@pasternak.w.lub.pl> References: <200403140213.i2E2DSPD001611@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <200403140213.i2E2DSPD001611@freefall.freebsd.org> cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/64169: linux binaries dump core on exit X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michal Pasternak List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2004 12:09:43 -0000 Tim J. Robbins [Sat, Mar 13, 2004 at 06:13:28PM -0800]: > http://www.freebsd.org/cgi/query-pr.cgi?pr=64169 Any chances for MFC? If you'd provide me the list of changed files (or at least some details about commit, that fixes this PR), I'd love to provide patches for 4.9. -- Michal Pasternak :: http://pasternak.w.lub.pl :: http://winsrc.sf.net Trying to be happy is like trying to build a machine for which the only specification is that it should run noiselessly. From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 14 04:34:47 2004 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 E8A8616A4D3 for ; Sun, 14 Mar 2004 04:34:46 -0800 (PST) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FA7443D1D for ; Sun, 14 Mar 2004 04:34:46 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.131.93) by smtp01.syd.iprimus.net.au (7.0.024) id 402BA92700A36475; Sun, 14 Mar 2004 23:34:44 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 2F14241C0; Sun, 14 Mar 2004 23:35:07 +1100 (EST) Date: Sun, 14 Mar 2004 23:35:07 +1100 From: Tim Robbins To: Michal Pasternak Message-ID: <20040314123507.GA23930@cat.robbins.dropbear.id.au> References: <200403140213.i2E2DSPD001611@freefall.freebsd.org> <20040314120935.GA83582@pasternak.w.lub.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040314120935.GA83582@pasternak.w.lub.pl> User-Agent: Mutt/1.4.1i cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/64169: linux binaries dump core on exit 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, 14 Mar 2004 12:34:47 -0000 On Sun, Mar 14, 2004 at 01:09:35PM +0100, Michal Pasternak wrote: > Tim J. Robbins [Sat, Mar 13, 2004 at 06:13:28PM -0800]: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=64169 > > Any chances for MFC? If you'd provide me the list of changed files (or at > least some details about commit, that fixes this PR), I'd love to provide > patches for 4.9. I'm in the middle of shuffling around my machines, so I don't have convenient access to one running 4.x to MFC this. What I think you need to do to get Slackware binaries working is to MFC support for the Linux exit_group() syscall. It should be a simple matter of adding: 252 MNOPROTO LINUX { void sys_exit(int rval); } exit_group sys_exit_args void to sys/i386/linux/syscalls.master and regenerating linux_proto.h, linux_sysent.c, and linux_sysvec.c by typing "make sysent" in that directory. This change was part of linux/syscalls.master rev. 1.52. I can't confirm that exit_group() is the only thing missing from 4.9 required to run Slackware 9 binaries, but they definitely do work on -current: sh-2.05b# uname -srm Linux 2.4.2 i686 sh-2.05b# cat /etc/slackware-version Slackware 9.1.0 Tim From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 14 05:44:42 2004 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 51EDE16A4CE; Sun, 14 Mar 2004 05:44:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3325743D1D; Sun, 14 Mar 2004 05:44:42 -0800 (PST) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) i2EDigbv085667; Sun, 14 Mar 2004 05:44:42 -0800 (PST) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2EDigbE085663; Sun, 14 Mar 2004 05:44:42 -0800 (PST) (envelope-from schweikh) Date: Sun, 14 Mar 2004 05:44:42 -0800 (PST) From: Jens Schweikhardt Message-Id: <200403141344.i2EDigbE085663@freefall.freebsd.org> To: gerd.moellmann@t-online.de, schweikh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/48775: iso8859-15 termcap entries needed 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, 14 Mar 2004 13:44:42 -0000 Synopsis: iso8859-15 termcap entries needed State-Changed-From-To: open->feedback State-Changed-By: schweikh State-Changed-When: Sun Mar 14 05:40:12 PST 2004 State-Changed-Why: I can't reproduce the problem on -CURRENT. With font8x8="iso15-8x8" font8x14="iso15-8x14" font8x16="iso15-8x16" in my /etc/rc.conf and TERM=cons25l1 sysinstall looks like this: +------------------------ sysinstall Main Menu -------------------------+ | Welcome to the FreeBSD installation and configuration tool. Please | | select one of the options below by using the arrow keys or typing the | | first character of the option name you're interested in. Invoke an | | option with [SPACE] or [ENTER]. To exit, use [TAB] to move to Exit. | | +-------------------------------------------------------------------+ | | | Usage Quick start - How to use this menu system | | | | Standard Begin a standard installation (recommended) | | | | Express Begin a quick installation (for experts) | | | | Custom Begin a custom installation (for experts) | | | | Configure Do post-install configuration of FreeBSD | | | | Doc Installation instructions, README, etc. | | | | Keymap Select keyboard type | | | | Options View/Set various installation options | | | | Fixit Repair mode with CDROM/DVD/floppy or start shell | | | | Upgrade Upgrade an existing system | | | | Load Config Load default install configuration | | | | Index Glossary of functions | | | +-------------------------------------------------------------------+ | +-----------------------------------------------------------------------+ | [Select] X Exit Install | +------------------[ Press F1 for Installation Guide ]------------------+ Could you be more specific about the garbled look or is the problem already solved? http://www.freebsd.org/cgi/query-pr.cgi?pr=48775 From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 14 11:10:57 2004 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 6055116A4CE for ; Sun, 14 Mar 2004 11:10:57 -0800 (PST) Received: from pr93.lublin.sdi.tpnet.pl (pr93.lublin.sdi.tpnet.pl [217.97.36.93]) by mx1.FreeBSD.org (Postfix) with SMTP id 624C143D2D for ; Sun, 14 Mar 2004 11:10:53 -0800 (PST) (envelope-from michal@pasternak.w.lub.pl) Received: (qmail 21006 invoked by uid 1001); 14 Mar 2004 19:10:51 -0000 Date: Sun, 14 Mar 2004 20:10:51 +0100 From: Michal Pasternak To: Tim Robbins Message-ID: <20040314191051.GA20895@pasternak.w.lub.pl> References: <200403140213.i2E2DSPD001611@freefall.freebsd.org> <20040314120935.GA83582@pasternak.w.lub.pl> <20040314123507.GA23930@cat.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline In-Reply-To: <20040314123507.GA23930@cat.robbins.dropbear.id.au> cc: Michal Pasternak cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/64169: linux binaries dump core on exit X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michal Pasternak List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2004 19:10:57 -0000 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline > convenient access to one running 4.x to MFC this. What I think you > need to do to get Slackware binaries working is to MFC support for > the Linux exit_group() syscall. You are completly right. I've added some entries to syscalls.master (only minimal changes, so it won't require more MFCing, than it really does). The file is attached. The file has been tested on 4-STABLE system - it makes Slackware binaries (or, I rather should say, glibc 2.3.2 binaries) run very good. Linux module compiles & loads without any errors. Thanks for your quick help again, take care, -- mp --J/dobhs11T7y2rNN Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: attachment; filename="syscalls.master" $FreeBSD: src/sys/i386/linux/syscalls.master,v 1.30.2.8 2003/01/02 20:41:33 kan Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; System call name/number master file (or rather, slave, from LINUX). ; Processed to create linux_sysent.c, linux_proto.h and linux_syscall.h. ; Columns: number type nargs namespc name alt{name,tag,rtyp}/comments ; number system call number, must be in order ; type one of STD, OBSOL, UNIMPL, COMPAT ; namespc one of POSIX, BSD, STD, NOHIDE (I dont care :-) -Peter ; name psuedo-prototype of syscall routine ; If one of the following alts is different, then all appear: ; altname name of system call if different ; alttag name of args struct tag if different from [o]`name'"_args" ; altrtyp return type if not int (bogus - syscalls always return int) ; for UNIMPL/OBSOL, name continues with comments ; types: ; STD always included ; COMPAT included on COMPAT #ifdef ; LIBCOMPAT included on COMPAT #ifdef, and placed in syscall.h ; OBSOL obsolete, not included in system, only specifies name ; UNIMPL not implemented, placeholder only #include "opt_compat.h" #include #include #include #include #include ; #ifdef's, etc. may be included, and are copied to the output files. 0 UNIMPL LINUX setup 1 NOPROTO LINUX { void sys_exit(int rval); } exit sys_exit_args void 2 STD LINUX { int linux_fork(void); } 3 NOPROTO LINUX { int read(int fd, char *buf, u_int nbyte); } 4 NOPROTO LINUX { int write(int fd, char *buf, u_int nbyte); } 5 STD LINUX { int linux_open(char *path, l_int flags, \ l_int mode); } 6 NOPROTO LINUX { int close(int fd); } 7 STD LINUX { int linux_waitpid(l_pid_t pid, l_int *status, \ l_int options); } 8 STD LINUX { int linux_creat(char *path, l_int mode); } 9 STD LINUX { int linux_link(char *path, char *to); } 10 STD LINUX { int linux_unlink(char *path); } 11 STD LINUX { int linux_execve(char *path, char **argp, \ char **envp); } 12 STD LINUX { int linux_chdir(char *path); } 13 STD LINUX { int linux_time(l_time_t *tm); } 14 STD LINUX { int linux_mknod(char *path, l_int mode, \ l_dev_t dev); } 15 STD LINUX { int linux_chmod(char *path, l_mode_t mode); } 16 STD LINUX { int linux_lchown16(char *path, l_uid16_t uid, \ l_gid16_t gid); } 17 UNIMPL LINUX break 18 STD LINUX { int linux_stat(char *path, struct ostat *up); } 19 STD LINUX { int linux_lseek(l_uint fdes, l_off_t off, \ l_int whence); } 20 STD LINUX { int linux_getpid(void); } 21 STD LINUX { int linux_mount(char *specialfile, char *dir, \ char *filesystemtype, l_ulong rwflag, \ void *data); } 22 STD LINUX { int linux_oldumount(char *path); } 23 STD LINUX { int linux_setuid16(l_uid16_t uid); } 24 STD LINUX { int linux_getuid16(void); } 25 STD LINUX { int linux_stime(void); } 26 STD LINUX { int linux_ptrace(l_long req, l_long pid, l_long addr, \ l_long data); } 27 STD LINUX { int linux_alarm(l_uint secs); } 28 STD LINUX { int linux_fstat(l_uint fd, struct ostat *up); } 29 STD LINUX { int linux_pause(void); } 30 STD LINUX { int linux_utime(char *fname, \ struct l_utimbuf *times); } 31 UNIMPL LINUX stty 32 UNIMPL LINUX gtty 33 STD LINUX { int linux_access(char *path, l_int flags); } 34 STD LINUX { int linux_nice(l_int inc); } 35 UNIMPL LINUX ftime 36 NOPROTO LINUX { int sync(void); } 37 STD LINUX { int linux_kill(l_int pid, l_int signum); } 38 STD LINUX { int linux_rename(char *from, char *to); } 39 STD LINUX { int linux_mkdir(char *path, l_int mode); } 40 STD LINUX { int linux_rmdir(char *path); } 41 NOPROTO LINUX { int dup(u_int fd); } 42 STD LINUX { int linux_pipe(l_ulong *pipefds); } 43 STD LINUX { int linux_times(struct l_times_argv *buf); } 44 UNIMPL LINUX prof 45 STD LINUX { int linux_brk(l_ulong dsend); } 46 STD LINUX { int linux_setgid16(l_gid16_t gid); } 47 STD LINUX { int linux_getgid16(void); } 48 STD LINUX { int linux_signal(l_int sig, l_handler_t handler); } 49 STD LINUX { int linux_geteuid16(void); } 50 STD LINUX { int linux_getegid16(void); } 51 NOPROTO LINUX { int acct(char *path); } 52 STD LINUX { int linux_umount(char *path, l_int flags); } 53 UNIMPL LINUX lock 54 STD LINUX { int linux_ioctl(l_uint fd, l_uint cmd, \ l_ulong arg); } 55 STD LINUX { int linux_fcntl(l_uint fd, l_uint cmd, \ l_ulong arg); } 56 UNIMPL LINUX mpx 57 NOPROTO LINUX { int setpgid(int pid, int pgid); } 58 UNIMPL LINUX ulimit 59 STD LINUX { int linux_olduname(void); } 60 NOPROTO LINUX { int umask(int newmask); } 61 NOPROTO LINUX { int chroot(char *path); } 62 STD LINUX { int linux_ustat(l_dev_t dev, struct l_ustat *ubuf); } 63 NOPROTO LINUX { int dup2(u_int from, u_int to); } 64 NOPROTO LINUX { int getppid(void); } 65 NOPROTO LINUX { int getpgrp(void); } 66 NOPROTO LINUX { int setsid(void); } 67 STD LINUX { int linux_sigaction(l_int sig, l_osigaction_t *nsa, \ l_osigaction_t *osa); } 68 STD LINUX { int linux_sgetmask(void); } 69 STD LINUX { int linux_ssetmask(l_osigset_t mask); } 70 STD LINUX { int linux_setreuid16(l_uid16_t ruid, \ l_uid16_t euid); } 71 STD LINUX { int linux_setregid16(l_gid16_t rgid, \ l_gid16_t egid); } 72 STD LINUX { int linux_sigsuspend(l_int hist0, l_int hist1, \ l_osigset_t mask); } 73 STD LINUX { int linux_sigpending(l_osigset_t *mask); } 74 NOPROTO LINUX { int osethostname(char *hostname, u_int len); } \ osethostname sethostname_args int 75 STD LINUX { int linux_setrlimit(l_uint resource, \ struct l_rlimit *rlim); } 76 STD LINUX { int linux_old_getrlimit(l_uint resource, \ struct l_rlimit *rlim); } 77 NOPROTO LINUX { int getrusage(int who, struct rusage *rusage); } 78 NOPROTO LINUX { int gettimeofday(struct timeval *tp, \ struct timezone *tzp); } 79 NOPROTO LINUX { int settimeofday(struct timeval *tp, \ struct timezone *tzp); } 80 STD LINUX { int linux_getgroups16(l_uint gidsetsize, \ l_gid16_t *gidset); } 81 STD LINUX { int linux_setgroups16(l_uint gidsetsize, \ l_gid16_t *gidset); } 82 STD LINUX { int linux_old_select(struct l_old_select_argv \ *ptr); } 83 STD LINUX { int linux_symlink(char *path, char *to); } 84 NOPROTO LINUX { int ostat(char *path, struct ostat *up); } 85 STD LINUX { int linux_readlink(char *name, char *buf, \ l_int count); } 86 STD LINUX { int linux_uselib(char *library); } 87 NOPROTO LINUX { int swapon(char *name); } 88 STD LINUX { int linux_reboot(l_int magic1, l_int magic2, \ l_uint cmd, void *arg); } 89 STD LINUX { int linux_readdir(l_uint fd, struct l_dirent *dent, \ l_uint count); } 90 STD LINUX { int linux_mmap(struct l_mmap_argv *ptr); } 91 NOPROTO LINUX { int munmap(caddr_t addr, int len); } 92 STD LINUX { int linux_truncate(char *path, l_ulong length); } 93 NOPROTO LINUX { int oftruncate(int fd, long length); } 94 NOPROTO LINUX { int fchmod(int fd, int mode); } 95 NOPROTO LINUX { int fchown(int fd, int uid, int gid); } 96 NOPROTO LINUX { int getpriority(int which, int who); } 97 NOPROTO LINUX { int setpriority(int which, int who, int prio); } 98 UNIMPL LINUX profil 99 STD LINUX { int linux_statfs(char *path, \ struct l_statfs_buf *buf); } 100 STD LINUX { int linux_fstatfs(l_uint fd, \ struct l_statfs_buf *buf); } 101 STD LINUX { int linux_ioperm(l_ulong start, l_ulong length, \ l_int enable); } 102 STD LINUX { int linux_socketcall(l_int what, l_ulong args); } 103 STD LINUX { int linux_syslog(l_int type, char *buf, l_int len); } 104 STD LINUX { int linux_setitimer(l_int which, \ struct l_itimerval *itv, \ struct l_itimerval *oitv); } 105 STD LINUX { int linux_getitimer(l_int which, \ struct l_itimerval *itv); } 106 STD LINUX { int linux_newstat(char *path, \ struct l_newstat *buf); } 107 STD LINUX { int linux_newlstat(char *path, \ struct l_newstat *buf); } 108 STD LINUX { int linux_newfstat(l_uint fd, \ struct l_newstat *buf); } 109 STD LINUX { int linux_uname(void); } 110 STD LINUX { int linux_iopl(l_ulong level); } 111 STD LINUX { int linux_vhangup(void); } 112 UNIMPL LINUX idle 113 STD LINUX { int linux_vm86old(void); } 114 STD LINUX { int linux_wait4(l_pid_t pid, l_uint *status, \ l_int options, struct l_rusage *rusage); } 115 STD LINUX { int linux_swapoff(void); } 116 STD LINUX { int linux_sysinfo(struct l_sysinfo *info); } 117 STD LINUX { int linux_ipc(l_uint what, l_int arg1, l_int arg2, \ l_int arg3, void *ptr, l_long arg5); } 118 NOPROTO LINUX { int fsync(int fd); } 119 STD LINUX { int linux_sigreturn(struct l_sigframe *sfp); } 120 STD LINUX { int linux_clone(l_int flags, void *stack); } 121 NOPROTO LINUX { int setdomainname(char *name, int len); } 122 STD LINUX { int linux_newuname(struct l_new_utsname *buf); } 123 STD LINUX { int linux_modify_ldt(l_int func, void *ptr, \ l_ulong bytecount); } 124 STD LINUX { int linux_adjtimex(void); } 125 NOPROTO LINUX { int mprotect(caddr_t addr, int len, int prot); } 126 STD LINUX { int linux_sigprocmask(l_int how, l_osigset_t *mask, \ l_osigset_t *omask); } 127 STD LINUX { int linux_create_module(void); } 128 STD LINUX { int linux_init_module(void); } 129 STD LINUX { int linux_delete_module(void); } 130 STD LINUX { int linux_get_kernel_syms(void); } 131 STD LINUX { int linux_quotactl(void); } 132 NOPROTO LINUX { int getpgid(int pid); } 133 NOPROTO LINUX { int fchdir(int fd); } 134 STD LINUX { int linux_bdflush(void); } 135 STD LINUX { int linux_sysfs(l_int option, l_ulong arg1, \ l_ulong arg2); } 136 STD LINUX { int linux_personality(l_ulong per); } 137 UNIMPL LINUX afs_syscall 138 STD LINUX { int linux_setfsuid16(l_uid16_t uid); } 139 STD LINUX { int linux_setfsgid16(l_gid16_t gid); } 140 STD LINUX { int linux_llseek(l_int fd, l_ulong ohigh, \ l_ulong olow, l_loff_t *res, l_uint whence); } 141 STD LINUX { int linux_getdents(l_uint fd, void *dent, \ l_uint count); } 142 STD LINUX { int linux_select(l_int nfds, l_fd_set *readfds, \ l_fd_set *writefds, l_fd_set *exceptfds, \ struct l_timeval *timeout); } 143 NOPROTO LINUX { int flock(int fd, int how); } 144 STD LINUX { int linux_msync(l_ulong addr, l_size_t len, \ l_int fl); } 145 NOPROTO LINUX { int readv(int fd, struct iovec *iovp, \ u_int iovcnt); } 146 NOPROTO LINUX { int writev(int fd, struct iovec *iovp, \ u_int iovcnt); } 147 STD LINUX { int linux_getsid(l_pid_t pid); } 148 STD LINUX { int linux_fdatasync(l_uint fd); } 149 STD LINUX { int linux_sysctl(struct l___sysctl_args *args); } 150 NOPROTO BSD { int mlock(const void *addr, size_t len); } 151 NOPROTO BSD { int munlock(const void *addr, size_t len); } 152 NOPROTO BSD { int mlockall(int how); } 153 NOPROTO BSD { int munlockall(void); } 154 NOPROTO POSIX { int sched_setparam(pid_t pid, \ const struct sched_param *param); } 155 NOPROTO POSIX { int sched_getparam(pid_t pid, \ struct sched_param *param); } 156 STD POSIX { int linux_sched_setscheduler(l_pid_t pid, \ l_int policy, struct l_sched_param *param); } 157 STD POSIX { int linux_sched_getscheduler(l_pid_t pid); } 158 NOPROTO POSIX { int sched_yield(void); } 159 STD POSIX { int linux_sched_get_priority_max(l_int policy); } 160 STD POSIX { int linux_sched_get_priority_min(l_int policy); } 161 NOPROTO POSIX { int sched_rr_get_interval(l_pid_t pid, \ struct l_timespec *interval); } 162 NOPROTO POSIX { int nanosleep(const struct timespec *rqtp, \ struct timespec *rmtp); } 163 STD LINUX { int linux_mremap(l_ulong addr, l_ulong old_len, \ l_ulong new_len, l_ulong flags, \ l_ulong new_addr); } 164 STD LINUX { int linux_setresuid16(l_uid16_t ruid, \ l_uid16_t euid, l_uid16_t suid); } 165 STD LINUX { int linux_getresuid16(l_uid16_t *ruid, \ l_uid16_t *euid, l_uid16_t *suid); } 166 STD LINUX { int linux_vm86(void); } 167 STD LINUX { int linux_query_module(void); } 168 NOPROTO LINUX { int poll(struct pollfd*, unsigned int nfds, \ long timeout); } 169 STD LINUX { int linux_nfsservctl(void); } 170 STD LINUX { int linux_setresgid16(l_gid16_t rgid, \ l_gid16_t egid, l_gid16_t sgid); } 171 STD LINUX { int linux_getresgid16(l_gid16_t *rgid, \ l_gid16_t *egid, l_gid16_t *sgid); } 172 STD LINUX { int linux_prctl(void); } 173 STD LINUX { int linux_rt_sigreturn(struct l_ucontext *ucp); } 174 STD LINUX { int linux_rt_sigaction(l_int sig, \ l_sigaction_t *act, l_sigaction_t *oact, \ l_size_t sigsetsize); } 175 STD LINUX { int linux_rt_sigprocmask(l_int how, \ l_sigset_t *mask, l_sigset_t *omask, \ l_size_t sigsetsize); } 176 STD LINUX { int linux_rt_sigpending(void); } 177 STD LINUX { int linux_rt_sigtimedwait(void); } 178 STD LINUX { int linux_rt_sigqueueinfo(void); } 179 STD LINUX { int linux_rt_sigsuspend(l_sigset_t *newset, \ l_size_t sigsetsize); } 180 STD LINUX { int linux_pread(l_uint fd, char *buf, \ l_size_t nbyte, l_loff_t offset); } 181 STD LINUX { int linux_pwrite(l_uint fd, char *buf, \ l_size_t nbyte, l_loff_t offset); } 182 STD LINUX { int linux_chown16(char *path, l_uid16_t uid, \ l_gid16_t gid); } 183 STD LINUX { int linux_getcwd(char *buf, l_ulong bufsize); } 184 STD LINUX { int linux_capget(void); } 185 STD LINUX { int linux_capset(void); } 186 STD LINUX { int linux_sigaltstack(l_stack_t *uss, \ l_stack_t *uoss); } 187 STD LINUX { int linux_sendfile(void); } 188 UNIMPL LINUX getpmsg 189 UNIMPL LINUX putpmsg 190 STD LINUX { int linux_vfork(void); } 191 STD LINUX { int linux_getrlimit(l_uint resource, \ struct l_rlimit *rlim); } 192 STD LINUX { int linux_mmap2(l_ulong addr, l_ulong len, \ l_ulong prot, l_ulong flags, l_ulong fd, \ l_ulong pgoff); } 193 STD LINUX { int linux_truncate64(char *path, l_loff_t length); } 194 STD LINUX { int linux_ftruncate64(l_uint fd, l_loff_t length); } 195 STD LINUX { int linux_stat64(char *filename, \ struct l_stat64 *statbuf, l_long flags); } 196 STD LINUX { int linux_lstat64(char *filename, \ struct l_stat64 *statbuf, l_long flags); } 197 STD LINUX { int linux_fstat64(l_ulong fd, \ struct l_stat64 *statbuf, l_long flags); } 198 STD LINUX { int linux_lchown(char *path, l_uid_t uid, \ l_gid_t gid); } 199 STD POSIX { int linux_getuid(void); } 200 STD POSIX { int linux_getgid(void); } 201 NOPROTO POSIX { int geteuid(void); } 202 NOPROTO POSIX { int getegid(void); } 203 NOPROTO LINUX { int setreuid(uid_t ruid, uid_t euid); } 204 NOPROTO LINUX { int setregid(gid_t rgid, gid_t egid); } 205 STD LINUX { int linux_getgroups(l_int gidsetsize, \ l_gid_t *grouplist); } 206 STD LINUX { int linux_setgroups(l_int gidsetsize, \ l_gid_t *grouplist); } 207 NODEF LINUX fchown fchown fchown_args int 208 NOPROTO LINUX { int setresuid(uid_t ruid, uid_t euid, uid_t suid); } 209 NOPROTO LINUX { int getresuid(uid_t *ruid, uid_t *euid, \ uid_t *suid); } 210 NOPROTO LINUX { int setresgid(gid_t rgid, gid_t egid, gid_t sgid); } 211 NOPROTO LINUX { int getresgid(gid_t *rgid, gid_t *egid, \ gid_t *sgid); } 212 STD LINUX { int linux_chown(char *path, l_uid_t uid, \ l_gid_t gid); } 213 NOPROTO LINUX { int setuid(uid_t uid); } 214 NOPROTO LINUX { int setgid(gid_t gid); } 215 STD LINUX { int linux_setfsuid(l_uid_t uid); } 216 STD LINUX { int linux_setfsgid(l_gid_t gid); } 217 STD LINUX { int linux_pivot_root(char *new_root, \ char *put_old); } 218 STD LINUX { int linux_mincore(l_ulong start, l_size_t len, \ u_char *vec); } 219 STD LINUX { int linux_madvise(void); } 220 STD LINUX { int linux_getdents64(l_uint fd, void *dirent, \ l_uint count); } 221 STD LINUX { int linux_fcntl64(l_uint fd, l_uint cmd, \ l_ulong arg); } 222 UNIMPL 223 UNIMPL 224 UNIMPL LINUX linux_gettid 225 UNIMPL LINUX linux_readahead 226 UNIMPL 227 UNIMPL 228 UNIMPL 229 UNIMPL 230 UNIMPL 231 UNIMPL 232 UNIMPL 233 UNIMPL 234 UNIMPL 235 UNIMPL 236 UNIMPL 237 UNIMPL 238 UNIMPL LINUX linux_tkill 239 UNIMPL LINUX linux_sendfile64 240 UNIMPL LINUX linux_futex 241 UNIMPL LINUX linux_sched_setaffinity 242 UNIMPL LINUX linux_sched_getaffinity 243 UNIMPL LINUX linux_set_thread_area 244 UNIMPL LINUX linux_get_thread_area 245 UNIMPL LINUX linux_io_setup 246 UNIMPL LINUX linux_io_destroy 247 UNIMPL LINUX linux_io_getevents 248 UNIMPL LINUX linux_io_submit 249 UNIMPL LINUX linux_io_cancel 250 UNIMPL LINUX linux_fadvise64 251 UNIMPL 252 NOPROTO LINUX { void sys_exit(int rval); } exit_group sys_exit_args void --J/dobhs11T7y2rNN-- From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 14 11:12:28 2004 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 72EE716A4CE; Sun, 14 Mar 2004 11:12:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5279A43D41; Sun, 14 Mar 2004 11:12:28 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) i2EJCSbv001751; Sun, 14 Mar 2004 11:12:28 -0800 (PST) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2EJCRGx001747; Sun, 14 Mar 2004 11:12:27 -0800 (PST) (envelope-from dougb) Date: Sun, 14 Mar 2004 11:12:27 -0800 (PST) From: Doug Barton Message-Id: <200403141912.i2EJCRGx001747@freefall.freebsd.org> To: melvyn@webteckies.org, dougb@FreeBSD.org, freebsd-bugs@FreeBSD.org, dougb@FreeBSD.org Subject: Re: conf/61647: [PATCH] Compatibility with bind9-base port 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, 14 Mar 2004 19:12:28 -0000 Synopsis: [PATCH] Compatibility with bind9-base port State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Sun Mar 14 11:11:16 PST 2004 State-Changed-Why: I just committed fixes to HEAD which make all the -g stuff go away. Thanks for your interest in this topic however. :) Responsible-Changed-From-To: freebsd-bugs->dougb Responsible-Changed-By: dougb Responsible-Changed-When: Sun Mar 14 11:11:16 PST 2004 Responsible-Changed-Why: I committed the fix that makes this PR obsolete. http://www.freebsd.org/cgi/query-pr.cgi?pr=61647 From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 14 12:44:18 2004 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 109E116A4CE; Sun, 14 Mar 2004 12:44:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7EFB43D39; Sun, 14 Mar 2004 12:44:17 -0800 (PST) (envelope-from le@FreeBSD.org) Received: from freefall.freebsd.org (le@localhost [127.0.0.1]) i2EKiHbv008527; Sun, 14 Mar 2004 12:44:17 -0800 (PST) (envelope-from le@freefall.freebsd.org) Received: (from le@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2EKiHN6008523; Sun, 14 Mar 2004 12:44:17 -0800 (PST) (envelope-from le) Date: Sun, 14 Mar 2004 12:44:17 -0800 (PST) From: Lukas Ertl Message-Id: <200403142044.i2EKiHN6008523@freefall.freebsd.org> To: le@FreeBSD.org, freebsd-bugs@FreeBSD.org, le@FreeBSD.org Subject: Re: bin/59144: [patch] Allow a trailing / for mount -u too 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, 14 Mar 2004 20:44:18 -0000 Synopsis: [patch] Allow a trailing / for mount -u too Responsible-Changed-From-To: freebsd-bugs->le Responsible-Changed-By: le Responsible-Changed-When: Sun Mar 14 12:44:07 PST 2004 Responsible-Changed-Why: Take this PR for eventual MFC. http://www.freebsd.org/cgi/query-pr.cgi?pr=59144 From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 04:32:38 2004 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 EB3F416A4CF; Mon, 15 Mar 2004 04:32:38 -0800 (PST) Received: from mail.dit.upm.es (mail.dit.upm.es [138.4.2.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8396E43D46; Mon, 15 Mar 2004 04:32:37 -0800 (PST) (envelope-from atapiador@dit.upm.es) Received: from jungla.dit.upm.es (IDENT:6b/8PkxBqjZ0afA+Z/6nqMWvajXJN4Du@jungla-sdit.dit.upm.es [138.4.5.11]) by mail.dit.upm.es (8.11.6/8.9.3) with ESMTP id i2FCWak00403; Mon, 15 Mar 2004 13:32:36 +0100 Received: from curie (curie.dit.upm.es [138.4.7.76]) by jungla.dit.upm.es (8.11.6/8.9.3) with ESMTP id i2FCWXk10897; Mon, 15 Mar 2004 13:32:35 +0100 Received: from atd by curie with local (Exim 3.36 #1 (Debian)) id 1B2rGW-0000pV-00; Mon, 15 Mar 2004 13:32:20 +0100 Date: Mon, 15 Mar 2004 13:32:20 +0100 From: Antonio Tapiador del Dujo To: Darren Reed Message-ID: <20040315123220.GA2497@curie> References: <20040313184744.7925316A4CF@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20040313184744.7925316A4CF@hub.freebsd.org> User-Agent: Mutt/1.5.5.1+cvs20040105i Sender: Antonio Tapiador del Dujo cc: atapiador@dit.upm.es cc: freebsd-bugs@freebsd.org Subject: Re: kern/64167 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, 15 Mar 2004 12:32:39 -0000 El sábado, 13 de marzo de 2004, a las 10:47:44, Darren Reed escribió: > > Does this patch look right ? Sure! It works. Greetings, Antonio. > Index: ip_fil.c > =================================================================== > RCS file: /home/ncvs/src/sys/contrib/ipfilter/netinet/ip_fil.c,v > retrieving revision 1.43 > diff -c -r1.43 ip_fil.c > *** ip_fil.c 21 Feb 2004 21:10:39 -0000 1.43 > --- ip_fil.c 13 Mar 2004 18:43:58 -0000 > *************** > *** 2020,2030 **** > error = ip6_getpmtu(ro_pmtu, ro, ifp, &finaldst, &mtu); > if (error == 0) { > #else > ! #ifdef ND_IFINFO > mtu = ND_IFINFO(ifp)->linkmtu; > ! #else > mtu = nd_ifinfo[ifp->if_index].linkmtu; > ! #endif > #endif > if (m0->m_pkthdr.len <= mtu) > error = nd6_output(ifp, fin->fin_ifp, m0, > --- 2020,2034 ---- > error = ip6_getpmtu(ro_pmtu, ro, ifp, &finaldst, &mtu); > if (error == 0) { > #else > ! # ifdef IN6_LINKMTU > ! mtu = IN6_LINKMTU(ifp); > ! # else > ! # ifdef ND_IFINFO > mtu = ND_IFINFO(ifp)->linkmtu; > ! # else > mtu = nd_ifinfo[ifp->if_index].linkmtu; > ! # endif > ! # endif > #endif > if (m0->m_pkthdr.len <= mtu) > error = nd6_output(ifp, fin->fin_ifp, m0, -- EuropeSwPatentFree - http://EuropeSwPatentFree.hispalinux.es From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 05:00:42 2004 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 6D83D16A4D1 for ; Mon, 15 Mar 2004 05:00:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE36543D49 for ; Mon, 15 Mar 2004 05:00:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2FD0Jbv021198 for ; Mon, 15 Mar 2004 05:00:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2FD0JVx021197; Mon, 15 Mar 2004 05:00:19 -0800 (PST) (envelope-from gnats) Date: Mon, 15 Mar 2004 05:00:19 -0800 (PST) Message-Id: <200403151300.i2FD0JVx021197@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Alex Kotov" Subject: Re: gnu/64231: libstdc++ on FreeBSD 5.2+ is non-usable in threaded apps X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Kotov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 13:00:42 -0000 The following reply was made to PR gnu/64231; it has been noted by GNATS. From: "Alex Kotov" To: Cc: Subject: Re: gnu/64231: libstdc++ on FreeBSD 5.2+ is non-usable in threaded apps Date: Mon, 15 Mar 2004 14:54:56 +0200 Actually problem persists since FreeBSD 4.9-RELEASE at least. Both gcc 2.95.4 (as supplied) and gcc 3.3.3 are affected. Also stlport fix some symptoms but do not fix the problem itself. SY, Alex Kotov From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 11:00:34 2004 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 5035116A4CE for ; Mon, 15 Mar 2004 11:00:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3436F43D1D for ; Mon, 15 Mar 2004 11:00:34 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.10/8.12.10) with ESMTP id i2FJ0Ybv054936 for ; Mon, 15 Mar 2004 11:00:34 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2FJ0X0Z054929 for freebsd-bugs@freebsd.org; Mon, 15 Mar 2004 11:00:33 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 15 Mar 2004 11:00:33 -0800 (PST) Message-Id: <200403151900.i2FJ0X0Z054929@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, 15 Mar 2004 19:00:34 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/02/19] pending/63076gnats-admin Re: ports/net/tcping - distfile rerolled, o [2004/02/20] pending/63116gnats-admin Re: pike70 dialog is confusing o [2004/02/20] pending/63119gnats-admin Re: amd64-fix: games/pykawari o [2004/02/20] pending/63147gnats-admin Re: [patch] x11-wm/aquaosk: mark IGNORE ( o [2004/02/21] pending/63189gnats-admin Re: ti(4) broken on amd64 o [2004/02/22] pending/63232gnats-admin Re: [patch] Remove useless use of cat 3/5 o [2004/02/23] pending/63275gnats-admin Re: [PATCH] games/gnocatan: update to 0.8 o [2004/02/23] pending/63278gnats-admin Re: [PATCH] games/gnocatan: update to 0.8 o [2004/02/25] pending/63365gnats-admin Re: [MAINTAINER] sysutils/e2fsprogs: upda o [2004/02/25] pending/63368gnats-admin Re: [MAINTAINER] sysutils/e2fsprogs: upda o [2004/02/26] pending/63421gnats-admin Re: amd64-fix: prevent building palm/uppc o [2004/02/26] pending/63429gnats-admin Re: Disabling the Java frontend at compil o [2004/02/27] pending/63474gnats-admin Re:%20i386/47295:%20kernel%20panic%20duri o [2004/02/28] pending/63482gnats-admin Re: mozilla with gtk2 & russian language o [2004/02/28] pending/63489gnats-admin o [2004/02/28] pending/63507gnats-admin Re: Update emulators/xzx to 0.4.4 o [2004/02/28] pending/63514gnats-admin PR 47807 o [2004/03/01] pending/63629gnats-admin mounting atapicam volume through cd0c cau o [2004/03/02] pending/63647gnats-admin Re: Update emulators/xmame and pick maint o [2004/03/02] pending/63669gnats-admin Re: Using read-only NULLFS leads to panic o [2004/03/03] pending/63684gnats-admin Re: Using read-only NULLFS leads to panic o [2004/03/03] pending/63690gnats-admin o [2004/03/03] pending/63694gnats-admin Re: Using read-only NULLFS leads to panic o [2004/03/03] pending/63704gnats-admin Re: Using read-only NULLFS leads to panic o [2004/03/05] pending/63802gnats-admin Re: Update: net/net-snmp (5.2 fixes) o [2004/03/05] pending/63803gnats-admin Re: Update: net/net-snmp (5.2 fixes) o [2004/03/06] pending/63865gnats-admin [PATCH] ports/56951 dns/djbdns ignoreip u o [2004/03/07] pending/63895gnats-admin Problem Report ports/63894 o [2004/03/08] pending/63918gnats-admin Re: Using read-only NULLFS leads to panic o [2004/03/08] pending/63920gnats-admin Re: Using read-only NULLFS leads to panic o [2004/03/08] pending/63959gnats-admin Re: Using read-only NULLFS leads to panic o [2004/03/10] pending/64052gnats-admin Re: Using read-only NULLFS leads to panic o [2004/03/10] pending/64060gnats-admin [PATCH] ports/56951 dns/djbdns ignoreip u o [2004/03/10] pending/64078gnats-admin Notas 9/março o [2004/03/11] pending/64107gnats-admin Mail Delivery Error o [2004/03/11] pending/64108gnats-admin Delivery Status Notification (Failure) o [2004/03/11] pending/64116gnats-admin Re: [patch] Update port www/micro_httpd t o [2004/03/11] pending/64137gnats-admin Returned mail: User unknown o [2004/03/11] pending/64139gnats-admin Re: [patch] new net/zebra-devel port, rel o [2004/03/12] pending/64163gnats-admin Bug, Greatest meedication for you! o [2004/03/12] pending/64170gnats-admin Returned mail: User unknown o [2004/03/12] pending/64177gnats-admin Returned mail: see transcript for details o [2004/03/12] pending/64197gnats-admin MDaemon Warning - Virus Found o [2004/03/12] pending/64199gnats-admin Re: Port upgrade: epic4-1.2.9 to 2.0 (dif o [2004/03/13] pending/64229gnats-admin Regestrierung o [2004/03/14] pending/64260gnats-admin MIMEDefang Notification o [2004/03/14] pending/64273gnats-admin Delivery Status Notification (Failure) o [2004/03/14] pending/64286gnats-admin VIRUS (Worm.SomeFool.Gen-2) IN MAIL FROM o [2004/03/15] pending/64289gnats-admin Delivery Status Notification o [2004/03/15] pending/64298gnats-admin free games o [2004/03/15] pending/64299gnats-admin Re: [maintainer] misc/64110: net/samba-de 51 problems total. Non-critical problems From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 11:00:40 2004 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 11EB916A4CE for ; Mon, 15 Mar 2004 11:00:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 013AF43D2D for ; Mon, 15 Mar 2004 11:00:40 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.10/8.12.10) with ESMTP id i2FJ0dbv054949 for ; Mon, 15 Mar 2004 11:00:39 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2FJ0Ysp054941 for freebsd-bugs@freebsd.org; Mon, 15 Mar 2004 11:00:34 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 15 Mar 2004 11:00:34 -0800 (PST) Message-Id: <200403151900.i2FJ0Ysp054941@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, 15 Mar 2004 19:00:40 -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 [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 s [2000/05/29] kern/18874 tjr 32bit NFS servers export wrong negative v o [2000/06/13] kern/19247 threads 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/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 f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer o [2000/11/20] gnu/22972 obrien Internal Compiler Error f [2000/11/27] i386/23145 brian pppoe-test-program panics the server 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/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 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 ? 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/29847 n_hibma USB usbd_probe_and_attach() is broken and o [2001/09/04] ports/30331 portmgr [patch] Conflict between bsd.port.mk MAKE 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 s [2001/09/29] kern/30921 ACER mechanic ps/2 keyboard don´t work an 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 o [2001/11/16] bin/32040 brian 4.4-Release "set mtu" in ppp is broken wi f [2001/12/11] kern/32713 joe usb mouse detaches from hub and doesnt re 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/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 o [2002/01/30] kern/34470 bde Modem gets sio1 interrupt-level buffer o o [2002/03/01] kern/35466 imp 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] conf/35726 andre Won't let me use ifconfig on the interfac o [2002/03/29] kern/36504 crash/panic vm_object_allocate under file f [2002/04/07] i386/36850 joe Page Fault using ppp with USB Modem o [2002/04/14] kern/37064 imp System hangs when removing wire of NIC D- 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 f [2002/05/23] i386/38459 mux 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 kan Fortan program don't link post gcc-3.1 o [2002/05/30] misc/38748 qa FreeBSD 4.5 Keyboard problem cannot insta o [2002/06/03] kern/38872 nfs code ignores possibility of MGET(M_WA o [2002/06/08] kern/39043 Corrupted files on a FAT32 partition f [2002/06/15] misc/39341 joe ppp + USB modem problem 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 o [2002/08/05] bin/41350 vnconfig: apparent off-by-one bug o [2002/08/07] kern/41402 kernal panics 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/10] ports/41513 tobez lang/perl5.8 - "make test" destroys perl a [2002/08/13] bin/41647 bms ifconfig doesn't accept lladdr along with o [2002/08/16] kern/41717 bms 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 f [2002/08/21] i386/41860 qa sysinstall rel. 4.5 and 4.6 hangs f [2002/08/26] kern/42030 bms panic when zebra works on detaching tun i o [2002/08/26] i386/42046 System crashes with o [2002/08/29] i386/42173 sound Sony VAIO FXA 53 (or FXA 679 in Mexico) w o [2002/08/30] kern/42198 Kernel panics or system hangs up with big f [2002/08/30] misc/42221 qa Signal 11 core dumped when fetchin index f [2002/08/30] kern/42235 system panics with "worklist_remove: item p [2002/09/09] kern/42580 robert kernel crash when starting ISC 3.2 X11 bi p [2002/09/14] bin/42772 usr.bin/make: patch to stop a fork bomb o [2002/09/15] kern/42796 NCR/SYM 53C825 driver detects scsi cdrom s [2002/09/18] kern/42937 bms panic when ARP cache uses up all mbufs o [2002/09/27] bin/43434 New option to 'dmesg' which allow to disp 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 imp Wi(4) driver hangs after long data transf o [2002/10/05] kern/43713 during install, mounting root from ufs:/d o [2002/10/11] kern/43954 nfs-blocked process can't return or be in o [2002/10/17] kern/44198 njl Toshiba PDR-M25 camera/umass o [2002/10/21] kern/44336 NFSv3 client broken - security problem wi o [2002/10/25] misc/44471 qa 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] kern/44884 imp pcic is broken in current o [2002/11/17] i386/45383 Failed installation FreeBSD 4.7-RELEASE a o [2002/11/21] kern/45568 gibbs ahc(A19160) pci parity error o [2002/12/08] i386/46113 busspace bug f [2002/12/20] kern/46392 grog kernel, vinum, umount, changing user mode f [2002/12/23] i386/46506 joe Crash Before Initialization of Printer? o 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 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/27] kern/47544 iir does not detect direct access drives o [2003/02/05] i386/47989 5.0-RELEASE install CD kernel panic 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/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/25] kern/48667 FreeBSD hangs o [2003/02/25] kern/48691 kernel panics on ASUS A7N266-VM Motherboa a [2003/03/02] kern/48849 joe Maxtor XT5000 causes panic in boot o [2003/03/13] i386/49978 installation problem on Acer Altos G300 o [2003/03/23] kern/50229 FreeBSD detects laptop drive geometries i o [2003/04/24] i386/51338 sound random system hangs; system hangs because 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/16] ports/52346 obrien Portupgrade of bash-2.05b.004 fails with o [2003/05/22] kern/52585 luigi Kernel panic with ipfw2 and syncookies f [2003/05/22] i386/52593 mdodd Kernel panic when starting apm o [2003/05/25] i386/52668 i386 AIC7902 problem when large data transferr f [2003/05/27] kern/52718 jeffr changes to kern_umtx.c causes panic in ca s [2003/05/27] kern/52745 Fatal trap 12: page fault while in kernel o [2003/06/01] i386/52835 pdeuskar em driver does not work with mobile-chips o [2003/06/03] kern/52916 grog vinum causes panic after start/stop/... c o [2003/06/07] kern/53010 FreeBSD-CURRENT cannot use 2940 UW on SNI o [2003/06/11] kern/53195 rwatson Easily reproduceable mac_lomac panic o [2003/06/11] i386/53203 i386 "BTX halted" when attempting install of 5 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/22] i386/53620 i386 Kernel panics / reboots during install of o [2003/06/28] kern/53874 emulation /usr/ports/emulators/linux_base isn't wor s [2003/07/08] kern/54211 rwatson Seeing other uid with kern.file sysctl. o [2003/07/13] java/54463 glewis Apparent bug in jdk13 f [2003/07/16] kern/54549 panic on install on Dell 600sc o [2003/07/18] kern/54616 thomas System hangs writing CD-Rs with "atapicam o [2003/07/18] kern/54626 imp Some PC Cards cause NEWCARD to panic on c o [2003/07/29] kern/55028 The broken FAT12 filesystem causes system f [2003/07/30] ports/55039 sada Japanese fonts are not visible with mozil a [2003/08/14] kern/55587 joe null dereference in usbdi.c: usb_transfer o [2003/08/25] kern/55975 thomas ATAPICAM- READ_6(0x08) fails for ATAPI ta o [2003/09/03] kern/56381 panic: page fault in fifo_close() ... o [2003/09/09] kern/56659 ACPI trouble on IBM ThinkPad X31 o [2003/09/14] kern/56873 qa system hangs on boot at Buslogic device o [2003/09/16] i386/56933 i386 kernel panic vm_page_remove o [2003/09/16] i386/56937 i386 system panic during high network load o [2003/09/18] kern/56973 SCSI errors from on-board Adaptec (AIC7xx o [2003/09/20] kern/57036 No media detected by 3c905b-tx on 4.9-rel o [2003/09/20] i386/57043 i386 ar driver with 2 port PCI card locks up w o [2003/09/22] i386/57097 i386 Promise Ultra 100 TX2 causes lockup on SM o [2003/09/24] kern/57156 GEOM-related panic while boot on latest - o [2003/09/28] bin/57315 Safe.pm security hole in 4.x base system' o [2003/09/28] bin/57321 markm CGI.pm in 4.x base system has a cross-sit o [2003/09/28] ports/57336 mbr FrontPage publishing failure with mod_fro a [2003/09/29] kern/57344 bms KMEM exhaustion from cloned routes o [2003/09/30] i386/57398 i386 Current fails to install on mly(4) based o [2003/10/01] kern/57453 if_kue hangs boot after warm boot if firm p [2003/10/01] i386/57480 i386 Removing very large files using rm doesn' o [2003/10/05] kern/57603 alex new bktr driver: freeze on SMP machine o [2003/10/05] kern/57606 sos ATAng: Can't write CD media on 5.1-CURREN o [2003/10/05] i386/57632 i386 Dell PowerEdge 4300 is allergic to FreeBS o [2003/10/07] kern/57730 darrenr ipl.ko should be compiled with IPv6 funct o [2003/10/08] kern/57736 darrenr IP Filter IPv6 accounting bug o [2003/10/08] bin/57738 darrenr [PATCH] ipmon IPv6 packet total size mis- o [2003/10/10] kern/57829 njl ACPI problems (Battery, Mouse probe) o [2003/10/10] kern/57832 softdep_deallocate_dependencies: dangling o [2003/10/12] i386/57881 i386 ripping audio CDs causes kernel panic o [2003/10/16] kern/58139 -CURRENT panics on Thinkpad A31p while co o [2003/10/22] kern/58391 grog Trap 12 with heavy disk load on ide vinum o [2003/10/24] i386/58493 i386 machine page faults for no apparent reaso o [2003/10/25] ports/58514 sumikawa net/zebra based software BGP routers may f [2003/10/28] kern/58652 kernel boot fails with pcf device o [2003/10/31] kern/58787 peter panic: pmap_enter: attemped pmap_enter on f [2003/11/05] kern/58985 -CURRENT kernel hangs on booting after re o [2003/11/07] kern/59043 Memory leak when reading from ATAPI/CAM D o [2003/11/09] bin/59095 tar(1) process hangs in endless loop o [2003/11/09] kern/59103 Serious data corruiption reading compact a [2003/11/12] kern/59211 tjr System crashes when moving files from NWF o [2003/11/13] i386/59253 i386 ata device reset hangs if device is dead o [2003/11/13] kern/59260 Panic by integer divide fault in Thinkpad o [2003/11/14] kern/59290 joe [PATCH] attaching more than one of the sa f [2003/11/22] kern/59594 I/O operations freeze system when perform o [2003/11/25] i386/59683 i386 panic signal 12 4.9-STABLE - frequent cra o [2003/11/25] kern/59687 joe Broken USB with 5.x on ASUS A7V8X-X o [2003/11/25] kern/59688 panic: _sx_xlock (GEOM topology): xlock a o [2003/11/26] amd64/59713 amd64 = 5.1 o [2004/02/18] kern/63040 freebsd kernel panic (sf_buff_alloc) f [2004/02/19] ports/63091 kde kdm exit signal 11 on nvidia host o [2004/02/20] sparc64/63161sparc64 system panics when writing to an NFS moun f [2004/02/21] conf/63169 Booting crashes on CURRENT with NFS mount o [2004/02/21] misc/63190 Realtek driver halts on oversized frames o [2004/02/25] kern/63351 ums doesn't detatch completely? Reattach o [2004/02/25] kern/63375 Unplugging USB devices panics RELENG_5_2 o [2004/02/26] ports/63385 wollman net-mgmt/nagios-plugins looks in wrong pl o [2004/02/26] kern/63397 atkbd breaks with FSC KBPC-S2 o [2004/02/26] kern/63425 Onboard soundcard on Gigabyte GA-7S748 Mo o [2004/02/26] i386/63430 i386 TIMEOUT - ATA READ o [2004/02/27] i386/63441 i386 Fatal trap 12 in pmap.c o [2004/02/29] ports/63545 ports-bugs Today's portupgrade of linux-flashplugin o [2004/03/01] ports/63625 lioux ffmpeg-0.4.8_4 does not build on 5.2.1-R, f [2004/03/02] kern/63649 nfsd crashes system f [2004/03/02] kern/63672 nfs client crash the system o [2004/03/03] i386/63726 i386 cant login because some PAM module is mis o [2004/03/04] i386/63776 i386 FreeBSD 5.x freezes during boot on a tosh o [2004/03/05] i386/63828 i386 System hangs when installing Release 5.2. o [2004/03/06] i386/63853 i386 5.2.1 boot CD hangs during boot\ o [2004/03/06] www/63854 ceri PR-web page loses text o [2004/03/07] i386/63871 i386 Kernel panic in swi8 after 1 hour uptime o [2004/03/08] kern/63945 LOR: system map vs Giant o [2004/03/09] i386/64002 i386 acpi problem o [2004/03/09] ports/64029 portmgr [PATCH] bsd.port.mk - _CKSUMFILES vs CKSU o [2004/03/10] kern/64053 Broadcast storming after upgrading to pat f [2004/03/11] ports/64115 ports-bugs security/amavis-perl: bugfix o [2004/03/13] ports/64200 nbm [PATCH] SECURITY UPDATE ports/databases/p o [2004/03/14] ports/64277 ports-bugs [NEW PORT] russian/fidogateds: Russian Fi 298 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/19] kern/2768 ktrace(1) -i dumps corrupted trace data a [1997/04/01] bin/3170 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 hm 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/04] kern/11490 yokota VESA+VM86+Splash == unstable system 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/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/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 f [1999/12/26] kern/15707 bms bad trap in mprotect 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 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/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 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 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 jhb Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran 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 perky 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/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 threads libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 mp gdb does not recognise old executables. 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 a [2000/09/15] kern/21304 mbr dc0 watchdog timeouts on NetGear FA310TX 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 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/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 a [2000/11/14] bin/22846 andre Routed does not reflect preference of Int o [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB o [2000/11/25] bin/23098 ambrisko If installing on a serial console, enable o [2000/12/08] kern/23400 guido 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 threads 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 threads libc_r delicate deviation from libc in ha o [2001/01/25] misc/24641 threads pthread_rwlock_rdlock can deadlock 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/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ 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 ports-bugs Using lang/eperl as cgi/nph binary execut s [2001/02/23] bin/25337 rwatson dmesg -a should be restricted 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/13] kern/25781 Statclocks cannot be disables on ServerWo p [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 qa Can't use MAKEDEV in fixit mount a [2001/03/22] kern/25986 andre 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 joe Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts a [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/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 sendto() syscall returns EINVAL in jail e o [2001/04/25] bin/26842 dd dump with h flag takes a very long time a [2001/04/25] bin/26869 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/05/20] kern/27474 Interactive use of user PPP and ipfilter p [2001/05/21] kern/27522 des linprocfs:/proc/stat does not handle SMP s [2001/05/22] kern/27543 pirzyk /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] 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/14] ports/28155 portmgr [patch] DESTDIR is used incorrectly in bs o [2001/06/15] kern/28173 Problem with Touchpad on Inspiron 5000e o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/17] bin/28224 yar ftpd doesn't honor invalid shelll in logi o [2001/06/26] bin/28424 mtree fails to report directory hierarchy 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 joe 3com Performance Pro modem conflicts with o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/16] bin/29026 pb traceroute -s option allows any IP addres o [2001/07/18] i386/29067 sound Yamaha OPL3Sa2 pcm/pnp bug o [2001/07/19] ports/29098 jedgar p5-Mysql port references wrong directory f [2001/07/23] kern/29170 ru ARP request fails after "bad gateway valu o [2001/07/26] bin/29253 ru natd forgets about udp connections o [2001/08/01] i386/29375 qa the disk editor used by /stand/sysinstall o [2001/08/01] i386/29377 imp pccard hangs during probe when returning o [2001/08/03] kern/29421 Update a file with mmap will cause mtime/ o [2001/08/04] kern/29465 sound Can't probe NeoMagic 256AX audio chip. f [2001/08/11] kern/29626 ifconfig causes kernel panic in 4.4-PRERE o [2001/08/13] kern/29686 jlemon kevent EV_ADD EVFILT_WRITE does the wrong o [2001/08/15] bin/29725 dwmalone [PATCH] Fixed segmentation fault in simpl o [2001/08/17] bin/29808 ypserv dumps core in yp_find_db o [2001/08/17] i386/29809 rsm pb Xircom Eth Card with Freebsd 4.4RC1 : o [2001/08/19] i386/29882 peter stable 4.3 kernel compile fails for multi o [2001/08/20] bin/29903 ypbind loses connection to NIS master and o [2001/08/23] kern/29983 imp Problem with "TI PCI-1250 PCI-CardBus Bri o [2001/08/24] kern/30049 imp [f: 4.4] Bad iomem assigned in some cases o [2001/08/27] kern/30125 btx/bootloader dumps very often if serial o [2001/08/30] kern/30223 Using /usr/share/examples/kld/cdev, testc o [2001/08/31] bin/30235 /usr/sbin/portmap cannot listen to localh o [2001/08/31] kern/30241 gibbs System crash w/err: AHC0; AHC_INTR - refe o [2001/09/02] i386/30276 CPUTYPE=486 built on a CPUTYPE=p3 WORLD b o [2001/09/04] bin/30310 top does not show CPU usage o [2001/09/06] misc/30373 joe Logitech IFeel Optical USB mouse does not o [2001/09/06] conf/30399 Have Fortran use the CPUTYPE variable o [2001/09/10] kern/30482 calcru calls printf while holding a spin o [2001/09/10] alpha/30486 alpha AlphaServer DS10 floppy access is broken o [2001/09/10] alpha/30487 alpha Floppy access on AlphaServer DS20 solid l o [2001/09/10] ports/30490 sobomax yacc in world does NOT fully respect TMPD f [2001/09/10] kern/30502 joe panics if logitech joystick usb attached o [2001/09/15] misc/30590 /etc/hosts.equiv and ~/.rhosts interactio o [2001/09/15] kern/30592 roam [PATCH] panic: static sysctl oid too high o [2001/09/17] kern/30630 fenner Failure to check for existence of interfa o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename o [2001/09/25] kern/30820 sound PCM sound fails o [2001/09/26] bin/30837 qa Sysinstall doesn't set the schg flag on t o [2001/09/30] kern/30948 ls'ing mounted brand new floppy locks up o [2001/10/01] kern/30958 rwatson QUOTA with 0 bytes in quota.user hangs up f [2001/10/01] bin/30966 fenner TCPdump repeating on Radius accounting pa o [2001/10/01] kern/30971 peter NFS client modification time resolution i f [2001/10/02] ports/30993 iedowse xxgdb cannot open source file s [2001/10/04] kern/31047 Linux programs do not dump core in linux o [2001/10/07] kern/31102 wpaul lge + Pentium III data transmission probl o [2001/10/18] misc/31363 qa sysinstall "partition editor" silently co o [2001/10/21] kern/31398 cg newpcm does not play back the tail of sou f [2001/10/26] ports/31511 obrien g++30 produces binaries which SIGBUS when o [2001/10/30] conf/31631 "MAC address" can't be acquired properly. a [2001/10/31] kern/31659 joe USB controller driver will die after some o [2001/11/03] kern/31746 failed connect(2) seems to cause problems f [2001/11/05] kern/31768 darrenr Use of fastroute in IPFilter reboots the o [2001/11/05] kern/31790 problem with NFS and jail() o [2001/11/07] ports/31819 jmz ports/ispell install doesn't work o [2001/11/07] bin/31835 mbr dhclient doesn't close FD's before spawni s [2001/11/09] ports/31893 des gnats-3.113.1 conflicts with /usr/bin/sen o [2001/11/12] kern/31940 nge gigabit adapter link reset and slow t o [2001/11/14] kern/31979 Setup and boot locks Compaq Armada E500 l o [2001/11/18] kern/32098 semctl() does not propagate permissions a [2001/11/19] kern/32118 mbr 21143 with dc driver will not select 10ba o [2001/11/19] ports/32121 x11 XFree86-4-Server: xf86cfg 4.1.0 writes ba o [2001/11/20] kern/32124 imp Cannot set 128 bit wep key on prism2 (wi0 o [2001/11/23] kern/32226 time of day clock runs fast (approx twice o [2001/11/23] ports/32234 tobez Perl ports not $LOCALBASE clean o [2001/11/26] bin/32295 threads pthread dont dequeue signals o [2001/11/27] kern/32338 Network to disk write performance low und o [2001/11/28] kern/32353 if kern.maxproc > 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] kern/32716 joe system hangs when running vid (usb webcam o [2001/12/11] bin/32717 brian ppp(8) change mss to wrong size 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 gkrellmvolume interferes with the ability 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/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] misc/33370 qa 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 telnetd and mount_mfs signal handlers cal o [2002/01/09] kern/33738 argv == NULL is not handled correctly by o [2002/01/13] kern/33833 luigi Correct kernel config for 4.4-RELEASE is f [2002/01/13] kern/33839 joe usb0: host controller halted (involving A o [2002/01/15] docs/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/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 s [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 njl detect USB memory device, But can not use 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 fenner 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 threads accept() blocks other threads o [2002/02/01] kern/34544 joe 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/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/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 o [2002/02/17] kern/35061 joe After printing to HP Deskjet 656c USB pri 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 o [2002/02/25] bin/35307 standards standard include files are not standard c o [2002/02/26] misc/35350 Can't boot on ASUS TXP4 o [2002/02/26] kern/35351 sound 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/03] misc/35506 innetgr() doesn't match wildcard fields i f [2002/03/03] kern/35511 bms sis(4) multicast filtering doesn't pass s f [2002/03/07] kern/35645 bms 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] kern/35756 joe USB reattach of Sony DSC-S75 fails, USB s o [2002/03/11] misc/35774 [SECURITY] Suboptimal auditing possibilit 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 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 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/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 qa installation floppy bug (See description) o [2002/03/29] i386/36517 sis driver can't map ports/memory for Net o [2002/03/31] kern/36566 System reboot with dead smb mount and umo o [2002/04/05] kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo s [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d o [2002/04/07] bin/36867 games/fortune: add FORTUNE_PATH env var, f [2002/04/08] ports/36879 mbr emulators/vmware2 freezes and reboots sys o [2002/04/08] conf/36911 qa 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/11] misc/36999 2 Default Routes Created 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/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/21] kern/37326 roger smbus/bktr crash when omitting "device ii o [2002/04/22] bin/37343 portmap TCP binds strangeness 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/26] i386/37482 sound 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 qa System hangs on install at probing device o [2002/04/30] misc/37586 qa newfs failing in 5.0-DP1 initial install o [2002/04/30] kern/37589 imp Kernel panics upon resume from zzz on my o [2002/05/01] kern/37635 joe USB ufm driver using major 200, although o [2002/05/03] misc/37710 murray LAN interface in wrong state after attemp 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] kern/38011 rsm Fatal Trap 12 using Xircom CE2 in IBM 760 a [2002/05/12] java/38018 znerd ports/www/jakarta-tomcat4: make passing o a [2002/05/12] java/38020 znerd ports/www/jakarta-tomcat4: stop tomcat vi o [2002/05/14] kern/38095 bp vlan not supported with fxp f [2002/05/16] kern/38166 gad ipv6_gateway_enable="YES" breaks lpd o [2002/05/17] ports/38212 knu XFree86-4 and portupgrade get dependencie 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 threads the procces compiled whith pthread stoppe o [2002/05/25] kern/38554 changing interface ipaddress doesn't seem o [2002/05/26] misc/38582 qa sysinstall sets newfs flag after changing s [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 imp Loss of connection with wi cards o [2002/05/30] i386/38731 Freebsd doesn't support ( pdc20276 / Raid f [2002/05/30] kern/38736 joe kernel panic during memory stick removal o [2002/05/30] kern/38752 rn_walktree_from not halting at the right o [2002/06/01] kern/38794 sound ESS Solo driver truncates output o [2002/06/01] kern/38795 sound 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/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/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] kern/39185 core dump binary in single user mode o [2002/06/13] kern/39233 NonConforming IPsec implementation from F o [2002/06/13] kern/39252 Syscons doesn't support 8-bit control cha o [2002/06/13] kern/39260 sound 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 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 s [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 [patch] add ${PKGNAMEPREFIX} to (DOCS|EXA 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] i386/39802 iBCS2 emulation fork process core dumps f [2002/06/24] kern/39805 joe 4.6R install panics with umass0 device co o [2002/06/25] bin/39849 /sbin/restore fails to overwrite files wi 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 f [2002/06/27] bin/39918 brian Userland PPP - CHAP and PAP are swaped o [2002/06/27] bin/39922 threads [PATCH?] Threaded applications executed w o [2002/06/27] kern/39928 imp wi0 timeouts and hangs the system while s a [2002/06/27] kern/39937 bms 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 rsm Xircom Realport Ether doesn't work in Tos o [2002/07/02] kern/40122 sound 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] misc/40206 Can not assign alias to any POINTOPOINT i o [2002/07/05] bin/40219 [apm] apm breaks removable media o [2002/07/05] bin/40227 CVS client doesn't upload new files creat o [2002/07/06] misc/40260 qa sysinstall hangs up detecting devices (No 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 a [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 sound NeoMagic soundcard detection on Gateway S o [2002/07/15] ports/40610 jmz Latex build "cannot find Hyphenation patt o [2002/07/16] bin/40656 qa patch: sysinstall: scripted deletion of s o [2002/07/19] kern/40766 imp NEWCARD freeses system while card inserti o [2002/07/19] kern/40787 page fault while in kernel mode o [2002/07/19] kern/40792 joe signals lead to data loss on device ugen o [2002/07/22] ports/40886 ache www/apache13: pkpkg_delete apache-1.3.26_ o [2002/07/22] kern/40895 wierd kernel / device driver bug 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/29] kern/41125 adrian squid-2.4.STABLE7 loop on poll() - SMP ke 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 threads 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 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 f [2002/08/19] bin/41776 bms 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 qa sysinstall fails to create root filesyste o [2002/08/22] kern/41881 julian ng_device was not MFCed for 2 months o [2002/08/23] i386/41930 declaration clash for ffs() and ${CXX} o [2002/08/23] conf/41935 PPPoE problem with 3com device - 3c12 o [2002/08/24] kern/41966 audio/play: sblive, can cause "Device bu o [2002/08/25] bin/42004 quota and rpc.statd are still IPv4 only, o [2002/08/27] kern/42089 phk 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 f [2002/08/30] kern/42216 rwatson simultaneous multiple server network fail 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/07] i386/42539 Fatal Trap 12 resulting from Conner Perip o [2002/09/08] kern/42564 sound record bug with emu10k1 driver o [2002/09/08] kern/42578 Using PCI serial cards (puc) in SMP machi o [2002/09/09] kern/42621 imp Dell Inspiron 5000e hangs when using Orin o [2002/09/10] kern/42638 sound CS4326/4327 (MSS) buggy output playing 11 o [2002/09/11] kern/42652 error deleting r/o (by windows) files on o [2002/09/11] bin/42658 markm recompile /usr/src/libexec/telnetd and lo o [2002/09/13] gnu/42726 cvs cvs -R pserver & val-tags: story continue o [2002/09/13] kern/42727 bms [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 joe 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] i386/42784 imp pcmcia 16bit network card removal locks a o [2002/09/15] misc/42801 FreeBSD freezes when opening cuaa0 with a o [2002/09/15] i386/42806 VLANs do not work with fxp + catalyst as o [2002/09/20] kern/42983 imp wi0 sporadically freezes the system for 1 o [2002/09/20] kern/43151 Panic 20 seconds after resume o [2002/09/21] bin/43223 pirzyk getnetby{name|addr} broken for DNS lookup f [2002/09/23] ports/43301 steve mwm confused by mouse events following up o [2002/09/24] bin/43337 des fetch: -s fails if -4 or possibly other o o [2002/09/25] kern/43352 luigi ipfw aborts processing file/pipe when del f [2002/09/25] i386/43366 joe Cannot format media in USB floppy devices o [2002/09/28] www/43454 www Packages hard to find, often missing o [2002/09/28] kern/43462 joe copying files from olympus C-4040 digital o [2002/09/29] bin/43501 getpwnam, getpwuid fail when linking agai p [2002/10/01] alpha/43567 robert strtod() core dumps f [2002/10/02] kern/43580 njl QUIRK: PhotoClip USB Camera 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/04] misc/43674 Able to bypass expired password o [2002/10/08] standards/43837wollman PKST (pakistan daylight time) changed fro 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/11] java/43924 glewis writing from JAVA to a pipe sometimes han p [2002/10/11] bin/43930 cperciva ldconfig calls bcopy with wrong size o [2002/10/11] kern/43953 Backport of BMC5703 drivers o [2002/10/12] kern/43984 rp driver does not support multiple PCI c o [2002/10/12] bin/43993 joe /usr/sbin/usbd does not handle an usb eve a [2002/10/13] kern/44030 VNode/Swap troubles o [2002/10/15] kern/44087 fatal kernel trap when ifconfig a inet6 i o [2002/10/15] kern/44126 paul lnc network hungup at large traffics on V o [2002/10/16] kern/44130 Enabled apm hangs up FreeBSD kernel on i8 s [2002/10/16] misc/44148 installworld in 4.7-STABLE does not insta o [2002/10/18] kern/44202 -stable rp driver does not work with mult o [2002/10/19] conf/44263 imp Intel AnyPoint II Wireless Card Unrecogni p [2002/10/19] misc/44268 ache [PATCH] FreeBSD is missing lt_LT.ISO8859- 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/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 sound pcm driver generates static half the time o [2002/10/26] kern/44514 X11 mouse pointer disappears upon suspend s [2002/10/27] bin/44518 yar ftpd does not show OPIE OTP challenge o [2002/10/27] bin/44519 yar ftpd.conf(5) contains references to ftpd( o [2002/10/28] gnu/44564 peter [PATCH] Aborted cvs session causes an end o [2002/10/28] bin/44567 darrenr ipfstat does not show IPv6 accounting inf o [2002/10/28] misc/44578 getnetgrent fails to read NIS netgroup ma o [2002/11/02] ports/44835 knu portupgrade vs. docproj dependencies 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/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/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/17] kern/45373 mckusick softupdate / fs damaged after loss of pow o [2002/11/18] kern/45403 imp Cannot install -CURRENT via pccard networ o [2002/11/19] bin/45478 /bin/sh coredump o [2002/11/20] i386/45525 imp Dell Inspiron 7000 does not recognize PC- o [2002/11/20] bin/45529 hexdump core-dumps with certain args [PAT 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 f [2002/11/21] kern/45579 joe Panic from USB stack after device detach 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] i386/45773 Softboot causes autoconf failure on Broad o [2002/11/26] kern/45777 crashdump issue with too-small dumpdev a [2002/11/29] docs/45833 trhodes nsmb.conf man page o [2002/12/02] kern/45913 imp WaveLan driver problems with latest -CURR o [2002/12/03] ports/45972 tobez lang/perl5: Perl system() calls will hang o [2002/12/04] bin/45990 dwmalone top dumps core if specific errors in pass o [2002/12/04] bin/45995 markm Telnet fails to properly handle SIGPIPE o o [2002/12/05] i386/46017 smb mounts break /etc/periodic/weekly/310 o [2002/12/06] kern/46036 inaccurate timeouts in select(),nanosleep o [2002/12/09] kern/46152 Panic in adw dumping to tape o [2002/12/10] kern/46176 joe umass causes kernel panic if device remov o [2002/12/11] i386/46194 5.0-RC1 kern floppy load fails on AMD K6- o [2002/12/11] www/46195 doc man page kadmind(8) not found at www.Free o [2002/12/13] kern/46239 posix semaphore implementation errors o [2002/12/13] misc/46245 sound AC'97 is not supported on ABIT BW7 o [2002/12/17] ports/46322 tobez lang/perl5 - string '0' (zero) is not con s [2002/12/17] ports/46338 ports-bugs security/cyrus-sasl 1.5.27_7 mysql_verify o [2002/12/18] bin/46352 Open file descriptors and signal handling o [2002/12/19] i386/46371 joe USB controller cannot be initialized on I o [2002/12/20] conf/46401 dougb [PATCH] /etc/rc.d/named doesn't create ch o [2002/12/22] i386/46484 System panics upon configuration of bge N o [2002/12/26] kern/46551 cbb driver hangs on Sony Vaio 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] kern/46576 FreeBSD 4.6 broke linux emulation install o [2002/12/29] kern/46618 joe USB (UHCI/ICH3) PALM connect/disconnect/c 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 imp Getting DUP packets when in Promiscous mo o [2003/01/03] kern/46736 sound ISA audio CS4232 (HP Omnibook 5000C) work o [2003/01/04] bin/46761 hmp buffer overflow by strcpy() in natd's arg f [2003/01/10] ports/46964 ports-bugs Failure when running "make install" on ex f [2003/01/12] kern/47005 joe OHCI USB not noticing device detachments o [2003/01/14] kern/47061 Conflicting system headers illustrated by o [2003/01/16] kern/47152 pseudo-device ef in kernel does not creat o [2003/01/19] i386/47236 Console missing during bootup on Sony Pic o [2003/01/19] i386/47243 sound 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] kern/47279 IBM 370 hangs on reboot o [2003/01/20] kern/47286 device probing not verbose when using boo o [2003/01/22] kern/47352 sound pcm/ac'97, dsp device busy o [2003/01/24] i386/47449 Thinkpad 755CD floppy boot fails f [2003/01/24] kern/47451 qa 5.0 GENERIC(sysinstall CD) locks during b f [2003/01/24] kern/47452 grog df(1) reports filesystem empty when it is o [2003/01/28] kern/47586 [PATCH] fix information-leak (mounts) in o [2003/01/29] kern/47628 trhodes 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 f [2003/01/31] ports/47768 ports-bugs print/ghostscript-afpl gv (3.5.8_1) can't f [2003/02/01] i386/47787 markm new 5.0 system without perl fails buildwo f [2003/02/02] kern/47813 bms pseudo-device gre doesn't appear to work o [2003/02/03] ports/47842 cy security/tripwire fails to build under CU 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 f [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 o [2003/02/07] kern/48033 FFS superblock flags are being ignored? o [2003/02/07] kern/48062 mckusick mount -o snapshot doesn't work on +100GB f [2003/02/09] kern/48116 Support for Synaptics touchpad o [2003/02/09] kern/48117 SMP machine hang during boot related to i a [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/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] kern/48338 sound pcm audio driver hogs /dev/dsp?.? f [2003/02/16] ports/48346 ports-bugs samba-devel port thinks 5-CURRENT is SVR5 o [2003/02/16] kern/48359 joe 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 mckusick 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/19] misc/48461 murray $EDITOR on the fixit CD is wrong. o [2003/02/19] docs/48472 doc Documentation unreadable. o [2003/02/22] kern/48560 andre Panic in if_vlan.c on CURRENT o [2003/02/23] kern/48614 VESA VGA modes for syscons lock up machin o [2003/02/26] kern/48715 thomas atacontrol detach panics system when ATAP o [2003/02/26] bin/48730 sos burncd does not handle signals and causes o [2003/02/27] kern/48741 darrenr ipnat corrupts packets on gre interface w o [2003/02/27] kern/48752 freeze when installing 5.0 Release 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/02] bin/48856 threads 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 joe uscanner0 hangs o [2003/03/05] bin/48958 standards The type 'bool' has different sizes for C 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 threads Signals lost in programs linked with libc o [2003/03/11] kern/49102 julian Resident set size calculation broken in 5 s [2003/03/13] misc/49984 des openSSH crashes while password based auth o [2003/03/15] ports/50042 mbr ports/www/mod_frontpage causes Bad System o [2003/03/16] ports/50062 knu portupgrade does not process directives f a [2003/03/20] kern/50149 joe Using Alcatel SpeedTouch results in "usb0 o [2003/03/25] kern/50298 unlimited usage of AGP memory make system o [2003/03/27] kern/50348 joe 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/04/02] kern/50541 scottl raidframe does not work o [2003/04/03] kern/50574 mbr dc driver incorrectly detects ADMtek chip o [2003/04/07] ports/50694 lioux mail/qmail-ldap edit mismatch causes CLEA a [2003/04/08] bin/50733 threads buildworld won't build, because of linkin o [2003/04/08] kern/50741 scottl "wiring down SCSI devices" as described i p [2003/04/10] bin/50770 tjr popen in libc_r not threadsafe s [2003/04/10] ports/50795 ports-bugs audio/solfege does not function o [2003/04/11] kern/50827 [PATCH] no sane record locking on *nix. s [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 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/18] ports/51128 ports-bugs It is not possible to build security/drwe o [2003/04/18] www/51135 www Problems with the mailing-lists search in o [2003/04/18] kern/51145 sound Audio Slows during Heavy I/O o [2003/04/18] misc/51146 qa Incorrect error message when configuring 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 o [2003/04/22] kern/51274 ipfw ipfw2 create dynamic rules with parent nu o [2003/04/22] ports/51281 tobez lang/perl5: broken way of upgrading perl5 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] kern/51332 njl QUIRK: BNCHMARK DLT1 requires SA_QUIRK_1F f [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/25] misc/51409 us.emacs.kbd doesn't have 'boot' o [2003/04/28] ports/51539 tobez lang/perl5: dual perl installation breaka o [2003/04/29] kern/51583 [PATCH] allow to work with devices and so o [2003/05/02] kern/51685 Unbounded inode allocation causes kernel a [2003/05/02] ports/51711 trevor /usr/ports/emulators/linux_base will not o [2003/05/05] bin/51827 getaddrinfo() is broken with numeric serv s [2003/05/06] bin/51892 des can't ssh after su to different local use f [2003/05/07] bin/51927 bms routed(8) fails to use multicast with IFF o [2003/05/07] bin/51949 threads thread in accept cannot be cancelled o [2003/05/08] kern/51982 sio1: interrupt-level buffer overflows a [2003/05/11] ports/52068 openoffice portupgrade of editors/openoffice .org-1. s [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 s [2003/05/12] kern/52110 green FS corruption when using unionfs o [2003/05/12] kern/52128 Unable to floppy install on Toshiba Libre o [2003/05/14] kern/52260 sys/net/if.c:if_detach in FreeBSD4 forget o [2003/05/16] kern/52331 groudier 4.7 to 4.8-REL upgrade: SCSI disks on sym o [2003/05/16] bin/52343 NIS login problem on the server o [2003/05/19] bin/52433 lines in /etc/group longer than 1024 char 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/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] 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/27] i386/52724 njl crashes apparently due to a ACPI problem o [2003/05/27] bin/52743 /etc/ppp/ppp.linkup instability issues o [2003/05/28] kern/52756 4.8 RELEASE installer(generic kernel) sta 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/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/05] kern/52962 imp discrepancy between ifconfig and wicontro p [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/07] kern/53008 [PATCH] genwakecode generates errornously o [2003/06/10] i386/53137 i386 background fscking causing ffs_valloc pan o [2003/06/11] bin/53201 re buildworld 5.1-RELEASE on 4.8-STABLE fail o [2003/06/16] i386/53382 i386 Repetable panics in ffs_vget() on Prolian s [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/19] ports/53504 knu pkgdb -F causes ruby to fail (can not all a [2003/06/20] kern/53566 mbr IBM Eserver (245 || 345) + ServeRaid 5i i o [2003/06/21] bin/53606 roberto ntpdate seems to hang system o [2003/06/24] sparc64/53670sparc64 pthreads implementation on 5.1-Release sp o [2003/06/27] bin/53839 qa sysinstall disklabel editor fails on post o [2003/06/27] kern/53847 software hang f [2003/06/30] kern/53920 andre sluggish TCP connection o [2003/06/30] kern/53927 imp wi0: device timeout problem with PRISM 2. o [2003/06/30] kern/53940 imp Some WiFi devices cannot connect to hosta o [2003/06/30] i386/53948 i386 console="comconsole" in loader.conf cause o [2003/07/01] kern/53987 smbfs can't access to files with symbol ¿ o [2003/07/02] i386/54033 i386 Disk lockup. o [2003/07/02] kern/54049 sound Sound driver reports device busy and show f [2003/07/03] bin/54066 njl ACPI repeating error messages at boot tim o [2003/07/04] bin/54097 Non-local yppasswd -d broken in 5.1-CURRE o [2003/07/06] ports/54156 dougb Add foomatic and cups support to print/hp o [2003/07/07] kern/54188 [PATCH] touchpad doesn't work on some Ace o [2003/07/07] misc/54189 DNS resolver should resolve hostnames wit f [2003/07/09] kern/54248 andre nge/vlan: kernel panic o [2003/07/09] ports/54256 mita japanese/vflib: fix dependency on japanes o [2003/07/09] kern/54295 [PATCH] ng_rfc1490(4) does not support Ci o [2003/07/10] kern/54309 silby TCP Packet of 64K-1 crashes FreeBSD4.8 o [2003/07/10] gnu/54317 sobomax tar with very large packages and portinst f [2003/07/10] kern/54331 robert shutdown() on a socket registered in a kq o [2003/07/11] bin/54401 [patch] pppstats prints 0 for absolute va o [2003/07/12] standards/54410standards one-true-awk not POSIX compliant (no exte o [2003/07/12] ports/54412 ade USE_LIBTOOL_VER overwrites autoconf-PATH o [2003/07/12] ports/54424 knu portupgrade ignores ALT_PKGDEP o [2003/07/13] ports/54435 lioux [PATCH] multimedia/libdvdread dvdcss_crac o [2003/07/13] bin/54446 pkg_delete doesn't honour symlinks, portu o [2003/07/15] kern/54495 njl ACPI problem on Compaq Evo N620c o [2003/07/15] i386/54501 i386 Promise Ultra133 TX2 does not work proper o [2003/07/15] bin/54517 mbr dhclient core dumps on negative ip addres s [2003/07/16] kern/54534 unionfs && mfs|md crashing machine o [2003/07/20] kern/54673 'stli' driver requires unavailable COMPAT o [2003/07/21] kern/54705 sound codec timeout during read of register 26 o [2003/07/22] i386/54756 i386 ACPI suspend/resume problem on CF-W2 lapt o [2003/07/23] i386/54781 i386 ACPI prevents psm to detect on Compaq Evo o [2003/07/25] bin/54854 cvs pserver sig11 crash on 4.8-R o [2003/07/25] ports/54855 lioux PATCH: fix multimedia/mjpegtools divx too o [2003/07/26] kern/54881 njl New device/vendor ID and quirks for iRive p [2003/07/27] bin/54959 tr utility has a bug in ISO8859-2 locale o [2003/07/28] bin/54969 rcp '-r' option patch or MFC request p [2003/07/28] ports/54970 trevor emulators/linux_base Port Makefile "dange o [2003/07/28] conf/54971 mtm /etc/rc.d/mountcritermote requires ldconf a [2003/07/29] kern/55018 andre [patch] Digiboard PC/Xem fails to initial o [2003/07/30] kern/55081 contigmalloc API semantics inadequate --- o [2003/07/31] ports/55136 lioux qmail-ldap uses old qmail-ldap patch, por o [2003/08/01] kern/55175 alfred LOR in select and poll o [2003/08/03] ports/55216 ade [patch] devel/{automake,autoconf}: Wrong o [2003/08/05] gnu/55278 Externs on implicit declarations o [2003/08/05] kern/55279 miibus/if_ed static/dynamic confusion o [2003/08/05] i386/55290 i386 please MFC the PR:22971 (LinuxEmu; Implem o [2003/08/05] kern/55297 kernel panic after running XFree86 o [2003/08/07] bin/55346 /bin/sh eats memory and CPU infinitely o [2003/08/07] bin/55349 Amd mixes up symlinks in it's virtual fil o [2003/08/08] bin/55366 grog [patch] vinum makes /dev/vinum with wrong o [2003/08/08] kern/55379 kernel crashes randomly o [2003/08/10] bin/55448 dbm_nextkey() misbehaves after dbm_store( o [2003/08/10] gnu/55452 gzip doesn't handle large files o [2003/08/11] bin/55457 GDB gets confused debugging libc_r thread o [2003/08/12] ports/55493 portmgr [patch] Add ability to automatically inst o [2003/08/13] docs/55526 blackend Update the branches pic and ascii art for a [2003/08/13] kern/55542 andre [patch] discard oversize frame (ether typ o [2003/08/13] i386/55555 i386 system freezes with access to /dev/ums0 o [2003/08/13] i386/55561 i386 SMbus and I2C don't attach when loaded as o [2003/08/15] i386/55603 unable to reboot when system runs from My o [2003/08/15] i386/55614 i386 machine freezes - goes on after key press o [2003/08/15] i386/55615 i386 machine freezes - goes on after key press o [2003/08/15] kern/55617 ports-bugs Accessing an nsmb-mounted drive via a smb o [2003/08/16] bin/55634 Add IGNORE_PRINTCAP option to mergemaster o [2003/08/16] ports/55650 obrien update vim to tcl/tk 8.4 o [2003/08/17] i386/55661 njl ACPI suspend/resume problem on ARMADA M70 o [2003/08/20] kern/55727 bms rl(4) not working in recent 4.8-STABLE: w o [2003/08/20] sparc64/55773jake Conversion from long to long double is br o [2003/08/20] kern/55784 Kernel Panic [with trace] in using netgra o [2003/08/20] i386/55793 Flaky behavior of DC when initializing a o [2003/08/20] kern/55822 No ACPI power off with SMP kernel o [2003/08/20] misc/55823 em(4) interfaces (Intel Gigabit) are mute o [2003/08/20] bin/55829 __stderrp not defined in libc.so.3 (compa o [2003/08/21] bin/55846 and conflict p [2003/08/21] misc/55853 [patch]Fix ascii compatible problem in zh o [2003/08/23] kern/55890 brian Error: bundle_Create: ioctl(TUNSIFMODE): o [2003/08/23] i386/55908 i386 perl process stuck in pipewr (no pipe bei o [2003/08/24] i386/55930 i386 partly configured serial port freezes sys o [2003/08/24] kern/55934 grog kernel panics while restoring into vinum o [2003/08/24] bin/55947 printf(1) mishandles \0 o [2003/08/25] bin/55956 passwd chat script not backward compatibl o [2003/08/25] kern/55960 IO to PATA drives on Promise SATA150 TX2p o [2003/08/25] conf/55964 sshd: HostBasedAuthentication does not se o [2003/08/25] bin/55965 sshd: problems with HostBasedAuthenticati o [2003/08/26] conf/55991 sshd: problems with HostBasedAuthenticati s [2003/08/26] kern/55993 getcwd() breaks on unionfs mounted direct o [2003/08/26] kern/56008 scottl ps shows L flag erroneously with certain o [2003/08/26] kern/56024 njl ACPI suspend drains battery while in S3 o [2003/08/27] conf/56031 luigi ipfw hangs on every invocation o [2003/08/29] bin/56147 FreeBSD/NetBSD /bin/sh mishandles positio o [2003/08/31] kern/56233 IPsec tunnel (ESP) over IPv6: MTU computa o [2003/09/02] kern/56339 select() call (poll() too) hangs, yet cal a [2003/09/03] ports/56363 perky The graphics/py-opengl port is broken o [2003/09/03] misc/56372 njl acpi don't work on TYAN tiger100 M/B o [2003/09/03] kern/56394 njl ACPI sleep delay causes system reboot on f [2003/09/04] docs/56456 blackend Initial import of the ro_RO.ISO889-2 doc/ o [2003/09/04] kern/56461 kris FreeBSD client rpc.lockd incompatible wit o [2003/09/05] ports/56487 x11 Upgrading Xfree86-clients from ports over p [2003/09/05] bin/56500 rpc.lockd needs to use reserved ports o [2003/09/08] kern/56605 da driver can reference a NULL pointer o [2003/09/09] kern/56632 MTIO incorrect mt_fileno status after MTE f [2003/09/09] ports/56661 clement modify port mod_jk2 to build mod_jk2 2.x f [2003/09/09] ports/56662 clement new slave port www/mod_jk2-apache2 o [2003/09/10] kern/56675 Syncer "giving up" on buffers and ext2 fi o [2003/09/12] bin/56732 ifconfig fails if interfaces are being cr o [2003/09/13] kern/56759 System freezes when writing CD Advansys S o [2003/09/13] kern/56760 System hangs at boot with adaptec 1542 o [2003/09/14] kern/56871 dd can't write variable length data block o [2003/09/15] kern/56889 MODE_SENSE_BIG timeout hanging boot if CD o [2003/09/15] standards/56906standards Several math(3) functions fail to set err o [2003/09/17] kern/56944 4.8 cannot boot on Intel Server Board SE7 o [2003/09/19] kern/57015 [patch] Asus wl-100 (pcmcia wifi) support o [2003/09/20] i386/57040 ar driver with PCI card locks up when run o [2003/09/20] kern/57044 sysctl -a panics, kern.disks shows detach o [2003/09/21] ports/57056 ports-bugs libsm and libsmutil not installed -> fail o [2003/09/22] kern/57085 njl umass0 problems, with Sony Vio/USB memory o [2003/09/22] kern/57100 bms disable hardware checksums when using bri o [2003/09/23] ports/57134 tobez lang/perl5: BSDPAN can't be disabled s [2003/09/24] kern/57174 sos 4.9-PRERELEASE panic: ata_dmasetup: trans o [2003/09/24] kern/57195 mount_mfs -i 512 => panic? o [2003/09/25] kern/57206 softdep_lock locks against itself, causin a [2003/09/26] java/57235 znerd Fix pkg_add permission problem in tomcatX o [2003/09/26] bin/57255 joe usbd and multi-function devices o [2003/09/29] kern/57348 imp Inserting PC-CARD hangs laptop a [2003/09/29] kern/57380 andre Connections are reset by the kernel witho o [2003/09/30] bin/57401 mbr amd sets wrong permissions on mount point o [2003/10/01] bin/57456 Telnet encryption gets out of sync o [2003/10/01] misc/57466 dialog(1) does not read stdin, breaks sub a [2003/10/01] kern/57479 bms FreeBSD Not in compliance with RFC 1122, o [2003/10/01] bin/57484 bms routed not ignoring cloned routes o [2003/10/03] bin/57554 sh(1) incorrect handling of quoted parame o [2003/10/04] i386/57578 njl ACPI problems on IBM T20 GE86 o [2003/10/05] kern/57631 Boot failing for ALi chipsets, patch atta o [2003/10/06] i386/57673 i386 Odd/dangerous disklabel behaviour on 5.0 o [2003/10/07] kern/57722 uidinfo list corruption o [2003/10/08] kern/57760 IPsec policy on inbound trafic is not enf o [2003/10/09] kern/57790 cdparanoia triggers kernel panic o [2003/10/09] kern/57818 4.9-RC panics when kernel is built with a o [2003/10/10] bin/57833 PATCH: ps cannot change title for keyword o [2003/10/12] ports/57897 ports-bugs multimedia/mplayer: gmplayer doesn't work o [2003/10/12] kern/57908 darrenr 'return-rst' does not work for ipv6 in ip o [2003/10/13] kern/57945 jmg [patch] Add locking to kqueue to make it o [2003/10/13] kern/57961 grog kmem_malloc(65536): kmem_map too small: 2 o [2003/10/13] misc/57973 KDE freezes on startup with ATI RADEON 90 o [2003/10/13] bin/57975 include/xmmintrin.h defines __v4si twice o [2003/10/13] kern/57985 [patch] Missing splx in ether_output_fram o [2003/10/14] docs/58033 doc [PATCH] getenv(3) manpage doesn't state t o [2003/10/16] kern/58154 mckusick Snapshots prevent disk sync on shutdown o [2003/10/17] kern/58169 panic: vnode_pager_getpages: unexpected m o [2003/10/18] bin/58195 /bin/sh sometimes run endless loop inside f [2003/10/20] ports/58286 nork pstoedit port will not build with gcc-3.3 o [2003/10/20] kern/58287 darrenr ipnat map protocol specification broken o [2003/10/21] bin/58326 nss users cannot send mail via /usr/bin/m o [2003/10/22] ports/58406 tobez lang/perl5: use.perl port does not handle o [2003/10/23] i386/58458 i386 ATAPI-CDROM DMA Support on ALi Aladdin V o [2003/10/24] bin/58504 /etc/periodic/daily/100.clean-disks trave o [2003/10/26] i386/58580 i386 After sysinstall, F2 fails; wrong device o [2003/10/26] kern/58581 System call hang 5.x triggered by gnunetd o [2003/10/28] ports/58655 mp A replacement patch is necessary for comp o [2003/10/29] bin/58687 gethostbyname leaks kqueue file descripto o [2003/10/29] ports/58701 lioux qmail upgrade via ports doesn't preserve o [2003/10/30] i386/58718 i386 need to remove battery before booting lap o [2003/10/30] i386/58749 i386 lock order reversal with heavy IO on ar0 o [2003/10/30] kern/58752 grog vinum panics on create/resetconfig o [2003/10/31] ports/58791 portmgr [patch] GNU INFO related settings in Mk/b o [2003/11/01] i386/58826 i386 reboot on an IBM PC Server 315 merely hal o [2003/11/02] kern/58831 panic: vinvalbuf: flush failed o [2003/11/02] conf/58832 /etc/rc.d/ipsec starts not in time o [2003/11/02] bin/58850 trhodes Recent sysinstall changes wipes out rc.co o [2003/11/03] i386/58870 i386 page fault in kernel mode with ifconfig a f [2003/11/03] kern/58888 4.9-RELEASE installation fails (xl causes f [2003/11/04] kern/58927 andre Verification of reverse path in ip_fw2.c o [2003/11/04] kern/58930 Page fault when unplugging Alcatel Speedt o [2003/11/04] kern/58941 rwatson acl under ufs2 doesn't handle disk corrup o [2003/11/04] bin/58951 Some problems with 4.9-RELEASE installati o [2003/11/05] i386/58953 [patch] detect NetMOS-based six serial po o [2003/11/05] kern/58967 Kernel kills processes in spite of cputim o [2003/11/05] kern/58991 grog vinum does not build o [2003/11/07] bin/59042 grog Vinum fails to initialise on hardware dri o [2003/11/08] kern/59062 wpaul nge0 swaps vlan tag bytes. s [2003/11/09] ports/59072 ports-bugs net/samba-devel doesn't work without libi o [2003/11/09] kern/59098 Integrated sound card not working in Free o [2003/11/10] kern/59116 mount_ntfs of a Windows 2000-formatted fs o [2003/11/10] kern/59158 -CURRENT from 20031108 will not install o f [2003/11/11] kern/59172 bms Zebra interface route causes kernel panic o [2003/11/11] kern/59183 imp wi problems with wi_cmd o [2003/11/11] kern/59185 4.9-RELEASE kernel panic (page fault) o [2003/11/11] i386/59192 i386 ATA drive not spotted with SCSI drive o [2003/11/11] kern/59203 imp Panic with wi and newcard p [2003/11/12] kern/59233 matk patch to soundcard.h to include an ioctl f [2003/11/13] bin/59247 CURRENT build world compile errors under o [2003/11/13] kern/59248 4.9-RELEASE, ACPI Panic with Dell Latitud o [2003/11/13] kern/59251 Failure of 4.8-RELEASE/4.9-RELEASE/5.1-RE o [2003/11/13] kern/59277 Sound not working - /dev/dsp* not found o [2003/11/14] kern/59296 Serial Line Noise Causes System Hang in L o [2003/11/14] i386/59298 i386 Can't render anything with Blender / RADE o [2003/11/15] kern/59303 grog vinum crashes kernel if concurrent revivi o [2003/11/15] kern/59306 matk patch to augment /dev/sndstat to show whi o [2003/11/15] ports/59310 phantom ports/java/jdk14 fails: no dir .../j2dsk- o [2003/11/16] kern/59349 patch to including locking for es137x sou o [2003/11/16] ports/59359 roger portupgrade of gnomemeeting-0.98.5 fails o [2003/11/18] bin/59417 ps -o rtprio does not work o [2003/11/19] kern/59456 fdescfs stat / compress creates only empt o [2003/11/20] i386/59503 i386 kernel routines and drivers don't recogni o [2003/11/20] ports/59535 obrien shells/bash2 must be dynamically linked t o [2003/11/22] docs/59587 doc rewriting examples (part of documentation f [2003/11/22] i386/59593 SSHD uses 8-char user password for authen o [2003/11/23] ports/59615 roger cannot compile openh323 f [2003/11/24] bin/59638 des passwd(1) does not use PAM to change the o [2003/11/24] kern/59652 cannot redirect kernel output to serial c o [2003/11/24] kern/59659 pdeuskar em driver cannot handle VLANs o [2003/11/26] i386/59701 i386 System hungup, after resume from suspend. o [2003/11/26] amd64/59714 amd64 device timeout and ad0: WARNING - WRITE_D o [2003/11/28] kern/59747 usb dead after resume o [2003/11/28] bin/59777 ftpd(8)/FreeBSD 5: potential username enu o [2003/11/29] kern/59803 ticso Wrong detection of/panic with Edimax USB o [2003/11/30] ports/59856 trevor Missing library in www/linux-mozilla s [2003/12/01] misc/59890 bugmeister send-pr database is spam harvested o [2003/12/02] kern/59896 trm driver is not in GENERIC o [2003/12/02] kern/59912 bms mremap() implementation lacking o [2003/12/04] ports/59944 obrien make install in editors/vim port fails o [2003/12/04] i386/59945 i386 nullfs bug: reboot after panic: null_chec o [2003/12/04] i386/59959 machine can not reboot itself with Mylex o [2003/12/05] gnu/59971 peter assertion "strncmp (repository, current_p o [2003/12/06] bin/59995 various fixes to ppp dumping core o [2003/12/06] ports/59997 znerd /usr/local/bin/ant ignores USE_JAVA setti o [2003/12/07] kern/60029 5.2-RC will not boot with empty LS-120 dr o [2003/12/08] kern/60050 Toshiba/3Com 3CXM056-BNW: Open Causes Int o [2003/12/09] ports/60083 phantom Unsafe use of getaddrinfo in jvm 1.4.2-p5 f [2003/12/10] ports/60125 ports-bugs up-to-date graphics/libglut port fails to o [2003/12/11] i386/60154 i386 ipfw core (crash) o [2003/12/11] ports/60161 trevor Linux emulator (linux_base-8-8.0_3) doesn f [2003/12/11] conf/60169 System install panics when using softupda o [2003/12/13] kern/60217 joe EHCI controller halts when USB 2.0 device o [2003/12/13] kern/60221 sos ATA system freezes during heavy loads o [2003/12/14] kern/60226 ichsmb driver doesn't detects SMB bus on o [2003/12/14] kern/60235 phk some /dev-entries missing for newly auto- o [2003/12/14] ports/60245 knu new ruby16-shim-ruby18 bug in included re o [2003/12/14] kern/60247 mutex problems in geom_io o [2003/12/15] docs/60252 doc Continuous re-installations for FreeBSD n o [2003/12/15] kern/60276 joe Kernel panic when plugging in USB (umass) o [2003/12/16] i386/60317 i386 FreeBSD 5.2rc1 doesn't boot with ACPI ena o [2003/12/17] ports/60345 mita fix port: chinese/vflib o [2003/12/17] misc/60349 scottl 5.2-RC1 cannot do NFS installation o [2003/12/20] ports/60440 lioux [New Features] Port: mail/qmail o [2003/12/21] ports/60479 ports-bugs x11-toolkits/p5-Tk800 o [2003/12/22] misc/60512 launching X freezes CURRENT o [2003/12/23] kern/60526 Post-PAE stable SMP machine freezes o [2003/12/23] bin/60533 4.9-STABLE libc locale support might cont f [2003/12/24] ports/60540 ports-bugs teamspeak is not litening on port 14534 f o [2003/12/25] kern/60555 can no longer use vinum volumes for swap f [2003/12/25] ports/60572 lioux qpopauth is broken o [2003/12/26] kern/60598 wire down of scsi devices conflicts with o [2003/12/26] kern/60602 Dynamic attach UBS device can cause 5.2-R o [2003/12/26] i386/60603 i386 dd causes error when copying cd from ATA o [2003/12/27] i386/60641 i386 Sporadic SCSI bus resets with 53C810 unde o [2003/12/27] misc/60646 VIA C3 system hangs on reboot o [2003/12/28] i386/60671 i386 FreeBSD 5.2RC2 installation process doesn o [2003/12/28] docs/60679 doc pthreads documentation does not describe o [2003/12/29] i386/60681 i386 wicontrol -L critical crash (sigbus) o [2003/12/29] i386/60690 i386 atapicd driver causes spontaneous uncondi f [2003/12/29] ports/60700 ports-bugs squid cannot be built with transparent-ip f [2003/12/30] ports/60722 znerd java/jdk14-doc: empty PLIST o [2003/12/30] ports/60752 trevor print/acroread5 is lacking dependency of o [2003/12/31] kern/60761 sound pcm performance on emu10k1 driver o [2003/12/31] www/60770 www query-pr-summary.cgi can't find the PRs a o [2003/12/31] standards/60772standards _Bool and bool should be unsigned o [2004/01/03] kern/60856 [patch] panic at tcp_output(), with TCPDE o [2004/01/04] bin/60886 ppp(8) doesn't expand macro MYADDR in `!' o [2004/01/04] i386/60887 i386 can't boot when fbsd exists with other op p [2004/01/04] kern/60889 andre 5.2RC2 - zero IP id change not effective o [2004/01/04] ports/60909 portmgr [patch] info docs are not installed corre o [2004/01/05] ports/60940 se Port ez-ipupdate requires updating to new o [2004/01/05] ports/60949 ume Two packages overwrite the same man file: o [2004/01/05] kern/60968 simple error in libstdc++ causes 'buildwo o [2004/01/06] i386/60984 i386 NFS Server hang o [2004/01/06] kern/60997 vm_pindex_t has conflicting definitions i o [2004/01/07] kern/61055 kernel panics boot + sysinstall o [2004/01/09] i386/61127 i386 cannot mount cdrom o [2004/01/09] kern/61129 atapicam / UDMA cdrom loop o [2004/01/09] misc/61152 installer refuses to mount USB-floppy or o [2004/01/10] kern/61165 kernel page fault after calling cam_send_ o [2004/01/10] i386/61185 i386 cannot unmount /cdrom o [2004/01/12] bin/61294 [patch] PPP sends incorrect data to RADIU o [2004/01/13] i386/61303 i386 5.2-REL hangs during boot with 3-port pyr o [2004/01/13] i386/61326 i386 Reboot while booting from 5.2-RELEASE CD o [2004/01/13] i386/61342 i386 CD-based installation crashes as kernel " o [2004/01/14] bin/61355 login(1) does not restore terminal owners o [2004/01/14] ports/61364 trevor fspd:remote exploitable security hole o [2004/01/14] kern/61370 System hangs during boot with ATAPICAM f [2004/01/14] kern/61376 5.2 unable to build kernel by traditional f [2004/01/14] misc/61379 sos ata(4) driver misses PATA-slave in mixed o [2004/01/15] ports/61381 cjh print/magicfilter does not re-pipe and re o [2004/01/15] misc/61400 Unmount md from CD fails. o [2004/01/15] kern/61404 andre RFC1323 timestamps with HZ > 1000 f [2004/01/16] ports/61413 kde Problem building kdemultimedia3:link: can o [2004/01/16] i386/61443 i386 FreeBSD 5.2-RELEASE installation stops at o [2004/01/17] kern/61482 PATCH: problem detecting laptop-touchpad. o [2004/01/17] kern/61483 Jail security is not honored using IP Fil o [2004/01/17] bin/61498 obrien [patch] Please MFC flex patch for gcc 3.x o [2004/01/17] kern/61509 Unknown Fatal double fault o [2004/01/18] kern/61537 5.2-Current fails to notice change of CD o [2004/01/18] ports/61552 portmgr [PATCH] Many ports break with VERSION_CON o [2004/01/18] docs/61558 doc New SMC 2602W cards, using the ADM8211, a o [2004/01/19] kern/61584 DVD-R burning fails with LG GSA-4040B o [2004/01/19] misc/61587 installation problem, disklabel can't wri o [2004/01/19] docs/61598 doc http://www.freebsd.org/doc/en_US.ISO8859- o [2004/01/19] docs/61605 doc Improve documentation for i386 disk geome a [2004/01/20] ports/61620 ports-bugs net/isc-dhcp3-devel port does not install o [2004/01/20] kern/61622 Intel Pro/100 Intelligent Server Adapter o [2004/01/20] ports/61663 olgeni [patch] x11/eterm fails at start of build o [2004/01/21] kern/61669 writing to 3ware escalade (twe) spends 90 o [2004/01/21] kern/61686 FreeBSD 5.2-RELEASE crashes when ACPI is o [2004/01/21] kern/61687 kernel panic in the fxp0 intel drivers o [2004/01/21] misc/61701 Segmentation fault on OPIE when sequence o [2004/01/21] i386/61705 i386 Random "bus errors". o [2004/01/22] bin/61716 mckusick newfs: code and manpage are out of sync o [2004/01/22] kern/61733 panic: resource_list_release: resource en o [2004/01/22] kern/61746 System locks up on boot if both apic opti o [2004/01/22] ports/61760 openoffice OpenOffice-1.1 still stalls in install on o [2004/01/23] ports/61797 knu ruby-ldap linker error o [2004/01/23] i386/61804 i386 hitachi travelstar usb hdd (40gb) drivers o [2004/01/23] kern/61810 mounts done within a chroot show up wrong o [2004/01/24] kern/61849 Possible use of kqueue_scan on stack mark o [2004/01/24] i386/61852 i386 i386 pmap SMP race condition can cause lo o [2004/01/24] ports/61854 phantom jdk-14 port breaks openoffice build o [2004/01/25] i386/61890 i386 FDisk uses incorrect calculations for dis o [2004/01/25] kern/61891 Umass reset of device failiure o [2004/01/25] misc/61898 System hangs when switching from graphica o [2004/01/25] kern/61909 5.2-Current fails to notice change of CD o [2004/01/26] i386/61937 i386 Cannot Install 5.2-REL via serial console o [2004/01/26] alpha/61940 alpha Can't disklabel new disk from FreeBSD/alp o [2004/01/26] kern/61960 sos [Patch] BigDrive support for PC-98 archit o [2004/01/28] bin/62040 pkg_add(1) won't run because the ELF dyna o [2004/01/28] bin/62050 [PATCH] Incorrect expansion of "MYADDR" i o [2004/01/28] sparc64/62053sparc64 Using bridging on 5.2 Sparc64 causes imme o [2004/01/29] bin/62058 burncd doesn't work with Creative RW8438E o [2004/01/29] i386/62088 i386 Logitech Cordless/Optical Mouse not worki o [2004/01/29] kern/62092 Latest Wine build crashes 5.2-Current o [2004/01/31] ports/62168 ports-bugs bad performance using samba-devel with ma o [2004/01/31] kern/62193 firewall klm fails to parse divert keywor o [2004/02/01] ports/62217 knu runidn does nothing o [2004/02/01] kern/62228 le Kernel improperly identifies partition si o [2004/02/01] kern/62242 Cannot access > 127GB of a 200GB hard dis o [2004/02/02] bin/62255 peter 2003-12-18: Stable CVS Version 1.11.11 Re o [2004/02/02] kern/62272 incorrect comment in bpf.h p [2004/02/02] kern/62276 scottl System fails to mount root on Adaptec 241 a [2004/02/02] kern/62278 iedowse NFS server may not set eof flag when read o [2004/02/02] i386/62280 i386 em0 broken after resume in 5.2-CURRENT o [2004/02/02] ports/62283 ports-bugs New Port: editors/jedit-devel o [2004/02/02] amd64/62295 obrien ipsec failure on 5.2.1-RC amd64 o [2004/02/03] kern/62309 jmg Panics in ugen driver o [2004/02/03] ports/62312 knu mpg123-0.59r_9 fails to upgrade to 0.59r_ o [2004/02/03] alpha/62321 alpha ntpd gives unaligned access errors on alp o [2004/02/04] kern/62333 syslog: kernel: dc0: discard oversize fra o [2004/02/04] misc/62367 5.2.1-RC installation problems f [2004/02/05] ports/62377 ports-bugs strace hangs when running programs from c o [2004/02/05] standards/62388standards sys/resource.h does not pull in dependenc o [2004/02/06] misc/62417 luigi diskless op script failed o [2004/02/06] ports/62437 gj [PATCH] xemacs regexp stack overflow on c o [2004/02/06] kern/62438 viapm patch for VT8235 o [2004/02/07] kern/62468 system crashes when serial getty enabled o [2004/02/07] kern/62470 dev/sound/pcm/dsp.c crrashes o [2004/02/07] kern/62507 atapicam appears to read wrong data o [2004/02/08] i386/62519 i386 sound card does not work on laptop o [2004/02/08] ports/62540 ports-bugs portupgrade -rf gettext -m BATCH=yes prod o [2004/02/08] ports/62561 ports-bugs new port: russian/fidogateds o [2004/02/08] i386/62565 i386 device.hints are not honored in 5.2.1-RC o [2004/02/10] kern/62658 loader/kernel answer to `boot -a' ignored o [2004/02/10] docs/62665 doc setting up X display subsystem function i o [2004/02/11] misc/62694 [PATCH] /usr/src/lib/libc/locale/ldpart.c f [2004/02/12] ports/62741 ports-bugs [ports/databases/p5-postgresql-plperl] Fi o [2004/02/12] ports/62758 clement www/apache21: minor typo in Makefile o [2004/02/12] kern/62762 trhodes Fsync for msdos fs does not sync entries o [2004/02/12] kern/62771 attempting to open /dev/dsp (sbc0) panics o [2004/02/13] i386/62789 i386 PANIC on PPPoE Server o [2004/02/13] i386/62807 i386 4.9 SMP does not work with Compaq Smart o [2004/02/13] kern/62824 panic: softdep_setup_inomapdep: found ino o [2004/02/13] ports/62825 portmgr conflict between perl-5.8.2 and other por o [2004/02/14] i386/62833 i386 Can't Install: cancel by syncing disks an o [2004/02/14] ports/62845 ale update of mysql40-server causes mysqld to o [2004/02/14] kern/62864 Machine not reboot. o [2004/02/14] kern/62866 Machine work not stable whith firewire an o [2004/02/15] i386/62888 i386 ad4: WARNING - WRITE_DMA interrupt was se o [2004/02/15] ports/62899 trevor [PATCH] devel/boost, respect PTHREAD_LIBS o [2004/02/16] i386/62902 i386 Data Corruption on Dell PE 600SC (Server a [2004/02/16] kern/62906 peadar [patch] AGP misconfigures i845G chipset, o [2004/02/16] ports/62919 phantom [PATCH] misc/posixtestsuite, respect PTHR o [2004/02/16] kern/62930 bms Use of mlockall(2) causes erratic behavio o [2004/02/16] gnu/62937 Compilation of base src Perl with static s [2004/02/17] ports/62950 ports-bugs port misc/firestring is broken o [2004/02/17] i386/62952 i386 USB not working o [2004/02/17] kern/62957 When created dummynet pipe on output rout a [2004/02/17] ports/62958 portmgr `make makesum' command with `current' dis f [2004/02/17] ports/62973 pav cacti-0.8.5 update version in ports gives o [2004/02/18] i386/63027 i386 bad TX performance of xl driver for 3COM o [2004/02/19] ports/63058 roam Apache and PHP doesnt start after upgradi o [2004/02/19] ports/63086 kuriyama palm/pilrc core dumps on large word lists o [2004/02/19] i386/63098 i386 Compaq Workstation IDE CDROM drive not pr a [2004/02/19] bin/63099 des fetch -S fails with chunked transfers o [2004/02/20] ports/63144 ports-bugs print/lyx WITH_QT bus error o [2004/02/20] kern/63155 [patch] amr(4) ioctl fails for 32-bit bin o [2004/02/21] misc/63204 /dev/mixer broken with ESS Maestro-2E o [2004/02/22] ports/63210 znerd Set LATEST_LINK for jakarta-tomcat3,4,41 o [2004/02/22] ports/63247 perky graphics/graphviz will not compile under o [2004/02/22] i386/63248 i386 Under high network traffic, system reboot o [2004/02/22] kern/63251 USB stops working after 2nd APM suspend/r o [2004/02/23] ports/63280 ports-bugs new port: x11-wm/fluxdocs-html, fluxbox d o [2004/02/23] ports/63282 ports-bugs [NEW PORT] x11-toolkits/gtk-qt-engine o [2004/02/23] misc/63288 VIA 8237 RAID 1 System hanging o [2004/02/24] i386/63305 i386 reading udf filesystem on dvd+rw leads to o [2004/02/24] i386/63313 i386 sk driver panics on boot with SK-9844 dua f [2004/02/24] ports/63314 ports-bugs fix shells/bash-completion hard coded pat o [2004/02/25] misc/63343 Manual root filesystem specification fail o [2004/02/25] ports/63355 clement WITH_CUSTOM_WWW and WITHOUT_WWW don't wor o [2004/02/25] kern/63360 panic: page fault in ath kernel module if o [2004/02/26] bin/63391 Burncd DAO fails on some CD recorders o [2004/02/26] bin/63405 make dumps core o [2004/02/26] ports/63409 phantom jdk-1.4.2p6_3 plugin crashes Mozilla-1.6_ o [2004/02/26] kern/63431 motherboard going to suspend mode stops s o [2004/02/27] ports/63439 lioux [PATCH] Update `multimedia/libmpeg2' to l o [2004/02/27] ports/63443 x11 intermittent XFree86 'system hang' on sta a [2004/02/27] kern/63446 problems with sharing over nfs cd9660 fil o [2004/02/27] i386/63467 i386 Sil 3114 o [2004/02/28] ports/63515 tg [PATCH] Update to games/xgammon Makefile o [2004/02/29] i386/63521 i386 5.2.1 doesn't detect drives on SATA contr f [2004/02/29] ports/63533 ports-bugs mail/dcc-dccd, respect PTHREAD_LIBS o [2004/02/29] bin/63535 getpwent segfaults when NIS groups used b o [2004/02/29] kern/63557 ATAPICAM broken in 5.2-CURRENT (REQUEST_S o [2004/02/29] i386/63569 i386 I get an error code 1 in the qt 3.2.1 pac o [2004/03/01] bin/63616 setkey no longer recognizes tcp in an spd p [2004/03/01] kern/63619 Add support for SimpleTech UCF-100 USB Co o [2004/03/01] kern/63621 USB MemoryStick Reader stalls/crashes sys o [2004/03/01] ports/63631 obrien vim port does aktivate python interpreter p [2004/03/02] kern/63662 tjr Using read-only NULLFS leads to panic. gd o [2004/03/02] misc/63666 Network card 3c575B do not work after the o [2004/03/02] i386/63670 i386 'Unable to read from thread kernel pipe' o [2004/03/03] i386/63678 i386 5.2.1 installation hangs on t30 o [2004/03/03] ports/63682 portmgr [patch] bsd.port.mk - PACKAGE_BUILDING do o [2004/03/03] ports/63693 ports-bugs New port: math/qhull Qhull computes conve f [2004/03/03] ports/63709 ports-bugs Update textproc/xml2rfc to version 1.22 o [2004/03/03] misc/63724 ipfw IPFW2 Queues dont t work f [2004/03/04] ports/63747 ports-bugs vmmon is not performing o [2004/03/04] ports/63775 ports-bugs cam_periph_mapmem: attempt to map failed o [2004/03/04] kern/63779 USB-mass storage (USB to IDE Converter) w o [2004/03/05] ports/63825 ports-bugs maintainer-update mail/postfix-current f [2004/03/05] ports/63827 pav [patch] new net/zebra-devel port, release o [2004/03/06] ports/63851 gnome [patch] enable devel/libgsf to be built w o [2004/03/06] ports/63852 lofi [patch] enable textproc/wv2 to be built w o [2004/03/08] ports/63937 portmgr USE_GETTEXT is too specific o [2004/03/08] i386/63941 i386 Device/vendor quirks for iRiver iFP-595T( o [2004/03/08] kern/63954 devfs looses permissions o [2004/03/09] kern/63987 VIA VT83C572 UHCI USB controller does not o [2004/03/09] i386/63992 i386 XFree86 4.3 don't start o [2004/03/10] ports/64032 clement Apache2 Installation fails because of red f [2004/03/10] ports/64055 ports-bugs quagga/bgp does not work properly o [2004/03/10] docs/64063 doc Size of block in File System Quota docume o [2004/03/10] ports/64064 vs (maintainer update) Fix p5-Shell-Base on f [2004/03/10] ports/64086 eik net/openldap22-server fails to compile o [2004/03/11] kern/64091 nfs data corruption at end of file o [2004/03/11] bin/64104 Sysinstall ignores srescue distribution o [2004/03/11] bin/64106 rc.d: incorrect depencency between ipfilt o [2004/03/11] kern/64121 [patch] kernel panic using kqueue with EV o [2004/03/12] misc/64151 jailer can't control all jail processes a o [2004/03/12] kern/64158 5.2.1-RELEASE CD won't boot on acer Trave p [2004/03/12] kern/64169 linux binaries dump core on exit o [2004/03/12] ports/64181 ports-bugs MAINTAINER-UPDATE: pflogstats to 1.0.1 o [2004/03/12] ports/64182 tobez NON-MAINTANER-UPDATE: p5-XML-Dumper 0.4 t o [2004/03/12] i386/64183 i386 5.1-RELEASE Install hung at "Probing devi o [2004/03/12] ports/64191 ume cyrus-sasl2 port Makefile doesn't obey Ma o [2004/03/12] kern/64196 Remove the arbitrary MAXSHELLCMDLEN o [2004/03/13] kern/64206 panic: lockmgr: locking against myself (k o [2004/03/13] gnu/64231 libstdc++ on FreeBSD 5.2+ is non-usable i o [2004/03/13] ports/64237 portmgr USE_GCC does not always set MAKE_ENV o [2004/03/13] kern/64240 IPFW tee terminates rule processing o [2004/03/14] kern/64250 5.2.1 kernel panics on ifconfig when kern o [2004/03/14] ports/64263 ports-bugs MAINTAINER-UPDATE: mail/postfinger to 1.2 o [2004/03/14] ports/64269 ports-bugs The port py-wsdllib does not install o [2004/03/14] ports/64272 ports-bugs correct textproc/p5-PodParser dependency o [2004/03/14] ports/64284 ports-bugs [PATCH] Fix audio/id3lib compilation with o [2004/03/15] ports/64301 ports-bugs irc/irssi links to system perl instead of 1256 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1995/01/11] i386/105 standards Distributed libm (msun) has non-standard 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 p [1997/01/10] bin/2442 charnier 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 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 bms [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 grog calendar doesn't print all dates sometime o [1997/09/28] misc/4646 qa Can't fixit with an NFS-mounted CD. 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 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/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 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 f [1998/09/16] misc/7946 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 f [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 s [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/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 f [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 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 imp 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/25] bin/12801 nvi infinite recursion with options "left 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 /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 o [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] kern/31686 bms Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde 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/12] bin/31933 pw can interpret numeric name as userid d 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 trhodes loader.8 manpage missing tunables o [2001/11/17] conf/32067 Problems with spanish keyboard in console 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/26] conf/32288 qa After install: /etc/rc complains if crypt a [2001/11/29] conf/32375 murray sysinstall doesn't respect User generated a [2001/11/30] bin/32411 shutdown's absolute-time handling could b 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 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/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] 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 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 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/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 trevor print/acroread5 does not install the Nets o [2001/12/31] conf/33395 imp better way to use more than one pccard ne 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 f [2002/01/08] kern/33696 mbr 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 o [2002/01/12] bin/33809 mux mount_nfs has trouble with embedded ':' o [2002/01/13] bin/33834 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/16] bin/33941 /usr/sbin/dev_mkdb dumps core a [2002/01/16] kern/33963 bde 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] i386/34010 keyinit takes passwords less than 10 char o [2002/01/21] bin/34146 newfs defaults and vfs.usermount=1 tug at s [2002/01/22] misc/34171 yar 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 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/34412 maxim tftp will still try and receive traffic e o [2002/01/31] conf/34494 n_hibma usb configuration problem - usb does not o [2002/01/31] bin/34497 grog 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 a [2002/02/03] kern/34591 andre ICMP bandwidth limiting does not indicate 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] 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 treat smbfs as network file system in /et o [2002/02/08] kern/34747 njl Please add USB floppy entry o [2002/02/09] bin/34759 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/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] kern/34854 sound /src/sys/dev/sound doesn't work correctly o [2002/02/12] bin/34874 Netstat output to small o [2002/02/12] kern/34880 luigi 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 sound Attempt to play -> "pcm0: play interrupt o [2002/02/14] kern/34952 joe Mouse cursor invisible with USB mice and f [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 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 o [2002/02/21] misc/35172 Please update am-utils(amd) into newer ve o [2002/02/21] kern/35175 obrien 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 f [2002/02/23] kern/35269 kris 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] 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 qa 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 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 $? f [2002/03/06] i386/35599 murray install 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 [patch] missing dep in libiconv prevents 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] www/35647 www 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/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/09] www/35711 bugmeister 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 f [2002/03/11] misc/35764 nork 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/13] kern/35846 imp timeout in wi_cmd 11, machine hangs for a 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/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 o [2002/03/17] ports/36020 jmz Update port: print/musixtex T.98 -> T.104 s [2002/03/18] standards/36076standards Implementation of POSIX fuser command o [2002/03/19] misc/36110 dmesg output corrupt if /dev/console is b 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 simon Getting USB mouse to work: usbd and mouse o [2002/03/21] kern/36170 an(4) does an_init() even if interface is 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] bin/36374 Patch (against core dumps) and improvemet 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] 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 s [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 grog /usr/bin/calendar can't handle recurring 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/36560 ports-bugs bug fix for the eperl package f [2002/03/31] kern/36569 njl umass fails when RiteLink Pocket Disk is o [2002/04/01] bin/36626 login_cap(3) incorrectly claims that all 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/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 which(1) ought to append @ if result is s a [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/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] misc/36916 qa DOS active partition flag lost in libdisk o [2002/04/09] ports/36933 portmgr [patch] New feature for pkg_create and po f [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 grog calendar doesn't effect -t option. o [2002/04/10] kern/36983 CD9660 unicode to utf-8 [hack] 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 f [2002/04/16] i386/37137 qa FreeBSD install doesn't recognize version o [2002/04/16] misc/37160 qa /stand/sysinstall coredumps when trying t p [2002/04/16] misc/37161 ext2 linux file system, error handling la s [2002/04/17] ports/37186 ports-bugs Dbview contains an error, because of whic 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 grog bsdmainutils/calendar Hungarian addon fil o [2002/04/24] bin/37424 nfsstat reports negative values 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/27] ports/37518 grog gmat port CATALOG needs updating o [2002/04/29] kern/37554 jmg [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/30] ports/37596 shige EMACS_PORT_NAME=xemacs21 forks make infin o [2002/04/30] kern/37600 sound [Partial PATCH] t4dwave drive doesn't rec o [2002/04/30] conf/37611 proposed /etc/rc.jails for jail(8) manage s [2002/05/01] ports/37654 arved Update textproc/xml4j to 4.0.1 o [2002/05/01] kern/37657 sound /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 threads libc_r: msgsnd(), msgrcv(), pread(), pwri f [2002/05/03] java/37711 znerd New port: Beacon-agent 0.6.3 (Multicast B 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 kensmith Detail VOP_ naming in a relevant man-page o [2002/05/03] misc/37732 joe 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 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/09] java/37904 znerd New Port: database/isql-viewer (a JDBC 2. o [2002/05/09] gnu/37910 PATCH: make send-pr(1) respect &'s in /et f [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 glewis 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 qa "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 ports-bugs eperl does not build CFLAGS recursive err o [2002/05/14] ports/38090 ade devel/m4 port PREFIX vs LOCALBASE 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] bin/38256 linking pax to pax_{cpio|tar} 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/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 joe Logitech USB iFeel: device_probe_and_atta o [2002/05/23] misc/38468 imp 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 o [2002/05/24] i386/38524 cons25 doesn't support F-keys beyond 12 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] misc/38583 qa sysinstall installs crypto sources when / o [2002/05/26] ports/38593 portmgr Third level ports 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] kern/38626 luigi dummynet/traffic shaper: RED: max_th and 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 murray Diskless booting fails with some DHCP ser o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha 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] misc/38854 qa Resetting the sysinstall during setup cau 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 o [2002/06/06] kern/38967 sound 4/22/02 pcm driver merge appears to break o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix p [2002/06/08] docs/39044 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 p [2002/06/10] bin/39116 /usr/bin/printf o [2002/06/12] conf/39192 sound [PATCH] Save pcm mixer settings during re 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] docs/39213 doc No rc(4) man page 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/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 qa 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 s [2002/06/18] ports/39476 ports-bugs profxp will run but when you fxp a file i 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/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 holidays s [2002/06/20] conf/39580 insecure default settings o [2002/06/20] java/39600 znerd New port: jdictionary-ger-hun 1.4 - Germa o [2002/06/20] java/39603 znerd New port: jdictionary-eng-ger 1.4 - Engli 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] bin/39819 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/26] bin/39893 setusercontext library call differs umask o [2002/06/26] bin/39905 johan cleaning sbin/restore code from warnings o [2002/06/28] conf/39976 vi recovery halting boot process 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 p [2002/06/30] misc/40057 bugmeister send-pr -a flag does not work with -f o [2002/06/30] kern/40058 imp lockup on 5.0 DP1 - Xircom X3201 (RealPor o [2002/07/01] misc/40081 sound noise in sound output with built-in CMedi o [2002/07/02] ports/40121 ache standard www/apache13 port creates sbin l 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 f [2002/07/06] misc/40273 dougb some more fortunes o [2002/07/07] ports/40284 mi port www/djvuplugin tarball no longer exi o [2002/07/07] misc/40298 using swapfile as /tmp 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 imp sysinstall with PCCARD<->ISA bridge gets 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/12] ports/40511 sumikawa update for net/zebra (no-ipv6 option) o [2002/07/12] kern/40516 ti driver has no buadrate set 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] 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 joe Logitech iFeel usb mouse will not attach f [2002/07/16] ports/40659 ports-bugs php3 and GD problem s [2002/07/16] misc/40671 threads pthread_cancel doesn't remove thread from o [2002/07/17] misc/40693 the system reboot alone with no reason a [2002/07/17] ports/40699 portmgr [patch] allow exclude patterns in `make s o [2002/07/17] kern/40711 sound CT5880-C sometimes fails to output sound o [2002/07/18] kern/40745 Inconsistency between net/if.c and struct 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 murray psuedo-device bpf need note in LINT and G a [2002/07/21] ports/40866 jkoshy sml-nj port CM autoloading compilation pr o [2002/07/23] kern/40919 usage of ucred->cr_uid in sys/netinet/in_ o [2002/07/23] kern/40926 qa After Upgrading or Clean Installing 4.6, o [2002/07/23] kern/40927 sound sound dies with pcm:play:0 play interrupt o [2002/07/24] kern/40948 joe USB HP CDW8200 does not work 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] 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/30] bin/41159 new sed -c option to allow ; as a separat 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/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/08/01] misc/41238 qa 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 joe USB, getting full desc failed, HID device o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/02] bin/41271 Non-suid-crontab. o [2002/08/04] bin/41307 ru libalias: logging of links lifecycle (add 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/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] kern/41415 joe Some USB scanner cannot talk to uscanner o [2002/08/07] docs/41423 doc Update FAQ: attrib command for windows du o [2002/08/09] misc/41490 sound C-Media 8738 sound card static o [2002/08/10] bin/41526 symlinked mount points get mounted more t o [2002/08/11] kern/41543 emulation Easier wine/w23 support f [2002/08/11] bin/41556 obrien [PATCH] wtmp patch for lukemftpd o [2002/08/11] misc/41566 obrien file(1) out of date p [2002/08/12] standards/41576standards POSIX compliance of ln(1) a [2002/08/12] bin/41583 assorted mtree bugs (+fixes) o [2002/08/14] misc/41674 ken iostat column formatting overlaps o [2002/08/17] i386/41743 sound 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] misc/41771 '/etc/ttys' and X 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] 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/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] docs/41919 blackend MINI kernel for bootfloppy (Handbook p.34 a [2002/08/23] ports/41945 ade [patch] bsd.port.mk: does not run ACLOCAL 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/25] bin/42018 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] misc/42084 luigi PicoBSD's 'netstat -i' reports negative I 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] docs/42210 gioria doc/en_US.ISO8859-1/articles/releng/branc f [2002/08/30] bin/42213 joe moused(8) seems to delay some mouse event o [2002/08/30] bin/42217 libdisk segfaults with 1024 bytes/sector o [2002/08/31] kern/42274 jlemon Convert defined variable into tuneable as o [2002/09/02] misc/42336 [PATCH] ISO-fication of /usr/src/contrib/ o [2002/09/02] bin/42338 imp pccard_ether should run ipf -y if ipfilte 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 emulation TIOCSCTTY not implemented in linuxulator o [2002/09/04] misc/42422 dbm_delete returns -1 instead of 1 when t 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 s [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/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/11] misc/42663 pw useradd assigns unique UID's to multip o [2002/09/13] bin/42725 dwmalone Patch for calendar to support Hungarian n o [2002/09/13] kern/42728 small many problems in src/usr.sbin/ppp/* afte o [2002/09/13] bin/42732 semenu 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/15] bin/42803 tconv, tic, captoinfo binaries missing fr o [2002/09/15] conf/42807 imp /etc/netstart doesn't run /etc/defaults/p o [2002/09/18] misc/42934 qa installation procedure on install floppie o [2002/09/19] misc/42956 dlclose gives "invalid shared object hand o [2002/09/19] bin/42974 [patch] ISO 8601 date format option o [2002/09/19] kern/42977 qa FreeBSD installer doesn't probe past EISA o [2002/09/20] ports/42985 tobez Perl5 port doesn't build automatically on a [2002/09/20] bin/43139 bms /sbin/route -host option doesn't always s 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 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 f [2002/09/22] ports/43273 portmgr [patch] make bsd.port.mk checksum check a 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/29] misc/43470 blackend 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 murray dhcp.* values not set in kenv by bootp cl f [2002/09/29] ports/43484 ports-bugs Update port net/arla to 0.35.9 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] 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/10/01] java/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] 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] java/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] bin/43675 uniq prints last, not first of the identi o [2002/10/05] kern/43716 puc driver does not recognize Lava Dual-6 s [2002/10/07] ports/43771 linimon LaTeX ports mixed between print and textp o [2002/10/07] conf/43800 imp Belkin 10/100 Base-TX PCMCIA card not rec o [2002/10/07] conf/43805 imp Asante' FriendlyNet AeroLAN AL1011 802.11 o [2002/10/08] bin/43819 changed truss output for utrace calls o [2002/10/08] docs/43823 simon [PATCH] update to environ(7) manpage o [2002/10/08] misc/43825 qa please remove object files in source (src 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/10] misc/43886 markm local exploitable overflow in rogue o [2002/10/10] misc/43905 kqueues: EV_SET(kevp++, ...) is non-int o [2002/10/11] kern/43916 Olicom OC-2220 (PC-card) hangs on ifconfi o [2002/10/11] bin/43938 roberto ntpd binds to local aliases o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence o [2002/10/11] java/43947 znerd Checkstyle port should install checkstyle o [2002/10/11] ports/43956 edwin [REPOCOPY DONE] New port: x11-wm/ion-deve o [2002/10/12] docs/43980 darrenr ipf(5) missing "gre" keyword o [2002/10/13] ports/44019 ache Fixes for ftp/wu-ftpd 2.6.2 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/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] kern/44098 RealTec-based NIC initialization problem 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/16] misc/44150 Diskless kernel may crash, depends on the 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 qa 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/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] java/44251 java Create stylebook port o [2002/10/18] ports/44252 x11 XFree86-4-Server port removes/overwrites o [2002/10/19] kern/44260 LINT does not list pseudo-device tap o [2002/10/19] i386/44262 tanimura Problems with nrp driver o [2002/10/19] kern/44267 One more modem PNP id for /usr/src/sys/is o [2002/10/19] bin/44277 devinfo is not C++ safe o [2002/10/19] misc/44286 roberto /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/19] ports/44295 linimon New port: lang/mlton, an optimizing Stand 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 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 roberto some kernel options prevent NTP clock syn o [2002/10/22] misc/44379 libutil: property.c, properties_read() ba 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] 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] kern/44450 joe USB support FAILURE for device that was s o [2002/10/26] misc/44500 AC1001 Gigabit NIC Worked o [2002/10/28] kern/44580 NFS updates file access time when file is o [2002/10/29] misc/44587 dev/dpt/dpt.h is missing defines required o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for f [2002/10/29] conf/44717 dougb update login.conf and unify login capabil o [2002/10/30] i386/44762 sound sound (ie, not system beeps) stop working o [2002/11/04] kern/44872 dgb driver update o [2002/11/04] misc/44894 markm as a local non-root user and remote it's o [2002/11/04] misc/44915 qa 'choose installation media' choose CD-ROM o [2002/11/04] java/44922 java JVM crash 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/08] gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messa o [2002/11/09] www/45169 www suggested update for ports index page on o [2002/11/09] kern/45182 sound fm801.c does not recognize a FM801 based o [2002/11/10] bin/45193 [PATCH] truss can't truss itself 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 mtm Fix for rc.network, ppp-user annoyance 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 sobomax tar --listed-incremental fails for Solari 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] ports/45289 mita ja-dvi2ps-3.2 does not handle \special co o [2002/11/14] kern/45293 kevent denies to observe /dev/tty o [2002/11/16] bin/45333 [PATCH] New option -r for chown and chgrp o [2002/11/16] ports/45357 jmz PATCH: textproc/ispell - added bulgarian o [2002/11/17] docs/45371 doc man page for exports lacks information on 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 s [2002/11/20] bin/45547 sos a patch to make burncd handle .wav files. o [2002/11/21] www/45560 phantom russian FAQ trouble on www.FreeBSD.org a [2002/11/22] bin/45584 read builtin function of sh does not read o [2002/11/22] conf/45608 qa Install should config all ether devices, 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 o [2002/11/24] kern/45684 systat -vmstat reports "alternate system 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] bin/45729 make rbootd transfere the default file if o [2002/11/25] standards/45738 sh "unset" built-in violates IEEE Std 100 o [2002/11/26] bin/45749 trhodes [PATCH] rm -f in MS-DOS directory o [2002/11/26] kern/45753 linux-sun-jdk1.4.1 calls SIOCGIFCONF ioct 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/28] misc/45830 KDC has problems when listening to IPv6 a o [2002/11/29] misc/45839 [PATCH] Remove some duplicate fortunes s [2002/11/29] ports/45843 ports-bugs sysutils/3dm - needs to detect and create p [2002/11/30] misc/45874 ache [PATCH] FreeBSD does not know about ca_ES o [2002/12/01] bin/45896 dwmalone setnetgrent() should return error code s [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/07] conf/46062 kris Remove skel from BSD.root.dist. o [2002/12/07] kern/46080 ipfw [PATCH] logamount in ipfw2 does not defau o [2002/12/08] ports/46092 tg ports/print/acroread on i386 needs Linux o [2002/12/08] bin/46110 tomsoft 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/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/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/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 Sound driver not working correctly on SON 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/17] misc/46328 gad patch for lpd o [2002/12/18] kern/46368 MAXDEP in isa/pnpparse.c is too small s [2002/12/19] bin/46382 ps(1) could use a "repeat" mode o [2002/12/20] misc/46409 Certain periodic scripts check broken NFS o [2002/12/21] standards/46441 /bin/sh does not do parameter expansion i o [2002/12/21] i386/46453 [INTERLATIONALIZATION] cons25l2, ISO8859- p [2002/12/22] ports/46483 trevor [patch] Fix gcc295 on current/i386 o [2002/12/23] kern/46488 jmg usb driver do not send detach events on S o [2002/12/23] standards/46504standards Warnings in headers s [2002/12/25] ports/46522 ports-bugs xtraceroute-0.9.0 fails with "OpenGL not 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/30] conf/46645 [PATCH] rc.shutdown state table saving ha o [2003/01/01] misc/46670 qa 5.0-RC2 install leaves CD drawer locked. o [2003/01/01] bin/46672 dump(8) program gives unnecessary -L warn o [2003/01/02] docs/46709 doc tables in terminfo.5 are broken o [2003/01/03] kern/46734 joystick driver doesn't allow for anythin a [2003/01/03] conf/46746 bms No way to set link addresses through rc.c o [2003/01/04] misc/46758 moused enhancements p [2003/01/05] docs/46787 trhodes compress(1) manpage missing BUGS; other c o [2003/01/05] docs/46793 doc DEVICE_POLLING can not be used with SMP, o [2003/01/07] bin/46830 Make pkg_add respect prefix for dependanc o [2003/01/09] bin/46888 gad Add script run hook to newsyslog(8) o [2003/01/09] bin/46905 qa FreeBSD 5.x cannot be installed from mult o [2003/01/09] i386/46912 johan chflags nonodump fails o [2003/01/09] conf/46913 darrenr 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/12] misc/46998 small [patch] Support PicoBSD source in other l o [2003/01/13] ports/47018 sf Teach ftp/wget new very useful feature - o [2003/01/13] misc/47029 sound Static and popping with Hercules GameThea o [2003/01/13] ports/47036 portmgr [patch] bsd.port.mk has bad comments WRT o [2003/01/14] docs/47085 doc boot(8) manpage is incomplete according t o [2003/01/18] misc/47187 [patch] fix printf specifier in src/sys/b o [2003/01/18] kern/47200 joe USB port is disabled when Kodak DX4900 is o [2003/01/18] ports/47203 ade upgrade of automake to try on the cluster o [2003/01/18] conf/47204 qa base + XFree86 install fails -- crypto di o [2003/01/19] i386/47223 hm [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/21] kern/47311 mdodd [PATCH] Kernel support for NVIDIA nForce2 o [2003/01/21] misc/47314 qa Install requires a swap partition. 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 dd panic after kldunload snp o [2003/01/22] i386/47376 hm [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd ch o [2003/01/22] bin/47387 [PATCH] gprof -K still requires "a.out" a o [2003/01/24] java/47448 phantom linux-blackdown-jdk-1.4.1: syscall mmap2 o [2003/01/27] bin/47540 ru Make natd configurable in running state w o [2003/01/27] bin/47560 tar 'z' option gzip'd output has extra ga o [2003/01/27] bin/47566 grog Suggested patch: vinum status verificatio 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 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/30] kern/47675 njl usb/umass problems 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/02] bin/47815 stty -all should work. f [2003/02/02] docs/47818 doc ln(1) manpage is confusing p [2003/02/04] misc/47906 murray options screen not return previous screen o [2003/02/04] misc/47908 qa /stand/sysinstall can't display document o [2003/02/04] ports/47913 ume idled.8 man page conflict in ports mail/c a [2003/02/05] ports/47957 seanc ruby-snmp is broken o [2003/02/05] docs/47991 trhodes Handbook section on upgrading kernel says o [2003/02/06] i386/48014 joe moused fails to correctly identify usb mo f [2003/02/07] docs/48038 doc [PATCH] add Tips and Tricks section into 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/10] misc/48133 improvied vi recovery notification 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] kern/48216 mike Linux uname returns wrong hostname inside f [2003/02/12] ports/48217 linimon New Port: www/mod_frontpage13 and www/mod o [2003/02/14] ports/48273 des 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/15] bin/48309 pppoe connections fail to establish if th o [2003/02/16] bin/48342 joe [PATCH] usbd dynamic device list. o [2003/02/17] bin/48399 Can't put URL in GECOS phone field 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 mtm /usr/sbin/periodic executes too many file o [2003/02/18] misc/48444 change to count connection attempts inste o [2003/02/19] kern/48468 imp puc driver for Nm9845 f [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/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/23] kern/48599 [PATCH] syscons cut-n-paste logic is brok o [2003/02/23] bin/48603 Getopt is broken. Patch included. o [2003/02/24] gnu/48638 [PATCH] some bug fixs in libdialog o [2003/02/25] alpha/48676 alpha Changing the baud rate of serial consoles o [2003/02/26] i386/48738 sound ForteMedia FM801 chipset based sound card o [2003/02/27] kern/48759 demon kldstat shows module after unsuccessfull o [2003/02/28] docs/48767 doc wrong key numbers for left/right windows f [2003/02/28] conf/48775 iso8859-15 termcap entries needed s [2003/02/28] ports/48786 linimon update biology/EMBOSS to the latest relea s [2003/03/02] ports/48832 linimon New port: print/foomatic-db-hpijs o [2003/03/02] kern/48837 mbr dc cannot handle DC21142/3 PCI/CardBus 10 o [2003/03/03] misc/48870 [PATCH] allow to cancel interface status o [2003/03/03] kern/48894 Improvements to the NFS read-ahead heuris o [2003/03/04] bin/48914 mike [PATCH] Add flag to whois(1) to query IAN s [2003/03/05] bin/48962 des [PATCH] modify /usr/bin/fetch to allow ba o [2003/03/06] kern/48976 nwfs.ko oddity o [2003/03/06] docs/48980 doc [PATCH] nsgmls -s errors and sect. 3.2.1 o [2003/03/06] bin/48989 qa Sysinstall's partition editor gets confu o [2003/03/07] i386/49023 gad Mod to LPD (printjob.c) to pass source fi o [2003/03/08] kern/49037 sound ESS Maestro chip misdetected as 'chip2' o [2003/03/08] kern/49039 add support for RS485 hardware where dire o [2003/03/10] ports/49076 roam stunnel logs normal end of connection as o [2003/03/10] ports/49082 knu portupgrade runs slow o [2003/03/10] kern/49085 jail statfs and mountpoint information le o [2003/03/10] kern/49086 ipfw [patch] Make ipfw2 log to different syslo f [2003/03/12] ports/49955 portmgr [PATCH] bsd.port.mk: add target to automa o [2003/03/12] kern/49957 mbr CRC32 generator should be the common rout o [2003/03/12] bin/49959 ipfw ipfw tee port rule skips parsing next rul o [2003/03/12] misc/49967 Minor fixes to fortunes data o [2003/03/13] kern/49980 patch to enable ThinkPAD X24 sound device o [2003/03/13] bin/49983 markm [patch] Fix bug & improve telnet status o f [2003/03/14] conf/50000 dougb ntpdate not ran before (x)ntpd o [2003/03/17] ports/50068 linimon New port: databases/sybase_ase (Sybase AS o [2003/03/18] misc/50106 Make 'make release' more flexible behind o [2003/03/18] i386/50110 joe Astra 2100U scanner being detected as /de o [2003/03/18] java/50114 znerd linux-sun-jdk13 BUILD_DEPENDS not picked o [2003/03/19] bin/50118 grog calendar(1) dumps core if there is ./cale o [2003/03/20] misc/50154 darrenr Add /etc/periodic/security/610.ipf6denied f [2003/03/21] ports/50157 lioux Gnome-2.2 sound recorder abends with long p [2003/03/21] misc/50160 ache sl_SI.ISO8859-2 collation sequence is wro o [2003/03/22] kern/50201 3ware RAID 5 resulting in data corruption o [2003/03/23] docs/50211 doc [PATCH] Fix textfile creation p [2003/03/24] docs/50248 ceri New FreeBSD books o [2003/03/25] bin/50300 Make the loader's use of terminal-control o [2003/03/25] bin/50310 ru natd / libalias fix to allow dcc resume i p [2003/03/26] bin/50328 kris ctm_smail doesn't handle large deltas wel o [2003/03/26] bin/50331 Changing uid with pw causes duplicate use o [2003/03/27] bin/50365 [PATCH] rc.sysctl cannot handle values co o [2003/03/27] misc/50370 phantom NLSOWN set to ${SHAREGRP} in f [2003/03/28] docs/50391 doc Incorrect information in a man o [2003/03/30] ports/50466 grog The benchmarks/rawio port does not seem t o [2003/04/01] kern/50526 Update to #! line termination o [2003/04/03] bin/50569 /bin/sh doesn't handles ${HOME}/.profile o [2003/04/03] docs/50573 doc return values for res_query/res_search/re o [2003/04/04] bin/50613 [PATCH] pppd(8) incorrect CBCP response f o [2003/04/06] kern/50644 rsm [PATCH] Update xe driver: multicast, hard o [2003/04/06] bin/50656 /bin/cp - wrong error on copying of multi o [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/08] bin/50724 ports-bugs [PATCH] make /usr/sbin/pkg_fetch save ful 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/10] docs/50773 doc NFS problems by jumbo frames to mention i o [2003/04/10] ports/50799 yoichi Lisp Packages install directory should no f [2003/04/11] ports/50835 ports-bugs cdrtools port uses the config path "/etc/ 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/50880 roam Request for (optional) addition of tcplim p [2003/04/13] bin/50924 "vmstat -f" says "unimplemented" but data s [2003/04/14] i386/50929 AMD K6-2+ processor is identified incorre o [2003/04/14] kern/50948 darrenr 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 ru [PATCH] natd / libalias support for multi o [2003/04/14] conf/50956 daily_status_disks_df_flags in /etc/defau o [2003/04/15] bin/50971 du(1) doesn't understand UF_NODUMP flag p [2003/04/15] misc/50979 tomsoft [PATCH] Some spelling corrections in sbin o [2003/04/15] bin/50988 [Patch] find -size -- express argument in o [2003/04/15] kern/51009 Buggy aue driver fixed. o [2003/04/16] bin/51070 add -p option to pom [PATCH] o [2003/04/16] kern/51074 joe pointer arithmatic error in ugen.c o [2003/04/17] kern/51082 FEATURE: More descriptive message on drop o [2003/04/17] bin/51091 fenner [FEATURE] Add -A (print ASCII) flag to tc o [2003/04/17] kern/51111 darrenr ipf doesn't allow outbound IPv6 packets u o [2003/04/17] kern/51120 MSGBUF_SIZE doesn't work in makefiles a [2003/04/18] docs/51133 murray RSH environmental variable not described s [2003/04/18] kern/51137 config(8) should check if a scheduler is 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 f [2003/04/19] ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILE o [2003/04/19] misc/51167 dougb [PATCH] Makefile for /etc/namedb. o [2003/04/20] kern/51186 jmg pointer arithmatic error in ugen.c s [2003/04/20] ports/51197 eik New Port: net/rendezvous (Apple's ZeroCon o [2003/04/21] bin/51205 nectar openssl in base system is not compiled th o [2003/04/22] bin/51296 grog calendar wrong for dates based on day+-nu o [2003/04/25] ports/51415 kevlo Port textproc/xerces-j should be updated a [2003/04/26] ports/51446 trevor Update port: audio/fest* to last versions o [2003/04/27] docs/51480 dds Multiple undefined references in the Free o [2003/04/28] bin/51488 Compat patch: more(1) allowed filename to p [2003/04/28] misc/51504 ache New file: src/share/mklocale/zh_CN.GBK.sr o [2003/04/29] docs/51608 phantom [PATCH] Add Internet Archive Wayback Mach 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 p [2003/05/03] misc/51729 ache A patch that can make freebsd support zh_ o [2003/05/05] ports/51791 tg Change-request: shell/pdksh (pdksh-5.2.14 o [2003/05/06] conf/51830 trhodes new entries in termcap 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] docs/51891 doc DIAGNOSTICS in ed driver manpage don't ma o [2003/05/06] ports/51900 trevor [Update Port]: audio/fest* to last versio 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] ports/51947 mharo Analog port does not include anlgform.htm o [2003/05/08] kern/51958 joe update for urio driver [PATCH] o [2003/05/10] kern/52026 joe umass driver support for InSystem ISD200 o [2003/05/10] bin/52032 markm Telnet option contra telnet protocol 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/12] www/52105 josef Remove 404s from gallery.xml o [2003/05/12] ports/52106 phantom New port: java/javaws: Java Web Start 1.2 s [2003/05/13] ports/52173 portmgr [patch] bsd.port.mk - Modify USE_GETOPT_L o [2003/05/13] bin/52190 dwmalone [Patch] decode more syscalls in truss o [2003/05/14] i386/52249 i386 [PATCH] Bootmanager shows NTFS partitions o [2003/05/14] misc/52255 small picobsd build script fails under FreeBSD o [2003/05/14] misc/52256 small picobsd build script does not read in use o [2003/05/14] kern/52258 imp pccard non-functional, repeated "card ins o [2003/05/15] bin/52271 qa sysinstall panics in machine with no hard o [2003/05/15] ports/52272 cy security/aide: Aide-0.9 complains of "@@e s [2003/05/15] ports/52303 des [patch] add knob to databases/gnats to re f [2003/05/16] ports/52311 patrick [ADD MAKE ARGS]:: WITH_GTK And WITH_THREA o [2003/05/18] i386/52401 i386 5.1-BETA syslogd not recording entries fr o [2003/05/18] i386/52408 i386 quitting gnome2-2.2.1_1 results in LOR 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] ports/52420 mita japanese/xpdf installation terminated whe o [2003/05/19] i386/52427 i386 DVD replay under MSI "655 MAX" mobo inter f [2003/05/19] conf/52432 joe Install: drivers.flp won't load with USB o [2003/05/19] docs/52448 simon [patch] Misc man page reference fixes o [2003/05/20] bin/52469 ppp: Multiple devices using UDP don't wor o [2003/05/20] bin/52489 [PATCH] ps tpt does not work o [2003/05/21] bin/52517 murray New functionality for /usr/bin/Mail f [2003/05/22] bin/52601 mbr [PATCH] rpc.yppasswdd fails if master.pas o [2003/05/23] kern/52623 Error in driver for the Intel EtherExpres o [2003/05/25] docs/52672 doc Porter's Handbook: couple of corrections o [2003/05/26] ports/52706 portmgr [patch] bsd.port.mk issues warning if a s o [2003/05/27] kern/52725 [PATCH] installincludes for kmods o [2003/05/27] kern/52735 njl Add support for one more type of USB flas f [2003/05/27] bin/52746 tcsh fails to handle large arguements 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 a [2003/05/28] ports/52765 portmgr [PATCH] Uncompressing manual pages may fa o [2003/05/29] bin/52782 user ppp dumps core when doing pppctl "sh f [2003/05/29] ports/52793 ports-bugs Samba 2.2.8a printing woes o [2003/05/29] ports/52797 lev devel/subversion does not install any too f [2003/05/31] ports/52825 lioux goggles-0.5.5 compile under 5.1-BETA2 fai s [2003/05/31] bin/52826 Feature Request: Adding Timestamps to pkg o [2003/06/02] ports/52859 ports-bugs Samba 2.2.8a (2.2.8)- broken support for o [2003/06/02] docs/52878 doc [PATCH] security(7): small clairification o [2003/06/02] alpha/52882 alpha fpsetprec/fp_prec_t unsupported on alpha? o [2003/06/03] ports/52906 roger vid-1.0.1 from ports does not work with U o [2003/06/03] bin/52907 phk [PATCH] more malloc options for debugging s [2003/06/03] ports/52917 portmgr [PATCH] bsd.port.mk: update default value f [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] kern/52960 jmg 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] kern/53005 njl USB IntelligentStick SCSI DA quirk o [2003/06/07] kern/53025 joe [PATCH] ugen does not allow O_NONBLOCK fo o [2003/06/07] kern/53027 rsm [CHANGE-REQUEST] Better Entry for Intel P f [2003/06/08] kern/53067 njl Add support for the PQI USB Flash Disk o [2003/06/09] conf/53131 qa "ALL" could not turn check BOXes ON at pa o [2003/06/11] conf/53197 re default tag of RELENG_5_1 standard-supfil o [2003/06/11] i386/53200 i386 5.1-RC1 SMP kernel boot gags at "APIC_IO: o [2003/06/12] kern/53264 sound PCM interrupt not routed on Sony VAIO lap o [2003/06/12] kern/53265 imp Make Sierra A555 work in FreeBSD o [2003/06/13] docs/53271 hmp the bus_dma man page fails to document al o [2003/06/13] bin/53288 tail will sometimes display more lines th o [2003/06/13] docs/53303 doc mount(2) man page error o [2003/06/14] i386/53324 i386 pam_group problems (PAM_RUSER used instea p [2003/06/14] misc/53327 Important fix for Latin-american keymap o [2003/06/15] bin/53341 qa dump frequency in sysinstall is always th o [2003/06/16] bin/53377 [PATCH] su does not return exit status of o [2003/06/16] kern/53383 adding Terratec TValue to bktr driver o [2003/06/17] kern/53417 sound Bad Recordings on AC97 onboard audio syst o [2003/06/18] docs/53454 trhodes wrong sample code in manpage of wcwidth(3 o [2003/06/18] bin/53475 cp(1) copies files in reverse order to de o [2003/06/19] kern/53506 Support gzipped modules. (partial patch) o [2003/06/19] bin/53520 su to another user does not update utmp o [2003/06/20] bin/53560 logging domain names in wtmp is retarded o [2003/06/20] docs/53575 doc Change to Handbook Section 20.9 o [2003/06/21] docs/53596 doc Updates to mt manual page o [2003/06/22] standards/53613standards FreeBSD doesn't define EPROTO o [2003/06/22] docs/53621 trhodes devname(3)'s man page needs an example o [2003/06/23] ports/53636 ports-bugs Suggestion for rc.d style startup scripts o [2003/06/23] ports/53657 tobez devel/p5-Parse-RecDescent - tutorial/* is o [2003/06/24] www/53676 simon [patch] Don't make people contact doc@ fo o [2003/06/24] bin/53682 standards [PATCH] add fuser(1) utitity o [2003/06/25] docs/53732 doc quota output and man page do not document o [2003/06/26] docs/53751 doc bus_dma(9) incorrectly documents BUS_DMA_ o [2003/06/26] java/53790 znerd Let tomcat41ctl start java -server o [2003/06/28] bin/53870 C++ undeclares standard math functions li o [2003/06/29] bin/53899 mktime gives wrong result in Central time o [2003/06/29] conf/53901 dd Suggest MFC of include keyword to config( o [2003/06/30] i386/53930 i386 showmount doesnot show nfs exportlist on p [2003/06/30] misc/53944 [PATCH] ARMSCII-8 (Armenian) LOCALE and C o [2003/07/02] ports/54002 lioux QMTPC patch for qmail-1.03 o [2003/07/02] docs/54009 trhodes Clarify the location of the splash image o [2003/07/02] bin/54026 [patch] Add support for non-standard port o [2003/07/02] ports/54041 ade libtool13 (as installed) doesn't recogniz o [2003/07/02] ports/54048 ports-bugs wml fails o [2003/07/03] kern/54078 sound Sound Plays ~10% Slow o [2003/07/05] bin/54141 wrong behavour of cu(1) o [2003/07/07] conf/54170 error from weekly periodic script 330.cat o [2003/07/07] ports/54174 portmgr clean spaces behind variables out of port s [2003/07/07] bin/54185 rwatson UFS2 filesystem ACL flag not enforced a [2003/07/07] docs/54197 mheinen Mentioning of devfs is missing in the Ger f [2003/07/08] ports/54212 lioux Goggles-0.5.5 compile fails - dvdnav.o un o [2003/07/08] misc/54220 [PATCH] /usr/src/Makefile has wrong instr o [2003/07/08] misc/54229 Complete "See also" section for getipnode p [2003/07/08] docs/54235 ceri Error in ioctl(2)'s man page: Ioccon.h co o [2003/07/09] ports/54250 ade [PATCH] for devel/automake17 o [2003/07/09] ports/54262 tobez port lang/perl5 doesn't deinstall /usr/bi o [2003/07/09] bin/54274 ru udp-proxy support is not implemented in l p [2003/07/10] conf/54334 Tip in freebsd-tips datfile for fortune i o [2003/07/10] ports/54352 ports-bugs Conversion rc.d scripts to RC_NG o [2003/07/11] bin/54365 [PATCH] add -u option to install(1) for S o [2003/07/11] kern/54383 net NFS root configurations without dynamic p o [2003/07/11] docs/54391 doc Document that glob(3) respects LC_COLLATE o [2003/07/13] kern/54439 Protecting sysctls variables by given mut o [2003/07/13] i386/54451 i386 [patch] i386_{get|set}_ldt manual page is o [2003/07/13] docs/54461 kensmith Possible addition to Handbook o [2003/07/17] bin/54594 Apply regexps to the entire variable -- a o [2003/07/17] i386/54595 i386 emu10k1 sound driver locks system o [2003/07/18] kern/54604 Made 'ps -e' procfs-independent [PATCH]. o [2003/07/18] kern/54625 sumikawa [PATCH] IPv6 stealth forwarding o [2003/07/20] kern/54654 njl Need SCSI CAM quirk for Rovershot digital o [2003/07/20] bin/54672 le [PATCH] fix gcc 3.3 compiler warning for o [2003/07/20] www/54679 josef [patch] add some .at companies to gallery o [2003/07/20] bin/54683 sh, redundant history o [2003/07/21] kern/54730 [patch] root can not set arbitrary proces o [2003/07/22] docs/54752 doc bus_dma explained in ISA section: should o [2003/07/23] bin/54784 find -ls wastes space o [2003/07/23] kern/54786 njl Kernel quirk for FreeDik USB Mini Data Dr o [2003/07/24] standards/54809standards pcvt deficits o [2003/07/24] standards/54833standards more pcvt deficits o [2003/07/25] kern/54836 njl Casio QV Digital Camera problems o [2003/07/25] standards/54839standards pcvt deficits o [2003/07/25] ports/54866 lioux libgnugetopt incompatibility breaks mjpeg o [2003/07/25] ports/54875 andreas hpijs loops on fatal error s [2003/07/25] bin/54878 incorrect divisor in /usr/bin/jot -r o [2003/07/25] docs/54879 doc man 1 jot, -r description o [2003/07/26] kern/54884 mckusick FreeBSD -stable and -current free space h o [2003/07/26] bin/54891 ru libalias/natd and exporting connection-in o [2003/07/27] bin/54897 [PATCH] -y flag for mount_mfs o [2003/07/28] kern/54981 njl Add support for Lexar 256MB USB drive o [2003/07/28] docs/54995 doc Error in accept(2) man page o [2003/07/28] docs/54999 doc Documentation Project Primer doesn't conf o [2003/07/29] misc/55015 Security check output enhacement (truncat o [2003/07/29] misc/55031 getgrent() failure with large groups o [2003/07/29] java/55032 java SVr4 emulation interferes with install o [2003/07/29] kern/55034 njl ACPI Power Off don't work f [2003/07/30] kern/55094 ticso Intel USB 2.0 unrecognized (partial patch o [2003/07/30] kern/55097 njl BUSLink BusDrive Support (umass) o [2003/07/31] standards/55112standards glob.h, glob_t's gl_pathc should be "size p [2003/08/01] misc/55146 ache [PATCH] The termcap entry for screen is o o [2003/08/01] kern/55163 [patch] hide kld system details from jail o [2003/08/02] ports/55180 perky [PATCH] for removing configure warning of o [2003/08/03] docs/55207 josef [patch] update acroread section & add loc o [2003/08/03] bin/55215 le [PATCH] add wu-ftpd style xferlog format o [2003/08/04] ports/55237 anders sysutils/msyslog uses wrong loging unix s p [2003/08/07] misc/55341 Adding ko_KR.CP949 locale s [2003/08/08] ports/55371 ports-bugs xfig dumps core (unaligned access), if US o [2003/08/08] misc/55387 users LD_LIBRARY_PATH can interfere with o [2003/08/08] gnu/55394 GDB on FreeBSD 4.8: Deprecated bfd_read. o [2003/08/08] kern/55395 matk ICH sampling rate changes after resume fr o [2003/08/08] ports/55401 ache mod_auth_digest for ports/www/apache13 o [2003/08/08] bin/55408 Fix for VESA_800x600 mode for vidcontrol( o [2003/08/11] conf/55470 [PATCH] new pccard.conf entry (I-O DATA W o [2003/08/11] i386/55473 i386 Mouse broken on some AWARD BIOS with ACPI o [2003/08/11] docs/55482 doc DUMP has access to block devices in a JAI a [2003/08/12] ports/55515 portmgr [patch] extract perl stuff from bsd.port. o [2003/08/13] i386/55523 i386 AGP support for i82845G o [2003/08/13] bin/55539 [patch] Parse fstab(5) with spaces in pat o [2003/08/13] bin/55546 cdcontrol play tr m:s.f interface is part p [2003/08/16] docs/55641 roam [PATCH] catch up tl(4) with hardware note p [2003/08/16] docs/55643 roam [PATCH] catch up aue(4) with hardware not p [2003/08/16] docs/55645 roam [PATCH] catch up kue(4) with hardware not o [2003/08/16] docs/55653 doc chflags.1 - note that not all tools chfla o [2003/08/17] kern/55657 njl PMI usb drive SCSI DA quirk o [2003/08/17] ports/55669 nobutaka emacs20 and emacs21 override each other a a [2003/08/17] ports/55683 portmgr [patch] Add USE_PTHREAD_HACK to bsd.port. s [2003/08/18] ports/55699 x11 [PATCH] making x11-servers/XFree86-4-Serv o [2003/08/20] ports/55760 tobez [patch] make Perl versions coexist o [2003/08/20] bin/55788 le Growfs does not work on vinum concat volu o [2003/08/20] misc/55794 Convenience improvement suggestion: clear o [2003/08/20] kern/55802 Make kernel.GENERIC suitable for diskless o [2003/08/21] kern/55835 Linux IPC emulation missing SETALL syscal o [2003/08/21] kern/55838 Dual characters from keyboard in X on Tos o [2003/08/21] ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to u o [2003/08/22] ports/55866 ade port devel/libtool13 installs .la files o [2003/08/22] docs/55883 kensmith advanced-networking/chapter.sgml p [2003/08/23] misc/55895 [patch]fix short weekday names in zh_CN.* o [2003/08/23] ports/55896 ports-bugs [NEW PORT] www/mozplugger f [2003/08/23] ports/55904 dinoex gnustep art backend does not work o [2003/08/23] conf/55916 Change to /etc/rc.network & /etc/defaults o [2003/08/24] kern/55917 tun# devices cannot be created in 4.8-STA p [2003/08/24] docs/55925 roam mt, mtio, tcopy man pages refers to *rsa o [2003/08/24] misc/55936 send-pr does not set mail envelope from o [2003/08/25] bin/55981 luigi [patch] redundant argument count check in o [2003/08/25] kern/55984 ipfw [patch] time based firewalling support fo s [2003/08/26] ports/56006 des [PATCH] buffer overflows in databases/gna o [2003/08/26] i386/56012 i386 [patch] MAKEDEV does not allow creation o p [2003/08/26] docs/56021 roam Documentation incorrect for mac in ipfw2 o [2003/08/26] bin/56025 [PATCH] moused when detect USB mouse p [2003/08/27] docs/56044 roam missing information in manpage for accept s [2003/08/28] ports/56091 ports-bugs hp220 driver for print/ghostscript-gnu do o [2003/08/28] kern/56095 Apacer Pen Drive fails to work o [2003/08/29] conf/56144 [PATCH] /etc/rc.d/ipmon, /etc/rc.d/ipfilt o [2003/08/29] kern/56165 if_baudrate is not correct for rl, xl, dc o [2003/08/30] misc/56206 src/sys/sys/cdefs.h uses PreProcessor var o [2003/08/31] kern/56245 Distorted and choppy video with bktr-driv o [2003/08/31] bin/56249 lukemftpd has two bugs (motd, munged utmp o [2003/08/31] kern/56250 ums doesn't work with MCT based PS/2 conv o [2003/08/31] i386/56257 njl I'm unable to create floppies unless I di o [2003/09/01] ports/56275 x11 XFree86-4-Server: xf86config refers to no o [2003/09/02] ports/56301 knu portupgrade: -O ineffective a [2003/09/03] docs/56388 dougb Add/change #include lines for libisc man a [2003/09/03] ports/56389 portmgr [PATCH] port sysutils/pkg_install: fix `m o [2003/09/03] ports/56392 portmgr bento reports "share/nls/en_US.US-ASCII" o [2003/09/03] bin/56398 new option for daemon(8) -- pidfile [patc o [2003/09/04] kern/56441 andre bpf_tap() used incorrectly in bpf o [2003/09/04] bin/56447 Extend mt command for AIT-2 tape drives o [2003/09/04] kern/56451 /compat/linux/proc/cpuinfo gives wrong CP o [2003/09/04] standards/56476standards cd9660 unicode support simple hack o [2003/09/05] bin/56480 mixer(8) -s does not list recording sourc o [2003/09/05] conf/56506 A wireless network card is missing in 4.8 o [2003/09/06] kern/56513 panic in ugen w/ moused -p /dev/ugen0 o [2003/09/06] bin/56549 [patch] rtld.c - give more info on missin o [2003/09/07] gnu/56554 re add Cc: maintainer feature to send-pr o [2003/09/07] bin/56558 [PATCH] locate(1) cannot be safely used w o [2003/09/07] ports/56562 anders [update] www/mod_sqlinclude: update to 1. o [2003/09/08] docs/56584 hmp Updates for VOP_GETPAGES(9) and VOP_PUTPA o [2003/09/08] bin/56606 df cannot handle 2TB NFS volumes o [2003/09/08] kern/56617 Hang on boot w/neomagic audio on Dell Lat o [2003/09/09] ports/56641 portmgr [PATCH] bsd.port.mk: support for SHA1 and o [2003/09/09] bin/56646 [patch] getgrouplist()/setgroups() argume o [2003/09/09] bin/56648 le [PATCH] enable rcorder(8) to use a direct o [2003/09/09] bin/56649 [patch] More spurious semicolon removal o [2003/09/09] bin/56653 [patch] Removal of non-standard void * ar o [2003/09/09] ports/56658 linimon Convert security/amavisd startup scripts o [2003/09/09] kern/56664 bad file# in MTIO status buffer after MTE o [2003/09/10] ports/56677 nbm qmailanalog port does not install to corr o [2003/09/11] ports/56699 seanc net/openreg needs to move to dns category o [2003/09/11] misc/56715 darrenr ipmon starts too early and exits immediat o [2003/09/11] misc/56720 Resolver UNICODE support o [2003/09/11] kern/56726 [PATCH] patches for if_bfe (Broadcom BCM4 o [2003/09/12] conf/56736 [PATCH] rcNG: enable packages to particip f [2003/09/13] ports/56756 edwin bogus patch on emulators/twin o [2003/09/15] docs/56903 josef [patch] articles/fonts: add application t o [2003/09/15] ports/56909 roger cannot compile openh323 o [2003/09/15] docs/56911 hmp Document for VOP_OPEN missing the last pa o [2003/09/16] bin/56914 ftpd ignores default umask settings o [2003/09/16] docs/56915 josef [patch] articles/fonts: update links s [2003/09/16] java/56928 java jce-aba port should install to $JAVA_HOME o [2003/09/16] conf/56934 rc.firewall rules for natd expect an inte o [2003/09/16] docs/56936 josef [patch] articles/java-tomcat: add applica o [2003/09/17] conf/56940 pccard.conf entry for PCET10-CL causes sy o [2003/09/17] conf/56952 re Floppy install error p [2003/09/17] conf/56956 xterm-ic from termcap is not included in o [2003/09/17] bin/56961 [PATCH] pkg_install: match package versio o [2003/09/18] ports/56980 portmgr unprivileged user, extracting of tarballs o [2003/09/18] docs/56981 doc man terminfo(5) from libncurses does not o [2003/09/18] bin/56989 [PATCH] pkg_install: -v doesn't work on p o [2003/09/19] misc/56999 FreeCom USB CD/RW problem on FreeBSD 5.1 o [2003/09/19] ports/57016 portmgr sysutils/pkg_install: left over files in o [2003/09/19] bin/57018 le [PATCH] convert growfs to use libufs(3) o [2003/09/19] bin/57024 a new option for xargs(1) -- only treat \ o [2003/09/19] bin/57026 [PATCH] Therer is no way to know the labe o [2003/09/19] bin/57029 [PATCH] pkg_install: make more robust aga o [2003/09/20] bin/57045 trpt(8) option -t was disabled on -curren o [2003/09/20] kern/57046 njl Add usb quirk for Sigmatel USB Flash MP3 o [2003/09/21] bin/57054 let test(1) compare the mtime of a file t o [2003/09/21] kern/57065 jmg core dumps with NODUMP flag o [2003/09/22] bin/57088 [PATCH] for a possible fd leak in libcam. o [2003/09/22] bin/57089 "w" does not honor the -n option o [2003/09/23] i386/57125 i386 Comment to IPSEC_FILTERGIF in LINT is now s [2003/09/23] ports/57143 ports-bugs modules in flash shell broken o [2003/09/24] ports/57151 tobez Port lang/perl5.8: use.perl fails to modi o [2003/09/24] docs/57153 doc S_IRWXU missing in fstat(2) man page? o [2003/09/24] java/57192 java linux-ibm-java1.4 freeze o [2003/09/25] kern/57230 [patch] psm(4) incorrectly identifies an o [2003/09/26] amd64/57250 obrien Broken PTRACE_GETFPREGS and PTRACE_SETFPR f [2003/09/26] ports/57259 portmgr [patch] Building a port as root using an s [2003/09/27] ports/57289 ports-bugs teamspeak-server port is broken in 3 ways o [2003/09/27] standards/57295standards [patch] make does not include cmd line va o [2003/09/27] docs/57298 blackend Using compact flash cards o [2003/09/29] kern/57350 kernel panics when using old monocrome pr o [2003/09/29] docs/57388 doc INSTALL.TXT enhancement: mention ok promp f [2003/09/30] bin/57407 bms [patch] Better NTP support for dhclient(8 o [2003/09/30] kern/57428 a couple of new sysctl to toggle which IP o [2003/10/01] misc/57464 Boot process: loader(8) seems to confuse o [2003/10/01] kern/57468 Quirk for Quantum LPS540S o [2003/10/01] kern/57469 Quirk for Conner CP3500 o [2003/10/01] ports/57475 edwin devel/sdl12: upgrading to 1.2.6 + some fi o [2003/10/01] kern/57487 sound Sound stops working on my Thinkpad 560X a o [2003/10/02] ports/57498 portmgr HEIMDAL_HOME should be defined in src or o [2003/10/02] ports/57502 eik ports that define USE_* too late o [2003/10/02] conf/57517 add parameter for /etc/periodic/daily/210 o [2003/10/02] kern/57522 [PATCH] New PID allocater algorithm from p [2003/10/03] docs/57541 trhodes Some suggestions for the Basics chapter o o [2003/10/03] i386/57546 Adding VIA C3 capability printout in i386 o [2003/10/04] docs/57569 doc error on gensetdefs(8) man page o [2003/10/05] bin/57630 lptcontrol gives "device busy" if device o [2003/10/06] bin/57641 [patch] missing option in mdmfs (mount_mf a [2003/10/07] kern/57696 NFS client readdir terminates prematurely o [2003/10/07] bin/57715 tcopy enhancement f [2003/10/07] kern/57721 sound Dell built in SB Live not detected (patch o [2003/10/07] ports/57726 trevor upgrade cvslines to 1.6.8 o [2003/10/08] misc/57748 [patch] rc.network doesn't allow for -a i o [2003/10/08] i386/57783 i386 UINT32_MAX is missing from FreeBSD 4.X o [2003/10/09] bin/57791 dig option -x incorrectly produces ip6.ar a [2003/10/10] sparc64/57856sparc64 sparc64: IDE Raid controller no detect di o [2003/10/10] ports/57860 ports-bugs New port: science/ovt: Orbit Visualizatio o [2003/10/12] standards/57911standards fnmatch ("[[:alpha:]]","x", FNM_PATHNAME) o [2003/10/12] docs/57926 doc amd.conf.5 poorly format as it has both m o [2003/10/13] ports/57943 ports-bugs isc-dhcp3 port broken with lots of interf o [2003/10/13] docs/57974 doc man page apropos for select macros (FD_SE o [2003/10/13] kern/57976 simple kernel DDB enhancement o [2003/10/13] docs/57978 doc Type miss of GPIB in Hardware Notes o [2003/10/14] ports/57992 osa [PATCH] Utilize %%DOCSDIR%% macro o [2003/10/14] misc/58008 sysinstall postfix installation problem o [2003/10/14] bin/58012 Multihomed tftpd enhancement o [2003/10/14] ports/58015 ports-bugs [NEW PORT] www/apache-forrest: A tool for o [2003/10/14] conf/58016 [PATCH] Can't load speaker.ko kernel modu o [2003/10/16] docs/58111 doc Handbook 12.4.3 Rebuilding ATA RAID1 Arra o [2003/10/16] misc/58134 ntpdate documented as obsolete, and shoul o [2003/10/16] ports/58146 anders [non maintainer update] www/mod_auth_exte o [2003/10/17] ports/58158 nork replace install directory for ump.so f [2003/10/18] ports/58196 roam update ports/net/p5-Net-IPv6Addr to 0.2 o [2003/10/18] docs/58202 kensmith handbook doesn't mention kldload'ness of o [2003/10/18] bin/58206 [Patch] 460.status-mail-rejects incompati a [2003/10/18] kern/58214 andre [patch] Align smallbits properly in poll( o [2003/10/20] misc/58272 [patch] rc.d/diskless detection, dhcp reb f [2003/10/20] ports/58289 ports-bugs www/httrack port fails with Floating poin o [2003/10/20] bin/58293 vi replace with CR (ASCII 13) doesn't wor s [2003/10/22] ports/58365 pat port security/gtk-knocker update o [2003/10/22] misc/58373 mckusick ufs inconsistency between 4.9-RC and 5.1 o [2003/10/22] ports/58385 cy [PATCH] misc/screen: Utilize EXAMPLESDIR o [2003/10/22] ports/58386 ume [PATCH] sysutils/gkrellm2: Utilize EXAMPL o [2003/10/22] ports/58387 mharo [PATCH] security/sudo: Utilize EXAMPLESDI o [2003/10/22] bin/58390 bsdlabel fails to display an error messag o [2003/10/23] ports/58415 mharo [PATCH] Support for Mysql4client and Open f [2003/10/23] ports/58459 cjh ports/net/ztelnet build problem o [2003/10/24] bin/58483 [PATCH] allows type special or node relat f [2003/10/24] kern/58491 Kernel panic when loading amr driver o [2003/10/24] kern/58497 sysctl knob to return current process' ji f [2003/10/25] misc/58529 Patch for RDWR bpf in pcap. o [2003/10/25] ports/58545 joerg devel/avr-gcc: fix libintl and libiconv d o [2003/10/26] misc/58557 Summer/Winter-time change causes daily cr a [2003/10/26] ports/58578 roam new port: misc/kbedic, Bulgarian to Engli o [2003/10/26] gnu/58583 kan gcc.1, cpp.1 and gcov.1 manpages are outd o [2003/10/27] conf/58595 Default NTP configuration o [2003/10/28] docs/58615 doc update for Vinum chapter of Handbook: des o [2003/10/28] ports/58635 anders [non maintainer update] www/mod_auth_pam: o [2003/10/28] ports/58653 trevor [Ports Update]:: audio/fest* 1.4.1 -> 1.4 o [2003/10/28] gnu/58656 gdb not ready for prime time o [2003/10/28] ports/58675 jedgar non-maintainer-update: mail/grepmail to 5 o [2003/10/29] standards/58676standards grantpt(3) alters storage used by ptsname o [2003/10/29] conf/58680 dougb [PATCH] RCNG: shouldn't ldconfig be start o [2003/10/29] bin/58696 /sbin/natd feature request & possible pat o [2003/10/29] ports/58705 tobez update net/p5-NetAddr-IP from 3.14 to 3.1 o [2003/10/30] docs/58710 doc killpg(2) contains an error regarding sen f [2003/10/30] ports/58716 jesper ports/net/p5-Net-SSH-Perl fetch hangs o [2003/10/31] i386/58784 i386 ATA DMA fails and vx0 creates panic f [2003/10/31] ports/58786 portmgr unbreak WANT_AUTOCONF_VER o [2003/11/01] kern/58803 kern.argmax isn't changeable even at boot o [2003/11/02] ports/58839 petef [REPOCOPY DONE] add gtk2 ability to games o [2003/11/03] bin/58893 OPIE implementation bug o [2003/11/03] ports/58894 jmz Fix of support for textproc/no-ispell, No o [2003/11/04] ports/58926 obrien latest port of editors/vim has problem dr o [2003/11/04] bin/58939 dumb little hack for /etc/rc.firewall{,6} o [2003/11/04] ports/58948 sergei new port: sysutils/apan, a tool for integ o [2003/11/05] bin/58970 truss coredumps for the no significant re o [2003/11/06] misc/58992 fenner libpcap has BIOCGDLTLIST stuff but no DLT o [2003/11/07] docs/59044 doc doc.docbook.mk does not properly handle a s [2003/11/07] ports/59047 ports-bugs [NEW PORT] multimedia/freevo: Freevo is a o [2003/11/08] kern/59067 [patch] PS/2 mouse unstable p [2003/11/09] bin/59078 re [patch] Fix greek support in sysinstall a p [2003/11/10] bin/59144 le [patch] Allow a trailing / for mount -u t o [2003/11/10] i386/59147 i386 USB active extension cable not recognized o [2003/11/10] ports/59153 cy [PATCH] x11-wm/fvwm2 cannot correctly dis o [2003/11/10] ports/59154 cy [PATCH] x11-wm/fvwm2-devel cannot correct o [2003/11/10] ports/59162 portmgr [patch] bsd.port.mk: add-plist-info execu o [2003/11/10] ports/59165 cy fvwm2 port glitches/bugs o [2003/11/11] kern/59169 joe ulpt is missing read operation o [2003/11/11] ports/59194 portmgr [patch] proposal of two new port CATEGORI f [2003/11/11] kern/59205 le vinum doesn't check whether strip size is o [2003/11/12] bin/59207 uustat list limit of 201 jobs o [2003/11/12] kern/59208 matk sound patch to reduce pops and crackles a o [2003/11/12] ports/59218 demon x11-wm/afterstep-stable fails to be insta o [2003/11/12] bin/59220 obrien systat(1) device select (:only) broken o [2003/11/12] ports/59221 ports-bugs New port: news/fidogate-ds. A fresh branc s [2003/11/12] ports/59239 ports-bugs new port audio/tse3, a midi library s [2003/11/12] ports/59243 ports-bugs new port audio/anthem, a KDE midi sequenc f [2003/11/13] ports/59254 eik ports that write something after bsd.port o [2003/11/14] kern/59289 [PATH] ioctl METEORGBRIG in bktr_core.c f o [2003/11/14] ports/59292 demon dvips one line paper sizes broken? o [2003/11/14] ports/59297 x11 RADEON 7500 Warning message o [2003/11/15] www/59307 josef [patch] xml/xsl'ify & update publications o [2003/11/16] misc/59347 cperciva Add Bacula to /etc/services o [2003/11/17] ports/59371 ports-bugs new port: net/smb4k, KDE SMB network brow o [2003/11/18] bin/59423 [PATCH] ps: show 'sid' keyword in '-j' o [2003/11/19] kern/59455 lock order reversal o [2003/11/19] docs/59477 doc Outdated Info Documents at http://docs.fr o [2003/11/19] ports/59485 sergei [NEW PORT] net/nrpe2: Nagios Remote Plugi o [2003/11/20] bin/59530 strange bug in /bin/sh o [2003/11/21] bin/59551 Problem with GDB on latest -CURRENT o [2003/11/21] ports/59553 demon teTeX installs texdoctk without depending o [2003/11/21] bin/59564 Added an option (-S) to from command to a o [2003/11/21] docs/59565 doc [PATCH] FAQ doesn't cover definition of g s [2003/11/21] bin/59569 nullfs gives fts_read problem with du(1) o [2003/11/21] ports/59571 znerd improvements of www/jakarta-tomcat4[1] Ma o [2003/11/22] i386/59600 i386 [PATCH] Improved us.emacs.kbd mapping o [2003/11/23] kern/59624 [PATCH] HightPoint HPT371 support for Fre s [2003/11/24] ports/59637 vs [patch] emulators/generator: Force use of o [2003/11/24] docs/59649 doc Outdated 4.4BSD Documents at http://docs. o [2003/11/24] ports/59651 portmgr [patch] Remove last remaining COMMENT fi a [2003/11/24] ports/59657 trevor emulators/linux_base-8 cpio for install w o [2003/11/25] ports/59682 knu portupgrade uses ports when you want it t a [2003/11/25] ports/59695 ade [PATCH] devel/gmake: add two patches to a o [2003/11/25] ports/59696 portmgr [patch] bsd.port.mk: change `ls' with `pk o [2003/11/26] kern/59698 Rework of ukbd HID to AT code translation o [2003/11/26] bin/59708 [patch] add sSMTP support for Mail select o [2003/11/27] bin/59730 isdnd crashes with signal 11 if cannot cr o [2003/11/27] ports/59731 mikeh irc/lirc daemon "could not assign address o [2003/11/27] kern/59732 jhb acpi causes boot to hang o [2003/11/27] docs/59735 kensmith Adding a reference to Icelandic Rsync o [2003/11/27] docs/59736 kensmith Updating size of archives o [2003/11/27] kern/59739 rmdir(2) and mkdir(2) both return EISDIR o [2003/11/28] bin/59772 ftpd(8)/FreeBSD 5: support for tcp_wrappe o [2003/11/28] bin/59773 ftpd(8)/FreeBSD 5: IP address of the clie o [2003/11/28] bin/59774 ftpd(8)/FreeBSD 5: syslog facility may be o [2003/11/28] bin/59775 ftpd(8)/FreeBSD 5: incorrect reply for "u o [2003/11/28] bin/59776 ftpd(8)/FreeBSD 5: PAM "session" code is o [2003/11/29] ports/59788 knu sysutils/portupgrade ignores line breaks o [2003/11/29] standards/59797standards Implement C99's round[f]() math fucntions p [2003/11/29] misc/59799 New locale: zh_HK.Big5HKSCS s [2003/11/29] ports/59802 linimon [patch] make devel/py-ncurses depend on d o [2003/11/29] i386/59806 i386 [patch] Suspend/resume breaks em0 o [2003/11/29] ports/59813 sergei New port: mail/mixmaster anonymous remail o [2003/11/29] kern/59814 FreeBSD mknod refuses to create pipes and o [2003/11/30] ports/59832 seanc Upgrade of jabber-aim to version 20030314 o [2003/11/30] docs/59835 doc ipfw(8) man page does not warn about acce o [2003/11/30] ports/59837 erwin Update graphics/p5-Image-Info to version o [2003/11/30] i386/59854 i386 System panics when AGP device is loaded o [2003/11/30] ports/59861 seanc New port: net/mu-conference, jabber-mu-co o [2003/12/01] ports/59872 obrien bash2 should permit the user to install d o [2003/12/01] bin/59883 divert cannot be renamed in FreeBSD m4 o [2003/12/02] docs/59900 kuriyama out of date README.txt and .message files o [2003/12/02] kern/59903 "pci_find_device" returns [only/at] the f o [2003/12/03] bin/59922 Toshiba Portege hangs with Eicon DIVA T/A o [2003/12/03] kern/59934 njl Cardbus won't work if ACPI is enabled on o [2003/12/04] ports/59955 cy net/ntp improvements o [2003/12/04] ports/59956 sergei ports/devel/porttools depends on ports/de o [2003/12/04] ports/59961 seanc Jabber deamon won't run if hostname is mi p [2003/12/06] docs/59991 ceri diff manpage lacks a return value section o [2003/12/08] docs/60049 doc [patch] suggestion for advanced-network/c o [2003/12/09] bin/60079 realpath(3) accepts zero size symbolic li p [2003/12/09] docs/60088 simon [PATCH] add additional MLINKS for rman(9) o [2003/12/09] kern/60089 scottl UDF filesystem appends garbage to files o [2003/12/09] conf/60106 /etc/hosts mentions AfriNIC which does no o [2003/12/10] kern/60131 Page fault on disconnect of USB device o [2003/12/11] ports/60134 anders www/mod_auth_pam marked broken but does c o [2003/12/12] kern/60174 debugging a kernel module in load/attach o [2003/12/12] kern/60183 No WCCPv2 support in gre o [2003/12/12] ports/60185 ports-bugs [New Port] www/w3-emacs21 WWW browser bas o [2003/12/13] kern/60218 sos [PATCH] HPT302 ATA133 Support for 4.9-STA a [2003/12/14] misc/60243 Problem in calling kpathsea library from o [2003/12/15] kern/60248 Problem with USB printer HP LaserJet 1300 a [2003/12/15] ports/60262 eik fetchmail-6.2.5 with APOP: "cannot get a o [2003/12/16] kern/60293 FreeBSD arp poison patch o [2003/12/16] kern/60307 wrong product id in pccarddevs for SpeedS o [2003/12/16] misc/60309 sys/socket.h: CMSG_NXTHDR requires defini o [2003/12/16] i386/60319 i386 read error 34/0 during installation, SYST o [2003/12/17] misc/60350 qa In sysinstall's Choose Distributions scre o [2003/12/17] kern/60351 Code stream problem o [2003/12/17] misc/60352 [PATCH] buildworld fails in sysinstall if o [2003/12/18] ports/60361 ports-bugs [PATCH] Samba 2.2.8a (2.2.8)- broken supp f [2003/12/18] kern/60367 rwatson Erroneous "(core dumped)" in process deat o [2003/12/18] bin/60368 jmg performance problem /usr/sbin/ppp o [2003/12/18] kern/60377 luigi [patch] to make "ipfw tee" behave as inte o [2003/12/18] ports/60384 andreas apsfilter port fails with -DBATCH -DWITHO o [2003/12/18] ports/60391 dougb [SW-BUG] Fix hpijs to work with CUPS o [2003/12/19] docs/60401 doc small typo/error in tcpdump(1) o [2003/12/20] ports/60420 max [patch] lang/swi-prolog: Fix packaging on o [2003/12/20] ports/60428 seanc ports memcached update o [2003/12/20] kern/60448 PF_KEY protocol does not have a correspon o [2003/12/21] kern/60458 [patch] bktr(4) compilation fails if BKTR o [2003/12/21] ports/60472 ports-bugs [New Port] devel/doxymacs Doxymacs is Dox f [2003/12/21] ports/60473 ports-bugs New port databases/db3-tcl p [2003/12/21] kern/60474 Temporary fix for DRM support for Radeon o [2003/12/22] i386/60500 imp system hangs on defect pccard o [2003/12/22] misc/60503 small error in modules installation o [2003/12/22] bin/60510 [PATCH] change to less for compressed fil o [2003/12/22] kern/60521 sane-backends-1.0.13_1 coredumps in use w p [2003/12/23] bin/60524 mtree tumbles on files begining with hash o [2003/12/23] docs/60529 doc resolver(5) man page is badly out of date o [2003/12/24] docs/60544 doc getenv(3) manpage doesn't state the retur o [2003/12/24] kern/60550 silby [PATCH] hitting process limits produces s f [2003/12/24] misc/60551 No sound for ATI TV-Wonder (stereo not VE f [2003/12/25] ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify o [2003/12/25] misc/60574 The nonsensical word "irregardless" shows f [2003/12/26] ports/60585 ports-bugs ZMailer 2.99.56 is available, can be comp p [2003/12/26] standards/60597standards FreeBSD's /usr/include lacks of cpio.h o [2003/12/26] misc/60599 No sound for ATI TV Wonder (stereo) o [2003/12/27] bin/60632 UI bug in partition label screen in sysin o [2003/12/27] i386/60633 i386 It would seem that if you're running a sy o [2003/12/27] bin/60636 Enhancement to adduser script. o [2003/12/27] i386/60637 i386 /etc/resolv.conf not created after fresh o [2003/12/27] bin/60642 dhclient has mysterious option -D o [2003/12/27] i386/60643 i386 5.2 RC2 disk1 ISO will not boot on an Asu o [2003/12/28] i386/60662 i386 5.2 Anonymous FTP server out dated. o [2003/12/28] misc/60677 No reaction of volume controy key on IBM o [2003/12/29] misc/60697 [patch] pseudo-tty hack versus telnet rac o [2003/12/29] kern/60699 DVD Multidrive udma mode autosensed wrong o [2003/12/29] i386/60702 i386 can't boot 5.2-RC2 iso's to install o [2003/12/29] ports/60716 clement New port: sysutils/dtc, Doman Technologie o [2003/12/29] kern/60719 ipfw ipfw: Headerless fragments generate cryp o [2003/12/30] ports/60736 tobez perl's use.perl message isn't clear about o [2003/12/30] kern/60737 Sound card Turtle Beach Santa Cruz not wo o [2003/12/31] ports/60768 se [update] mini_httpd 1.18 -> 1.19 o [2003/12/31] www/60769 www typo in porting-submitting.html o [2004/01/01] i386/60787 i386 ACPI puts Dell PowerEdge 400SC machine in o [2004/01/01] conf/60793 re treat cvsup-no-gui the same way as pearl o [2004/01/01] www/60796 josef [patch] support.sgml: sort usergroups by o [2004/01/01] bin/60806 dwmalone inetd hangs on non-existent config files o [2004/01/01] misc/60815 5.2-rc2 install screen becomes garbled af o [2004/01/02] i386/60817 i386 FBSD-5.1/5.2-RC1 "fdc0: cmd 3 failed at o o [2004/01/02] misc/60834 ftpd send_data()+oldway: anonymous transf o [2004/01/03] kern/60874 auto-assign devfs ruleset numbers o [2004/01/03] i386/60876 i386 ..... o [2004/01/03] ports/60879 markus Reintroduce port: sysutils/arson o [2004/01/04] kern/60892 Added -p option to kldxref to allow creat o [2004/01/04] misc/60900 During shutdown sync fails: "giving up on o [2004/01/04] bin/60901 mbr XDR stdio is broken on 64 bit platforms. o [2004/01/05] i386/60919 i386 No login possible (sporadic) o [2004/01/05] i386/60963 i386 [PATCH] Win32 Applications abort on PECOF o [2004/01/05] kern/60964 [PATCH] Add SIIG Quartet Serial 4S PCI ID o [2004/01/06] kern/60981 cannot obtain error(sense key, APC,..) w o [2004/01/06] kern/60982 [PATCH] ID for VIA 686A Power Management f [2004/01/06] ports/60998 trevor solved: building linux_devtools-7.1_1 fai a [2004/01/06] ports/61001 arved help2man is misfiled o [2004/01/06] i386/61005 i386 The Boot Manager in FreeBSD 5.2RC can't f [2004/01/07] ports/61011 sergei [PATCH] update net/isc-dhcp3 to use getif o [2004/01/07] ports/61036 clement [patch] clean orphaned ports in misc cate o [2004/01/07] ports/61041 clement [patch] clean orphaned ports in misc cate o [2004/01/08] ports/61069 shige [patch] ports/Mk/bsd.emacs.mk is not PREF o [2004/01/08] docs/61070 doc Installation docs misleading: PResizer i f [2004/01/08] misc/61085 Error while doing the installation. o [2004/01/08] www/61086 www chinese documentation projects not listed o [2004/01/08] kern/61109 bge on TYAN AMD762-based Thunder/Tiger pa o [2004/01/09] ports/61137 ports-bugs New Port:lang/pg used by WebWork math pro o [2004/01/09] ports/61147 trevor lang/gcc295 doesn't compile when CPUTYPE o [2004/01/10] kern/61174 patch to bridge.c: range checking for bri o [2004/01/10] ports/61181 lioux bayespam problem with recursion o [2004/01/11] amd64/61209 amd64 ppc0: cannot reserve I/O port range o [2004/01/11] i386/61219 i386 installation of 5.1 stalls at "Mounting r o [2004/01/12] bin/61234 usbhidaction doesn't support using an alt o [2004/01/12] ports/61238 lofi [PATCH] update `multimedia/xvid' to 1.0.0 o [2004/01/12] i386/61239 i386 bootp enhancement, places the dhcp tags i o [2004/01/12] i386/61253 i386 panic: page fault on installation freebsd o [2004/01/12] bin/61257 improvement to make(1)'s diagnostic of mi o [2004/01/12] kern/61259 [patch] make "ipfw tee" work as intended o [2004/01/12] kern/61261 generated header, emu10k1-alsa%diked.h no o [2004/01/12] misc/61264 Unable To Use VT100 Terminal Emulator (Te s [2004/01/12] ports/61280 trevor Update port: astro/celestia to 1.3.1 o [2004/01/12] misc/61289 ifn value on pccard script o [2004/01/13] kern/61296 dhclient fails to start with SysKonnect L o [2004/01/13] ports/61297 obrien Bash core dump (shells/bash2) o [2004/01/13] kern/61300 [patch] Enabling HomePNA PHY on aue(4) fo o [2004/01/13] docs/61301 doc [patch] Manpage patch for aue(4) to enabl o [2004/01/13] i386/61308 i386 Maxproc Limits counts Zombie Processes wh o [2004/01/13] i386/61320 i386 IntelPRO NIC 82562ET Pro/100 o [2004/01/13] misc/61322 bsd.dep.mk disallows shell generated flag o [2004/01/13] misc/61341 LG 5350 Sprint PCS phone will not attach o [2004/01/13] misc/61345 rue driver mbuf flag is bad o [2004/01/13] i386/61348 i386 Adaptec 1460D PCI SCSI Card does not work o [2004/01/14] java/61357 znerd Fix port: java/jakarta-commons-cli o [2004/01/14] misc/61365 FreeBSD resets when I turn off monitor w/ o [2004/01/15] ports/61383 ports-bugs New port: net/t38modem, H.323 compliant f o [2004/01/15] ports/61384 ports-bugs NEW PORT: textproc/htmlize.el (turn emacs o [2004/01/15] misc/61388 matk pcm stopped working on an ASUS M2400N Not o [2004/01/15] conf/61391 services Entry for fsp protocol is missin o [2004/01/15] bin/61405 A faster ffs(3) f [2004/01/15] kern/61408 kernel panic with gif and x11-wm/xfce4-pa o [2004/01/16] kern/61415 [PATCH] disable broadcast ssid if_wi and o [2004/01/16] ports/61440 ports-bugs /usr/ports/net/tightvnc does not install o [2004/01/16] i386/61442 i386 Highpoint RocketRAID 1520 uses only UDMA2 o [2004/01/16] ports/61444 tobez Upgrade perl5.8 to 5.8.3. o [2004/01/16] kern/61448 RealTek driver (rl) fails to adjust TX th o [2004/01/16] bin/61451 Error with "carat" and "metriccarat" unit p [2004/01/16] ports/61453 arved ports/security/libksba - make fetchable a f [2004/01/17] ports/61471 ports-bugs Suggested mini-patch to ports/graphics/sa o [2004/01/17] i386/61481 i386 a mechanism to wire io-channel-check to u o [2004/01/17] kern/61497 __elfN(map_insert) bug [patch] s [2004/01/17] ports/61500 trevor [patch] fix "make fetch" for audio/mbrola o [2004/01/17] bin/61502 dwmalone Incorrect ip6fw output when adding rules o [2004/01/17] kern/61503 mount_smbfs does not work as non-root o [2004/01/17] misc/61504 mtm [patch] New RC script: accf_http o [2004/01/17] kern/61513 kernel gets into a panic to put invalid v o [2004/01/18] ports/61525 ports-bugs Update port: net/linphone o [2004/01/18] ports/61539 sergei new port: net/nrg o [2004/01/18] misc/61545 5.2 release cannot see NIC on Dell 1750 o [2004/01/19] misc/61579 sis 645dx is not working (but on the supp o [2004/01/19] i386/61603 i386 sysinstall: wrong geometry guessed o [2004/01/20] docs/61624 doc Missing page numbers in pdf version of Ha o [2004/01/20] ports/61633 ports-bugs New Port: databases/p5-T2, Object Relatio o [2004/01/20] misc/61641 grog Martin Luther King, Jr. Day missing from o [2004/01/20] misc/61651 IC-Card+ probe_and_attach returns 6 failu o [2004/01/21] bin/61664 syslogd speedup o [2004/01/21] bin/61666 mount_nfs parsing bug, segmentation fault o [2004/01/21] docs/61667 doc Obsolete documentation on FreeBSD PnP o [2004/01/21] kern/61677 Unable to open CDROM tray if boot_cdrom i o [2004/01/21] kern/61685 [patch] ipnat + dummynet on same interfac o [2004/01/21] bin/61690 fsdb seqfaults in cmd. parsing routine o [2004/01/21] ports/61693 seanc net/jabber port update to 1.4.3 version o [2004/01/21] ports/61699 seanc Upgrade of ports/databases/libdbi o [2004/01/21] ports/61700 seanc Upgrade of ports/databases/libdbi-drivers o [2004/01/21] i386/61703 i386 ACPI + Sound + Boot = Reboot o [2004/01/22] kern/61730 Patch: add pci id for via 8237 to pcm dri o [2004/01/22] kern/61739 simon Errata for 5.2 - problem with large AGP A o [2004/01/22] misc/61744 andre TCP hangs onto mbufs with no tcp data unn o [2004/01/22] ports/61745 ports-bugs New port: devel/syntax_tools-devel, unsta o [2004/01/22] ports/61751 taoka japanese/kcc: Patch which makes it possib o [2004/01/22] ports/61756 gnome www/mozilla & devel/nspr conflict with bi o [2004/01/23] bin/61808 [PATCH] Update RPC prgs to allow binding o [2004/01/23] i386/61821 i386 Errors in installation o [2004/01/23] www/61824 www Misleading documentation on FreeBSD insta o [2004/01/24] ports/61830 ports-bugs New port: japanese/platex-otf o [2004/01/24] ports/61831 ports-bugs New port: print/tex-omegaware-old o [2004/01/24] kern/61834 EHCI panic on Dell D800 while docked w/ p o [2004/01/24] i386/61838 i386 Realtek -8139C Card Not Supported o [2004/01/24] kern/61841 5.2 Boot freeze if memorybird (USB storag o [2004/01/24] i386/61843 i386 Intel PRO/100 VE adapter is not recognize o [2004/01/24] conf/61847 Additions to file /usr/share/misc/pci_ven o [2004/01/24] i386/61858 i386 bus_dmamap_sync with BUS_DMASYNC_POSTREAD o [2004/01/24] docs/61859 doc Incorrect informaiton about trace command o [2004/01/25] docs/61878 doc LSI megaraid 150-x cards not included in o [2004/01/25] i386/61889 i386 Have to reinsert pccard after reboot f [2004/01/25] ports/61906 kris WindowMaker has been broken for too long o [2004/01/25] kern/61907 5.2 hangs when booting with cbb in kernel o [2004/01/25] conf/61916 Video/Monitor Capability Problem o [2004/01/25] ports/61926 taoka Update port: print/yatex 1.72 o [2004/01/25] ports/61928 taoka Update port: print/tgif2tex 2.13 o [2004/01/26] ports/61943 ports-bugs New port: chinese/cce o [2004/01/26] kern/61970 Kernel Panic on Boot o [2004/01/26] bin/61971 k5init --renewable fails o [2004/01/26] bin/61975 [PATCH] sync src/usr.sbin/traceroute6.c w f [2004/01/26] ports/61976 portmgr [PATCH] PLIST_DOCDIRS and PLIST_DOCFILES o [2004/01/26] bin/61978 [PATCH] sync src/usr.sbin/setkey/token.l o [2004/01/26] bin/61981 [PATCH] bring incompletely initialized ma o [2004/01/27] ports/61985 portmgr A suggestion for CONFLICTS in ports o [2004/01/27] ports/61987 ports-bugs new port: hungarian/hunspell version 0.9. a [2004/01/27] ports/61998 roam PostgreSQL support for vpopmail-5.3.30 (c o [2004/01/27] i386/62003 i386 make /boot/loader "reboot" code same as r o [2004/01/27] ports/62013 des lang/sbcl permissions incorrect when inst o [2004/01/27] ports/62016 ports-bugs New port: graphics/demeter A C++ library o [2004/01/28] bin/62036 src/libexec/ftpd/ftpd.c: local pam_handle o [2004/01/28] i386/62042 i386 ipfw can't no more reject icmp (icmptypes o [2004/01/28] ports/62045 ports-bugs [NEW PORT] www/formication: Formular proc o [2004/01/29] bin/62077 Make it possible to abbreviate device nam f [2004/01/29] ports/62078 ports-bugs print/ghostscript-gnu: apply patches to f o [2004/01/29] kern/62094 3com 940 gigabit ethernet dhcp failure o [2004/01/29] docs/62097 blackend handbook: s/acd0c/acd0/g o [2004/01/29] misc/62098 Bad CISTPL_VERS_1 and clash on notebook. o [2004/01/30] kern/62102 alc obreak update o [2004/01/30] docs/62116 ale PMake manual in DocBook format o [2004/01/30] ports/62122 arved Port multimedia/vcdimager: atapicam suppo f [2004/01/30] ports/62124 ports-bugs sysutils/xosview broken in -CURRENT o [2004/01/30] bin/62139 User cannot login through telnet or ssh b o [2004/01/30] kern/62146 add support to AOpen VA1000 video capture o [2004/01/31] ports/62158 green Update port: emulators/snes9x to 1.42 o [2004/01/31] ports/62170 ports-bugs [NEW PORT] databases/oracle-enterprise da o [2004/01/31] ports/62175 ports-bugs New perl5 port for POE to manage child pr o [2004/01/31] ports/62180 ports-bugs new port submission: mail/mailfilter o [2004/01/31] ports/62182 ports-bugs [NEW PORT] devel/p5-POE-Component-EasyDBI o [2004/01/31] misc/62207 ppp crashes with option 'nat punch_fw' wh o [2004/01/31] ports/62209 tobez [PATCH] Update lang/perl5.8 to 5.8.3 o [2004/02/01] ports/62213 trevor Cannot install any emulators/linux_base o [2004/02/01] misc/62233 re The 'standard-supfile' should track its o a [2004/02/01] amd64/62239 amd64 GDT8514RZ freezes System after a few Minu o [2004/02/01] ports/62247 portmgr [patch] bsd.port.mk WRKDIRPREFIX breakage o [2004/02/02] ports/62252 ports-bugs New port: palm/p5-Palm-PalmDoc - ASCII to o [2004/02/02] ports/62256 ports-bugs New port: chinese/mozilla-sclp o [2004/02/02] kern/62257 card reader UCR-61S2B is only half-suppor o [2004/02/02] ports/62271 portmgr [PATCH] bsd.port.mk: calculate size of ne o [2004/02/02] www/62275 peter the web versions of the mailing lists (ht o [2004/02/02] kern/62285 Incorrect comments in GENERIC kernel conf o [2004/02/02] ports/62286 ports-bugs New port: chinese/mozilla-tclp o [2004/02/02] misc/62288 reopened raid disks on a running system o [2004/02/02] ports/62297 ports-bugs New port: graphics/oglext A library for e o [2004/02/02] ports/62298 portmgr [PATCH] bsd.port.mk: eliminate verbatim ` o [2004/02/02] bin/62300 gcc/config/freebsd-spec.h 1.6 is incomple o [2004/02/03] ports/62307 ports-bugs New port: chinese/vim-scdoc o [2004/02/03] ports/62313 ports-bugs New port: audio/modplugplay and audio/lib o [2004/02/03] misc/62323 Logitech Cordless MX Duo Keyboard/Mouse c o [2004/02/03] misc/62324 Onboard Broadcom BCM5705 controller not i o [2004/02/03] ports/62329 portmgr [patch] bsd.port.mk: remove useless ${MKD o [2004/02/03] ports/62330 portmgr [patch] bsd.port.mk: fix using both OPTIO o [2004/02/04] bin/62334 vipw doesn't see changes if re-edit for t o [2004/02/04] ports/62335 ports-bugs Updated port: add russian lang to nagios o [2004/02/04] ports/62337 portmgr [patch] remove reference to OpenBSD in bs f [2004/02/04] ports/62338 vs cproto-4.6 does not compile o [2004/02/04] ports/62363 lioux [patch] let user control gstreamer-plugin o [2004/02/04] docs/62364 docs Misleading information in the handbook o [2004/02/04] ports/62370 ports-bugs New port: graphics/quesa High level 3D gr o [2004/02/04] ports/62373 ports-bugs New port: ftp/tnftp NetBSD ftp client - o o [2004/02/05] i386/62374 i386 kernel panic: free: multiple frees o [2004/02/05] ports/62378 obrien lsof semi-broken on 5.1-RELEASE-p10 o [2004/02/05] bin/62379 gdb apropos command crashes o [2004/02/05] i386/62381 i386 'ad' driver notebook Intel PIIX4 Fujitsu o [2004/02/05] ports/62393 ports-bugs New Port:mail/qmailmrtg7 o [2004/02/05] ports/62401 gj xemacs links libXm but doesn't register d o [2004/02/05] docs/62402 doc easily circumventable Blade150 problem o [2004/02/05] ports/62403 will [update] kmplayer 0.8.2 o [2004/02/05] ports/62411 ports-bugs New port: graphics/smoke Vector graphics o [2004/02/05] docs/62412 doc one of the diskless boot methods describe o [2004/02/06] ports/62422 portmgr [patch] devel/p5-Module-Build should use o [2004/02/06] kern/62435 [WISH] make device hme work on non sparc6 o [2004/02/06] ports/62441 portmgr [PATCH] correctly determine PERL_ARCH o [2004/02/06] ports/62447 ports-bugs NEW PORT x11-wm/kwin_bluecurve Redhat Blu o [2004/02/06] ports/62454 demon jabberd WITH_BDB=YES won't configure o [2004/02/06] ports/62455 ports-bugs New port: lang/ecl An embeddable (ANSI) C o [2004/02/06] bin/62456 johan WARNS fixes for games/pom and games/caesa o [2004/02/06] ports/62465 ports-bugs New port: ftp/urlget - download manager ( o [2004/02/07] ports/62477 archie mpd "can't connect bypass,link0" o [2004/02/07] ports/62486 ports-bugs [NEW PORT] x11-wm/ion-2: Ion is a tiling s [2004/02/07] ports/62497 dougb [NEW PORT] print/hpijs-cups p [2004/02/07] ports/62499 trevor PLIST_FILES-ify my ports o [2004/02/07] i386/62502 i386 panic under double loading vinum.ko modul o [2004/02/07] bin/62513 [SW-BUG] Errant /usr/bin/krb5-config on - a [2004/02/07] ports/62516 ports-bugs hostsenty port is unusable as packaged o [2004/02/08] ports/62521 lioux Port p5-Tk-TableMatrix-0.9 does not build o [2004/02/08] ports/62546 ports-bugs [NEW PORT] devel/ja-bugzilla: Bug-trackin o [2004/02/08] ports/62547 vanilla Multiple minor regressions in Enlightenme o [2004/02/08] ports/62554 ports-bugs [NEW PORT] devel/monotone: The monotone d p [2004/02/08] gnu/62555 readline 4.3 should be patched o [2004/02/08] ports/62557 ports-bugs [patch] WITH_POSTGRES -> WITH_POSTGRESQL o [2004/02/08] ports/62567 cjh [patch] mark ports korean/hlatexp* for de o [2004/02/09] ports/62572 taoka [patch] mark print/pips* for deprecation o [2004/02/09] ports/62581 ports-bugs New port: security/libtomcrypt o [2004/02/09] ports/62583 ports-bugs [NEW PORT] sysutils/usermatic: Scripts to o [2004/02/09] ports/62585 ports-bugs New port: net/mu-conference (Multi-User C o [2004/02/09] kern/62597 asr /dev/rdpti# patch o [2004/02/09] kern/62598 no logging on ipfw loadable module o [2004/02/09] ports/62605 ports-bugs [NEW PORT] lang/fpc-demo o [2004/02/09] ports/62607 roam textproc/text2html conflicts with tex por o [2004/02/09] ports/62612 ports-bugs [NEW PORT] archivers/fpc-paszlib o [2004/02/09] ports/62617 ports-bugs qpage port runs as wrong user by default o [2004/02/10] ports/62620 ports-bugs [NEW PORT] databases/fpc-ibase o [2004/02/10] ports/62621 ports-bugs [NEW PORT] databases/fpc-mysql o [2004/02/10] ports/62623 ports-bugs [NEW PORT] lang/fpc-base o [2004/02/10] ports/62627 portmgr [PATCH] bsd.port.mk: PORTDOCS does not wo o [2004/02/10] java/62647 java jdk14 port problem, linux module f [2004/02/10] ports/62652 ports-bugs [patch] Teach mail/postfix to USE_MYSQL a o [2004/02/10] ports/62654 ports-bugs [new port] x11/expocity: A metacity spin- f [2004/02/10] ports/62657 linimon Port linux-jpeg have decreaseed version n o [2004/02/10] ports/62660 ports-bugs [NEW PORT] databases/adodb-ext o [2004/02/10] ports/62662 ports-bugs [NEW PORT] misc/p5-Config-Fast: Extremely o [2004/02/10] ports/62667 lioux ffmpeg-0.4.8_3 won´t builld on freebsd 4. o [2004/02/10] ports/62671 portmgr ports make can't handle GREP_OPTIONS envi o [2004/02/11] ports/62680 ports-bugs [NEW PORT] print/cups-samba o [2004/02/11] misc/62687 VIA 694 ata controller: UDMA ICRC ERROR o [2004/02/11] bin/62692 [PATCH] /usr/src/lib/libc/locale/ldpart.c o [2004/02/11] i386/62699 i386 fstat randomly crashes with "out of memor o [2004/02/11] misc/62702 backup of /etc and /root durning sysinsta o [2004/02/11] ports/62703 anders [PATCH] www/pound: update to 1.6 o [2004/02/11] kern/62705 Netgear WG511T wireless PCCARD driver f [2004/02/11] ports/62708 glewis New port: java/jasmin Jasmin is a kind of o [2004/02/11] ports/62710 ports-bugs [NEW PORT] graphics/linux-libmng: RPM of o [2004/02/11] i386/62711 i386 Installation: "Insert Next CD" Prompt is o [2004/02/11] docs/62719 doc cross-reference pccardd and devd o [2004/02/12] docs/62724 doc host(1) manpage does not include informat o [2004/02/12] ports/62732 eik ports/mail/fetchmail: WITHOUT_NLS knob o [2004/02/12] ports/62738 anders [patch] --with-daemon-name option to msys o [2004/02/12] ports/62740 ports-bugs New port: japanese/platex-jsclasses (supe o [2004/02/12] kern/62742 system "hangs" for a some time while prob f [2004/02/12] misc/62744 system fully hangs on power-off with fre o [2004/02/12] ports/62745 ports-bugs New port: horde-passwd - Horde module for o [2004/02/12] misc/62746 tjr SMBFS and vfs.usermount. User cannot unmo o [2004/02/12] misc/62749 Termcap entry for IBM 3151/3152 terminals o [2004/02/12] ports/62755 thierry New port: lang/gambas - a BASIC graphical o [2004/02/12] ports/62761 portmgr patch for phasing out distinfo files o [2004/02/12] ports/62763 ports-bugs [NEW PORT] www/plugger-plugins-hubbe o [2004/02/12] bin/62766 ``systat -vm'' does not work on diskless o [2004/02/12] misc/62767 Update ports/Tools/scripts/mkptools/mkpsk o [2004/02/12] docs/62770 doc dlsym(3) doesn't reflect the symlook orde o [2004/02/12] conf/62772 static_routes needs an example in /etc/de o [2004/02/13] kern/62788 (da1:umass-sim0:0:0:0): READ(6)/WRITE(6) o [2004/02/13] ports/62791 nobutaka emacs 21 : comparison is always true due o [2004/02/13] i386/62793 i386 libpthread causing seg fault in XMMS o [2004/02/13] ports/62806 anders Upgrade mod_watch port to 3.18 o [2004/02/13] bin/62811 yar libexec/ftpd patch (broken clients & "ano o [2004/02/14] ports/62829 portmgr Mk file bsd.linux.rpm.mk supporting Linux o [2004/02/14] docs/62830 doc Login class isn't unused o [2004/02/14] i386/62832 i386 X keyboard bug o [2004/02/14] java/62837 java linux-sun-jdk14 executables hang with COM o [2004/02/14] ports/62840 ports-bugs New Port: dns/bind9-sdb-ldap, bind9 patch o [2004/02/14] ports/62851 ports-bugs UPDATE PORT kwin_bluecurve: path to fix M o [2004/02/14] i386/62855 i386 AE_NO_ACPI_TABLES on systems that (purpor s [2004/02/14] standards/62858standards malloc(0) not C99 compliant o [2004/02/14] kern/62862 pcm vchans related crash o [2004/02/15] ports/62876 nork www/linux-flashplugin6 fails library path f [2004/02/15] ports/62877 linimon Update of port databases/libiodbc to vers o [2004/02/15] ports/62881 ports-bugs [NEW PORT] irc/kvirc-devel: "IRC client f o [2004/02/15] ports/62883 ports-bugs New port: net/bb-client (Big Brother moni o [2004/02/15] bin/62885 des pam_radius doesn't maintain multiple stat o [2004/02/15] kern/62889 Panic in vr(4): interrupt related o [2004/02/15] kern/62890 proc pointer set by fork1 can be stale in f [2004/02/15] ports/62895 ports-bugs update port games/doomlegacy to v1.41 o [2004/02/15] misc/62897 sos Failure - READ_DMA o [2004/02/15] ports/62900 seanc upgrade ports/net/GeoIP to 1.3.1 o [2004/02/16] bin/62911 usbdevs feature: add one-line output suit o [2004/02/16] docs/62914 doc Reference development(7) in other parts o o [2004/02/16] misc/62916 man pages not displayed correctly on UTF- o [2004/02/16] ports/62936 ports-bugs new port: devel/p5-ParseLex o [2004/02/17] ports/62949 portmgr [patch] auto-gen plist for gettext .mo fi o [2004/02/17] ports/62956 nbm databases/phppgadmin conflicts/update o [2004/02/17] ports/62960 ports-bugs new port: sysutils/mapchan, utility "mapc o [2004/02/17] misc/62965 pkg_add -r fails if fetching multiple pac o [2004/02/17] kern/62968 Module if_tun failed to register f [2004/02/17] docs/62974 doc [patch] ACPI documentation clear up o [2004/02/17] i386/62977 i386 Mouse daemon during install/setup o [2004/02/17] ports/62979 ports-bugs New Port: devel/p5-Config-Objective Perl o [2004/02/17] ports/62980 ports-bugs New Port: devel/p5-Filesys-Statvfs-Df per o [2004/02/17] ports/62983 portmgr [patch] allow parallel package building f o [2004/02/17] ports/62990 knu portupgrade fails to use package even wit o [2004/02/17] misc/62994 Terminal locks up o [2004/02/17] ports/62997 ports-bugs [NEW PORT] irc/undernet-ircu: Undernet IR s [2004/02/18] ports/63000 ports-bugs cqcam won't compile on FreeBSD 4.9-STABLE o [2004/02/18] ports/63018 obrien editors/vim: dependency to ruby/python is o [2004/02/18] misc/63020 'utsname' structure field 'nodename' is t o [2004/02/18] docs/63021 doc adding as new BSD-IL Mailing List o [2004/02/18] ports/63024 ports-bugs New port: comms/pstngw, Simple H.323-PSTN o [2004/02/18] ports/63035 nectar textproc/xhtml-basic: fix SGMLDECL proble o [2004/02/18] ports/63036 openoffice [SW-BUG] editors/openoffice-1.1 builds bu o [2004/02/18] misc/63039 Update search on 3ware's palisade 400 ip f [2004/02/18] ports/63050 ports-bugs portsdb -uU after 02182004.2054 CVSUP get f [2004/02/18] ports/63051 markus [New Port] net/apollon - A KDE-based clie o [2004/02/19] bin/63064 strptime fails on %z o [2004/02/19] ports/63075 sergei New port: sysutils/uschedule o [2004/02/19] ports/63077 sergei replacement port: security/osiris o [2004/02/19] ports/63083 portmgr [patch] bsd.port.mk proposal: UNIQUENAME o [2004/02/19] docs/63084 des Several Man-pages reference non-existant o [2004/02/19] ports/63088 ports-bugs New port: palm/pdbar f [2004/02/19] ports/63090 ports-bugs Upgrade www/privoxy to version 3.0.3 o [2004/02/19] ports/63095 ports-bugs New port: polish/tleenx2: tlen.pl IM syst o [2004/02/19] kern/63096 rwatson [patch] MAC entry point for route manipul o [2004/02/19] ports/63108 mp amd64/bento-fix: devel/gdb52 and devel/gd o [2004/02/19] ports/63112 portmgr [patch] bsd.port.mk warns that symlinks a o [2004/02/20] ports/63120 ports-bugs New port: devel/slb_rf60 o [2004/02/20] ports/63125 ports-bugs New port devel/p5-Class-Roles for Class:: o [2004/02/20] ports/63129 ports-bugs New port: games/phpua A game server monit o [2004/02/20] ports/63141 ports-bugs New port: games/phpua-hl A half-life modu o [2004/02/20] ports/63142 ports-bugs New port: games/phpua-ut A unreal Tournam o [2004/02/20] ports/63143 ports-bugs New port: games/phpua-bf A Battlefield 19 s [2004/02/20] ports/63145 ports-bugs move some themes from x11-tookits to x11- s [2004/02/20] ports/63146 ports-bugs move themes from x11-wm to x11-themes o [2004/02/20] ports/63153 ports-bugs New port: misc/phpgedview Online genealog o [2004/02/20] ports/63154 ports-bugs New Port: net/p5-Net-Rendezvous -- a set o [2004/02/20] ports/63157 ports-bugs New Port: devel/p5-File-Type -- Determine o [2004/02/21] ports/63164 nbm Update the roundup port from 0.5.7 to 0.6 p [2004/02/21] standards/63173standards Patch to add getopt_long_only(3) to libc o [2004/02/21] ports/63176 ports-bugs [patch] WITH_PGSQL -> WITH_POSTGRESQL acr o [2004/02/21] amd64/63188 amd64 ti(4) broken on amd64 o [2004/02/21] ports/63192 obrien mutt change breaks vim syntax highlightin o [2004/02/21] misc/63197 tftp Bus error, core dumped o [2004/02/21] docs/63198 doc sysctl_ctx_init.9 example code: 'name' pa o [2004/02/22] docs/63215 doc Wrong prototypes in mi_switch(9) (ref doc o [2004/02/22] ports/63216 portmgr 'BROKEN' or 'IGNORED' ports exit their "m o [2004/02/22] i386/63226 i386 i want to config my new kernel with IPFIR f [2004/02/22] ports/63233 nork p5-DBD-SQLite 0.31 is broken with perl 5. o [2004/02/22] ports/63234 ports-bugs New port: misc/skyutils A library require o [2004/02/22] ports/63236 thierry New port: www/mozex, external programs in o [2004/02/22] ports/63237 thierry New port: www/preferential, GUI interface o [2004/02/22] ports/63238 thierry New ports: french/mozilla-flp & french/fi f [2004/02/22] ports/63241 ports-bugs Version bump for www/pglogd o [2004/02/22] ports/63254 ports-bugs New Port: devel/p5-ExtUtils-MakeMaker -- o [2004/02/23] ports/63257 portmgr [PATCH] Vulnerability check gives users t o [2004/02/23] ports/63265 nbm New port: www/zope27 Zope V2.7 o [2004/02/23] ports/63272 portmgr possible fix for "marked as broken: unkno o [2004/02/23] ports/63279 ports-bugs New port:math/webwork used to create prob o [2004/02/23] bin/63287 [patch] patch to make libc arc4random ree o [2004/02/23] ports/63293 portmgr bsd.port.mk: OPTIONS interferes with NO_B o [2004/02/24] ports/63297 portmgr [patch] bsd.port.mk: Wrong comment for PK o [2004/02/24] ports/63307 billf Update port: net/ethereal to 0.10.2 and S o [2004/02/24] kern/63317 [patch] make ng_ether(4) support "lower" o [2004/02/24] ports/63318 mat net/mldonkey update / fix broken download o [2004/02/24] misc/63319 burncd fixate error f [2004/02/24] ports/63324 ports-bugs port mail/smtpclient: smtpclient -c comma o [2004/02/24] ports/63329 ports-bugs New Port: multimedia/p5-Video-Info-Quickt o [2004/02/24] ports/63330 ports-bugs New Port: multimedia/p5-MPEG-Info -- Basi o [2004/02/24] i386/63334 i386 make kernel error o [2004/02/24] ports/63335 portmgr [patch] try to clarify uses of port metav o [2004/02/25] ports/63338 trevor [patch] update devel/ncurses to 5.4, add o [2004/02/25] ports/63342 ports-bugs New port: deskutils/taskjuggler: Project o [2004/02/25] misc/63347 strange keyboard in "X" o [2004/02/25] ports/63349 ports-bugs New port: mail/openwebmail-current Open o [2004/02/25] ports/63354 ports-bugs bcwipe does not act successfully on raw d o [2004/02/25] misc/63356 New installation fails on HP Proliant DL- o [2004/02/25] ports/63357 ports-bugs [patch] www/linux-mozillafirefox port cre o [2004/02/25] standards/63371standards [patch] isblank() not in C99/SUSv3 namesp o [2004/02/25] ports/63372 portmgr [PATCH] Fix for 'make search' when /usr/o o [2004/02/26] bin/63388 Patch to make syslogd optionally not fsyn o [2004/02/26] ports/63390 ports-bugs [NEW PORT] mail/mailscanner-mrtg: mailsca o [2004/02/26] ports/63394 portmgr [patch] USE_PERL{,-BUILD} prevents perl u o [2004/02/26] docs/63396 doc Fix some minor grammar errors in gssapi.3 o [2004/02/26] ports/63401 ports-bugs [new port] irc/erc: an Emacs IRC client o [2004/02/26] ports/63408 mi pkg-descr description for Port graphics/ o [2004/02/26] bin/63413 dbm_delete return value incorrect o [2004/02/26] ports/63414 cjh amd64-fix: korean/uniksc f [2004/02/26] ports/63427 gerald Disabling the Java frontend at compile ti o [2004/02/27] kern/63449 FreeBSD 5.2 and 5.2.1 releases won't boot o [2004/02/27] misc/63451 Adaptec 1460 SCSI card nonfunctional on 5 o [2004/02/27] ports/63455 ade automake14 hard-codes /usr/bin/perl5.0050 o [2004/02/27] ports/63459 nbm Update phpPgAdmin to 3.3 f [2004/02/27] ports/63462 kde compile error o [2004/02/27] bin/63463 [patch] list IPC mechanisms based on user o [2004/02/27] ports/63465 ports-bugs [new port] devel/cedet: Collection of Ema o [2004/02/27] ports/63466 silby VMware3 on recent 5.2-CURRENT o [2004/02/27] ports/63473 lioux UPDATE: ddd-3.3.1 to 3.3.8 a [2004/02/28] bin/63480 qa /etc/mail/aliases has executable bit set, o [2004/02/28] java/63511 java bsd.java.mk 2.0: testers needed o [2004/02/28] conf/63519 commands in dhclient-exit-hooks may not s o [2004/02/28] ports/63520 des Update port: textproc/docbook-xsl 1.65.0 o [2004/02/29] misc/63527 AM/PM date format should be localized. o [2004/02/29] i386/63537 i386 RELENG_5_2 /usr/src/Makefile.inc problem? o [2004/02/29] ports/63543 ports-bugs New port: chinese/phpbb-zh_TW o [2004/02/29] www/63551 www Lack of DTD in cgi scripts o [2004/02/29] www/63552 www Validation errors due to CAPs in attribut o [2004/02/29] ports/63555 fenner Port survey: Zero fetchable files when no o [2004/02/29] ports/63559 portmgr ports infrastructure: fix PKGORIGIN probl o [2004/02/29] docs/63570 ceri Language cleanup for the Handbook's DNS s o [2004/02/29] ports/63571 portmgr [PATCH] Mk/bsd.autotools.mk o [2004/02/29] ports/63575 gnome Anjuta 1.2.1 Segfaults on FreeBSD 5.2.1 o [2004/03/01] ports/63580 ports-bugs New port: net/ng_daphne - A netgraph modu f [2004/03/01] ports/63582 glewis update ports/java/java-cup from 10.g to 1 f [2004/03/01] ports/63583 dinoex [Patch] multimedia/vlc -- add tons of kno o [2004/03/01] ports/63592 ports-bugs New port: sysutils/mmkeys - multimedia ke p [2004/03/01] docs/63600 simon Document ste(4)'s support of D-Link 530-T o [2004/03/01] kern/63605 Can't unmount DVDRAM with write protect o [2004/03/01] bin/63608 josef Add a -c option to time(1) to display csh o [2004/03/01] ports/63611 ports-bugs new port java/eclipse-cdt o [2004/03/01] ports/63615 ports-bugs New port: sysutils/testdisk - Tool to che o [2004/03/01] ports/63624 ports-bugs New port security/dazuko "interface for 3 o [2004/03/01] i386/63628 i386 patch to i.386 master boot record to allo o [2004/03/02] ports/63637 x11 [patch] x11-servers/XFree86-4-Server-snap f [2004/03/02] ports/63639 pav [PATCH] print/enscript-letter: update to o [2004/03/02] kern/63645 Neuros Digital Audio Computer (USB) needs o [2004/03/02] ports/63652 ports-bugs [Maintainer] www/squid24: sync with www/s o [2004/03/02] misc/63659 /usr/sbin/pw does not honor symlinks in s o [2004/03/02] ports/63663 jedgar Update emulators/sim to 3.1.0 o [2004/03/03] docs/63676 doc [patch] Fix some tag errors. o [2004/03/03] ports/63683 portmgr [patch] add two advisory variables to bsd o [2004/03/03] ports/63697 x11 XFree86-4-libraries install error o [2004/03/03] ports/63698 ports-bugs [PATCH] databases/postgresql73: update to o [2004/03/03] conf/63700 Double configuration of cloned_interfaces o [2004/03/03] ports/63701 ports-bugs [NEW PORT] devel/monotone: A distributed o [2004/03/03] ports/63715 ports-bugs Maintainer update: astro/seti-applet (2.1 o [2004/03/03] ports/63716 portmgr [patch] Mk/bsd.port.mk: move sysctl to ${ o [2004/03/03] bin/63718 lptcontrol.c has unused PATH_LPCTL defini o [2004/03/03] docs/63719 doc lptcontrol(8) manpage omits -s from a lis o [2004/03/03] kern/63720 System hangs when trying to create non-ex o [2004/03/03] i386/63721 i386 VT6103 NIC broken since 5.2 o [2004/03/03] kern/63731 PATA to SATA converter on Promise 20375 c o [2004/03/04] kern/63746 vmnet0 makes vmnet4096 o [2004/03/04] ports/63753 cjh Update port: print/cjk-lyx to 1.3.4.1 f [2004/03/04] ports/63758 mdodd Update port: games/scorched3d-devel Lots f [2004/03/04] ports/63767 ports-bugs [MAINTAINER] irc/eggdrop: Add SSL support o [2004/03/04] kern/63768 Must access /dev/acd0c before using /dev/ o [2004/03/04] kern/63771 Line input level of pcm(4)'s mixer should o [2004/03/04] kern/63772 tap device / exclusive open problem f [2004/03/04] ports/63773 ports-bugs freevrrpd not working on 5.2.1-RELEASE-p1 o [2004/03/04] ports/63774 nork unbreak japanese/xpdf f [2004/03/04] ports/63783 pav Upgrade of misc/most f [2004/03/05] ports/63792 pav www/geeklog update to 1.3.9 and changing p [2004/03/05] kern/63793 sanpei The addition of a FreeBSD support USB-DVD o [2004/03/05] ports/63796 patrick [patch] lang/tinycobol: Update to 0.61 (u o [2004/03/05] docs/63808 doc No manpage for devfs.conf o [2004/03/05] i386/63815 i386 boot loader waste a lot of time (10 min) o [2004/03/05] java/63818 java build but not with compiler specified o [2004/03/05] ports/63823 ports-bugs New port net/xbone-gui o [2004/03/05] bin/63830 [patch] file(1) doesn't recognize FreeBSD f [2004/03/06] ports/63831 pav update french/dacode to 1.4.1 f [2004/03/06] ports/63836 pav Update security/drweb to 4.31.2 o [2004/03/06] kern/63837 [USB/patch] hid_is_collection() only look f [2004/03/06] ports/63838 pav Update serurity/drweb-sendmail to 4.31 o [2004/03/06] ports/63840 ports-bugs New port: sysutils/p5-Sys-Hostname-Long o [2004/03/06] ports/63842 mharo Update port: mail/p5-Mail-SPF-Query o [2004/03/06] ports/63843 portmgr irc/iroffer request to take over maintain o [2004/03/06] ports/63844 ports-bugs New port: comms/efax-gtk f [2004/03/06] ports/63845 ports-bugs UPDATE: ports/games/mvdsv o [2004/03/06] ports/63855 thierry mail/imp3: upgrading to 3.2.3. o [2004/03/06] ports/63856 ports-bugs update ports/www/p5-Apache-AuthCookie to o [2004/03/06] ports/63860 ports-bugs Update port: mail/mimedefang to 2.40 o [2004/03/06] kern/63863 [patch] implement NGM_ELECTROCUTE o [2004/03/07] ports/63870 ports-bugs Update port: /dns/rbldnsd to 0.992 f [2004/03/07] ports/63872 ports-bugs patch for games/fuhquake and games/quake2 o [2004/03/07] bin/63886 print redirection broken in awk o [2004/03/07] ports/63894 ports-bugs New port : devel/ocaml-ulex, a lexer gene s [2004/03/07] kern/63897 makeoptions CONF_CFLAGS are ignored when o [2004/03/07] misc/63907 cperciva /etc/services should include port 3653 de f [2004/03/07] ports/63913 ports-bugs [Patch] multimedia/mplayer -- Adds RTC su o [2004/03/07] ports/63915 portmgr [new tool] bump_revision script o [2004/03/08] misc/63923 cannot boot from SATA when ata dma is dis o [2004/03/08] ports/63924 ports-bugs Update: www/webcpp (new version released) o [2004/03/08] java/63928 java Update port: java/jakarta-commons-logging o [2004/03/08] ports/63930 ports-bugs [MAINTAINER] misc/libhome: Add OPTIONS to o [2004/03/08] ports/63931 ports-bugs New port: devel/p5-Net-LibIDN (perl bindi o [2004/03/08] ports/63932 ports-bugs [MAINTAINER] mail/lmtpd: Use OPTIONS in p o [2004/03/08] ports/63933 portmgr [PATCH] bsd.port.mk: support for sorting o [2004/03/08] standards/63935josef [patch] Fix C90 namespace pollution in 3.9 f [2004/03/10] ports/64077 ports-bugs New port: audio/mt-daapd o [2004/03/10] misc/64079 mount_mfs (md) refuses to use permissions o [2004/03/10] docs/64081 doc Typo: s/the you keep/you keep/ p [2004/03/10] docs/64082 cperciva wrong man description o [2004/03/10] ports/64084 nobutaka Fix amd64 build of editors/emacs21 port f [2004/03/11] ports/64089 ports-bugs [Patch] multimedia/avifile -- fix build o o [2004/03/11] kern/64090 remove confusing EDQUOT from routing API o [2004/03/11] ports/64093 ports-bugs [Patch] multimedia/avifile -- add missing o [2004/03/11] ports/64100 ports-bugs [Maintainer] multimedia/p5-Video-OpenQuic o [2004/03/11] ports/64102 ports-bugs New port: security/fakeroot simulate root o [2004/03/11] misc/64109 math/algae make describe fails o [2004/03/11] misc/64110 net/samba-devel make describe fails o [2004/03/11] misc/64111 libfetch does not use the FTP_PROXY and H o [2004/03/11] kern/64114 [PATCH] bad vertical refresh for console o [2004/03/11] kern/64118 fm801 driver does not work with a TerraTe o [2004/03/11] www/64120 www /mnt/www/en/ports/needs to be re-run o [2004/03/11] ports/64136 arved [NEW PORT] devel/ice: The Internet Commun o [2004/03/11] ports/64142 knu Update port: devel/swig13 (build fails wi o [2004/03/11] docs/64144 doc [patch] document procedure to add a new p o [2004/03/11] ports/64145 lioux [Patch] multimedia/mjpegtools -- update t o [2004/03/12] ports/64146 ports-bugs MAINTAINER-UPDATE: amavisd-new to 2003061 o [2004/03/12] ports/64148 ports-bugs [NEW PORT] palm/synce-kde: SynCE KDE Util o [2004/03/12] bin/64153 mdmfs features via fstab o [2004/03/12] ports/64157 portmgr [PATCH] bsd.port.mk: new target check-dis f [2004/03/12] conf/64161 configure XFree86 o [2004/03/12] misc/64164 Buffer overflow in /usr/bin/indent o [2004/03/12] kern/64167 darrenr [patch] IPFilter IPv6 fastroute - MTU bug o [2004/03/12] pending/64168obrien editors/vim won't build WITHOUT_X11 o [2004/03/12] java/64171 java Update port: java/jakarta-commons-collect o [2004/03/12] standards/64173standards C99 requires some macros to be c s [2004/03/12] ports/64174 mlaier Add greylisting patch to spamd in ports f [2004/03/12] ports/64175 pav Patch port: x11-fm/velocity, fix the buil o [2004/03/12] kern/64178 kqueue does not work with bpf when using o [2004/03/12] ports/64186 thierry textproc/aspell: updading and adding seve o [2004/03/12] ports/64187 thierry New port: textproc/ga-aspell, Aspell with o [2004/03/12] ports/64188 thierry New port: textproc/gl-aspell, Aspell with o [2004/03/12] ports/64189 thierry New port: textproc/is-aspell, Aspell with o [2004/03/12] ports/64192 vs Update port: textproc/p5-XML-RSS to 1.04 o [2004/03/12] ports/64193 trevor fix port: lang/gcc295 o [2004/03/12] bin/64198 init(8) may keep zombies o [2004/03/13] ports/64201 ports-bugs Port upgrade: sysutils/k3b to 0.11.6 o [2004/03/13] ports/64202 ports-bugs New Port: x11/kde_api_reference_32, the k o [2004/03/13] ports/64203 ports-bugs Port upgrade: textproc/kdiff3 to 0.9.83 o [2004/03/13] ports/64207 kuriyama net-snmp need to be recompiled after chan o [2004/03/13] kern/64222 if_bfe correction for VLAN MTU o [2004/03/13] ports/64224 ports-bugs Update security/clamav-devel to 20040313 f [2004/03/13] ports/64226 ports-bugs [maintainer update] Update for x11-toolki f [2004/03/13] ports/64228 pav Update mail/mailgraph 1.7 -> 1.8 o [2004/03/13] ports/64232 skv update palm/iSiloXC to 4.01 o [2004/03/13] ports/64233 portmgr [PATCH] bsd.port.mk: improved OPTIONS han o [2004/03/13] ports/64236 portmgr Improve bsd.ports.mk documentation for US o [2004/03/14] bin/64251 -font option for `xclock -digital' no wor o [2004/03/14] ports/64252 portmgr Enable printing configure arguments o [2004/03/14] ports/64255 ports-bugs Maintainer update: www/resin2 upgraded to o [2004/03/14] ports/64256 jedgar [patch] irc/p5-IRC: does not work with ba o [2004/03/14] ports/64257 lioux multimedia/ffmpeg postprocess needed for o [2004/03/14] ports/64264 ports-bugs New port: mail/libsrs - A SRS library and o [2004/03/14] ports/64265 ports-bugs New port: mail/libspf - A SPF library and o [2004/03/14] ports/64266 ports-bugs New port: mail/libspf_alt - An alternativ o [2004/03/14] ports/64274 ports-bugs [maintainer-update] mail/qmail-scanner : f [2004/03/14] ports/64278 ports-bugs chinese/qterm: take MAINTAINER and update o [2004/03/14] ports/64279 ports-bugs New port: sysutils/autostart o [2004/03/14] ports/64282 lioux multimedia/mpeg4ip is not broken o [2004/03/14] ports/64283 ports-bugs Maintainer update: games/neverball, fix t f [2004/03/14] ports/64285 ports-bugs Update port: sysutils/munin-node Minor fi o [2004/03/15] ports/64287 ports-bugs audio/xmms-jack new port o [2004/03/15] docs/64291 doc inet_ntoa static buffer - man page ammend o [2004/03/15] ports/64292 vanilla New ports: devel/svk, devel/p5-SVN-Web an o [2004/03/15] ports/64293 knu [patch] unbreak devel/ruby-rudl o [2004/03/15] ports/64296 ports-bugs [MAINTAINER UPDATE] www/plone to 2.0 o [2004/03/15] ports/64297 clement typo of file ports/www/apache2/Makefile.m o [2004/03/15] ports/64300 ports-bugs [NEW PORT] emulators/hatari: An Atari ST o [2004/03/15] ports/64302 ports-bugs Update mail/dspam to 2.10.0 o [2004/03/15] ports/64303 ports-bugs p5-XML-Parser make error o [2004/03/15] ports/64304 ports-bugs geography category o [2004/03/15] ports/64305 ports-bugs dbf2mysql -q option broken with mysql323- o [2004/03/15] ports/64306 ports-bugs [Patch] multimedia/liveMedia -- Does not o [2004/03/15] ports/64307 ports-bugs [NEW PORT] databases/linux-unixODBC: RPM o [2004/03/15] ports/64308 ports-bugs [NEW PORT] graphics/linux-libmng: RPM of 2480 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 11:03:10 2004 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 0701716A4D0; Mon, 15 Mar 2004 11:03:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F095243D1D; Mon, 15 Mar 2004 11:03:09 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: from freefall.freebsd.org (wes@localhost [127.0.0.1]) i2FJ34bv057575; Mon, 15 Mar 2004 11:03:09 -0800 (PST) (envelope-from wes@freefall.freebsd.org) Received: (from wes@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2FJ2xto057487; Mon, 15 Mar 2004 11:02:59 -0800 (PST) (envelope-from wes) Date: Mon, 15 Mar 2004 11:02:59 -0800 (PST) From: Wes Peters Message-Id: <200403151902.i2FJ2xto057487@freefall.freebsd.org> To: jd@aurora.org, wes@FreeBSD.org, freebsd-bugs@FreeBSD.org, wes@FreeBSD.org Subject: Re: misc/64079: mount_mfs (md) refuses to use permissions when mounting 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, 15 Mar 2004 19:03:10 -0000 Synopsis: mount_mfs (md) refuses to use permissions when mounting State-Changed-From-To: open->feedback State-Changed-By: wes State-Changed-When: Mon Mar 15 11:00:31 PST 2004 State-Changed-Why: Use (newly committed) 'ramdisk' rc.d script to create md's before fstab is processed. The 'ramdisk' script allows the system admin to specify ownership and permissions on the md devices before the mount is processed. Responsible-Changed-From-To: freebsd-bugs->wes Responsible-Changed-By: wes Responsible-Changed-When: Mon Mar 15 11:00:31 PST 2004 Responsible-Changed-Why: Use (newly committed) 'ramdisk' rc.d script to create md's before fstab is processed. The 'ramdisk' script allows the system admin to specify ownership and permissions on the md devices before the mount is processed. http://www.freebsd.org/cgi/query-pr.cgi?pr=64079 From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 12:00:33 2004 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 AF87516A4DA for ; Mon, 15 Mar 2004 12:00:33 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EC0F43D31 for ; Mon, 15 Mar 2004 12:00:33 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2FK0Xbv064579 for ; Mon, 15 Mar 2004 12:00:33 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2FK0X8G064578; Mon, 15 Mar 2004 12:00:33 -0800 (PST) (envelope-from gnats) Date: Mon, 15 Mar 2004 12:00:33 -0800 (PST) Message-Id: <200403152000.i2FK0X8G064578@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Timur I. Bakeyev" Subject: Re: misc/64110: net/samba-devel make describe fails X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Timur I. Bakeyev" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 20:00:33 -0000 The following reply was made to PR misc/64110; it has been noted by GNATS. From: "Timur I. Bakeyev" To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: misc/64110: net/samba-devel make describe fails Date: Mon, 15 Mar 2004 20:57:13 +0100 Although, it seems to be a problem with the old version of make, I think, this fix is a good workaround. Commiters, please, commit the fix above. From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 12:40:22 2004 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 4A90416A4CE for ; Mon, 15 Mar 2004 12:40:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CDC343D48 for ; Mon, 15 Mar 2004 12:40:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2FKeMbv072661 for ; Mon, 15 Mar 2004 12:40:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2FKeMp7072660; Mon, 15 Mar 2004 12:40:22 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 15 Mar 2004 12:40:22 -0800 (PST) Resent-Message-Id: <200403152040.i2FKeMp7072660@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, Lars Köller Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A943016A4CE for ; Mon, 15 Mar 2004 12:33:05 -0800 (PST) Received: from sally.dts-online.net (sally.dts-online.net [212.62.68.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD5A43D2F for ; Mon, 15 Mar 2004 12:33:04 -0800 (PST) (envelope-from lkoeller@koellers.net) Received: from door.koellers.net (213-182-122-22.teleos-web.de [213.182.122.22]) by sally.dts-online.net (Postfix) with ESMTP id EF1C726DEA8 for ; Mon, 15 Mar 2004 21:33:02 +0100 (CET) Received: from odie.koellers.net (root@odie.koellers.net [192.168.4.2]) by door.koellers.net (8.12.9p2/8.12.8) with ESMTP id i2FKWhQn065065 for ; Mon, 15 Mar 2004 21:32:43 +0100 (CET) (envelope-from lkoeller@koellers.net) Received: from odie.koellers.net (lkoeller@localhost [127.0.0.1]) by odie.koellers.net (8.12.9p2/8.12.9) with ESMTP id i2FKWhLd014270 for ; Mon, 15 Mar 2004 21:32:43 +0100 (CET) (envelope-from lkoeller@odie.koellers.net) Received: (from lkoeller@localhost) by odie.koellers.net (8.12.9p2/8.12.9/Submit) id i2FKWhOG014269; Mon, 15 Mar 2004 21:32:43 +0100 (CET) (envelope-from lkoeller) Message-Id: <200403152032.i2FKWhOG014269@odie.koellers.net> Date: Mon, 15 Mar 2004 21:32:43 +0100 (CET) From: Lars Köller To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/64313: FreeBSD (OpenBSD) pthread implicit set/unset O_NONBLOCK flag X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lars Köller List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 20:40:22 -0000 >Number: 64313 >Category: kern >Synopsis: FreeBSD (OpenBSD) pthread implicit set/unset O_NONBLOCK flag >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 15 12:40:21 PST 2004 >Closed-Date: >Last-Modified: >Originator: Lars Köller >Release: FreeBSD 4.9-RELEASE-p1 i386 >Organization: Computing Center, University of Bielefeld, Germany >Environment: System: FreeBSD odie.koellers.net 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #3: Sun Jan 25 19:07:53 CET 2004 root@odie.koellers.net:/usr/src/sys/compile/ODIE i386 >Description: /* * Work around a bug in OpenBSD & FreeBSD userspace pthreads * implementations. * * The pthreads implementation under the hood sets O_NONBLOCK * implicitly on all fds. This setting is not visible to the user * application but is relied upon by the pthreads library to prevent * blocking syscalls in one thread from halting all threads in the * process. When a process exit()s or exec()s, the implicit * O_NONBLOCK flags are removed from all fds, EVEN THOSE IT INHERITED. * If another process is still using the inherited fds, there will * soon be trouble. * * apcupsd is bitten by this issue after fork()ing a child process to * run apccontrol. * * select() is conveniently immune to the O_NONBLOCK issue so we use * that to make sure the following read() will not block. */ >How-To-Repeat: Happens sometimes in the threaded apcupsd when it calls the apccontrol script. >Fix: Don't know, I only notice the problem in the threaded apcups port which I'm the maintainer for. I receive the attached patch for the apcupsd port from Gary Bajaj Originally it was written by Adam Kropelin: ################################################### ##### Attached to make the problem more clear ##### ##### See description below ##### ################################################### --- ./src/apcnis.c Fri Jul 18 05:32:19 2003 +++ ./apcupsd-3.10.11-debug3/src/apcnis.c Fri Feb 6 21:19:14 2004 @@ -197,7 +197,6 @@ int newsockfd, sockfd, childpid; struct sockaddr_in cli_addr; /* client's address */ struct sockaddr_in serv_addr; /* our address */ - socklen_t clilen; int tlog; int turnon = 1; struct s_arg *arg; @@ -269,11 +268,7 @@ /* * Wait for a connection from a client process. */ - clilen = sizeof(cli_addr); - for (tlog=0; (newsockfd = accept(sockfd, (struct sockaddr *)&cli_addr, &clilen)) < 0; tlog -= 5*60 ) { - if (errno == EINTR) { - continue; - } + for (tlog=0; (newsockfd = net_accept(sockfd, &cli_addr)) < 0; tlog -= 5*60 ) { if (tlog <= 0) { tlog = 60*60; log_event(ups, LOG_ERR, "apcserver: accept error. ERR=%s", --- ./src/lib/apclibnis.c Sat Aug 3 18:49:45 2002 +++ ./apcupsd-3.10.11-debug3/src/lib/apclibnis.c Fri Feb 6 21:38:58 2004 @@ -71,12 +71,50 @@ static int read_nbytes(int fd, char *ptr, int nbytes) { - int nleft, nread; - + int nleft, nread, rc; + +#if defined HAVE_PTHREADS && (defined HAVE_OPENBSD_OS || defined HAVE_FREEBSD_OS) + fd_set fds; +#endif + nleft = nbytes; - errno = 0; + while (nleft > 0) { + do { + +#if defined HAVE_PTHREADS && (defined HAVE_OPENBSD_OS || defined HAVE_FREEBSD_OS) + /* + * Work around a bug in OpenBSD & FreeBSD userspace pthreads + * implementations. + * + * The pthreads implementation under the hood sets O_NONBLOCK + * implicitly on all fds. This setting is not visible to the user + * application but is relied upon by the pthreads library to prevent + * blocking syscalls in one thread from halting all threads in the + * process. When a process exit()s or exec()s, the implicit + * O_NONBLOCK flags are removed from all fds, EVEN THOSE IT INHERITED. + * If another process is still using the inherited fds, there will + * soon be trouble. + * + * apcupsd is bitten by this issue after fork()ing a child process to + * run apccontrol. + * + * select() is conveniently immune to the O_NONBLOCK issue so we use + * that to make sure the following read() will not block. + */ + do { + FD_ZERO(&fds); + FD_SET(fd, &fds); + rc = select(fd+1, &fds, NULL, NULL, NULL); + } while (rc == -1 && (errno == EINTR || errno == EAGAIN)); + if (rc < 0) + { + net_errno = errno; + return(-1); /* error */ + } +#endif + nread = read(fd, ptr, nleft); } while (nread == -1 && (errno == EINTR || errno == EAGAIN)); if (nread <= 0) { @@ -100,6 +138,15 @@ nleft = nbytes; while (nleft > 0) { +#if defined HAVE_PTHREADS && (defined HAVE_OPENBSD_OS || defined HAVE_FREEBSD_OS) + /* + * Work around a bug in OpenBSD & FreeBSD userspace pthreads + * implementations. Rationale is the same as described above. + * This seemingly-pointless fcntl() call causes the pthreads + * library to reapply the O_NONBLOCK flag appropriately. + */ + fcntl(fd, F_SETFL, fcntl(fd, F_GETFL)); +#endif nwritten = write(fd, ptr, nleft); if (nwritten <= 0) { net_errno = errno; @@ -225,6 +272,13 @@ return -1; } /* connect to server */ +#if defined HAVE_PTHREADS && (defined HAVE_OPENBSD_OS || defined HAVE_FREEBSD_OS) + /* + * Work around a bug in OpenBSD & FreeBSD userspace pthreads + * implementations. Rationale is the same as described above. + */ + fcntl(sockfd, F_SETFL, fcntl(sockfd, F_GETFL)); +#endif if (connect(sockfd, (struct sockaddr *) &tcp_serv_addr, sizeof(tcp_serv_addr)) < 0) { sprintf(net_errbuf, "tcp_open: cannot connect to server %s on port %d.\n\ ERR=%s\n", host, port, strerror(errno)); @@ -243,6 +297,50 @@ close(sockfd); } +/* + * Accept a TCP connection. + * Returns -1 on error. + * Returns file descriptor of new connection otherwise. + */ +int net_accept(int fd, struct sockaddr_in *cli_addr) +{ + socklen_t clilen = sizeof(*cli_addr); + int newfd, rc; + +#if defined HAVE_PTHREADS && (defined HAVE_OPENBSD_OS || defined HAVE_FREEBSD_OS) + fd_set fds; +#endif + + do { + +#if defined HAVE_PTHREADS && (defined HAVE_OPENBSD_OS || defined HAVE_FREEBSD_OS) + /* + * Work around a bug in OpenBSD & FreeBSD userspace pthreads + * implementations. Rationale is the same as described above. + */ + do { + FD_ZERO(&fds); + FD_SET(fd, &fds); + rc = select(fd+1, &fds, NULL, NULL, NULL); + } while (rc == -1 && (errno == EINTR || errno == EAGAIN)); + if (rc < 0) + { + net_errno = errno; + return(-1); /* error */ + } +#endif + + newfd = accept(fd, (struct sockaddr*)cli_addr, &clilen); + } while (newfd == -1 && (errno == EINTR || errno == EAGAIN)); + + if (newfd < 0) + { + net_errno = errno; + return(-1); /* error */ + } + + return newfd; +} int upserror, syserrno; --- ./include/apc_nis.h Tue May 28 09:34:24 2002 +++ ./apcupsd-3.10.11-debug3/include/apc_nis.h Fri Feb 6 21:19:14 2004 @@ -40,4 +40,7 @@ /* Close the network connection */ void net_close(int sockfd); +/* Wait for and accept a new TCP connection */ +int net_accept(int fd, struct sockaddr_in *cli_addr); + extern int upserror, syserrno; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 16:10:05 2004 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 226A516A4CE for ; Mon, 15 Mar 2004 16:10:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18E1C43D2D for ; Mon, 15 Mar 2004 16:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2G0A4bv002812 for ; Mon, 15 Mar 2004 16:10:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G0A4uJ002811; Mon, 15 Mar 2004 16:10:04 -0800 (PST) (envelope-from gnats) Date: Mon, 15 Mar 2004 16:10:04 -0800 (PST) Message-Id: <200403160010.i2G0A4uJ002811@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Chris Pressey Subject: Re: bin/63405: make dumps core X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris Pressey List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 00:10:05 -0000 The following reply was made to PR bin/63405; it has been noted by GNATS. From: Chris Pressey To: freebsd-gnats-submit@FreeBSD.org, hsn@netmag.cz Cc: Subject: Re: bin/63405: make dumps core Date: Mon, 15 Mar 2004 16:06:48 -0800 This is a multi-part message in MIME format. --Multipart=_Mon__15_Mar_2004_16_06_48_-0800_K5uBXaHLgD87mT7a Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, This problem is exhibited on FreeBSD 4.9 as well. It appears to stem from a NULL pointer dereference. Please review the attached patch. -Chris --Multipart=_Mon__15_Mar_2004_16_06_48_-0800_K5uBXaHLgD87mT7a Content-Type: text/plain; name="suff.c.diff" Content-Disposition: attachment; filename="suff.c.diff" Content-Transfer-Encoding: 7bit --- suff.c.orig Thu Mar 8 17:13:24 2001 +++ suff.c Mon Mar 15 16:02:16 2004 @@ -379,7 +379,12 @@ Lst l; Suff *s; { - LstNode ln = Lst_Member(l, (ClientData)s); + LstNode ln; + + if (s == NULL) + return; + + ln = Lst_Member(l, (ClientData)s); if (ln != NILLNODE) { Lst_Remove(l, ln); s->refCount--; @@ -683,12 +688,14 @@ * We'll be called twice when the next target is seen, but .c and .o * are only linked once... */ - SuffRemove(t->children, s); + if (t != NULL) + SuffRemove(t->children, s); /* * Remove the target from the source's parents list */ - SuffRemove(s->parents, t); + if (s != NULL) + SuffRemove(s->parents, t); } else if ((gn->type & OP_TRANSFORM) && DEBUG(SUFF)) { printf("transformation %s complete\n", gn->name); } --Multipart=_Mon__15_Mar_2004_16_06_48_-0800_K5uBXaHLgD87mT7a-- From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 16:29:54 2004 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 C3EDC16A4CE; Mon, 15 Mar 2004 16:29:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6EDF43D45; Mon, 15 Mar 2004 16:29:54 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) i2G0Tsbv003264; Mon, 15 Mar 2004 16:29:54 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G0Ts9r003260; Mon, 15 Mar 2004 16:29:54 -0800 (PST) (envelope-from kris) Date: Mon, 15 Mar 2004 16:29:54 -0800 (PST) From: Kris Kennaway Message-Id: <200403160029.i2G0Ts9r003260@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/64110: net/samba-devel make describe fails 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, 16 Mar 2004 00:29:54 -0000 Synopsis: net/samba-devel make describe fails Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: kris Responsible-Changed-When: Mon Mar 15 16:29:21 PST 2004 Responsible-Changed-Why: Reassign misfiled PR http://www.freebsd.org/cgi/query-pr.cgi?pr=64110 From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 16:30:10 2004 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 0670016A4CE; Mon, 15 Mar 2004 16:30:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD3E43D31; Mon, 15 Mar 2004 16:30:09 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) i2G0U9bv003324; Mon, 15 Mar 2004 16:30:09 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G0U9oA003320; Mon, 15 Mar 2004 16:30:09 -0800 (PST) (envelope-from kris) Date: Mon, 15 Mar 2004 16:30:09 -0800 (PST) From: Kris Kennaway Message-Id: <200403160030.i2G0U9oA003320@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/64109: math/algae make describe fails 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, 16 Mar 2004 00:30:10 -0000 Synopsis: math/algae make describe fails Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: kris Responsible-Changed-When: Mon Mar 15 16:29:59 PST 2004 Responsible-Changed-Why: Reassign misfiled PR http://www.freebsd.org/cgi/query-pr.cgi?pr=64109 From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 16:32:07 2004 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 82FD416A4CE; Mon, 15 Mar 2004 16:32:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6398143D2F; Mon, 15 Mar 2004 16:32:07 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) i2G0W7bv005334; Mon, 15 Mar 2004 16:32:07 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G0W7vB005330; Mon, 15 Mar 2004 16:32:07 -0800 (PST) (envelope-from kris) Date: Mon, 15 Mar 2004 16:32:07 -0800 (PST) From: Kris Kennaway Message-Id: <200403160032.i2G0W7vB005330@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, x11@FreeBSD.org Subject: Re: ports/64251: -font option for `xclock -digital' no workie 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, 16 Mar 2004 00:32:07 -0000 Synopsis: -font option for `xclock -digital' no workie Responsible-Changed-From-To: freebsd-bugs->x11 Responsible-Changed-By: kris Responsible-Changed-When: Mon Mar 15 16:30:49 PST 2004 Responsible-Changed-Why: Recategorize misfiled PR, and assign to maintainer. You might have more luck taking this up with the XFree86 developers, though. http://www.freebsd.org/cgi/query-pr.cgi?pr=64251 From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 16:32:56 2004 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 EEBAF16A4CE; Mon, 15 Mar 2004 16:32:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0EA343D1D; Mon, 15 Mar 2004 16:32:56 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) i2G0Wubv005394; Mon, 15 Mar 2004 16:32:56 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G0Wuml005390; Mon, 15 Mar 2004 16:32:56 -0800 (PST) (envelope-from kris) Date: Mon, 15 Mar 2004 16:32:56 -0800 (PST) From: Kris Kennaway Message-Id: <200403160032.i2G0Wuml005390@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-qa@FreeBSD.org Subject: Re: bin/64104: Sysinstall ignores srescue distribution 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, 16 Mar 2004 00:32:57 -0000 Synopsis: Sysinstall ignores srescue distribution Responsible-Changed-From-To: freebsd-bugs->freebsd-qa Responsible-Changed-By: kris Responsible-Changed-When: Mon Mar 15 16:32:43 PST 2004 Responsible-Changed-Why: Assign to QA team for investigation http://www.freebsd.org/cgi/query-pr.cgi?pr=64104 From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 16:33:20 2004 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 4E26416A4CE; Mon, 15 Mar 2004 16:33:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3006743D1D; Mon, 15 Mar 2004 16:33:20 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) i2G0XKbv005443; Mon, 15 Mar 2004 16:33:20 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G0XKHq005439; Mon, 15 Mar 2004 16:33:20 -0800 (PST) (envelope-from kris) Date: Mon, 15 Mar 2004 16:33:20 -0800 (PST) From: Kris Kennaway Message-Id: <200403160033.i2G0XKHq005439@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: kern/64313: FreeBSD (OpenBSD) pthread implicit set/unset O_NONBLOCK flag 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, 16 Mar 2004 00:33:20 -0000 Synopsis: FreeBSD (OpenBSD) pthread implicit set/unset O_NONBLOCK flag Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Mon Mar 15 16:33:11 PST 2004 Responsible-Changed-Why: Assign to threads developers http://www.freebsd.org/cgi/query-pr.cgi?pr=64313 From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 16:33:43 2004 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 D75A016A4CE; Mon, 15 Mar 2004 16:33:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3C8543D45; Mon, 15 Mar 2004 16:33:43 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) i2G0Xhbv005488; Mon, 15 Mar 2004 16:33:43 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G0XhNf005484; Mon, 15 Mar 2004 16:33:43 -0800 (PST) (envelope-from kris) Date: Mon, 15 Mar 2004 16:33:43 -0800 (PST) From: Kris Kennaway Message-Id: <200403160033.i2G0XhNf005484@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ipfw@FreeBSD.org Subject: Re: kern/63961: ipfw2 uid matching doesn't work correctly 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, 16 Mar 2004 00:33:44 -0000 Synopsis: ipfw2 uid matching doesn't work correctly Responsible-Changed-From-To: freebsd-bugs->freebsd-ipfw Responsible-Changed-By: kris Responsible-Changed-When: Mon Mar 15 16:33:36 PST 2004 Responsible-Changed-Why: Assign to ipfw mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=63961 From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 16:34:17 2004 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 434E116A4CF; Mon, 15 Mar 2004 16:34:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 243C343D1F; Mon, 15 Mar 2004 16:34:17 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) i2G0YHbv005550; Mon, 15 Mar 2004 16:34:17 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G0YH0a005546; Mon, 15 Mar 2004 16:34:17 -0800 (PST) (envelope-from kris) Date: Mon, 15 Mar 2004 16:34:17 -0800 (PST) From: Kris Kennaway Message-Id: <200403160034.i2G0YH0a005546@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, ipfw@FreeBSD.org Subject: Re: kern/61259: [patch] make "ipfw tee" work as intended under freebsd-5 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, 16 Mar 2004 00:34:17 -0000 Synopsis: [patch] make "ipfw tee" work as intended under freebsd-5 Responsible-Changed-From-To: freebsd-bugs->ipfw Responsible-Changed-By: kris Responsible-Changed-When: Mon Mar 15 16:34:07 PST 2004 Responsible-Changed-Why: Assign to ipfw mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=61259 From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 16:35:10 2004 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 2BBC916A4CE; Mon, 15 Mar 2004 16:35:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D204643D1D; Mon, 15 Mar 2004 16:35:09 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) i2G0Z9bv005608; Mon, 15 Mar 2004 16:35:09 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G0Z9c2005604; Mon, 15 Mar 2004 16:35:09 -0800 (PST) (envelope-from kris) Date: Mon, 15 Mar 2004 16:35:09 -0800 (PST) From: Kris Kennaway Message-Id: <200403160035.i2G0Z9c2005604@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, ipfw@FreeBSD.org Subject: Re: kern/62598: no logging on ipfw loadable module 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, 16 Mar 2004 00:35:10 -0000 Synopsis: no logging on ipfw loadable module Responsible-Changed-From-To: freebsd-bugs->ipfw Responsible-Changed-By: kris Responsible-Changed-When: Mon Mar 15 16:34:48 PST 2004 Responsible-Changed-Why: Assign to ipfw mailing list for analysis of suggestion http://www.freebsd.org/cgi/query-pr.cgi?pr=62598 From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 16:35:28 2004 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 8B84E16A4CE; Mon, 15 Mar 2004 16:35:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DF0343D3F; Mon, 15 Mar 2004 16:35:28 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) i2G0ZSbv005682; Mon, 15 Mar 2004 16:35:28 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G0ZSVe005678; Mon, 15 Mar 2004 16:35:28 -0800 (PST) (envelope-from kris) Date: Mon, 15 Mar 2004 16:35:28 -0800 (PST) From: Kris Kennaway Message-Id: <200403160035.i2G0ZSVe005678@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, ipfw@FreeBSD.org Subject: Re: kern/64240: IPFW tee terminates rule processing 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, 16 Mar 2004 00:35:28 -0000 Synopsis: IPFW tee terminates rule processing Responsible-Changed-From-To: freebsd-bugs->ipfw Responsible-Changed-By: kris Responsible-Changed-When: Mon Mar 15 16:35:19 PST 2004 Responsible-Changed-Why: Assign to ipfw mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=64240 From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 17:50:18 2004 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 549D516A4CE for ; Mon, 15 Mar 2004 17:50:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A92243D41 for ; Mon, 15 Mar 2004 17:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2G1oIbv013147 for ; Mon, 15 Mar 2004 17:50:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G1oI3m013146; Mon, 15 Mar 2004 17:50:18 -0800 (PST) (envelope-from gnats) Date: Mon, 15 Mar 2004 17:50:18 -0800 (PST) Message-Id: <200403160150.i2G1oI3m013146@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Stephen Casner Subject: Re: kern/55960: IO to PATA drives on Promise SATA150 TX2plus(PDC20375) causes kernel lock-up X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stephen Casner List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 01:50:18 -0000 The following reply was made to PR kern/55960; it has been noted by GNATS. From: Stephen Casner To: freebsd-gnats-submit@FreeBSD.org Cc: jesper@monsted.dk Subject: Re: kern/55960: IO to PATA drives on Promise SATA150 TX2plus (PDC20375) causes kernel lock-up Date: Mon, 15 Mar 2004 17:46:14 -0800 (PST) This bug did not repeat for me. Ran "dd if=/dev/ad8 of=/dev/null bs=1m" for all 250GB of ad8, also "dd if=/dev/ad8 of=/dev/ad9 bs=1m" for 128GB so far. System: FreeBSD 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Mar 15 15:51:25 PST 2004 casner@cauchy.packetdesign.com:/usr/src/sys/i386/compile/GENERIC i386 (patched per PR 61379 to allow slave drive to be detected) SuperMicro 370DLE motherboard Intel Pentium III (999.53-MHz 686-class CPU) 128MB RAM Maxtor SATA/150 PCI CARD controller (Promise PDC20375 SATA150 TX2plus (2xSATA, 1xATA133)) Two Maxtor 250GB ATA/133 drives, no SATA drives. # atacontrol list ATA channel 0: Master: ad0 ATA/ATAPI rev 5 Slave: no device present ATA channel 1: Master: no device present Slave: no device present ATA channel 2: Master: no device present Slave: no device present ATA channel 3: Master: no device present Slave: no device present ATA channel 4: Master: ad8 ATA/ATAPI rev 7 Slave: ad9 ATA/ATAPI rev 7 -- Steve From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 15 21:00:36 2004 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 BE3B216A4D1 for ; Mon, 15 Mar 2004 21:00:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA3543D1F for ; Mon, 15 Mar 2004 21:00:31 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2G50Vbv029926 for ; Mon, 15 Mar 2004 21:00:31 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G50VQg029924; Mon, 15 Mar 2004 21:00:31 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 15 Mar 2004 21:00:31 -0800 (PST) Resent-Message-Id: <200403160500.i2G50VQg029924@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, Rodney Ruddock Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A00016A4CE for ; Mon, 15 Mar 2004 20:51:13 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2350243D2F for ; Mon, 15 Mar 2004 20:51:13 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i2G4pC72096960 for ; Mon, 15 Mar 2004 20:51:12 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.10/8.12.10/Submit) id i2G4pCtA096959; Mon, 15 Mar 2004 20:51:12 -0800 (PST) (envelope-from nobody) Message-Id: <200403160451.i2G4pCtA096959@www.freebsd.org> Date: Mon, 15 Mar 2004 20:51:12 -0800 (PST) From: Rodney Ruddock To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: bin/64321: pax cacheing bug 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, 16 Mar 2004 05:00:36 -0000 >Number: 64321 >Category: bin >Synopsis: pax cacheing bug >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 15 21:00:31 PST 2004 >Closed-Date: >Last-Modified: >Originator: Rodney Ruddock >Release: none >Organization: Interop Systems >Environment: none >Description: In the file bin/pax/cache.c for the functions name_uid() and name_gid() the cacheing is not working. I already submitted the same fix to OpenBSD and it's been committed. I expect the same bug has existed since 4.4 since all of the BSD's seem to have it. Anyway, when a uid/gid is not found in the hashed table then a chunk of memory is allocated to "ptr" and then the info is looked up and stored in "ptr". This info in "ptr" is never added to the table. The memory now leaks away and no information has been cached. So the cache doesn't work. >How-To-Repeat: Read the code. Otherwise you can run a trace on function calls and see getpwuid() and getgrgid() get called repeatedly for the same id's when an archive is being extracted. >Fix: This is the diff as applied to OpenBSD for bin/pax/cache.c: @@ -204,7 +204,7 @@ ++pwopn; } if (ptr == NULL) - ptr = (UIDC *)malloc(sizeof(UIDC)); + ptr = uidtb[uid % UID_SZ] = malloc(sizeof(UIDC)); if ((pw = getpwuid(uid)) == NULL) { /* @@ -270,7 +270,7 @@ ++gropn; } if (ptr == NULL) - ptr = (GIDC *)malloc(sizeof(GIDC)); + ptr = gidtb[gid % GID_SZ] = malloc(sizeof(GIDC)); if ((gr = getgrgid(gid)) == NULL) { /* >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 00:34:27 2004 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 0FAA816A4CE; Tue, 16 Mar 2004 00:34:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E425343D2F; Tue, 16 Mar 2004 00:34:26 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from freefall.freebsd.org (cperciva@localhost [127.0.0.1]) i2G8YQbv063799; Tue, 16 Mar 2004 00:34:26 -0800 (PST) (envelope-from cperciva@freefall.freebsd.org) Received: (from cperciva@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G8YQaI063795; Tue, 16 Mar 2004 00:34:26 -0800 (PST) (envelope-from cperciva) Date: Tue, 16 Mar 2004 00:34:26 -0800 (PST) From: Colin Percival Message-Id: <200403160834.i2G8YQaI063795@freefall.freebsd.org> To: rodney@interopsystems.com, cperciva@FreeBSD.org, freebsd-bugs@FreeBSD.org, cperciva@FreeBSD.org Subject: Re: bin/64321: pax cacheing bug 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, 16 Mar 2004 08:34:27 -0000 Synopsis: pax cacheing bug State-Changed-From-To: open->patched State-Changed-By: cperciva State-Changed-When: Tue Mar 16 00:33:58 PST 2004 State-Changed-Why: Fixed in -current, will MFC in 3 days. Responsible-Changed-From-To: freebsd-bugs->cperciva Responsible-Changed-By: cperciva Responsible-Changed-When: Tue Mar 16 00:33:58 PST 2004 Responsible-Changed-Why: Fixed in -current, will MFC in 3 days. http://www.freebsd.org/cgi/query-pr.cgi?pr=64321 From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 00:36:31 2004 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 7144D16A4CF; Tue, 16 Mar 2004 00:36:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F7CC43D31; Tue, 16 Mar 2004 00:36:31 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) i2G8aVbv064088; Tue, 16 Mar 2004 00:36:31 -0800 (PST) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G8aUQ6064084; Tue, 16 Mar 2004 00:36:30 -0800 (PST) (envelope-from ru) Date: Tue, 16 Mar 2004 00:36:30 -0800 (PST) From: Ruslan Ermilov Message-Id: <200403160836.i2G8aUQ6064084@freefall.freebsd.org> To: k@numeri.campus.luth.se, ru@FreeBSD.org, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/20326: [PATCH] installkernel fails if DESTDIR is empty 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, 16 Mar 2004 08:36:31 -0000 Synopsis: [PATCH] installkernel fails if DESTDIR is empty State-Changed-From-To: patched->closed State-Changed-By: ru State-Changed-When: Tue Mar 16 00:35:28 PST 2004 State-Changed-Why: Fixed in 4.9-STABLE, in src/Makefile.inc1,v 1.141.2.66. Responsible-Changed-From-To: ru->freebsd-bugs Responsible-Changed-By: ru Responsible-Changed-When: Tue Mar 16 00:35:28 PST 2004 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=20326 From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 00:47:38 2004 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 C0BDA16A4CE; Tue, 16 Mar 2004 00:47:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A24C243D1F; Tue, 16 Mar 2004 00:47:38 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) i2G8lcbv064425; Tue, 16 Mar 2004 00:47:38 -0800 (PST) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G8lcwK064421; Tue, 16 Mar 2004 00:47:38 -0800 (PST) (envelope-from ru) Date: Tue, 16 Mar 2004 00:47:38 -0800 (PST) From: Ruslan Ermilov Message-Id: <200403160847.i2G8lcwK064421@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/63405: make dumps core 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, 16 Mar 2004 08:47:38 -0000 Synopsis: make dumps core Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Tue Mar 16 00:47:04 PST 2004 Responsible-Changed-Why: I will look after it. http://www.freebsd.org/cgi/query-pr.cgi?pr=63405 From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 03:50:12 2004 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 880AE16A4D1 for ; Tue, 16 Mar 2004 03:50:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B94643D48 for ; Tue, 16 Mar 2004 03:50:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2GBoCbv086805 for ; Tue, 16 Mar 2004 03:50:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2GBoCmC086804; Tue, 16 Mar 2004 03:50:12 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 16 Mar 2004 03:50:12 -0800 (PST) Resent-Message-Id: <200403161150.i2GBoCmC086804@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, Oliver Eikemeier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2516C16A4CE for ; Tue, 16 Mar 2004 03:49:27 -0800 (PST) Received: from postman.arcor.de (newsread1.arcor-online.net [151.189.0.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93FCA43D39 for ; Tue, 16 Mar 2004 03:49:26 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from fillmore.dyndns.org (port-212-202-51-138.reverse.qsc.de [212.202.51.138]) (authenticated bits=0)i2GBnOck002669 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 16 Mar 2004 12:49:25 +0100 (MET) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.30; FreeBSD) id 1B3D4U-000KUl-2G for FreeBSD-gnats-submit@FreeBSD.org; Tue, 16 Mar 2004 12:49:22 +0100 Message-Id: <4056E9C7.10903@fillmore-labs.com> Date: Tue, 16 Mar 2004 12:49:27 +0100 From: Oliver Eikemeier To: FreeBSD-gnats-submit@FreeBSD.org Subject: bin/64327: [PATCH] make(1): document surprising behaviour of assign with expansion 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, 16 Mar 2004 11:50:12 -0000 >Number: 64327 >Category: bin >Synopsis: [PATCH] make(1): document surprising behaviour of assign with expansion >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 16 03:50:11 PST 2004 >Closed-Date: >Last-Modified: >Originator: Oliver Eikemeier >Release: FreeBSD 4.9-STABLE i386 >Organization: Fillmore Labs - http://www.fillmore-labs.com >Environment: System: FreeBSD nuuk.fillmore-labs.com 4.9-STABLE >Description: Document a surprising behaviour of make(1)s assign with expansion operator, that is apparently inteded but had bitten my at least once. >How-To-Repeat: Try the Makefile from the patch: VAR1:= Assigned with${OUT} expansion VAR2!= echo Assigned with${OUT} expansion OUT= out all: @echo := - ${VAR1} @echo != - ${VAR2} >Fix: diff -u -r1.29.2.15 make.1 --- make.1 17 Dec 2002 19:01:18 -0000 1.29.2.15 +++ make.1 16 Mar 2004 11:12:09 -0000 @@ -1266,6 +1266,17 @@ \&.endfor .Ed won't work, and should be rewritten the other way around. +.Pp +Undefined variables are not expanded when assigned with expansion. +This is intentional, but may lead to surprising results: +.Bd -literal +VAR1:= Assigned with${OUT} expansion +VAR2!= echo Assigned with${OUT} expansion +OUT= out +all: + @echo := - ${VAR1} + @echo != - ${VAR2} +.Ed .Sh SEE ALSO .Xr mkdep 1 , .Xr make.conf 5 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 05:50:23 2004 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 B920A16A4CE for ; Tue, 16 Mar 2004 05:50:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 998E643D45 for ; Tue, 16 Mar 2004 05:50:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2GDoNbv004454 for ; Tue, 16 Mar 2004 05:50:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2GDoMXg004452; Tue, 16 Mar 2004 05:50:22 -0800 (PST) (envelope-from gnats) Date: Tue, 16 Mar 2004 05:50:22 -0800 (PST) Message-Id: <200403161350.i2GDoMXg004452@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ruslan Ermilov Subject: Re: bin/64327: [PATCH] make(1): document surprising behaviour of assign with expansion X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ruslan Ermilov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 13:50:24 -0000 The following reply was made to PR bin/64327; it has been noted by GNATS. From: Ruslan Ermilov To: Oliver Eikemeier Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/64327: [PATCH] make(1): document surprising behaviour of assign with expansion Date: Tue, 16 Mar 2004 15:41:50 +0200 On Tue, Mar 16, 2004 at 12:49:27PM +0100, Oliver Eikemeier wrote: > > Try the Makefile from the patch: > > VAR1:= Assigned with${OUT} expansion > VAR2!= echo Assigned with${OUT} expansion > OUT= out > all: > @echo := - ${VAR1} > @echo != - ${VAR2} > > >Fix: > > diff -u -r1.29.2.15 make.1 > --- make.1 17 Dec 2002 19:01:18 -0000 1.29.2.15 > +++ make.1 16 Mar 2004 11:12:09 -0000 > @@ -1266,6 +1266,17 @@ > \&.endfor > .Ed > won't work, and should be rewritten the other way around. > +.Pp > +Undefined variables are not expanded when assigned with expansion. > +This is intentional, but may lead to surprising results: > +.Bd -literal > +VAR1:= Assigned with${OUT} expansion > +VAR2!= echo Assigned with${OUT} expansion > +OUT= out > +all: > + @echo := - ${VAR1} > + @echo != - ${VAR2} > +.Ed > .Sh SEE ALSO > .Xr mkdep 1 , > .Xr make.conf 5 > So, expanding "Assigned with${OUT} expansion" with := when OUT is undefined gives you the same string (have a look at the ``make -r -dv'' output), and it becomes a value of VAR1, and when later you print it, it's expanded again (as it still has the `$' character). This time OUT is defined, and its value is substituted. Expanding "echo Assigned with${OUT} expansion" through != gives you "Assigned with expansion", and that's what gets printed later. Whatever, "undefined variables are not expanded" sounds like a non-sense to me. ;) The following code fragment in make(1) is responsible for this, and has more correct wording: : } else if (type == VAR_SUBST) { : /* : * Allow variables in the old value to be undefined, but leave their : * invocation alone -- this is done by forcing oldVars to be false. : * XXX: This can cause recursive variables, but that's not hard to do, : * and this allows someone to do something like : * : * CFLAGS = $(.INCLUDES) : * CFLAGS := -I.. $(CFLAGS) : * : * And not get an error. : */ : Boolean oldOldVars = oldVars; : : oldVars = FALSE; Perhaps you could convert it to fit the manpage? Definitely we shouldn't put it in the BUGS section. Cheers, -- Ruslan Ermilov FreeBSD committer ru@FreeBSD.org From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 06:00:41 2004 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 3013F16A4E1 for ; Tue, 16 Mar 2004 06:00:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1508343D2D for ; Tue, 16 Mar 2004 06:00:41 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2GE0ebv005177 for ; Tue, 16 Mar 2004 06:00:40 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2GE0eMj005175; Tue, 16 Mar 2004 06:00:40 -0800 (PST) (envelope-from gnats) Date: Tue, 16 Mar 2004 06:00:40 -0800 (PST) Message-Id: <200403161400.i2GE0eMj005175@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Oliver Eikemeier Subject: Re: bin/64327: [PATCH] make(1): document surprising behaviour of assign with expansion X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Oliver Eikemeier List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 14:00:41 -0000 The following reply was made to PR bin/64327; it has been noted by GNATS. From: Oliver Eikemeier To: Ruslan Ermilov Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/64327: [PATCH] make(1): document surprising behaviour of assign with expansion Date: Tue, 16 Mar 2004 14:58:35 +0100 Ruslan Ermilov wrote: > On Tue, Mar 16, 2004 at 12:49:27PM +0100, Oliver Eikemeier wrote: > >>Try the Makefile from the patch: >> >>VAR1:= Assigned with${OUT} expansion >>VAR2!= echo Assigned with${OUT} expansion >>OUT= out >>all: >> @echo := - ${VAR1} >> @echo != - ${VAR2} >> >> >>>Fix: >> >>diff -u -r1.29.2.15 make.1 >>--- make.1 17 Dec 2002 19:01:18 -0000 1.29.2.15 >>+++ make.1 16 Mar 2004 11:12:09 -0000 >>@@ -1266,6 +1266,17 @@ >> \&.endfor >> .Ed >> won't work, and should be rewritten the other way around. >>+.Pp >>+Undefined variables are not expanded when assigned with expansion. >>+This is intentional, but may lead to surprising results: >>+.Bd -literal >>+VAR1:= Assigned with${OUT} expansion >>+VAR2!= echo Assigned with${OUT} expansion >>+OUT= out >>+all: >>+ @echo := - ${VAR1} >>+ @echo != - ${VAR2} >>+.Ed >> .Sh SEE ALSO >> .Xr mkdep 1 , >> .Xr make.conf 5 >> > > So, expanding "Assigned with${OUT} expansion" with := when OUT is undefined > gives you the same string (have a look at the ``make -r -dv'' output), and it > becomes a value of VAR1, and when later you print it, it's expanded again (as > it still has the `$' character). This time OUT is defined, and its value is > substituted. Of course you could move `OUT=out' after `all:'. The point is that you'll encounter problems with that pretty often in bsd.port.mk. > Expanding "echo Assigned with${OUT} expansion" through != gives you "Assigned > with expansion", and that's what gets printed later. I guess I tried my own example before posting it... > Whatever, "undefined variables are not expanded" sounds like a non-sense > to me. ;) Basically that is what it does: it leaves undefined variables there for late expansion. If you try: SUFFIX?= .txt _FILE:= ${FILE}${SUFFIX} .if exists(${_FILE}) .... .endif FILE= settings SUFFIX= .opt .if exists(${_FILE}) .... .endif You'll test for the existence of `.txt' in the first .if, and for `settings.txt' in the second. It took me a while to figure *that* out. > The following code fragment in make(1) is responsible for this, and has more > correct wording: > > : } else if (type == VAR_SUBST) { > : /* > : * Allow variables in the old value to be undefined, but leave their > : * invocation alone -- this is done by forcing oldVars to be false. > : * XXX: This can cause recursive variables, but that's not hard to do, > : * and this allows someone to do something like > : * > : * CFLAGS = $(.INCLUDES) > : * CFLAGS := -I.. $(CFLAGS) > : * > : * And not get an error. > : */ > : Boolean oldOldVars = oldVars; > : > : oldVars = FALSE; I know. Thats the reason I wrote: `This is intentional' and didn't file a bug report. > Perhaps you could convert it to fit the manpage? Definitely we shouldn't put > it in the BUGS section. I though so. What should I use: HISTORY, CAVEATS, IMPLEMENTATION NOTES or something else? How about: Undefined variables are left untouched when assigned with expansion. This is intentional, but may lead to surprising results: VAR1:= Assigned with${OUT} expansion all: @echo ${VAR1} OUT= out Outputs `Assigned without expansion'. You can use != and echo to avoid this effect. From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 06:20:03 2004 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 73EAF16A4CE for ; Tue, 16 Mar 2004 06:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EAD243D46 for ; Tue, 16 Mar 2004 06:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2GEK3bv009702 for ; Tue, 16 Mar 2004 06:20:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2GEK3g5009701; Tue, 16 Mar 2004 06:20:03 -0800 (PST) (envelope-from gnats) Date: Tue, 16 Mar 2004 06:20:03 -0800 (PST) Message-Id: <200403161420.i2GEK3g5009701@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ruslan Ermilov Subject: Re: bin/64327: [PATCH] make(1): document surprising behaviour of assign with expansion X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ruslan Ermilov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 14:20:03 -0000 The following reply was made to PR bin/64327; it has been noted by GNATS. From: Ruslan Ermilov To: Oliver Eikemeier Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/64327: [PATCH] make(1): document surprising behaviour of assign with expansion Date: Tue, 16 Mar 2004 16:11:34 +0200 On Tue, Mar 16, 2004 at 02:58:35PM +0100, Oliver Eikemeier wrote: [...] > >Perhaps you could convert it to fit the manpage? Definitely we shouldn't > >put > >it in the BUGS section. > > I though so. What should I use: HISTORY, CAVEATS, IMPLEMENTATION NOTES or > something else? > I prefer to just document this behavior of the := assignment. > Undefined variables are left untouched when assigned with expansion. > Undefined variables can't be "left", as they don't exist at all. Instead, saying something along the code comments, like "expanded variables can be undefined, in this case their expansion is attempted later", and give an example from the code. Cheers, -- Ruslan Ermilov FreeBSD committer ru@FreeBSD.org From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 06:40:15 2004 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 5792116A4CE for ; Tue, 16 Mar 2004 06:40:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39C7F43D1D for ; Tue, 16 Mar 2004 06:40:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2GEeFbv010948 for ; Tue, 16 Mar 2004 06:40:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2GEeFcS010947; Tue, 16 Mar 2004 06:40:15 -0800 (PST) (envelope-from gnats) Date: Tue, 16 Mar 2004 06:40:15 -0800 (PST) Message-Id: <200403161440.i2GEeFcS010947@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Oliver Eikemeier Subject: Re: bin/64327: [PATCH] make(1): document surprising behaviour of assign with expansion X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Oliver Eikemeier List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 14:40:15 -0000 The following reply was made to PR bin/64327; it has been noted by GNATS. From: Oliver Eikemeier To: Ruslan Ermilov Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/64327: [PATCH] make(1): document surprising behaviour of assign with expansion Date: Tue, 16 Mar 2004 15:35:17 +0100 Ruslan Ermilov wrote: > On Tue, Mar 16, 2004 at 02:58:35PM +0100, Oliver Eikemeier wrote: > [...] > >>>Perhaps you could convert it to fit the manpage? Definitely we shouldn't >>>put >>>it in the BUGS section. >> >>I though so. What should I use: HISTORY, CAVEATS, IMPLEMENTATION NOTES or >>something else? > > I prefer to just document this behavior of the := assignment. VARIABLE ASSIGNMENTS then. Perhaps after Variable substitution occurs at two distinct times, depending on where the variable is being used. Variables in dependency lines are expanded as the line is read. Variables in shell commands are expanded when the shell command is executed. >>Undefined variables are left untouched when assigned with expansion. > > Undefined variables can't be "left", as they don't exist at all. Instead, > saying something along the code comments, like "expanded variables can be > undefined, in this case their expansion is attempted later", and give an > example from the code. I don't think this is an good example: - I think it doesn't illustrate the pitfall clearly enough - I do not really want to encourage anyone to use this feature. It looks like this feature is a little too tricky, and AFAIK other makes don't behave this way, so Makefiles get highly unportable and are difficult to follow for people used to other behaviour. While I know that this is BSD make and we have to keep this because of compatibility reasons, I'm not really sure of the value of this construct, the example should be rewritten CFLAGS = -I.. $(.INCLUDES) anyway. Could you come up with another example? I'm sorry if I am too intractable, but I more like to show the pitfalls (like the example in the BUGS section), than to point out a value which I can't see. Oliver From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 08:30:24 2004 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 C11C216A4CF for ; Tue, 16 Mar 2004 08:30:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A199243D39 for ; Tue, 16 Mar 2004 08:30:24 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2GGUObv024809 for ; Tue, 16 Mar 2004 08:30:24 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2GGUOER024803; Tue, 16 Mar 2004 08:30:24 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 16 Mar 2004 08:30:24 -0800 (PST) Resent-Message-Id: <200403161630.i2GGUOER024803@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, Dmitry Morozovsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CA4816A4CE for ; Tue, 16 Mar 2004 08:20:24 -0800 (PST) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E4F43D45 for ; Tue, 16 Mar 2004 08:20:23 -0800 (PST) (envelope-from marck@woozle.rinet.ru) Received: from woozle.rinet.ru (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.10/8.12.10) with ESMTP id i2GGKLci018372; Tue, 16 Mar 2004 19:20:21 +0300 (MSK) (envelope-from marck@woozle.rinet.ru) Received: (from marck@localhost) by woozle.rinet.ru (8.12.10/8.12.10/Submit) id i2GGKL4w018371; Tue, 16 Mar 2004 19:20:21 +0300 (MSK) (envelope-from marck) Message-Id: <200403161620.i2GGKL4w018371@woozle.rinet.ru> Date: Tue, 16 Mar 2004 19:20:21 +0300 (MSK) From: Dmitry Morozovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: oleg@rinet.ru Subject: kern/64345: 4.x IPFW2 kernel memory leak (IPFW2+rote flaps+verrevpath) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Morozovsky List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 16:30:25 -0000 >Number: 64345 >Category: kern >Synopsis: 4.x IPFW2 kernel memory leak (IPFW2+rote flaps+verrevpath) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 16 08:30:24 PST 2004 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD 4-STABLE i386 >Organization: Cronyx Plus LLC (RiNet ISP) >Environment: System: FreeBSD 4-STABLE >Description: The following error has been catched by Oleg Bulyzhin It seems 4-STABLE leaks kernel memory in routing table while checking reverse paths. Our inter-vlan router with zebra/ospfd and 60+ VLANs exhausts default 100M of router table space in a couple of weeks. Error does not belong to -current since verify_rev_path() has been implemented different (and much cleaner) way. >How-To-Repeat: - build kernel or .ko with ipfw2 - add verrevpath checking rule ipfw add 50 deny ip from any to any not verrevpath in - use routing daemon with regular route update flow -watch for kernel memory used by route table by vmstat -m | grep rout | tail -1 >Fix: The following patch seems to fix the problem for us. However, others corner cases may exist, so maybe just MFC ip_fw2.c:1.50 ? Index: sys/netinet/ip_fw2.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/ip_fw2.c,v retrieving revision 1.6.2.18 diff -u -r1.6.2.18 ip_fw2.c --- sys/netinet/ip_fw2.c 17 Oct 2003 11:01:03 -0000 1.6.2.18 +++ sys/netinet/ip_fw2.c 16 Mar 2004 12:39:52 -0000 @@ -432,6 +432,7 @@ /* Check if we've cached the route from the previous call. */ if (src.s_addr != dst->sin_addr.s_addr) { + if (ro.ro_rt != NULL) RTFREE(ro.ro_rt); ro.ro_rt = NULL; bzero(dst, sizeof(*dst)); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 10:30:17 2004 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 B499316A4CE for ; Tue, 16 Mar 2004 10:30:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 940B443D31 for ; Tue, 16 Mar 2004 10:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2GIUHbv037722 for ; Tue, 16 Mar 2004 10:30:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2GIUHxW037720; Tue, 16 Mar 2004 10:30:17 -0800 (PST) (envelope-from gnats) Date: Tue, 16 Mar 2004 10:30:17 -0800 (PST) Message-Id: <200403161830.i2GIUHxW037720@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Pawel Jakub Dawidek Subject: Re: kern/64206: panic: lockmgr: locking against myself (kern_lock.c:370) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pawel Jakub Dawidek List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 18:30:17 -0000 The following reply was made to PR kern/64206; it has been noted by GNATS. From: Pawel Jakub Dawidek To: Nik Clayton Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/64206: panic: lockmgr: locking against myself (kern_lock.c:370) Date: Tue, 16 Mar 2004 19:21:45 +0100 --3MMMIZFJzhAsRj/+ Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 13, 2004 at 10:39:53AM +0000, Nik Clayton wrote: +> >Description: +>=20 +> After a clean boot, with background_fsck=3D"NO" in /etc/rc.conf (so the = disks=20 +> had been fsck'd at startup), on a filesystem with softupdates enabled, I= =20 +> could reliably reproduce a panic by doing something disk intensive, like +>=20 +> cd /usr/ports/multimedia/kdemultimedia3 +> make clean extract +>=20 +> The panic would happen within a few seconds of the extraction starting. +>=20 +> This was completely reproducible: +>=20 +> reboot +> disks get fscked +> login +> 'make clean extract' +> panic +>=20 +> and I did so several times for testing. +>=20 +> A Google groups search for "kern_lock.c panic 370" shows numerous reports +> of this over the past year or so. Most of them have linked this to=20 +> background fsck. +>=20 +> Since I had had background fsck enabled previously, I'll theorise wildly, +> and suggest that the problem is an interaction between the softupdates c= ode +> and snapshot code (since the previous, incomplete, background fscks will +> have left snapshots behind when the system panic'd before they completed= ). Thanks for reporting this! I've exactly same problem, but I was sure this is HW issue:) In my configuration I've only one partition, softupdates are off, so I don't know why snapshot is created (as it looks from your debug). --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --3MMMIZFJzhAsRj/+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAV0W5ForvXbEpPzQRAvKCAJ9oajjagXLC/R/7CzFHg8xN6ehMhgCfWseG UuR5M2tHLQojBOPUYEGx++c= =kEnz -----END PGP SIGNATURE----- --3MMMIZFJzhAsRj/+-- From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 11:20:09 2004 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 24E9716A4CE for ; Tue, 16 Mar 2004 11:20:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04A7843D31 for ; Tue, 16 Mar 2004 11:20:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2GJK8bv044134 for ; Tue, 16 Mar 2004 11:20:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2GJK8wc044133; Tue, 16 Mar 2004 11:20:08 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 16 Mar 2004 11:20:08 -0800 (PST) Resent-Message-Id: <200403161920.i2GJK8wc044133@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, "Ramy M. Hassan" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 155CC16A4CE for ; Tue, 16 Mar 2004 11:11:54 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EF8543D31 for ; Tue, 16 Mar 2004 11:11:54 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i2GJBr72036808 for ; Tue, 16 Mar 2004 11:11:53 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.10/8.12.10/Submit) id i2GJBr67036807; Tue, 16 Mar 2004 11:11:53 -0800 (PST) (envelope-from nobody) Message-Id: <200403161911.i2GJBr67036807@www.freebsd.org> Date: Tue, 16 Mar 2004 11:11:53 -0800 (PST) From: "Ramy M. Hassan" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/64347: Bug in sysv semaphore waiting processes count 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, 16 Mar 2004 19:20:09 -0000 >Number: 64347 >Category: misc >Synopsis: Bug in sysv semaphore waiting processes count >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 16 11:20:08 PST 2004 >Closed-Date: >Last-Modified: >Originator: Ramy M. Hassan >Release: 4.9RELEASE >Organization: AAST >Environment: FreeBSD GawabSRV01.Gawab.com 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #0: Tue Mar 2 03:21:19 EET 2004 root@GawabSRV01.Gawab.com:/usr/obj/usr/src/sys/GAWABMAINSMPWFC i386 >Description: When a procss is waiting for a semaphore value to be more than zero ( calling semop ) , then receives a signal, the semop() returns -1 and errno is set to EINTR. This is fine, but the problem is that the number of processes waiting for the semaphore is not decremented. So a successive call to semctl(semsetid,semid,GETNCNT,0) will return an incorrect value. >How-To-Repeat: Write a program that intializes a semaphore set to zero , then call semop in a loop struct sembuf oplist[] = { { 0 , -1 , 0 } }; while ( semop(semid,oplist,1) < 0 ) { printf("Number of waiting processes %d \n",semctl(semid,prof,GETNCNT)); } while the process is waiting on the semaphore , send the process any signal that the process can handle. You will see that the number of waiting processes will increment each time a signal is sent which is incorrect. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 14:07:57 2004 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 585C716A4CE; Tue, 16 Mar 2004 14:07:57 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B06343D1D; Tue, 16 Mar 2004 14:07:57 -0800 (PST) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) i2GM7vbv062241; Tue, 16 Mar 2004 14:07:57 -0800 (PST) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2GM7vm2062237; Tue, 16 Mar 2004 14:07:57 -0800 (PST) (envelope-from kan) Date: Tue, 16 Mar 2004 14:07:57 -0800 (PST) From: Alexander Kabaev Message-Id: <200403162207.i2GM7vm2062237@freefall.freebsd.org> To: kan@FreeBSD.org, freebsd-bugs@FreeBSD.org, kan@FreeBSD.org Subject: Re: kern/64206: panic: lockmgr: locking against myself (kern_lock.c:370) 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, 16 Mar 2004 22:07:57 -0000 Synopsis: panic: lockmgr: locking against myself (kern_lock.c:370) Responsible-Changed-From-To: freebsd-bugs->kan Responsible-Changed-By: kan Responsible-Changed-When: Tue Mar 16 14:07:27 PST 2004 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=64206 From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 18:50:16 2004 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 BCE9516A4CE for ; Tue, 16 Mar 2004 18:50:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DEE543D46 for ; Tue, 16 Mar 2004 18:50:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2H2oGbv009820 for ; Tue, 16 Mar 2004 18:50:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2H2oGNs009819; Tue, 16 Mar 2004 18:50:16 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 16 Mar 2004 18:50:16 -0800 (PST) Resent-Message-Id: <200403170250.i2H2oGNs009819@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, Daniel Rudy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7773616A4CE for ; Tue, 16 Mar 2004 18:42:32 -0800 (PST) Received: from wildfire.danielrudy.org (adsl-68-126-185-169.dsl.pltn13.pacbell.net [68.126.185.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F5F943D54 for ; Tue, 16 Mar 2004 18:42:32 -0800 (PST) (envelope-from dcrudy@wildfire.danielrudy.org) Received: from wildfire.danielrudy.org (gnmrgr@localhost.danielrudy.org [127.0.0.1])i2H2gUpf080539 for ; Tue, 16 Mar 2004 18:42:31 -0800 (PST) (envelope-from dcrudy@wildfire.danielrudy.org) Received: (from root@localhost) by wildfire.danielrudy.org (8.12.9p2/8.12.9/Submit) id i2H2gUm3080538; Tue, 16 Mar 2004 18:42:30 -0800 (PST) (envelope-from dcrudy) Message-Id: <200403170242.i2H2gUm3080538@wildfire.danielrudy.org> Date: Tue, 16 Mar 2004 18:42:30 -0800 (PST) From: Daniel Rudy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/64359: :p and :P commands in vi doesn't work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Rudy List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 02:50:16 -0000 >Number: 64359 >Category: bin >Synopsis: :p and :P commands in vi doesn't work >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 Mar 16 18:50:16 PST 2004 >Closed-Date: >Last-Modified: >Originator: Daniel Rudy - Sysadmin >Release: FreeBSD 4.9-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD wildfire.danielrudy.org 4.9-RELEASE-p3 FreeBSD 4.9-RELEASE-p3 #4: Sat Mar 13 01:09:21 PST 2004 root@strata.danielrudy.org:/usr/obj/usr/src/sys/WILDFIRE i386 >Description: When specifying multiple files on the command line when invoking the vi editor, after using :n to edit the next file in the list, the :p command to edit the previous file in the list does not work. It is documented in the man page for vi under ed commands. >How-To-Repeat: Invoke vi with multiple files on the command line. Do :n to edit the next file. Do :p to edit the previous file. This step fails. >Fix: Unknown at this time. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 19:10:10 2004 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 C8A5F16A4CE for ; Tue, 16 Mar 2004 19:10:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D0943D31 for ; Tue, 16 Mar 2004 19:10:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2H3AAbv013842 for ; Tue, 16 Mar 2004 19:10:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2H3AA5q013841; Tue, 16 Mar 2004 19:10:10 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 16 Mar 2004 19:10:10 -0800 (PST) Resent-Message-Id: <200403170310.i2H3AA5q013841@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, Daniel Rudy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E32E16A4CE for ; Tue, 16 Mar 2004 19:07:43 -0800 (PST) Received: from wildfire.danielrudy.org (adsl-68-126-185-169.dsl.pltn13.pacbell.net [68.126.185.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E1AB43D2D for ; Tue, 16 Mar 2004 19:07:43 -0800 (PST) (envelope-from dcrudy@wildfire.danielrudy.org) Received: from wildfire.danielrudy.org (hcxina@localhost.danielrudy.org [127.0.0.1])i2H37hpf080730 for ; Tue, 16 Mar 2004 19:07:43 -0800 (PST) (envelope-from dcrudy@wildfire.danielrudy.org) Received: (from root@localhost) by wildfire.danielrudy.org (8.12.9p2/8.12.9/Submit) id i2H37giA080729; Tue, 16 Mar 2004 19:07:42 -0800 (PST) (envelope-from dcrudy) Message-Id: <200403170307.i2H37giA080729@wildfire.danielrudy.org> Date: Tue, 16 Mar 2004 19:07:42 -0800 (PST) From: Daniel Rudy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/64360: BIND UPDATE: named.root hints file updated X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Rudy List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 03:10:10 -0000 >Number: 64360 >Category: bin >Synopsis: BIND UPDATE: named.root hints file updated >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Mar 16 19:10:10 PST 2004 >Closed-Date: >Last-Modified: >Originator: Daniel Rudy - Sysadmin >Release: FreeBSD 4.9-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD wildfire.danielrudy.org 4.9-RELEASE-p3 FreeBSD 4.9-RELEASE-p3 #4: Sat Mar 13 01:09:21 PST 2004 root@strata.danielrudy.org:/usr/obj/usr/src/sys/WILDFIRE i386 >Description: /etc/namedb/named.root hints file updated. >How-To-Repeat: This is an update notice. >Fix: named root hints file /etc/namedb/named.root updated. B root server IP address changed from 128.9.0.107 to 192.228.79.201. Please update source trees. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 19:40:19 2004 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 0BAEB16A4CF for ; Tue, 16 Mar 2004 19:40:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F5543D1F for ; Tue, 16 Mar 2004 19:40:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2H3eIbv016112 for ; Tue, 16 Mar 2004 19:40:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2H3eIiI016111; Tue, 16 Mar 2004 19:40:18 -0800 (PST) (envelope-from gnats) Date: Tue, 16 Mar 2004 19:40:18 -0800 (PST) Message-Id: <200403170340.i2H3eIiI016111@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Xin LI Subject: Re: bin/64360: BIND UPDATE: named.root hints file updated X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Xin LI List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 03:40:19 -0000 The following reply was made to PR bin/64360; it has been noted by GNATS. From: Xin LI To: Daniel Rudy Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: bin/64360: BIND UPDATE: named.root hints file updated Date: Wed, 17 Mar 2004 11:32:47 +0800 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 16, 2004 at 07:07:42PM -0800, Daniel Rudy wrote: > >Description: >=20 > /etc/namedb/named.root hints file updated. http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/namedb/named.root The update has been done in January. If you are tracking RELENG_4_9, you may need to manually update it as this is not a security update, as the change does not fit the security branch criteria. Another solution is to manually update your local named.root copy to the latest cvs version. Considering that the configuration files are not being changed so often in a security branch, you can safely do this because you do not need to do mergemaster before next release. Cheers, --=20 Xin LI http://www.delphij.net/ See complete headers for GPG key and other information. --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAV8bfOfuToMruuMARAoVdAJkBIYkRsmctPhWrtgkB9OVPiISFVQCgjKXs LByKSe4RESZESrxMFWLLiyk= =yqDR -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc-- From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 20:22:49 2004 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 1924116A4CE; Tue, 16 Mar 2004 20:22:49 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEB8F43D48; Tue, 16 Mar 2004 20:22:48 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from freefall.freebsd.org (cperciva@localhost [127.0.0.1]) i2H4Mmbv021780; Tue, 16 Mar 2004 20:22:48 -0800 (PST) (envelope-from cperciva@freefall.freebsd.org) Received: (from cperciva@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2H4Mmni021776; Tue, 16 Mar 2004 20:22:48 -0800 (PST) (envelope-from cperciva) Date: Tue, 16 Mar 2004 20:22:48 -0800 (PST) From: Colin Percival Message-Id: <200403170422.i2H4Mmni021776@freefall.freebsd.org> To: cperciva@FreeBSD.org, freebsd-bugs@FreeBSD.org, cperciva@FreeBSD.org Subject: Re: misc/64347: Bug in sysv semaphore waiting processes count 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, 17 Mar 2004 04:22:49 -0000 Synopsis: Bug in sysv semaphore waiting processes count Responsible-Changed-From-To: freebsd-bugs->cperciva Responsible-Changed-By: cperciva Responsible-Changed-When: Tue Mar 16 20:22:22 PST 2004 Responsible-Changed-Why: I think I know how to fix this. http://www.freebsd.org/cgi/query-pr.cgi?pr=64347 From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 22:30:20 2004 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 18E6E16A4CE for ; Tue, 16 Mar 2004 22:30:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06EA743D2F for ; Tue, 16 Mar 2004 22:30:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2H6UHbv033402 for ; Tue, 16 Mar 2004 22:30:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2H6UH9A033400; Tue, 16 Mar 2004 22:30:17 -0800 (PST) (envelope-from gnats) Date: Tue, 16 Mar 2004 22:30:17 -0800 (PST) Message-Id: <200403170630.i2H6UH9A033400@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Daniel Rudy Subject: Re: bin/64360: BIND UPDATE: named.root hints file updated X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Rudy List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 06:30:20 -0000 The following reply was made to PR bin/64360; it has been noted by GNATS. From: Daniel Rudy To: Xin LI Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: bin/64360: BIND UPDATE: named.root hints file updated Date: Tue, 16 Mar 2004 22:25:41 -0800 And somewhere around the time of 03/16/2004 19:32, the world stopped and listened as Xin LI contributed the following to humanity: > On Tue, Mar 16, 2004 at 07:07:42PM -0800, Daniel Rudy wrote: > >>>Description: >> >>/etc/namedb/named.root hints file updated. > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/namedb/named.root > > The update has been done in January. If you are tracking RELENG_4_9, > you may need to manually update it as this is not a security update, > as the change does not fit the security branch criteria. > > Another solution is to manually update your local named.root copy > to the latest cvs version. Considering that the configuration files > are not being changed so often in a security branch, you can safely > do this because you do not need to do mergemaster before next release. > > Cheers, I see. I was not aware of this. I've already downloaded the file from the internic ftp server. Thanks. -- Daniel Rudy From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 22:40:16 2004 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 891B616A4CF for ; Tue, 16 Mar 2004 22:40:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA3A43D1F for ; Tue, 16 Mar 2004 22:40:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2H6eGbv033682 for ; Tue, 16 Mar 2004 22:40:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2H6eG1k033681; Tue, 16 Mar 2004 22:40:16 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 16 Mar 2004 22:40:16 -0800 (PST) Resent-Message-Id: <200403170640.i2H6eG1k033681@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, dirk.meyer@dinoex.sub.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4A7316A4CE for ; Tue, 16 Mar 2004 22:34:16 -0800 (PST) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90AE043D1F for ; Tue, 16 Mar 2004 22:34:15 -0800 (PST) (envelope-from dm@home.dinoex.sub.de) Received: from home.dinoex.sub.de (dm@home.dinoex.sub.de [217.6.200.196]) by uucp.dinoex.sub.de (8.12.11/8.12.11) with ESMTP id i2H6Y70o042379 for ; Wed, 17 Mar 2004 07:34:07 +0100 (CET) (envelope-from dm@home.dinoex.sub.de) Received: (from dm@localhost) by home.dinoex.sub.de (8.12.11/8.12.10/Submit) id i2H6Y8C6006533; Wed, 17 Mar 2004 07:34:08 +0100 (CET) (envelope-from dm) Message-Id: <200403170634.i2H6Y8C6006533@home.dinoex.sub.de> Date: Wed, 17 Mar 2004 07:34:08 +0100 (CET) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/64363: panic: ffs_blkfree: freeing free block X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dirk.meyer@dinoex.sub.org List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 06:40:16 -0000 >Number: 64363 >Category: kern >Synopsis: panic: ffs_blkfree: freeing free block >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 16 22:40:15 PST 2004 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.9-STABLE i386 >Organization: privat >Environment: FreeBSD stable.dinoex.sub.de 4.9-STABLE FreeBSD 4.9-STABLE #36: Fri Jan 30 09:52:54 CET 2004 root@stable.dinoex.sub.de:/usr/obj/usr/src/sys/GENERIC i386 GENERIC kernel >Description: while pkg_delete big packages inside a jail reside in /data filesystem. # df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 99183 54315 36934 60% / /dev/ad0s1h 14231510 9676094 3416896 74% /data /dev/ad0s1e 99183 2869 88380 3% /tmp /dev/ad0s1f 2977230 1430474 1308578 52% /usr /dev/ad0s1g 992239 3534 909326 0% /var procfs 4 4 0 100% /proc panic messages: --- panic: ffs_blkfree: freeing free block syncing disks... 137 8 8 3 3 3 3 3 3 3 panic: lockmgr: locking against myself Uptime: 46d11h47m56s dumping to dev #ad/0x20001, offset 1556480 dump ata0: resetting devices .. done 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 9 4 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 0xc022a7ee in dumpsys () (kgdb) bt #0 0xc022a7ee in dumpsys () #1 0xc022a5bf in boot () #2 0xc022a9e4 in poweroff_wait () #3 0xc0224eb3 in lockmgr () #4 0xc0252313 in getblk () #5 0xc0250446 in bread () #6 0xc032ea30 in ffs_blkfree () #7 0xc0333272 in handle_workitem_freeblocks () #8 0xc03316ef in process_worklist_item () #9 0xc0331582 in softdep_process_worklist () #10 0xc022a41d in boot () #11 0xc022a9e4 in poweroff_wait () #12 0xc032eafa in ffs_blkfree () #13 0xc033342f in indir_trunc () #14 0xc03331e9 in handle_workitem_freeblocks () #15 0xc03316ef in process_worklist_item () #16 0xc0331582 in softdep_process_worklist () #17 0xc0258b87 in sched_sync () (kgdb) >How-To-Repeat: happens in a few cases, once in 50 runs. - heavy disk io. - in jail: pkg_delete /var/db/pkg/* >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 23:01:11 2004 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 05E7816A4CE; Tue, 16 Mar 2004 23:01:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D951143D46; Tue, 16 Mar 2004 23:01:10 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) i2H71Abv034820; Tue, 16 Mar 2004 23:01:10 -0800 (PST) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2H71ArD034816; Tue, 16 Mar 2004 23:01:10 -0800 (PST) (envelope-from maxim) Date: Tue, 16 Mar 2004 23:01:10 -0800 (PST) From: Maxim Konovalov Message-Id: <200403170701.i2H71ArD034816@freefall.freebsd.org> To: dcrudy@pacbell.net, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/64360: BIND UPDATE: named.root hints file updated 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, 17 Mar 2004 07:01:11 -0000 Synopsis: BIND UPDATE: named.root hints file updated State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Tue Mar 16 23:00:46 PST 2004 State-Changed-Why: Already fixed in -CURRENT and -STABLE. http://www.freebsd.org/cgi/query-pr.cgi?pr=64360 From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 16 23:30:27 2004 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 A659116A4CF for ; Tue, 16 Mar 2004 23:30:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8437D43D1F for ; Tue, 16 Mar 2004 23:30:27 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2H7URbv043319 for ; Tue, 16 Mar 2004 23:30:27 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2H7UR43043318; Tue, 16 Mar 2004 23:30:27 -0800 (PST) (envelope-from gnats) Date: Tue, 16 Mar 2004 23:30:27 -0800 (PST) Message-Id: <200403170730.i2H7UR43043318@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Oliver Eikemeier Subject: Re: bin/64327: [PATCH] make(1): document surprising behaviour of assign with expansion X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Oliver Eikemeier List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 07:30:27 -0000 The following reply was made to PR bin/64327; it has been noted by GNATS. From: Oliver Eikemeier To: FreeBSD-gnats-submit@FreeBSD.org Cc: Ruslan Ermilov Subject: Re: bin/64327: [PATCH] make(1): document surprising behaviour of assign with expansion Date: Wed, 17 Mar 2004 08:29:21 +0100 Looks like a follwup to PR bin/6830: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/6830 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 00:10:19 2004 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 75BC616A4CE for ; Wed, 17 Mar 2004 00:10:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5457F43D3F for ; Wed, 17 Mar 2004 00:10:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2H8AJbv054571 for ; Wed, 17 Mar 2004 00:10:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2H8AJnq054570; Wed, 17 Mar 2004 00:10:19 -0800 (PST) (envelope-from gnats) Date: Wed, 17 Mar 2004 00:10:19 -0800 (PST) Message-Id: <200403170810.i2H8AJnq054570@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gleb Smirnoff Subject: Re: misc/64111: libfetch does not use the FTP_PROXY and HTTP_PROXY vars as documented X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gleb Smirnoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 08:10:19 -0000 The following reply was made to PR misc/64111; it has been noted by GNATS. From: Gleb Smirnoff To: Pat Wendorf Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/64111: libfetch does not use the FTP_PROXY and HTTP_PROXY vars as documented Date: Wed, 17 Mar 2004 11:07:59 +0300 On Thu, Mar 11, 2004 at 08:31:21AM -0800, Pat Wendorf wrote: P> >Description: P> The documentation for fetch (man 3 fetch) indicates that setting HTTP_PROXY will only let fetch requests for HTTP resources run through the proxy server. We have a setup where FTP is open to us, but HTTP is proxied. With this variable set HTTP and FTP seem to go through the proxy first. Unsetting the variable fixes FTP, but does not allow me to us HTTP. P> >How-To-Repeat: P> Allow FTP out through your network, and proxy HTTP. Set the HTTP_PROXY environment variable and watch where the FTP requests go out through. This is not a bug, its a feature. libfetch tries to use you HTTP proxy for FTP transfers, too. If you don't want to use it for FTP, you have explicitly set environment variable FTP_PROXY to empty string. A command like: > FTP_PROXY= fetch will work in your case. If you are using make.conf, your configuration will look like this: FETCH_ENV?= HTTP_PROXY=proxy:3128 FETCH_ENV+= FTP_PROXY= However, fetch.3 says: If this variable is set to an empty string, no proxy will be used for FTP requests, even if the HTTP_PROXY variable is set. And this is definitely not true. So, this issue must be considered a doc-bug. Here is diff: --- fetch.3.orig Wed Mar 17 11:05:32 2004 +++ fetch.3 Wed Mar 17 11:07:08 2004 @@ -471,11 +471,6 @@ is the real user name, and .Ql host is the name of the FTP server. -.Pp -If this variable is set to an empty string, no proxy will be used for -FTP requests, even if the -.Ev HTTP_PROXY -variable is set. .It Ev ftp_proxy Same as .Ev FTP_PROXY , -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 00:40:16 2004 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 3366416A4CE for ; Wed, 17 Mar 2004 00:40:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16BB143D5A for ; Wed, 17 Mar 2004 00:40:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2H8eFbv059025 for ; Wed, 17 Mar 2004 00:40:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2H8eFi3059024; Wed, 17 Mar 2004 00:40:15 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 17 Mar 2004 00:40:15 -0800 (PST) Resent-Message-Id: <200403170840.i2H8eFi3059024@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, Simon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC5BB16A4CE for ; Wed, 17 Mar 2004 00:38:35 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65E7043D54 for ; Wed, 17 Mar 2004 00:38:35 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i2H8cW72063778 for ; Wed, 17 Mar 2004 00:38:32 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.10/8.12.10/Submit) id i2H8cWPp063777; Wed, 17 Mar 2004 00:38:32 -0800 (PST) (envelope-from nobody) Message-Id: <200403170838.i2H8cWPp063777@www.freebsd.org> Date: Wed, 17 Mar 2004 00:38:32 -0800 (PST) From: Simon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/64365: ACPI problems 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, 17 Mar 2004 08:40:16 -0000 >Number: 64365 >Category: misc >Synopsis: ACPI problems >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: Wed Mar 17 00:40:15 PST 2004 >Closed-Date: >Last-Modified: >Originator: Simon >Release: 5.1/5.2 >Organization: Saratov Socio-Economical University >Environment: FreeBSD new.seun.ru 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Mon Jan 19 19:44:42 GMT 2004 root@new.seun.ru:/usr/src/sys/i386/compile/terra i386 >Description: Pentium Pro MTRR support enabled ACPI-0660: *** Warning: Type override - [DEB_] had invalid type (Integer) for Scope operator, changed to (Scope) ACPI-0660: *** Warning: Type override - [MLIB] had invalid type (Integer) for Scope operator, changed to (Scope) ACPI-0660: *** Warning: Type override - [DATA] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0660: *** Warning: Type override - [SIO_] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0660: *** Warning: Type override - [LEDP] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0660: *** Warning: Type override - [GPEN] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0660: *** Warning: Type override - [GPST] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0660: *** Warning: Type override - [GP1N] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0660: *** Warning: Type override - [WUES] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0660: *** Warning: Type override - [WUSE] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0660: *** Warning: Type override - [SBID] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0660: *** Warning: Type override - [SWCE] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0660: *** Warning: Type override - [SMIR] had invalid type (String) for Scope operator, changed to (Scope) npx0: [FAST] acpi0: on motherboard ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.SBRG.EC0_._REG] (Node 0xc25b7880), AE_NOT_EXIST acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 acpi_cpu0: on acpi0 acpi_cpu1: on acpi0 acpi_cpu2: on acpi0 acpi_cpu3: on acpi0 >How-To-Repeat: Every load system >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 04:10:21 2004 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 02AD216A4CE for ; Wed, 17 Mar 2004 04:10:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE7EF43D3F for ; Wed, 17 Mar 2004 04:10:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2HCAKbv099876 for ; Wed, 17 Mar 2004 04:10:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HCAKhu099875; Wed, 17 Mar 2004 04:10:20 -0800 (PST) (envelope-from gnats) Date: Wed, 17 Mar 2004 04:10:20 -0800 (PST) Message-Id: <200403171210.i2HCAKhu099875@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gleb Smirnoff Subject: Re: misc/64111: libfetch does not use the FTP_PROXY and HTTP_PROXY vars as documented X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gleb Smirnoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 12:10:21 -0000 The following reply was made to PR misc/64111; it has been noted by GNATS. From: Gleb Smirnoff To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: misc/64111: libfetch does not use the FTP_PROXY and HTTP_PROXY vars as documented Date: Wed, 17 Mar 2004 15:08:03 +0300 On Wed, Mar 17, 2004 at 12:10:19AM -0800, Gleb Smirnoff wrote: T> However, fetch.3 says: T> T> If this variable is set to an empty string, no proxy T> will be used for FTP requests, even if the HTTP_PROXY T> variable is set. T> T> And this is definitely not true. So, this issue must be considered a doc-bug. I'm very sorry! The above statement is correct. But I think there should be explicitly said that HTTP_PROXY is used for ftp in absence of FTP_PROXY. Like this: If HTTP_PROXY variable is defined and FTP_PROXY is not, http proxy is used. To avoid this behavior, one should set FTP_PROXY to an empty string. In this case no proxy will be used for FTP requests, even if the HTTP_PROXY variable is set. Here is patch: --- fetch.3.orig Wed Mar 17 11:05:32 2004 +++ fetch.3 Wed Mar 17 14:43:44 2004 @@ -472,8 +472,14 @@ .Ql host is the name of the FTP server. .Pp -If this variable is set to an empty string, no proxy will be used for -FTP requests, even if the +If +.Ev HTTP_PROXY +variable is defined and +.Ev FTP_PROXY +is not, http proxy is used. To avoid this behavior, one should set +.Ev FTP_PROXY +to an empty string. In this case no proxy will be used for FTP requests, +even if the .Ev HTTP_PROXY variable is set. .It Ev ftp_proxy -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 04:45:23 2004 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 125CA16A4CE; Wed, 17 Mar 2004 04:45:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8CC843D54; Wed, 17 Mar 2004 04:45:22 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) i2HCjMbv011862; Wed, 17 Mar 2004 04:45:22 -0800 (PST) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HCjM8x011858; Wed, 17 Mar 2004 04:45:22 -0800 (PST) (envelope-from dwmalone) Date: Wed, 17 Mar 2004 04:45:22 -0800 (PST) From: David Malone Message-Id: <200403171245.i2HCjM8x011858@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: kern/44936: ng_pppoe: relay session identifier does not match value in RFC 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, 17 Mar 2004 12:45:23 -0000 Synopsis: ng_pppoe: relay session identifier does not match value in RFC Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Wed Mar 17 04:43:46 PST 2004 Responsible-Changed-Why: I've rediscovered this bug, so I'll look into committing the the patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=44936 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 04:54:34 2004 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 CEEF816A4CF for ; Wed, 17 Mar 2004 04:54:34 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FD0D43D41 for ; Wed, 17 Mar 2004 04:54:34 -0800 (PST) (envelope-from freebsd-bugs-local@be-well.no-ip.com) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc13) with ESMTP id <2004031712532401500jpsa3e>; Wed, 17 Mar 2004 12:53:24 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 30AF0F; Wed, 17 Mar 2004 07:53:24 -0500 (EST) Sender: lowell@be-well.ilk.org To: Gleb Smirnoff References: <200403171210.i2HCAKhu099875@freefall.freebsd.org> From: Lowell Gilbert Date: 17 Mar 2004 07:53:23 -0500 In-Reply-To: <200403171210.i2HCAKhu099875@freefall.freebsd.org> Message-ID: <44n06fws70.fsf@be-well.ilk.org> Lines: 24 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-bugs@FreeBSD.org Subject: Re: misc/64111: libfetch does not use the FTP_PROXY and HTTP_PROXY vars as documented 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, 17 Mar 2004 12:54:35 -0000 Gleb Smirnoff writes: > I'm very sorry! The above statement is correct. But I think there should be > explicitly said that HTTP_PROXY is used for ftp in absence of FTP_PROXY. > > Like this: > > If HTTP_PROXY variable is defined and FTP_PROXY is not, > http proxy is used. To avoid this behavior, one should > set FTP_PROXY to an empty string. In this case no proxy > will be used for FTP requests, even if the HTTP_PROXY > variable is set. What about: HTTP_PROXY URL of the proxy to use for HTTP requests. The docu- ment part is ignored. Only HTTP proxies are sup- ported for HTTP requests. If no port number is spec- ified, the default is 3128. Note that this proxy will also be used for FTP docu- ments, unless the FTP_PROXY variable is set. How does that not cover it? From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 05:11:19 2004 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 794CE16A4CF for ; Wed, 17 Mar 2004 05:11:19 -0800 (PST) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7873843D3F for ; Wed, 17 Mar 2004 05:11:18 -0800 (PST) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.10/8.12.9) with ESMTP id i2HDEfW3077186 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 17 Mar 2004 15:15:42 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i2HD93cB093034; Wed, 17 Mar 2004 15:09:03 +0200 (EET) (envelope-from ru) Date: Wed, 17 Mar 2004 15:09:03 +0200 From: Ruslan Ermilov To: Lowell Gilbert Message-ID: <20040317130903.GC74358@ip.net.ua> References: <200403171210.i2HCAKhu099875@freefall.freebsd.org> <44n06fws70.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+xNpyl7Qekk2NvDX" Content-Disposition: inline In-Reply-To: <44n06fws70.fsf@be-well.ilk.org> User-Agent: Mutt/1.5.6i X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-bugs@freebsd.org Subject: Re: misc/64111: libfetch does not use the FTP_PROXY and HTTP_PROXY vars as documented 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, 17 Mar 2004 13:11:19 -0000 --+xNpyl7Qekk2NvDX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 17, 2004 at 07:53:23AM -0500, Lowell Gilbert wrote: > Gleb Smirnoff writes: >=20 > > I'm very sorry! The above statement is correct. But I think there shou= ld be > > explicitly said that HTTP_PROXY is used for ftp in absence of FTP_PROX= Y. > > =20 > > Like this: > > =20 > > If HTTP_PROXY variable is defined and FTP_PROXY is not, > > http proxy is used. To avoid this behavior, one should > > set FTP_PROXY to an empty string. In this case no proxy > > will be used for FTP requests, even if the HTTP_PROXY > > variable is set. >=20 > What about: >=20 > HTTP_PROXY URL of the proxy to use for HTTP requests. The d= ocu- > ment part is ignored. Only HTTP proxies are sup- > ported for HTTP requests. If no port number is = spec- > ified, the default is 3128. >=20 > Note that this proxy will also be used for FTP d= ocu- > ments, unless the FTP_PROXY variable is set. >=20 > How does that not cover it? >=20 It's hard to find it when you read about FTP_PROXY. Lazy readers tend not = to read through the entire manpage. Gleb will provide patches for the manpage, given my suggestions, and I will commit them. Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --+xNpyl7Qekk2NvDX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAWE3vUkv4P6juNwoRAqlYAJ4w25g8GVPL/Yfazx6KZFicCjLsbACfdQ1X QTiFBUnut4CGLsX72TmGk3E= =Zuh+ -----END PGP SIGNATURE----- --+xNpyl7Qekk2NvDX-- From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 06:40:22 2004 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 455B816A4CE for ; Wed, 17 Mar 2004 06:40:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E12243D2D for ; Wed, 17 Mar 2004 06:40:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2HEeMbv002630 for ; Wed, 17 Mar 2004 06:40:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HEeMNf002629; Wed, 17 Mar 2004 06:40:22 -0800 (PST) (envelope-from gnats) Date: Wed, 17 Mar 2004 06:40:22 -0800 (PST) Message-Id: <200403171440.i2HEeMNf002629@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Stephen McKay Subject: Re: kern/64091: nfs data corruption at end of file X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stephen McKay List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 14:40:22 -0000 The following reply was made to PR kern/64091; it has been noted by GNATS. From: Stephen McKay To: freebsd-gnats-submit@FreeBSD.org, nils@shkoo.com Cc: Stephen McKay Subject: Re: kern/64091: nfs data corruption at end of file Date: Thu, 18 Mar 2004 00:39:37 +1000 I can confirm this bug. With a server running 4.9-RELEASE and client running 4.8-RELEASE-p13 the test ran for a few minutes before it failed. With a server running 4.9-RELEASE and client running 5.2.1-RELEASE the test also fails, sometimes after only a few seconds. I also ran /usr/src/tools/regression/fsx with the 4.9-RELEASE server and 5.2.1-RELEASE client. This failed after about half an hour. I have the log file from this if it is of any use to anybody. This is not all just theoretical either. I have had a failure due to a file growing on the server and being incorrectly read on the client. After I had freshly installed 5.2.1, I started downloading packages onto the file server. Sometimes I accidentally attempted to install a partially downloaded package. The checksum prevented this, of course. However, as a side effect, this caused one of the package files to be permanently mis-cached on the 5.2.1 client (it has 1GB of RAM, so flushing all that cache was too hard). The file (from the client end) appeared to be normal up to a point, then nothing but zeroes from then on. The cutoff point in this case was at 28672 bytes, a multiple of 4096 but not a block boundary on this file system. Stephen. From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 09:25:36 2004 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 3474D16A4D1 for ; Wed, 17 Mar 2004 09:25:36 -0800 (PST) Received: from piano.nce.ufrj.br (piano.nce.ufrj.br [146.164.248.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 9C27843D1D for ; Wed, 17 Mar 2004 09:25:34 -0800 (PST) (envelope-from pedrosal@apsara.nce.ufrj.br) Date: Wed, 17 Mar 2004 14:25:16 -0300 From: Pedro Salenbauch To: freebsd-bugs@FreeBSD.org, pedrosal@apsara.nce.ufrj.br, oswaldo@apsara.nce.ufrj.br Message-Id: <20040317172534.9C27843D1D@mx1.FreeBSD.org> Subject: USB Pen Drive Bug 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, 17 Mar 2004 17:25:36 -0000 Dear Mrs/Sirs: My USB Pen Drive with 128 MB (Vendor = 0x0D7D, Product = 0x1320) is NOT wokrking with FreeBSD 5.0. During boot the device is attached normally, but when I try to mount it, I get the following message: Phase Error, residue = 0 Is this problem corrected on Version 5.2? Thank you, Pedro Salenbauch & Oswaldo Vernet From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 09:40:21 2004 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 039D716A4CE for ; Wed, 17 Mar 2004 09:40:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D826C43D1F for ; Wed, 17 Mar 2004 09:40:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2HHeKbv023502 for ; Wed, 17 Mar 2004 09:40:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HHeK5U023500; Wed, 17 Mar 2004 09:40:20 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 17 Mar 2004 09:40:20 -0800 (PST) Resent-Message-Id: <200403171740.i2HHeK5U023500@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, mark wolgemuth Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6638C16A4CE for ; Wed, 17 Mar 2004 09:37:41 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E4B43D1F for ; Wed, 17 Mar 2004 09:37:41 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i2HHbf72064515 for ; Wed, 17 Mar 2004 09:37:41 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.10/8.12.10/Submit) id i2HHbfUf064514; Wed, 17 Mar 2004 09:37:41 -0800 (PST) (envelope-from nobody) Message-Id: <200403171737.i2HHbfUf064514@www.freebsd.org> Date: Wed, 17 Mar 2004 09:37:41 -0800 (PST) From: mark wolgemuth To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: kern/64378: exec of linux binary in pxeboot diskless nfs root system causes 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, 17 Mar 2004 17:40:21 -0000 >Number: 64378 >Category: kern >Synopsis: exec of linux binary in pxeboot diskless nfs root system causes panic >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 17 09:40:20 PST 2004 >Closed-Date: >Last-Modified: >Originator: mark wolgemuth >Release: 5.2.1-RELEASE-p1 >Organization: employease, inc. >Environment: FreeBSD nonuts 5.2.1-RELEASE-p1 FreeBSD 5.2.1-RELEASE-p1 #9: Tue Mar 16 12:45:00 EST 2004 root@demon.tek.eease.com:/usr/src/sys/i386/compile/NETBOOT i386 >Description: Kernel is loaded over pxeboot + nfs. Root and usr are mounted over NFS from Netapp. Modules linux and linprocfs are loaded via loader.conf. System comes up ok, but execution of a linux binary, eg. "/compat/linux/sbin/ldconfig" causes panic. Instruction ptr is at "Xpage". I have union mounted /compat/linux under a read/write mounted fs (md in this case) so that /compat/linux/etc/ld.so.cache can be written, to rule out that problem. Since /compat/linux is writeable, so is /compat/linux/var also. >How-To-Repeat: Boot a diskless i386 system using pxeboot and root and usr on read-only nfs. Load linux kernel module. Try to run /compat/linux/ldconfig. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 09:50:16 2004 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 8FBEE16A4CE for ; Wed, 17 Mar 2004 09:50:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70D0A43D1D for ; Wed, 17 Mar 2004 09:50:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2HHoGbv024830 for ; Wed, 17 Mar 2004 09:50:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HHoG9H024827; Wed, 17 Mar 2004 09:50:16 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 17 Mar 2004 09:50:16 -0800 (PST) Resent-Message-Id: <200403171750.i2HHoG9H024827@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, Dennis de Bruijn Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF72516A4CE for ; Wed, 17 Mar 2004 09:46:41 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA3BB43D45 for ; Wed, 17 Mar 2004 09:46:41 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i2HHkf72066588 for ; Wed, 17 Mar 2004 09:46:41 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.10/8.12.10/Submit) id i2HHkfh2066587; Wed, 17 Mar 2004 09:46:41 -0800 (PST) (envelope-from nobody) Message-Id: <200403171746.i2HHkfh2066587@www.freebsd.org> Date: Wed, 17 Mar 2004 09:46:41 -0800 (PST) From: Dennis de Bruijn To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: conf/64381: lo0 not up and no IPs assigned after install 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, 17 Mar 2004 17:50:16 -0000 >Number: 64381 >Category: conf >Synopsis: lo0 not up and no IPs assigned after install >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 17 09:50:16 PST 2004 >Closed-Date: >Last-Modified: >Originator: Dennis de Bruijn >Release: 5.2.1 >Organization: Bohemiq >Environment: FreeBSD scali.eu.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: After installing and booting FreeBSD, the lo0 device is not in an 'up'-state, and no IP is assigned to the device. This causes trouble with Samba, which for some unknown reason requires to open a socket to 127.0.0.1, even though it is specifically configured not to use the lo0 device. There may be other software that has problems aswell. >How-To-Repeat: Install a fresh FreeBSD 5.2.1. >Fix: Configure the device manually, using "ifconfig lo0 inet 127.0.0.1 netmask 255.0.0.0" from the commandline, or adding this information to /etc/rc.conf. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 10:40:14 2004 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 4091416A4CE for ; Wed, 17 Mar 2004 10:40:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37EA943D39 for ; Wed, 17 Mar 2004 10:40:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2HIeEbv032170 for ; Wed, 17 Mar 2004 10:40:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HIeEd2032169; Wed, 17 Mar 2004 10:40:14 -0800 (PST) (envelope-from gnats) Date: Wed, 17 Mar 2004 10:40:14 -0800 (PST) Message-Id: <200403171840.i2HIeEd2032169@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dmitry Morozovsky Subject: Re: kern/64345: 4.x IPFW2 kernel memory leak (IPFW2+roteflaps+verrevpath) (fwd) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Morozovsky List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 18:40:14 -0000 The following reply was made to PR kern/64345; it has been noted by GNATS. From: Dmitry Morozovsky To: bug-followup@freebsd.org Cc: Subject: Re: kern/64345: 4.x IPFW2 kernel memory leak (IPFW2+rote flaps+verrevpath) (fwd) Date: Wed, 17 Mar 2004 21:32:18 +0300 (MSK) Forwarding misfiled message to audit-trail: Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ ---------- Forwarded message ---------- Date: Wed, 17 Mar 2004 17:16:13 +0300 (MSK) From: Oleg Bulyzhin To: Dmitry Morozovsky Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: 4.x IPFW2 kernel memory leak (IPFW2+rote flaps+verrevpath) In order to reproduce problem do the following: ifconfig fxp0 10.0.0.1/24 ipfw add 1 count verrevpath in while (true); do ping -c 2 -i 0.01 -S 10.0.0.1 localhost>/dev/null; ping -c 2 -i 0.01 -S 127.0.0.1 localhost>/dev/null; route delete 10.0.0.1>/dev/null;netstat -rs|tail -1;vmstat -m|grep routetbl|tail -1; done and look at numbers. If you run this script long enough (depends on your kernel memory size) you will get panic like this: panic: kmem_malloc(4096): kmem_map too small: 33554432 total allocated This happens due to verify_rev_path() calls rtalloc_ign() (for not cached routes) which increments rt_refcnt for corresponding rtentry structure. This lead to always 'held' routes which cannot be released by rtfree() (due to their rt_refcnt will never hit zero) P.S. this bug is remotely exploitable (at least if attacker is in your LAN). -- Oleg. ================================================================ === Oleg Bulyzhin -- OBUL-RIPN -- OBUL-RIPE -- oleg@rinet.ru === ================================================================ From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 10:50:31 2004 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 13B7116A4D4 for ; Wed, 17 Mar 2004 10:50:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BB9343D2D for ; Wed, 17 Mar 2004 10:50:31 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2HIoUbv032564 for ; Wed, 17 Mar 2004 10:50:30 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HIoUT4032562; Wed, 17 Mar 2004 10:50:30 -0800 (PST) (envelope-from gnats) Date: Wed, 17 Mar 2004 10:50:30 -0800 (PST) Message-Id: <200403171850.i2HIoUT4032562@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Serge Semenenko Subject: Re: misc/59876: APM suspend/resume broken with FreeBSD 5.2-BETA on IBM Thinkpad A30p X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Serge Semenenko List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 18:50:31 -0000 The following reply was made to PR misc/59876; it has been noted by GNATS. From: Serge Semenenko To: freebsd-gnats-submit@FreeBSD.org, jesse@wingnet.net Cc: Subject: Re: misc/59876: APM suspend/resume broken with FreeBSD 5.2-BETA on IBM Thinkpad A30p Date: Wed, 17 Mar 2004 20:44:21 +0200 On my Thinkpad T20 I use followed patch to 5.2-RELEASE : --- ata-all.c.saved Wed Mar 17 00:39:08 2004 +++ ata-all.c Wed Mar 17 17:22:07 2004 @@ -238,11 +238,20 @@ /* reset the HW */ ata_printf(ch, -1, "resetting devices ..\n"); - ATA_FORCELOCK_CH(ch, ATA_CONTROL); - ch->running = NULL; devices = ch->devices; + /* initialize the softc basics */ + ata_generic_hw(ch); + ch->device[MASTER].channel = ch; + ch->device[MASTER].unit = ATA_MASTER; + ch->device[MASTER].mode = ATA_PIO; + ch->device[SLAVE].channel = ch; + ch->device[SLAVE].unit = ATA_SLAVE; + ch->device[SLAVE].mode = ATA_PIO; + ch->state = ATA_IDLE; + /* initialise device(s) on this channel */ + ch->locking(ch, ATA_LF_LOCK); ch->hw.reset(ch); - ATA_UNLOCK_CH(ch); + ch->locking(ch, ATA_LF_UNLOCK); /* detach what left the channel during reset */ if ((misdev = devices & ~ch->devices)) { Serge From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 11:40:08 2004 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 DBE4816A4D0 for ; Wed, 17 Mar 2004 11:40:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D271743D2F for ; Wed, 17 Mar 2004 11:40:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2HJe8bv040001 for ; Wed, 17 Mar 2004 11:40:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HJe817040000; Wed, 17 Mar 2004 11:40:08 -0800 (PST) (envelope-from gnats) Date: Wed, 17 Mar 2004 11:40:08 -0800 (PST) Message-Id: <200403171940.i2HJe817040000@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jesse Guardiani Subject: Re: misc/59876: APM suspend/resume broken with FreeBSD 5.2-BETA on IBM Thinkpad A30p X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jesse Guardiani List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 19:40:09 -0000 The following reply was made to PR misc/59876; it has been noted by GNATS. From: Jesse Guardiani To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: misc/59876: APM suspend/resume broken with FreeBSD 5.2-BETA on IBM Thinkpad A30p Date: Wed, 17 Mar 2004 14:38:47 -0500 I've been running 5.2.1-RELEASE for about a week now. I ran 5.2.1-RC2 for a few weeks before this. Both versions: a.) Do NOT exhibit the "Crash every time on resume unless booted with `boot -vD`" behavior that I experienced under 5.2-RELEASE. b.) DO crash every fourth or fifth resume. This is a regression from 5.1-RELEASE under which my machine used to crash every 8 or 10 resumes. It's also technically a regression from the reliability I got with `boot -vD` under 5.2-RELEASE, but at least 5.2.1-RELEASE boots without that kind of hackery. I suppose this ticket can be closed now. I'm still having problems, but they're much different in nature from the original reason this ticket was created. -- Jesse Guardiani, Systems Administrator WingNET Internet Services, P.O. Box 2605 // Cleveland, TN 37320-2605 423-559-LINK (v) 423-559-5145 (f) http://www.wingnet.net From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 12:20:26 2004 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 AFFEE16A4CE for ; Wed, 17 Mar 2004 12:20:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A614E43D1D for ; Wed, 17 Mar 2004 12:20:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2HKKQbv058404 for ; Wed, 17 Mar 2004 12:20:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HKKQei058402; Wed, 17 Mar 2004 12:20:26 -0800 (PST) (envelope-from gnats) Date: Wed, 17 Mar 2004 12:20:26 -0800 (PST) Message-Id: <200403172020.i2HKKQei058402@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "mark" Subject: Re: kern/64378: exec of linux binary in pxeboot diskless nfs root system causes panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mark List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 20:20:26 -0000 The following reply was made to PR kern/64378; it has been noted by GNATS. From: "mark" To: , Cc: Subject: Re: kern/64378: exec of linux binary in pxeboot diskless nfs root system causes panic Date: Wed, 17 Mar 2004 20:18:38 -0500 Tried mounting /usr/compat directly to a memory disk, and untarring a tarball of /usr/compat install there. Same error. Tried making a ufs filesystem on a local disk (this netboot box has one in it). Mounted /usr/compat to disk and untarred tarball onto it. Same error. So it doesn't like like has to do with r/w perms or setting "text file busy flag". --mark From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 13:20:05 2004 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 0646F16A4CE for ; Wed, 17 Mar 2004 13:20:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0FD243D1F for ; Wed, 17 Mar 2004 13:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2HLK4bv065869 for ; Wed, 17 Mar 2004 13:20:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HLK4dI065868; Wed, 17 Mar 2004 13:20:04 -0800 (PST) (envelope-from gnats) Date: Wed, 17 Mar 2004 13:20:04 -0800 (PST) Message-Id: <200403172120.i2HLK4dI065868@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jimmy Olgeni Subject: Re: bin/64106: rc.d: incorrect depencency between ipfilter and ipmon X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jimmy Olgeni List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 21:20:05 -0000 The following reply was made to PR bin/64106; it has been noted by GNATS. From: Jimmy Olgeni To: freebsd-gnats-submit@FreeBSD.org, g.olgeni@colby.it Cc: Subject: Re: bin/64106: rc.d: incorrect depencency between ipfilter and ipmon Date: Wed, 17 Mar 2004 22:18:10 +0100 This should sort them out. Index: ipfilter =================================================================== RCS file: /home/ncvs/src/etc/rc.d/ipfilter,v retrieving revision 1.19 diff -u -r1.19 ipfilter --- ipfilter 8 Mar 2004 12:25:05 -0000 1.19 +++ ipfilter 17 Mar 2004 21:11:12 -0000 @@ -5,7 +5,7 @@ # # PROVIDE: ipfilter -# REQUIRE: root mountcritlocal ipmon +# REQUIRE: root mountcritlocal # BEFORE: netif # KEYWORD: FreeBSD nojail Index: ipmon =================================================================== RCS file: /home/ncvs/src/etc/rc.d/ipmon,v retrieving revision 1.9 diff -u -r1.9 ipmon --- ipmon 8 Mar 2004 12:25:05 -0000 1.9 +++ ipmon 17 Mar 2004 21:11:12 -0000 @@ -5,7 +5,7 @@ # # PROVIDE: ipmon -# REQUIRE: mountcritlocal hostname sysctl cleanvar +# REQUIRE: mountcritlocal hostname sysctl cleanvar ipfilter # BEFORE: SERVERS # KEYWORD: FreeBSD nojail From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 13:20:07 2004 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 C3BAB16A4EE for ; Wed, 17 Mar 2004 13:20:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9D2043D2F for ; Wed, 17 Mar 2004 13:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2HLK7bv065883 for ; Wed, 17 Mar 2004 13:20:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HLK7tc065877; Wed, 17 Mar 2004 13:20:07 -0800 (PST) (envelope-from gnats) Date: Wed, 17 Mar 2004 13:20:07 -0800 (PST) Message-Id: <200403172120.i2HLK7tc065877@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jimmy Olgeni Subject: Re: bin/64106: rc.d: incorrect depencency between ipfilter and ipmon X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jimmy Olgeni List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 21:20:07 -0000 The following reply was made to PR bin/64106; it has been noted by GNATS. From: Jimmy Olgeni To: freebsd-gnats-submit@FreeBSD.org, g.olgeni@colby.it Cc: Subject: Re: bin/64106: rc.d: incorrect depencency between ipfilter and ipmon Date: Wed, 17 Mar 2004 22:19:41 +0100 This should sort them out. Index: ipfilter =================================================================== RCS file: /home/ncvs/src/etc/rc.d/ipfilter,v retrieving revision 1.19 diff -u -r1.19 ipfilter --- ipfilter 8 Mar 2004 12:25:05 -0000 1.19 +++ ipfilter 17 Mar 2004 21:11:12 -0000 @@ -5,7 +5,7 @@ # # PROVIDE: ipfilter -# REQUIRE: root mountcritlocal ipmon +# REQUIRE: root mountcritlocal # BEFORE: netif # KEYWORD: FreeBSD nojail Index: ipmon =================================================================== RCS file: /home/ncvs/src/etc/rc.d/ipmon,v retrieving revision 1.9 diff -u -r1.9 ipmon --- ipmon 8 Mar 2004 12:25:05 -0000 1.9 +++ ipmon 17 Mar 2004 21:11:12 -0000 @@ -5,7 +5,7 @@ # # PROVIDE: ipmon -# REQUIRE: mountcritlocal hostname sysctl cleanvar +# REQUIRE: mountcritlocal hostname sysctl cleanvar ipfilter # BEFORE: SERVERS # KEYWORD: FreeBSD nojail From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 15:08:09 2004 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 4638C16A4CE; Wed, 17 Mar 2004 15:08:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2481843D1D; Wed, 17 Mar 2004 15:08:09 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) i2HN89bv079192; Wed, 17 Mar 2004 15:08:09 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HN88iF079188; Wed, 17 Mar 2004 15:08:08 -0800 (PST) (envelope-from kris) Date: Wed, 17 Mar 2004 15:08:08 -0800 (PST) From: Kris Kennaway Message-Id: <200403172308.i2HN88iF079188@freefall.freebsd.org> To: mark@node.to, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/64378: exec of linux binary in pxeboot diskless nfs root system causes 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, 17 Mar 2004 23:08:09 -0000 Synopsis: exec of linux binary in pxeboot diskless nfs root system causes panic State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Wed Mar 17 15:08:00 PST 2004 State-Changed-Why: Feedback requested http://www.freebsd.org/cgi/query-pr.cgi?pr=64378 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 15:08:35 2004 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 380DA16A4CE; Wed, 17 Mar 2004 15:08:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A3F143D1D; Wed, 17 Mar 2004 15:08:35 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) i2HN8Ybv079241; Wed, 17 Mar 2004 15:08:34 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HN8YNb079237; Wed, 17 Mar 2004 15:08:34 -0800 (PST) (envelope-from kris) Date: Wed, 17 Mar 2004 15:08:34 -0800 (PST) From: Kris Kennaway Message-Id: <200403172308.i2HN8YNb079237@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, ipfw@FreeBSD.org Subject: Re: kern/64345: 4.x IPFW2 kernel memory leak (IPFW2+rote flaps+verrevpath) 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, 17 Mar 2004 23:08:35 -0000 Synopsis: 4.x IPFW2 kernel memory leak (IPFW2+rote flaps+verrevpath) Responsible-Changed-From-To: freebsd-bugs->ipfw Responsible-Changed-By: kris Responsible-Changed-When: Wed Mar 17 15:08:15 PST 2004 Responsible-Changed-Why: Assign to ipfw mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=64345 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 15:09:58 2004 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 6C7E016A4CF; Wed, 17 Mar 2004 15:09:58 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4433843D2D; Wed, 17 Mar 2004 15:09:58 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (89c0c2e05b53fec170c1597c8c5a594a@adsl-67-119-53-203.dsl.lsan03.pacbell.net [67.119.53.203])i2HN9vXY005860; Wed, 17 Mar 2004 15:09:57 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7739651932; Wed, 17 Mar 2004 15:09:57 -0800 (PST) Date: Wed, 17 Mar 2004 15:09:57 -0800 From: Kris Kennaway To: Colin Percival Message-ID: <20040317230957.GB70724@xor.obsecurity.org> References: <200403170422.i2H4Mmni021776@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403170422.i2H4Mmni021776@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: freebsd-bugs@FreeBSD.org Subject: Re: misc/64347: Bug in sysv semaphore waiting processes count 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, 17 Mar 2004 23:09:58 -0000 On Tue, Mar 16, 2004 at 08:22:48PM -0800, Colin Percival wrote: > Synopsis: Bug in sysv semaphore waiting processes count > > Responsible-Changed-From-To: freebsd-bugs->cperciva > Responsible-Changed-By: cperciva > Responsible-Changed-When: Tue Mar 16 20:22:22 PST 2004 > Responsible-Changed-Why: > I think I know how to fix this. I think tjr already fixed this. Kris From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 15:10:25 2004 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 D2CB116A4CF for ; Wed, 17 Mar 2004 15:10:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B6543D39 for ; Wed, 17 Mar 2004 15:10:25 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2HNAPbv079336 for ; Wed, 17 Mar 2004 15:10:25 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HNAPPv079335; Wed, 17 Mar 2004 15:10:25 -0800 (PST) (envelope-from gnats) Date: Wed, 17 Mar 2004 15:10:25 -0800 (PST) Message-Id: <200403172310.i2HNAPPv079335@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: kern/64378: exec of linux binary in pxeboot diskless nfs root system causes panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 23:10:26 -0000 The following reply was made to PR kern/64378; it has been noted by GNATS. From: Kris Kennaway To: mark wolgemuth Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/64378: exec of linux binary in pxeboot diskless nfs root system causes panic Date: Wed, 17 Mar 2004 15:07:53 -0800 On Wed, Mar 17, 2004 at 09:37:41AM -0800, mark wolgemuth wrote: > FreeBSD nonuts 5.2.1-RELEASE-p1 FreeBSD 5.2.1-RELEASE-p1 #9: Tue Mar 16 12:45:00 EST 2004 root@demon.tek.eease.com:/usr/src/sys/i386/compile/NETBOOT i386 > >Description: > Kernel is loaded over pxeboot + nfs. Root and usr are mounted over NFS from Netapp. > Modules linux and linprocfs are loaded via loader.conf. > System comes up ok, but execution of a linux binary, eg. "/compat/linux/sbin/ldconfig" causes panic. Instruction ptr is at "Xpage". > I have union mounted /compat/linux under a read/write mounted fs (md in this case) so that /compat/linux/etc/ld.so.cache can be written, to rule out that problem. Since /compat/linux is writeable, so is /compat/linux/var also. > >How-To-Repeat: > Boot a diskless i386 system using pxeboot and root and usr on read-only nfs. > Load linux kernel module. Try to run /compat/linux/ldconfig. Sounds like it could be a few things: * Stale kernel modules; they need to be built from the same sources as your kernel * Known unionfs bugs (see the manpage). It's not clear whether you're using unionfs or the union mount option. * Something else :) Please obtain a debugging traceback of the panic as described in: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html This is required in order to proceed with evaluating this PR. Kris From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 15:11:28 2004 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 80B1716A4CE; Wed, 17 Mar 2004 15:11:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6220C43D31; Wed, 17 Mar 2004 15:11:28 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) i2HNBSbv079432; Wed, 17 Mar 2004 15:11:28 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HNBQe3079428; Wed, 17 Mar 2004 15:11:26 -0800 (PST) (envelope-from kris) Date: Wed, 17 Mar 2004 15:11:26 -0800 (PST) From: Kris Kennaway Message-Id: <200403172311.i2HNBQe3079428@freefall.freebsd.org> To: rfg@monkeys.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/64250: 5.2.1 kernel panics on ifconfig when kernel has no INET6 stuff 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, 17 Mar 2004 23:11:28 -0000 Synopsis: 5.2.1 kernel panics on ifconfig when kernel has no INET6 stuff State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Wed Mar 17 15:11:17 PST 2004 State-Changed-Why: Feedback requested http://www.freebsd.org/cgi/query-pr.cgi?pr=64250 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 15:12:12 2004 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 DBC2216A4CE; Wed, 17 Mar 2004 15:12:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC8C543D2D; Wed, 17 Mar 2004 15:12:12 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) i2HNCCbv079514; Wed, 17 Mar 2004 15:12:12 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HNCCrp079510; Wed, 17 Mar 2004 15:12:12 -0800 (PST) (envelope-from kris) Date: Wed, 17 Mar 2004 15:12:12 -0800 (PST) From: Kris Kennaway Message-Id: <200403172312.i2HNCCrp079510@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, qa@FreeBSD.org Subject: Re: conf/64381: lo0 not up and no IPs assigned after install 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, 17 Mar 2004 23:12:13 -0000 Synopsis: lo0 not up and no IPs assigned after install Responsible-Changed-From-To: freebsd-bugs->qa Responsible-Changed-By: kris Responsible-Changed-When: Wed Mar 17 15:12:01 PST 2004 Responsible-Changed-Why: Assign to QA team for evaluation http://www.freebsd.org/cgi/query-pr.cgi?pr=64381 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 15:20:14 2004 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 8D40216A4E2 for ; Wed, 17 Mar 2004 15:20:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EF2243D41 for ; Wed, 17 Mar 2004 15:20:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2HNKEbv079880 for ; Wed, 17 Mar 2004 15:20:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HNKEBq079879; Wed, 17 Mar 2004 15:20:14 -0800 (PST) (envelope-from gnats) Date: Wed, 17 Mar 2004 15:20:14 -0800 (PST) Message-Id: <200403172320.i2HNKEBq079879@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: kern/64250: 5.2.1 kernel panics on ifconfig when kernel has no INET6 stuff X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 23:20:14 -0000 The following reply was made to PR kern/64250; it has been noted by GNATS. From: Kris Kennaway To: "Ronald F.Guilmette" Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/64250: 5.2.1 kernel panics on ifconfig when kernel has no INET6 stuff Date: Wed, 17 Mar 2004 15:11:14 -0800 On Sun, Mar 14, 2004 at 01:03:25AM -0800, Ronald F.Guilmette wrote: > I configured a 5.2.1 kernel, using the config file attached below, and > when I installed that and then rebooted, the kernel started up ok and > started to run processes, but then, when `ifconfig' was executed (as > a result of the various /etc/rc* files) the kernel panic'd with a > page fault. > > This was fully reproducable (3 times). Please obtain a debugging traceback as described in http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html Kris From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 15:20:29 2004 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 1B7EA16A529; Wed, 17 Mar 2004 15:20:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E4DF43D2F; Wed, 17 Mar 2004 15:20:18 -0800 (PST) (envelope-from ambrisko@FreeBSD.org) Received: from freefall.freebsd.org (ambrisko@localhost [127.0.0.1]) i2HNKIbv079929; Wed, 17 Mar 2004 15:20:18 -0800 (PST) (envelope-from ambrisko@freefall.freebsd.org) Received: (from ambrisko@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2HNKIWF079925; Wed, 17 Mar 2004 15:20:18 -0800 (PST) (envelope-from ambrisko) Date: Wed, 17 Mar 2004 15:20:18 -0800 (PST) From: Doug Ambrisko Message-Id: <200403172320.i2HNKIWF079925@freefall.freebsd.org> To: ambrisko@FreeBSD.org, freebsd-bugs@FreeBSD.org, ambrisko@FreeBSD.org Subject: Re: bin/56732: ifconfig fails if interfaces are being created during it's execution 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, 17 Mar 2004 23:20:29 -0000 Synopsis: ifconfig fails if interfaces are being created during it's execution Responsible-Changed-From-To: freebsd-bugs->ambrisko Responsible-Changed-By: ambrisko Responsible-Changed-When: Wed Mar 17 15:14:36 PST 2004 Responsible-Changed-Why: I've seen this local so I'm going to take it. I think I have a fix to work around the race condition by retrying a few times. http://www.freebsd.org/cgi/query-pr.cgi?pr=56732 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 19:05:10 2004 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 04B3616A4CE; Wed, 17 Mar 2004 19:05:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D99F643D45; Wed, 17 Mar 2004 19:05:09 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) i2I359bv009222; Wed, 17 Mar 2004 19:05:09 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2I359w8009204; Wed, 17 Mar 2004 19:05:09 -0800 (PST) (envelope-from kris) Date: Wed, 17 Mar 2004 19:05:09 -0800 (PST) From: Kris Kennaway Message-Id: <200403180305.i2I359w8009204@freefall.freebsd.org> To: mark@node.to, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/64378: exec of linux binary in pxeboot diskless nfs root system causes 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: Thu, 18 Mar 2004 03:05:10 -0000 Synopsis: exec of linux binary in pxeboot diskless nfs root system causes panic State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Wed Mar 17 19:04:43 PST 2004 State-Changed-Why: Submitter reports problem was due to local kernel configuration changes http://www.freebsd.org/cgi/query-pr.cgi?pr=64378 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 19:10:20 2004 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 3900316A4D0 for ; Wed, 17 Mar 2004 19:10:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C70543D41 for ; Wed, 17 Mar 2004 19:10:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2I3AJbv012363 for ; Wed, 17 Mar 2004 19:10:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2I3AJWS012362; Wed, 17 Mar 2004 19:10:19 -0800 (PST) (envelope-from gnats) Date: Wed, 17 Mar 2004 19:10:19 -0800 (PST) Message-Id: <200403180310.i2I3AJWS012362@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: kern/64378: exec of linux binary in pxeboot diskless nfs root system causes panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 03:10:20 -0000 The following reply was made to PR kern/64378; it has been noted by GNATS. From: Kris Kennaway To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/64378: exec of linux binary in pxeboot diskless nfs root system causes panic Date: Wed, 17 Mar 2004 19:05:52 -0800 Adding to audit trail ----- Forwarded message from mark ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org Delivered-To: kris@freebsd.org Date: Thu, 18 Mar 2004 03:01:18 +0000 (GMT) From: mark Subject: Re: kern/64378: exec of linux binary in pxeboot diskless nfs root system causes panic In-reply-to: <20040317230753.GA70724@xor.obsecurity.org> X-X-Sender: mark@mister.mcgoonet.com To: Kris Kennaway Reply-To: mark@node.to X-UIDL: /ML!!mY9!!4V`!!GR+!! X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.16.4 I did a bunch more investigation. I can't seem to get the nfs boot system to dump to its speficied dumpdev, despite it having an internal disk device for swap (not swap over nfs), with dumpon set. However: Stupidly, I realized I had tuned some memory settings on the kernel running over NFS, but not the system I was comparing it too. I had raised the "KVA_PAGES" limit above the default. Removing this caused the system to be able to execute linux binaries without panic. I had raised this limit because this system had panicked earlier under high proc count/ memory utilization. It's a 2x2.6ghz xeon with 2.5 gig ram. I saw a thread in the maillists saying that KVA_PAGES could be raised to prevent the panic I had seen earlier on systems that had a lot of RAM. However, it obviously had ramifications on linux emulation (no pun intended). I confess to a not totally clear understanding of the intracacies of tuning these vars: KVA_PAGES VM_KMEM_SIZE_MAX VM_KMEM_SIZE_SCALE I tried to do adequate research before submitting this problem as a bug, but I guess I didn't do enough. --mark mark@node.to http://node.to/~mark 7123 3F7B 10EC 7122 2F8B http://node.to/keys/mark.asc B474 B09D 6ED7 3FB0 09E8 On Wed, 17 Mar 2004, Kris Kennaway wrote: > On Wed, Mar 17, 2004 at 09:37:41AM -0800, mark wolgemuth wrote: > > > FreeBSD nonuts 5.2.1-RELEASE-p1 FreeBSD 5.2.1-RELEASE-p1 #9: Tue Mar 16 12:45:00 EST 2004 root@demon.tek.eease.com:/usr/src/sys/i386/compile/NETBOOT i386 > > >Description: > > Kernel is loaded over pxeboot + nfs. Root and usr are mounted over NFS from Netapp. > > Modules linux and linprocfs are loaded via loader.conf. > > System comes up ok, but execution of a linux binary, eg. "/compat/linux/sbin/ldconfig" causes panic. Instruction ptr is at "Xpage". > > I have union mounted /compat/linux under a read/write mounted fs (md in this case) so that /compat/linux/etc/ld.so.cache can be written, to rule out that problem. Since /compat/linux is writeable, so is /compat/linux/var also. > > >How-To-Repeat: > > Boot a diskless i386 system using pxeboot and root and usr on read-only nfs. > > Load linux kernel module. Try to run /compat/linux/ldconfig. > > Sounds like it could be a few things: > > * Stale kernel modules; they need to be built from the same sources as your kernel > > * Known unionfs bugs (see the manpage). It's not clear whether you're > using unionfs or the union mount option. > > * Something else :) > > Please obtain a debugging traceback of the panic as described in: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html > > This is required in order to proceed with evaluating this PR. > > Kris > ----- End forwarded message ----- From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 19:57:50 2004 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 0F09A16A4CE for ; Wed, 17 Mar 2004 19:57:50 -0800 (PST) Received: from mail.bariatricsupportcenter.com (unknown [208.187.136.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id E44DC43D2F for ; Wed, 17 Mar 2004 19:57:49 -0800 (PST) (envelope-from chrislist@bariatricsupportcenter.com) Received: from [192.168.2.21] (s187183.ap.plala.or.jp [220.109.187.183]) by mail.bariatricsupportcenter.com (Postfix) with ESMTP id 38027252EA8 for ; Wed, 17 Mar 2004 20:57:14 -0700 (MST) From: Chris Miller To: freebsd-bugs@freebsd.org Date: Thu, 18 Mar 2004 12:49:15 +0900 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200403181249.15152.chrislist@bariatricsupportcenter.com> Subject: 5.2.1 on Toshiba P25-S609 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: Thu, 18 Mar 2004 03:57:50 -0000 I hope this is the right place to post this. If not please kindly direct me to the correct location. I have searched around and can't seem to find if this has been answered anywhere yet. I have looked in the archives and found where a couple other people have had this problem, but I have not been able to find anywhere that it has been answered. When trying to install FreeBSD 5.2.1 (from the iso images) on my Toshiba P25-S609 Laptop the install hangs with the line: cbb0: at device 4.0 on pci2 If I tell it to use verbose mode the last 2 lines say: cbb0: at device 4.0 on pci2 pcib2: device cbb0 requested decoded memory range 0xc2000000-0xc20fffff Reading through the archives one suggestion was to set the bios setting for Plug and Play OS to NO. This is not an option in the P25 bios. Another suggestion was to set 'Detect all Devices' in the bios. Again this isn't an option with the P25 bios. The bios was obviously designed for my mother because you can't set any advanced setting like you can on most ASUS or equivalent motherboards. I realize that they are totally different beasts, but I have successfully installed Mandrake 9.1, Mandrake 10 Community, SuSE 9.0, and Debian on this laptop. This is my first attempt at FreeBSD. Any help would be appreciated. -Chris Quick specs on the Laptop: P4 3GHz with Hyper Threading 1GB RAM 80 Gig HD nvidia G-Force FX 5200 Go Firewire USB 2.0 SD card slot i810 sound RealTek 10/100 Ethernet Altheros 802.11a/b/g WiFI Mitsumi DVD-R/DVD-RAM/CD-R combo USB floppy From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 20:00:40 2004 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 304F416A4DE for ; Wed, 17 Mar 2004 20:00:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 294FF43D31 for ; Wed, 17 Mar 2004 20:00:40 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2I40ebv013673 for ; Wed, 17 Mar 2004 20:00:40 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2I40dBR013672; Wed, 17 Mar 2004 20:00:39 -0800 (PST) (envelope-from gnats) Date: Wed, 17 Mar 2004 20:00:39 -0800 (PST) Message-Id: <200403180400.i2I40dBR013672@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Eugene Grosbein Subject: Re: kern/60526: Post-PAE stable SMP machine freezes 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: Thu, 18 Mar 2004 04:00:40 -0000 The following reply was made to PR kern/60526; it has been noted by GNATS. From: Eugene Grosbein To: bug-followup@freebsd.org Cc: sos@freebsd.org, stable@freebsd.org Subject: Re: kern/60526: Post-PAE stable SMP machine freezes Date: Thu, 18 Mar 2004 11:00:09 +0700 Hi! According to http://freebsd.rambler.ru/bsdmail/freebsd-hackers_2003/msg03936.html the problem may be related to the and ATA write cache (hw.ata.wc=1). Note however, I had no kernel panic with post-PAE STABLE. I had kernel lockup. I can understand kernel panic due to the faulty devices but not endless loop that it seems to happen. It's known (and noted in the Errata for 4.9-RELEASE) that PAE integration broke hw.ata.tags. Perhaps, its time either to document that hw.ata.wc is broken for noted controller too, either to forbid write cache for it by force. I run my machine using pre-PAE 4.8-STABLE with security patches still. Eugene Grosbein From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 21:23:30 2004 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 A7BA116A4D4; Wed, 17 Mar 2004 21:23:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A3B43D1F; Wed, 17 Mar 2004 21:23:30 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from freefall.freebsd.org (cperciva@localhost [127.0.0.1]) i2I5NUbv023155; Wed, 17 Mar 2004 21:23:30 -0800 (PST) (envelope-from cperciva@freefall.freebsd.org) Received: (from cperciva@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2I5NU1o023151; Wed, 17 Mar 2004 21:23:30 -0800 (PST) (envelope-from cperciva) Date: Wed, 17 Mar 2004 21:23:30 -0800 (PST) From: Colin Percival Message-Id: <200403180523.i2I5NU1o023151@freefall.freebsd.org> To: cperciva@FreeBSD.org, freebsd-bugs@FreeBSD.org, cperciva@FreeBSD.org Subject: Re: kern/64121: [patch] kernel panic using kqueue with EVFILT_TIMER and timeout 0 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: Thu, 18 Mar 2004 05:23:30 -0000 Synopsis: [patch] kernel panic using kqueue with EVFILT_TIMER and timeout 0 Responsible-Changed-From-To: freebsd-bugs->cperciva Responsible-Changed-By: cperciva Responsible-Changed-When: Wed Mar 17 21:23:03 PST 2004 Responsible-Changed-Why: I'm working on this. http://www.freebsd.org/cgi/query-pr.cgi?pr=64121 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 21:38:51 2004 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 5571316A4CE for ; Wed, 17 Mar 2004 21:38:51 -0800 (PST) Received: from tx3.oucs.ox.ac.uk (tx3.oucs.ox.ac.uk [163.1.2.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3B9643D31 for ; Wed, 17 Mar 2004 21:38:50 -0800 (PST) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan3.oucs.ox.ac.uk ([163.1.2.166] helo=localhost) by tx3.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1B3qEz-0000L5-P1 for freebsd-bugs@FreeBSD.org; Thu, 18 Mar 2004 05:38:49 +0000 Received: from rx3.oucs.ox.ac.uk ([163.1.2.165]) by localhost (scan3.oucs.ox.ac.uk [163.1.2.166]) (amavisd-new, port 25) with ESMTP id 01140-03 for ; Thu, 18 Mar 2004 05:38:49 +0000 (GMT) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx3.oucs.ox.ac.uk with smtp (Exim 4.24) id 1B3qEz-0000L2-Be for freebsd-bugs@FreeBSD.org; Thu, 18 Mar 2004 05:38:49 +0000 Received: (qmail 19601 invoked by uid 1004); 18 Mar 2004 05:38:49 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.20 (clamscan: 0.67. sweep: 2.18/3.79. Clear:RC:1(163.1.161.131):. Processed in 0.258708 secs); 18 Mar 2004 05:38:49 -0000 Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 18 Mar 2004 05:38:49 -0000 Message-Id: <6.0.1.1.1.20040318053533.03cc2e28@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Thu, 18 Mar 2004 05:38:43 +0000 To: Kris Kennaway From: Colin Percival In-Reply-To: <20040317230957.GB70724@xor.obsecurity.org> References: <200403170422.i2H4Mmni021776@freefall.freebsd.org> <20040317230957.GB70724@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: freebsd-bugs@FreeBSD.org Subject: Re: misc/64347: Bug in sysv semaphore waiting processes count 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: Thu, 18 Mar 2004 05:38:51 -0000 At 23:09 17/03/2004, Kris Kennaway wrote: >On Tue, Mar 16, 2004 at 08:22:48PM -0800, Colin Percival wrote: > > Synopsis: Bug in sysv semaphore waiting processes count > > > > I think I know how to fix this. > >I think tjr already fixed this. No, it was me (but reviewed by tjr). Colin Percival From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 22:57:24 2004 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 9B44616A4CE for ; Wed, 17 Mar 2004 22:57:24 -0800 (PST) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6B6943D1F for ; Wed, 17 Mar 2004 22:57:23 -0800 (PST) (envelope-from smckay@internode.on.net) Received: from dungeon.home (ppp190-27.lns1.bne1.internode.on.net [150.101.190.27])i2I6vLUK037220; Thu, 18 Mar 2004 17:27:21 +1030 (CST) Received: from dungeon.home (localhost [127.0.0.1]) by dungeon.home (8.12.8p2/8.11.6) with ESMTP id i2I6vKVA013500; Thu, 18 Mar 2004 16:57:20 +1000 (EST) (envelope-from mckay) Message-Id: <200403180657.i2I6vKVA013500@dungeon.home> To: bugs@freebsd.org References: <200403170242.i2H2gUm3080538@wildfire.danielrudy.org> In-Reply-To: <200403170242.i2H2gUm3080538@wildfire.danielrudy.org> from Daniel Rudy at "Wed, 17 Mar 2004 02:42:30 +0000" Date: Thu, 18 Mar 2004 16:57:20 +1000 From: Stephen McKay cc: Stephen McKay cc: Daniel Rudy Subject: Re: bin/64359: :p and :P commands in vi doesn't work 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: Thu, 18 Mar 2004 06:57:24 -0000 On Wednesday, 17th March 2004, Daniel Rudy wrote: >Invoke vi with multiple files on the command line. >Do :n to edit the next file. >Do :p to edit the previous file. This step fails. :p means :print not :previous. :prev is the short form for :previous. Admittedly the syntax the manual uses to describe it [Pp]rev[ious][!] is mixing several meanings for [] but you should be able to work it out. Stephen. From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 23:00:21 2004 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 9B80816A5F0 for ; Wed, 17 Mar 2004 23:00:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8938243D45 for ; Wed, 17 Mar 2004 23:00:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2I70Lbv037609 for ; Wed, 17 Mar 2004 23:00:21 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2I70L7D037608; Wed, 17 Mar 2004 23:00:21 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 17 Mar 2004 23:00:21 -0800 (PST) Resent-Message-Id: <200403180700.i2I70L7D037608@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, Victor Sudakov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E57B16A4CF for ; Wed, 17 Mar 2004 22:54:12 -0800 (PST) Received: from sibptus.tomsk.ru (sibptus.tomsk.ru [212.73.124.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D08B243D2F for ; Wed, 17 Mar 2004 22:54:10 -0800 (PST) (envelope-from sudakov@sibptus.tomsk.ru) Received: from sibptus.tomsk.ru (sudakov@localhost [127.0.0.1]) by sibptus.tomsk.ru (8.12.9p2/8.12.9) with ESMTP id i2I6p4l6022575 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 18 Mar 2004 12:51:05 +0600 (OMST) (envelope-from sudakov@sibptus.tomsk.ru) Received: (from sudakov@localhost) by sibptus.tomsk.ru (8.12.9p2/8.12.9/Submit) id i2I6p3HR022574; Thu, 18 Mar 2004 12:51:03 +0600 (OMST) (envelope-from sudakov) Message-Id: <200403180651.i2I6p3HR022574@sibptus.tomsk.ru> Date: Thu, 18 Mar 2004 12:51:03 +0600 (OMST) From: Victor Sudakov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/64406: kernel panic: ffs_clusteralloc: map mismatch X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Victor Sudakov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 07:00:21 -0000 >Number: 64406 >Category: kern >Synopsis: kernel panic: ffs_clusteralloc: map mismatch >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 Mar 17 23:00:21 PST 2004 >Closed-Date: >Last-Modified: >Originator: Victor Sudakov >Release: FreeBSD 4.9-RELEASE-p3 i386 >Organization: AO "Svyaztransneft", SibPTUS >Environment: System: FreeBSD www2.tomsk.ru 4.9-RELEASE-p3 FreeBSD 4.9-RELEASE-p3 #0: Thu Mar 4 23:11:44 OMST 2004 root@www2.tomsk.ru:/var/tmp/obj/d01/RELENG_4_9/usr/src/sys/WWW2 i386 >Description: gdb -k kernel.debug vmcore.1 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 /d01/RELENG_4_9/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb /dbxread.c line 2627 in elfstab_build_psymtabs Deprecated bfd_read called at /d01/RELENG_4_9/usr/src/gnu/usr.bin/binutils/gdb/ ../../../../contrib/gdb/gdb/dbxread.c line 933 in fill_symbuf IdlePTD at phsyical address 0x00379000 initial pcb at physical address 0x002e8960 panicstr: ffs_clusteralloc: map mismatch panic messages: --- panic: ffs_clusteralloc: map mismatch syncing disks... 79 69 49 40 31 20 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 giving up on 5 buffers Uptime: 12d4h22m16s dumping to dev #ad/0x30001, offset 77848 dump ata0: resetting devices .. done 511 510 509 508 507 506 505 504 503 502 501 500 499 498 497 496 495 494 493 492 491 490 489 488 487 486 485 484 483 482 481 480 479 478 477 476 475 474 473 47 2 471 470 469 468 467 466 465 464 463 462 461 460 459 458 457 456 455 454 453 4 52 451 450 449 448 447 446 445 444 443 442 441 440 439 438 437 436 435 434 433 432 431 430 429 428 427 426 425 424 423 422 421 420 419 418 417 416 415 414 413 412 411 410 409 408 407 406 405 404 403 402 401 400 399 398 397 396 395 394 39 3 392 391 390 389 388 387 386 385 384 383 382 381 380 379 378 377 376 375 374 3 73 372 371 370 369 368 367 366 365 364 363 362 361 360 359 358 357 356 355 354 353 352 351 350 349 348 347 346 345 344 343 342 341 340 339 338 337 336 335 334 333 332 331 330 329 328 327 326 325 324 323 322 321 320 319 318 317 316 315 31 4 313 312 311 310 309 308 307 306 305 304 303 302 301 300 299 298 297 296 295 2 94 293 292 291 290 289 288 287 286 285 284 283 282 281 280 279 278 277 276 275 274 273 272 271 270 269 268 267 266 265 264 263 262 261 260 259 258 257 256 255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 23 5 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220 219 218 217 216 2 15 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 15 6 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 1 36 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 4 3 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 /d01/RELENG_4_9/usr/src/sys/kern/kern_shutdown.c:487 487 if (dumping++) { (kgdb) where full #0 dumpsys () at /d01/RELENG_4_9/usr/src/sys/kern/kern_shutdown.c:487 error = 0 #1 0xc015e05f in boot (howto=256) at /d01/RELENG_4_9/usr/src/sys/kern/kern_shutdown.c:316 howto = 256 #2 0xc015e484 in poweroff_wait (junk=0xc02a3ba0, howto=209) at /d01/RELENG_4_9/usr/src/sys/kern/kern_shutdown.c:595 fmt = 0xc02a3ba0 "ffs_clusteralloc: map mismatch" bootopt = 256 buf = "ffs_clusteralloc: map mismatch", '\000' #3 0xc0223085 in ffs_clusteralloc (ip=0xc42ef100, cg=209, bpref=19089312, len=5) at /d01/RELENG_4_9/usr/src/sys/ufs/ffs/ffs_alloc.c:1285 bpref = -1070974048 fs = (struct fs *) 0xc41af000 cgp = (struct cg *) 0xd069f000 bp = (struct buf *) 0xce845b7c i = 256 got = 5379 run = 5 bno = 6864960 bit = 0 map = 256 mapp = ( u_char *) 0xd06a2cfd 'ÿ' , "?À", 'ÿ' . .---Type to continue, or q to quit--- . lp = (int32_t *) 0x0 blksfree = (u_int8_t *) 0xc02a3ba0 "ffs_clusteralloc: map mismatch" #4 0xc022243b in ffs_hashalloc (ip=0xc42ef100, cg=209, pref=19089312, size=5, allocator=0xc0222e5c ) at /d01/RELENG_4_9/usr/src/sys/ufs/ffs/ffs_alloc.c:863 cg = 209 fs = (struct fs *) 0xc41af000 result = 0 i = 19089312 icg = 209 #5 0xc0221bfb in ffs_reallocblks (ap=0xd9b9cdc0) at /d01/RELENG_4_9/usr/src/sys/ufs/ffs/ffs_alloc.c:442 ap = (struct vop_reallocblks_args *) 0x0 fs = (struct fs *) 0xc41af000 ip = (struct inode *) 0xc42ef100 vp = (struct vnode *) 0xd9af62c0 sbp = (struct buf *) 0xce7ea0b8 ebp = (struct buf *) 0xd9b9cd20 bap = (ufs_daddr_t *) 0xc42ef100 sbap = (ufs_daddr_t *) 0xcf4f3000 ebap = (ufs_daddr_t *) 0x0 buflist = (struct cluster_save *) 0xc44b0740 start_lbn = 37704 ---Type to continue, or q to quit--- end_lbn = 19089312 soff = 828 newblk = -4109 blkno = 19089312 start_ap = {{in_lbn = -4109, in_off = 1, in_exists = 0}, { in_lbn = -4109, in_off = 8, in_exists = 0}, {in_lbn = -36876, in_off = 828, in_exists = 0}, {in_lbn = 0, in_off = 0, in_exists = -642134580}} end_ap = {{in_lbn = -4109, in_off = 1, in_exists = 0}, { in_lbn = -4109, in_off = 8, in_exists = 0}, {in_lbn = -36876, in_off = 832, in_exists = 0}, {in_lbn = -1072131263, in_off = -642134708, in_exists = -829876540}} idp = (struct indir *) 0xd9b9cd24 i = -642134748 len = 5 start_lvl = 3 end_lvl = 3 pref = 19089312 ssize = 5 #6 0xc0188bb2 in cluster_write (bp=0xce8916c4, filesize=617824256, seqcount=127) at vnode_if.h:1077 rc = 0 a = {a_desc = 0xc02b82a0, a_vp = 0xd9af62c0, a_buflist = 0xc44b0740} vp = (struct vnode *) 0xd9af62c0 ---Type to continue, or q to quit--- buflist = (struct cluster_save *) 0xc44b0740 bpp = (struct buf **) 0xce8916c4 endbp = (struct buf **) 0xc44b0764 buflist = (struct cluster_save *) 0xc44b0740 vp = (struct vnode *) 0xd9af62c0 lbn = 37708 maxclen = 7 cursize = 4 lblocksize = 16384 async = 0 #7 0xc022df56 in ffs_write (ap=0xd9b9ce64) at /d01/RELENG_4_9/usr/src/sys/ufs/ufs/ufs_readwrite.c:570 vp = (struct vnode *) 0xd9af62c0 uio = (struct uio *) 0xd9b9ced4 ip = (struct inode *) 0xc42ef100 fs = (struct fs *) 0xc41af000 bp = (struct buf *) 0xce8916c4 p = (struct proc *) 0xd9af62c0 lbn = -642817344 osize = 617823503 seqcount = 127 blkoffset = 15631 error = 0 extended = 1 ---Type to continue, or q to quit--- flags = 2130706433 ioflag = 8323075 resid = 887 size = 0 xfersize = 753 object = 0xd9afb9b4 #8 0xc01938aa in vn_write (fp=0xc4286dc0, uio=0xd9b9ced4, cred=0xc49ceb80, flags=0, p=0xd9b82920) at vnode_if.h:363 a = {a_desc = 0xc02b7c20, a_vp = 0xd9af62c0, a_uio = 0xd9b9ced4, a_ioflag = 8323075, a_cred = 0xc49ceb80} vp = (struct vnode *) 0xd9af62c0 uio = (struct uio *) 0xd9b9ced4 ioflag = 8323075 cred = (struct ucred *) 0xc49ceb80 fp = (struct file *) 0xc4286dc0 vp = (struct vnode *) 0xd9af62c0 error = 8323075 ioflag = 8323075 #9 0xc016d42d in dofilewrite (p=0xd9b82920, fp=0xc4286dc0, fd=231, buf=0x8456d04, nbyte=887, offset=-1, flags=0) at /d01/RELENG_4_9/usr/src/sys/sys/file.h:163 error = -642242272 fp = (struct file *) 0xc4286dc0 cred = (struct ucred *) 0x0 ---Type to continue, or q to quit--- p = (struct proc *) 0xd9b82920 fp = (struct file *) 0xc4286dc0 offset = 0 auio = {uio_iov = 0xd9b9ceac, uio_iovcnt = 1, uio_offset = 617824256, uio_resid = 134, uio_segflg = UIO_USERSPACE, uio_rw = UIO_WRITE, uio_procp = 0xd9b82920} aiov = { iov_base = 0x8456ff5 "FC%F2%F3%F0%FB+%E8+%F1%EF%EE%F0%F2%E0&B1=%CF%CE%C8%D1%C A&t%5B%5D=4\" \"Mozilla/4.0 (compatible; MSIE 6.0; Windows ME) Opera 7.21 [ru] \"\nm/viewtopic.php?t=824&start=60 HTTP/1.0", iov_len = 134} cnt = 887 error = -642242272 ktriov = {iov_base = 0x0, iov_len = 0} ktruio = {uio_iov = 0xd9fc9d30, uio_iovcnt = 16777216, uio_offset = -2757945818139852800, uio_resid = 118851584, uio_segflg = UIO_USERSPACE, uio_rw = 3227188472, uio_procp = 0xda543f74} didktr = 0 #10 0xc016d2e6 in write (p=0xd9b82920, uap=0xd9b9cf80) at /d01/RELENG_4_9/usr/src/sys/kern/sys_generic.c:329 p = (struct proc *) 0xd9b82920 uap = (struct write_args *) 0xd9b9cf80 fp = (struct file *) 0xc4286dc0 error = -642134144 #11 0xc0275d85 in syscall2 (frame={tf_fs = -1078001617, tf_es = 47, ---Type to continue, or q to quit--- tf_ds = 47, tf_edi = 138768507, tf_esi = 19, tf_ebp = -1077938120, tf_isp = -642134060, tf_ebx = 672585652, tf_edx = 134936788, tf_ecx = 0, tf_eax = 4, tf_trapno = 12, tf_err = 2, tf_eip = 672406564, tf_cs = 31, tf_eflags = 647, tf_esp = -1077938196, tf_ss = 47}) at /d01/RELENG_4_9/usr/src/sys/i386/i386/trap.c:1175 params = 0xbfbff7f0 "ç" i = 0 callp = (struct sysent *) 0xc02ca4a0 p = (struct proc *) 0xd9b82920 orig_tf_eflags = 647 sticks = 290 error = 0 narg = 3 args = {231, 138767620, 887, 0, 0, 0, 0, 0} have_mplock = 1 code = 4 #12 0xc0267475 in Xint0x80_syscall () No symbol table info available. #13 0x2816bb99 in ?? () No symbol table info available. #14 0x80516e6 in ?? () No symbol table info available. #15 0x80517a1 in ?? () No symbol table info available. ---Type to continue, or q to quit--- #16 0x806116d in ?? () No symbol table info available. #17 0x805a62e in ?? () No symbol table info available. #18 0x805a845 in ?? () No symbol table info available. #19 0x805aab4 in ?? () No symbol table info available. #20 0x805af61 in ?? () No symbol table info available. #21 0x805b493 in ?? () No symbol table info available. #22 0x804e289 in ?? () No symbol table info available. (kgdb) (kgdb) quit == kernel config: machine i386 cpu I586_CPU cpu I686_CPU ident WWW2 maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking 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 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. device isa device eisa device pci device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 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 device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device vga0 at isa? pseudo-device splash device sc0 at isa? flags 0x100 device npx0 at nexus? port IO_NPX irq 13 device apm0 at nexus? flags 0x20 # Advanced Power Management 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 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'') 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-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device bpf #Berkeley packet filter options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #enable logging to syslogd(8) options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options DUMMYNET options QUOTA #enable disk quotas options NMBCLUSTERS=16384 options ACCEPT_FILTER_HTTP ==dmesg 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.9-RELEASE-p3 #0: Thu Mar 4 23:11:44 OMST 2004 root@www2.tomsk.ru:/var/tmp/obj/d01/RELENG_4_9/usr/src/sys/WWW2 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (350.80-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183f9ff real memory = 536858624 (524276K bytes) config> q avail memory = 518909952 (506748K bytes) Preloaded elf kernel "kernel" at 0xc035a000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc035a09c. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 6 entries at 0xc00f0d10 apm0: on motherboard apm0: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 isab0: at device 4.0 on pci0 isa0: on isab0 atapci0: port 0xd800-0xd80f at device 4.1 on pci 0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 4.2 irq 10 chip1: port 0xe800-0xe80f at device 4.3 on pci0 fxp0: port 0xd000-0xd03f mem 0xdb000000-0xdb0fff ff,0xdb800000-0xdb800fff irq 10 at device 9.0 on pci0 fxp0: Ethernet address 00:02:b3:4c:79:26 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: port 0xb800-0xb8ff mem 0xda800000-0xd a8000ff irq 11 at device 11.0 on pci0 dc0: Ethernet address: 00:80:ad:7e:30:e9 miibus1: on dc0 dcphy0: on miibus1 dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto orm0: