Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-07 | regenerated these with Merlin U740 id | Felix Kronlage | |
2006-12-07 | id for Novatel Wireless Merlin U740 | Felix Kronlage | |
2006-12-07 | use errno where appropriate in error messages. | Xavier Santolaria | |
2006-12-07 | remove extra dot; from jared r r spiegel | Jason McIntyre | |
2006-12-07 | fix the .An line; | Jason McIntyre | |
2006-12-07 | snprintf() -> cvs_path_cat() | Xavier Santolaria | |
2006-12-07 | add config file path in debug message. | Xavier Santolaria | |
2006-12-06 | - Move TX ring full sanity check further up and check the number of DMA | Reyk Floeter | |
segments from the DMA map, instead of counting the DMA segments in the for loop and breaking out later. - Unload the DMA map if encountering an error condition. Tested on amd64/i386/sparc64 ok brad@ mglocker@ | |||
2006-12-06 | Implement em_read_pcie_cap_reg(), where we set the max read size on | Reyk Floeter | |
PCIe to 4k. >From kmacy@FreeBSD Tested by mk@ and Johan Mson Lindman <tybollt at solace dot mh dot se> with the 82573 chipset. ok brad@ mglocker@ mk@ | |||
2006-12-06 | Enable mc and mesh in RAMDISK as well, as pointed out by brad@ its pretty | Gordon Willem Klok | |
useless to not do so. | |||
2006-12-06 | starfire ethernet works here now | Martin Reindl | |
2006-12-06 | - de-static | Martin Reindl | |
- use pci_matchbyid, makes attaching way simpler ok brad@ reyk@ | |||
2006-12-06 | Enable mesh and mc device drivers in GENERIC, booting on old world macs is | Gordon Willem Klok | |
pointless without these two. ok martin@, deraadt@ durring h2k6 | |||
2006-12-06 | update for new driver; remove diagnostic section, add bugs, bump date | Martin Reindl | |
2006-12-06 | replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-able | Martin Reindl | |
driver from NetBSD ok brad@ reyk@ additional testing Nick Nauwelaerts | |||
2006-12-06 | From Jon Simola <simola@mecha.com>: | Marcus Glocker | |
Add bus-specific config space read and write functions, this fixes the attach for ian@darwinsys.com and properly enumerates multiple cores. | |||
2006-12-06 | fix some multi-line comments and printfs | Martin Reindl | |
2006-12-06 | style | Michael Knudsen | |
2006-12-06 | print readdirplus (rdplus) info for nfs mounts. | Thordur I. Bjornsson | |
ok pedro@ | |||
2006-12-06 | nfs_readdirplusrpc(): | Thordur I. Bjornsson | |
Replace the pointer aerobics used to construct the namecache hash with a more saner approach since the former could lead to a null deref (PR5305). Also make sure that the current buf is bigenough before caching the current entry. comments&ok pedro@ | |||
2006-12-06 | malloc(..., M_NOWAIT) with no NULL check is bad. If allocation fails, | Michael Knudsen | |
complain, clean up, and bail out of attach. input and ok gwk | |||
2006-12-06 | When compiled with UDCF_DEBUG, only output the bits received when | Marc Balmer | |
udcfdebug > 1. | |||
2006-12-06 | Missing newline in printf. | Bernd Ahlers | |
ok canacar@ | |||
2006-12-06 | SAD -> SADB; ok hshoexer | Jason McIntyre | |
2006-12-06 | missing full stop; from daniel matic | Jason McIntyre | |
2006-12-06 | The Zyxel ZyAIR G-100 which michele@ gave me at OpenCON just ... works, | Marcus Glocker | |
so add it to the supported hardware section. Want it back michele? :) | |||
2006-12-06 | typo; from Daniel Matic <maticd at gmail.com> | joshua stein | |
2006-12-06 | Don't access buf[strlen(buf) - 1] for zero-length strings. | Ray Lai | |
OK jaredy@. | |||
2006-12-06 | Don't access buf[strlen(buf) - 1] for zero-length strings. | Ray Lai | |
OK jaredy@. | |||
2006-12-06 | Don't access buf[strlen(buf) - 1] for zero-length strings. | Ray Lai | |
OK jaredy@. | |||
2006-12-05 | shorter url. | Damien Bergamini | |
2006-12-05 | update url to atheros customer products database. | Damien Bergamini | |
2006-12-05 | add dutch kbd map to listings | Otto Moerbeek | |
2006-12-05 | regen | Otto Moerbeek | |
2006-12-05 | Add Dutch map; from Maurice Janssen; ok miod@ | Otto Moerbeek | |
2006-12-05 | Implement an alternative workaround for the extent lies out of region panic | Gordon Willem Klok | |
on old world macppc machines, if the compat property of the device is bandit skip the pci_addr_fixup() call. This acomplishes what the changes in rev 1.33 that were reverted attempted to do without breaking currently supported machines. A positive side effect to this change is also working PCI cards as well as onboard devices. ok drahn@ | |||
2006-12-05 | Import fixcoff from NetBSD and make some changes to boot.mac Makefile and | Gordon Willem Klok | |
ofwboot including loosing some meanigless defines and repurposing XCOFF_GLUE to my own ends. These changes make it possible to boot the OpenBSD kernel on at least the Power Macintosh 9500 and 9600. No binary change in stripped ofwboot. ok drahn@, martin@ | |||
2006-12-05 | Allow kmem to work, might not quite be right yet, but allows basic | Dale Rahn | |
functionality. sort of ok miod@ | |||
2006-12-05 | Typo. | Alexander Yurchenko | |
2006-12-05 | unlink(2) sets errno, use it for error message. | Xavier Santolaria | |
2006-12-05 | Add code to detect (and eliminate) statistical outliers. Tested by me and | Marc Balmer | |
naddy; many thanks to naddy for continous testing and feedback during the last weeks. ok naddy | |||
2006-12-05 | plug memleak, noticed by jesus@mxtelecom.com | Hans-Joerg Hoexer | |
ok moritz@, tested by jesus@mxtelecom.com (thanks!) | |||
2006-12-05 | some carp/sasyncd bits from msf and myself; | Jason McIntyre | |
ok mpf | |||
2006-12-05 | use lstat for symbolic links; fixes uninitialized uid/gid. | Steven Mestdagh | |
ok espie@ | |||
2006-12-05 | Don't leak message structures, when we see unsupported payloads | Moritz Jodeit | |
or if the payload node allocation fails. Also adjust a comment to make it more clear, who's responsible for freeing the message structs. Input from cloder@. OK hshoexer@ | |||
2006-12-05 | implement the ttl security hack. since the pc slaves fear the word hack, | Henning Brauer | |
they call it "Generalized TTL Security Mechanism" officially, RFC 3682. manpage with help from jmc | |||
2006-12-05 | make the syncache code respect (inherit) the ttl from the listening socket | Henning Brauer | |
when sending the synack response. ok markus | |||
2006-12-05 | - Fix typos. | Bernd Ahlers | |
- Document UPDATE_COOKIES_DIR. - UPDATE_COOKIES_DIR needs to be set for using a read-only ports tree. ok espie@ | |||
2006-12-05 | rmdir(2) sets errno, use it for error message. | Xavier Santolaria | |
2006-12-05 | do not install pmtu routes for transport mode SAs, as they do not | Markus Friedl | |
the dest IP; PMTU debugging support; ok hshoexer |