| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2006-12-06 | From Jon Simola <simola@mecha.com>: | 5 | -54/+130 | ||
| 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 | 1 | -9/+8 | ||
| 2006-12-06 | style | 1 | -2/+4 | ||
| 2006-12-06 | print readdirplus (rdplus) info for nfs mounts. | 1 | -2/+4 | ||
| ok pedro@ | |||||
| 2006-12-06 | nfs_readdirplusrpc(): | 1 | -9/+11 | ||
| 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, | 1 | -1/+6 | ||
| 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 | 1 | -2/+2 | ||
| udcfdebug > 1. | |||||
| 2006-12-06 | Missing newline in printf. | 1 | -2/+2 | ||
| ok canacar@ | |||||
| 2006-12-06 | SAD -> SADB; ok hshoexer | 1 | -2/+2 | ||
| 2006-12-06 | missing full stop; from daniel matic | 1 | -2/+2 | ||
| 2006-12-06 | The Zyxel ZyAIR G-100 which michele@ gave me at OpenCON just ... works, | 1 | -1/+2 | ||
| so add it to the supported hardware section. Want it back michele? :) | |||||
| 2006-12-06 | typo; from Daniel Matic <maticd at gmail.com> | 1 | -2/+2 | ||
| 2006-12-06 | Don't access buf[strlen(buf) - 1] for zero-length strings. | 8 | -19/+35 | ||
| OK jaredy@. | |||||
| 2006-12-05 | shorter url. | 2 | -4/+4 | ||
| 2006-12-05 | update url to atheros customer products database. | 2 | -4/+4 | ||
| 2006-12-05 | add dutch kbd map to listings | 3 | -3/+15 | ||
| 2006-12-05 | regen | 2 | -4/+89 | ||
| 2006-12-05 | Add Dutch map; from Maurice Janssen; ok miod@ | 1 | -1/+43 | ||
| 2006-12-05 | Implement an alternative workaround for the extent lies out of region panic | 1 | -2/+3 | ||
| 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 | 6 | -54/+218 | ||
| 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 | 1 | -17/+23 | ||
| functionality. sort of ok miod@ | |||||
| 2006-12-05 | Typo. | 1 | -1/+1 | ||
| 2006-12-05 | unlink(2) sets errno, use it for error message. | 1 | -2/+2 | ||
| 2006-12-05 | Add code to detect (and eliminate) statistical outliers. Tested by me and | 1 | -18/+87 | ||
| 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 | 1 | -2/+2 | ||
| ok moritz@, tested by jesus@mxtelecom.com (thanks!) | |||||
| 2006-12-05 | some carp/sasyncd bits from msf and myself; | 1 | -3/+24 | ||
| ok mpf | |||||
| 2006-12-05 | use lstat for symbolic links; fixes uninitialized uid/gid. | 1 | -2/+7 | ||
| ok espie@ | |||||
| 2006-12-05 | Don't leak message structures, when we see unsupported payloads | 1 | -6/+12 | ||
| 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, | 5 | -8/+61 | ||
| 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 | 1 | -5/+5 | ||
| when sending the synack response. ok markus | |||||
| 2006-12-05 | - Fix typos. | 1 | -5/+13 | ||
| - 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. | 1 | -2/+2 | ||
| 2006-12-05 | do not install pmtu routes for transport mode SAs, as they do not | 3 | -4/+25 | ||
| the dest IP; PMTU debugging support; ok hshoexer | |||||
| 2006-12-04 | do the proper dance to order libary dependencies, let modversion do | 1 | -62/+119 | ||
| what it should, start at proper version checking. Also displays more diagnostic messages like the real pkg-config does. okay ckuethe@, matthieu@, fries (and a small extra addition of a mismatch diagnostic). Make sure PkgConfig.pm is synch'ed! won't work otherwise. | |||||
| 2006-12-04 | add Sweex LW053 to the list of supported hardware. | 1 | -1/+2 | ||
| reported to work by Johan Torin. | |||||
| 2006-12-04 | avoid unnecessary copies (memcpy(x, x, n)) in the TX path. | 1 | -3/+3 | ||
| "works fine, even under high load" reyk@ | |||||
| 2006-12-04 | regen | 2 | -4/+9 | ||
| 2006-12-04 | add vendor ID for Silicon Integrated Systems Corporation | 1 | -1/+2 | ||
| 2006-12-04 | check confstr() return value. Due to the braindead return value | 1 | -3/+10 | ||
| specified by POSIX we have to clear errno before; also check for -1 to remain compatible. ok millert@ | |||||
| 2006-12-04 | confstr() should return 0, not (size_t)-1, on errors; from Guy Harris. | 2 | -6/+6 | ||
| ok millert@ and jmc@ for the man page bit. | |||||
| 2006-12-04 | report full/half duplex state for non-MII interfaces | 4 | -8/+22 | ||
| ok brad@ | |||||
| 2006-12-04 | add rcompress method | 1 | -1/+8 | ||
| 2006-12-04 | snprintf() -> cvs_path_cat() | 4 | -28/+25 | ||
| 2006-12-04 | - unlink tmp files when finished. | 1 | -1/+17 | ||
| - add missing xfree(). | |||||
| 2006-12-04 | wrap authname and authkey args in quotes to prevent problems | 1 | -2/+2 | ||
| when using special chars; from andreas bihlmaier | |||||
| 2006-12-04 | document FETCH_PACKAGES; from marcus popp | 1 | -1/+8 | ||
| ok espie | |||||
| 2006-12-04 | retreive -> retrieve; | 1 | -3/+3 | ||
| 2006-12-04 | various typos; from daniel matic | 1 | -4/+4 | ||
| 2006-12-04 | retreive -> retrieve; from daniel matic | 1 | -2/+2 | ||
| 2006-12-04 | - fix crash when doing keyword expansion of zero-length buffers. | 1 | -1/+3 | ||
| ok ray@ | |||||
