summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/strncpy.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-12-06From Jon Simola <simola@mecha.com>:mglocker5-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-06fix some multi-line comments and printfsmartin1-9/+8
2006-12-06stylemk1-2/+4
2006-12-06print readdirplus (rdplus) info for nfs mounts.thib1-2/+4
ok pedro@
2006-12-06nfs_readdirplusrpc():thib1-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-06malloc(..., M_NOWAIT) with no NULL check is bad. If allocation fails,mk1-1/+6
complain, clean up, and bail out of attach. input and ok gwk
2006-12-06When compiled with UDCF_DEBUG, only output the bits received whenmbalmer1-2/+2
udcfdebug > 1.
2006-12-06Missing newline in printf.bernd1-2/+2
ok canacar@
2006-12-06SAD -> SADB; ok hshoexerjmc1-2/+2
2006-12-06missing full stop; from daniel maticjmc1-2/+2
2006-12-06The Zyxel ZyAIR G-100 which michele@ gave me at OpenCON just ... works,mglocker1-1/+2
so add it to the supported hardware section. Want it back michele? :)
2006-12-06typo; from Daniel Matic <maticd at gmail.com>jcs1-2/+2
2006-12-06Don't access buf[strlen(buf) - 1] for zero-length strings.ray8-19/+35
OK jaredy@.
2006-12-05shorter url.damien2-4/+4
2006-12-05update url to atheros customer products database.damien2-4/+4
2006-12-05add dutch kbd map to listingsotto3-3/+15
2006-12-05regenotto2-4/+89
2006-12-05Add Dutch map; from Maurice Janssen; ok miod@otto1-1/+43
2006-12-05Implement an alternative workaround for the extent lies out of region panicgwk1-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-05Import fixcoff from NetBSD and make some changes to boot.mac Makefile andgwk6-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-05Allow kmem to work, might not quite be right yet, but allows basicdrahn1-17/+23
functionality. sort of ok miod@
2006-12-05Typo.grange1-1/+1
2006-12-05unlink(2) sets errno, use it for error message.xsa1-2/+2
2006-12-05Add code to detect (and eliminate) statistical outliers. Tested by me andmbalmer1-18/+87
naddy; many thanks to naddy for continous testing and feedback during the last weeks. ok naddy
2006-12-05plug memleak, noticed by jesus@mxtelecom.comhshoexer1-2/+2
ok moritz@, tested by jesus@mxtelecom.com (thanks!)
2006-12-05some carp/sasyncd bits from msf and myself;jmc1-3/+24
ok mpf
2006-12-05use lstat for symbolic links; fixes uninitialized uid/gid.steven1-2/+7
ok espie@
2006-12-05Don't leak message structures, when we see unsupported payloadsmoritz1-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-05implement the ttl security hack. since the pc slaves fear the word hack,henning5-8/+61
they call it "Generalized TTL Security Mechanism" officially, RFC 3682. manpage with help from jmc
2006-12-05make the syncache code respect (inherit) the ttl from the listening sockethenning1-5/+5
when sending the synack response. ok markus
2006-12-05- Fix typos.bernd1-5/+13
- Document UPDATE_COOKIES_DIR. - UPDATE_COOKIES_DIR needs to be set for using a read-only ports tree. ok espie@
2006-12-05rmdir(2) sets errno, use it for error message.xsa1-2/+2
2006-12-05do not install pmtu routes for transport mode SAs, as they do notmarkus3-4/+25
the dest IP; PMTU debugging support; ok hshoexer
2006-12-04do the proper dance to order libary dependencies, let modversion doespie1-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-04add Sweex LW053 to the list of supported hardware.damien1-1/+2
reported to work by Johan Torin.
2006-12-04avoid unnecessary copies (memcpy(x, x, n)) in the TX path.damien1-3/+3
"works fine, even under high load" reyk@
2006-12-04regenmartin2-4/+9
2006-12-04add vendor ID for Silicon Integrated Systems Corporationmartin1-1/+2
2006-12-04check confstr() return value. Due to the braindead return valueotto1-3/+10
specified by POSIX we have to clear errno before; also check for -1 to remain compatible. ok millert@
2006-12-04confstr() should return 0, not (size_t)-1, on errors; from Guy Harris.otto2-6/+6
ok millert@ and jmc@ for the man page bit.
2006-12-04report full/half duplex state for non-MII interfacesreyk4-8/+22
ok brad@
2006-12-04add rcompress methodespie1-1/+8
2006-12-04snprintf() -> cvs_path_cat()xsa4-28/+25
2006-12-04- unlink tmp files when finished.xsa1-1/+17
- add missing xfree().
2006-12-04wrap authname and authkey args in quotes to prevent problemsjmc1-2/+2
when using special chars; from andreas bihlmaier
2006-12-04document FETCH_PACKAGES; from marcus poppjmc1-1/+8
ok espie
2006-12-04retreive -> retrieve;jmc1-3/+3
2006-12-04various typos; from daniel maticjmc1-4/+4
2006-12-04retreive -> retrieve; from daniel maticjmc1-2/+2
2006-12-04- fix crash when doing keyword expansion of zero-length buffers.niallo1-1/+3
ok ray@