Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-29 | avoid ending mid-sentence w/ `.', or we get an extra space; | Jason McIntyre | |
2006-08-29 | clean up our mess | Damien Miller | |
2006-08-29 | Properly define quick mode suites for AH. With naddy. | Hans-Joerg Hoexer | |
ok ho | |||
2006-08-29 | Fix a possible kernel panic in ucom(4) that is caused by ttyclose() using data | Marc Balmer | |
already freed by ucom_close(). Problem reported and initial patch provided by Marc Winiger <marc@winiger.ch> ok miod, deraadt | |||
2006-08-29 | zyd is not making this release; ok jsg | Theo de Raadt | |
2006-08-29 | snuck in a typo, damnit | Theo de Raadt | |
2006-08-29 | some 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-29 | XXX when we find vgapci devices on a USIII machine, fail to match | Theo de Raadt | |
(for now, until the bugs are found. USIII machines remain serial-only for now); ok miod | |||
2006-08-29 | Handle site${VERSION}-$(hostname -s).tgz files better so that they | Kenneth 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-28 | use Forwarding Information Base vs. Forward Information Base; | Kevin Steves | |
ok jmc@ claudio@ | |||
2006-08-28 | Resync MAKEDEV scripts and man pages | Marc Aurele La France | |
2006-08-28 | move to official 4.0 | Theo de Raadt | |
2006-08-28 | Extend /dev/tty[C-F]* to /dev/tty[C-J]* on sparc64, and to /dev/tty[C-I]* on | Marc Aurele La France | |
sparc. ok miod@ | |||
2006-08-28 | Allow 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 a | Marc Aurele La France | |
warning otherwise. ok herrb@ | |||
2006-08-28 | Completely 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-28 | sync MEXTADD prototype with reality. | Damien Bergamini | |
it takes an extra "size" argument. ok jmc@, deraadt@ | |||
2006-08-28 | Make carp see all IPv6 address additions and remove dead code in carp_ioctl() | Ryan Thomas McBride | |
ok mpf@ henning@ | |||
2006-08-28 | Bump 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-28 | Another grammar nit; "please go ahead" jmc@. | Tom Cosgrove | |
2006-08-28 | zap argument name, okay millert@ | Marc Espie | |
2006-08-28 | .Xr sysctl 8; wording from jmc@ | Kevin Steves | |
2006-08-28 | tiny grammar fix; ok jmc@ | Kevin Steves | |
2006-08-28 | Port bus_dmamap_load(9) and bus_dmamap_sync(9). | Marcus Glocker | |
2006-08-28 | typos; from tbert | Jason McIntyre | |
(one not taken) | |||
2006-08-28 | proper justify the size caption to match numbers justification; deraadt@ ok | Michael Shalayeff | |
2006-08-28 | avoid avail_end common; no binary change; found by grunk@ | Michael Shalayeff | |
2006-08-28 | enable arc | David Gwynne | |
2006-08-28 | Check for illegal option lengths when parsing LCP packets | Can 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-28 | Move 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-28 | Get 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-28 | move the firmware messaging under NBIO since it's only used by bio. | David Gwynne | |
2006-08-28 | indicate when the peer announced the Graceful Restart capability, ok claudio | Henning Brauer | |
2006-08-28 | async events defines and structs | Michael Shalayeff | |
2006-08-28 | revert flags usage commits. too close to release. will go in post release ↵ | Brad Smith | |
instead. requested by deraadt@ | |||
2006-08-28 | make a define for dealing w/ the big bit (0x80); no func change | Michael Shalayeff | |
2006-08-28 | properly detect failed drives and do not crash bioctl; krw@ testing | Michael Shalayeff | |
2006-08-28 | fix up disc size check. | Michael Coulter | |
ok krw@ deraadt@ | |||
2006-08-28 | sync | Theo de Raadt | |
2006-08-28 | Except I disagree strongly, and I was not asked | Theo de Raadt | |
2006-08-28 | Fix manual media types by always leaving the PHY in autoneg mode but adjusting | Brad Smith | |
the ANAR as appropriate. Derived from a diff for FreeBSD; same technique used by the Linux r8169 driver. | |||
2006-08-28 | bzero() the sensor memory after allocating it. | Kenneth R Westerback | |
ok marco@ | |||
2006-08-28 | set error and break -- not return an error before spl is set back in ioctl! ↵ | Michael Shalayeff | |
found by krw@ | |||
2006-08-28 | add a BGE_JUMBO flag. | Brad Smith | |
2006-08-28 | turns out the volume info contains a bitmap of failed physdisks in it, so | David 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-28 | Dell PCI vendor subid. | Brad Smith | |
2006-08-28 | Set the BGE_NO3LED flag to properly adjust the PHY LED mode if attaching | Brad 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-27 | proper justify the size caption to match numbers justification; krw@ ok | Michael Shalayeff | |
2006-08-27 | add -nosplit to AUTHORS; from deanna phillips | Jason McIntyre | |
2006-08-27 | display proper volume device name in the volume line (; krw@ testing | Michael Shalayeff | |