summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-29avoid ending mid-sentence w/ `.', or we get an extra space;Jason McIntyre
2006-08-29clean up our messDamien Miller
2006-08-29Properly define quick mode suites for AH. With naddy.Hans-Joerg Hoexer
ok ho
2006-08-29Fix a possible kernel panic in ucom(4) that is caused by ttyclose() using dataMarc Balmer
already freed by ucom_close(). Problem reported and initial patch provided by Marc Winiger <marc@winiger.ch> ok miod, deraadt
2006-08-29zyd is not making this release; ok jsgTheo de Raadt
2006-08-29snuck in a typo, damnitTheo de Raadt
2006-08-29some net if devices do not media negotiate (for link) until brought up.Theo de Raadt
(for some drivers, this is a bug. for others, it is part of how they work) therefore before doing the 10-second link test, we must bring the if up. ok krw, tested marco ckuethe
2006-08-29XXX when we find vgapci devices on a USIII machine, fail to matchTheo de Raadt
(for now, until the bugs are found. USIII machines remain serial-only for now); ok miod
2006-08-29Handle site${VERSION}-$(hostname -s).tgz files better so that theyKenneth R Westerback
don't get in the way of noticing that all default sets are installed. Restores the desired behaviour where [done] becomes the default answer to the "Location of sets?" question once all default sets are successfully installed. spotted by & ok deraadt@
2006-08-28use Forwarding Information Base vs. Forward Information Base;Kevin Steves
ok jmc@ claudio@
2006-08-28Resync MAKEDEV scripts and man pagesMarc Aurele La France
2006-08-28move to official 4.0Theo de Raadt
2006-08-28Extend /dev/tty[C-F]* to /dev/tty[C-J]* on sparc64, and to /dev/tty[C-I]* onMarc Aurele La France
sparc. ok miod@
2006-08-28Allow building procfs on systems that don't #define PT_STEP (such as sparc64).Marc Aurele La France
ok pedro@, miod@
2006-08-28-fgnu-runtime is only effective for Objective-C source, and produces aMarc Aurele La France
warning otherwise. ok herrb@
2006-08-28Completely rework the allocation/management of Rx buffers.Damien Bergamini
The firmware expects 3KB Rx buffers so we can't just map mbuf clusters which are only 2KB. Also it seems that Rx buffers must be aligned on a 1KB boundary which is not necessary the case with mbuf clusters. We want to make damn sure the firmware will not DMA anything outside the mapped Rx buffers. The size of the Rx buffers is probably configurable but Intel will refuse to answer to any question regarding the programmation of the chipset, and a dump of the device registers led to nowhere.
2006-08-28sync MEXTADD prototype with reality.Damien Bergamini
it takes an extra "size" argument. ok jmc@, deraadt@
2006-08-28Make carp see all IPv6 address additions and remove dead code in carp_ioctl()Ryan Thomas McBride
ok mpf@ henning@
2006-08-28Bump firmware package; create package which installs on any architecture,Marcus Glocker
not just i386, as acx(4) runs on amd64 too now. Pointed out by jsg@
2006-08-28Another grammar nit; "please go ahead" jmc@.Tom Cosgrove
2006-08-28zap argument name, okay millert@Marc Espie
2006-08-28.Xr sysctl 8; wording from jmc@Kevin Steves
2006-08-28tiny grammar fix; ok jmc@Kevin Steves
2006-08-28Port bus_dmamap_load(9) and bus_dmamap_sync(9).Marcus Glocker
2006-08-28typos; from tbertJason McIntyre
(one not taken)
2006-08-28proper justify the size caption to match numbers justification; deraadt@ okMichael Shalayeff
2006-08-28avoid avail_end common; no binary change; found by grunk@Michael Shalayeff
2006-08-28enable arcDavid Gwynne
2006-08-28Check for illegal option lengths when parsing LCP packetsCan Erkin Acar
and drop such bad packets. Also remove some redundant mallocs. This fixes possible heap overflows when forming replys to such bad packets as discovered by Martin Husemann and Pavel Cahyna. reported by NetBSD, initial diff from markus@, additional comments by claudio@, ok markus@
2006-08-28Move DMA mapping code from if_pgt_pci.c to pgt.c and port it as is for now.Marcus Glocker
Remove dead code chunk from if_pgt_pci.c. For those who want to refer to the original code you can find it in ~mglocker/pgt/orig.
2006-08-28Get MAC address from the OpenFirmware local-mac-address property on sparc64.Mark Kettenis
Needed to support onboard bge(4)'s on Sun machines which don't seem to be fitted with the EEPROM that normally contains the MAC address. ok brad@
2006-08-28move the firmware messaging under NBIO since it's only used by bio.David Gwynne
2006-08-28indicate when the peer announced the Graceful Restart capability, ok claudioHenning Brauer
2006-08-28async events defines and structsMichael Shalayeff
2006-08-28revert flags usage commits. too close to release. will go in post release ↵Brad Smith
instead. requested by deraadt@
2006-08-28make a define for dealing w/ the big bit (0x80); no func changeMichael Shalayeff
2006-08-28properly detect failed drives and do not crash bioctl; krw@ testingMichael Shalayeff
2006-08-28fix up disc size check.Michael Coulter
ok krw@ deraadt@
2006-08-28syncTheo de Raadt
2006-08-28Except I disagree strongly, and I was not askedTheo de Raadt
2006-08-28Fix manual media types by always leaving the PHY in autoneg mode but adjustingBrad Smith
the ANAR as appropriate. Derived from a diff for FreeBSD; same technique used by the Linux r8169 driver.
2006-08-28bzero() the sensor memory after allocating it.Kenneth R Westerback
ok marco@
2006-08-28set error and break -- not return an error before spl is set back in ioctl! ↵Michael Shalayeff
found by krw@
2006-08-28add a BGE_JUMBO flag.Brad Smith
2006-08-28turns out the volume info contains a bitmap of failed physdisks in it, soDavid Gwynne
i can just check if this is non zero to see if a volume is degraded. this means i dont have to pull the raid info page to find failed disks in the volume inquiry.
2006-08-28Dell PCI vendor subid.Brad Smith
2006-08-28Set the BGE_NO3LED flag to properly adjust the PHY LED mode if attachingBrad Smith
to either a BCM5700 or BCM5701 chip and have the Dell PCI vendor subid. The appropriate code has been in brgphy for 2 years, now the bge(4) driver will use it. Also found in the Broadcom bcm5700 and Linux tg3 drivers.
2006-08-27proper justify the size caption to match numbers justification; krw@ okMichael Shalayeff
2006-08-27add -nosplit to AUTHORS; from deanna phillipsJason McIntyre
2006-08-27display proper volume device name in the volume line (; krw@ testingMichael Shalayeff