summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-16- for the generic 82557 PCI ID also print the chip name if we have an 82558Brad Smith
or newer. - rearrange PCI IDs a bit. - eliminate setting the FXPF_HAS_RESUME_BUG flag now that we have support to disable dynamic standby. ok deraadt@ mcbride@ mickey@
2004-09-16some more meatMichael Shalayeff
2004-09-16cope with ENOBUFS in buf_write()Henning Brauer
2004-09-16the "type" param to imsg_compose and imsg_create is really anHenning Brauer
enum imsg_type and not an int
2004-09-16in imsg_compose:Henning Brauer
-don't buf_free() on imsg_add() errors, it already does that for us -use imsg_close() instead of buf_close(), does error handling already
2004-09-16use imsg_add instead of the lower level buf_add in imsg_create; it alreadyHenning Brauer
does the error checking for us.
2004-09-16ewps...Henning Brauer
2004-09-16If we can't allocate new jumbo storage, try to copy the packet into aRyan Thomas McBride
new mbuf chain with m_devget() before recycling the jumbo storage. Frome if_sk.c ok deraadt@
2004-09-16malloc the imsg buffers instead of having them staticly, suggested byHenning Brauer
micskye some time ago
2004-09-16ewps, kill the src route prototypes. was sitting in my tree for ages butHenning Brauer
forgot to commit...
2004-09-16unused variables; otto okTheo de Raadt
2004-09-16stupid propagated typoMichael Shalayeff
2004-09-15code locator is optionalMichael Shalayeff
2004-09-15target/lun attributes are optionalMichael Shalayeff
2004-09-15unused functionsTheo de Raadt
2004-09-15lint demands little cleanupsTheo de Raadt
2004-09-15use ftello() instead of ftell() where betterTheo de Raadt
2004-09-15AllowTcpForwarding should be disabled for authpf users;Jason McIntyre
plus a typo; from michael knudsen; ok beck@
2004-09-15some fixes passed back to arla people;Jason McIntyre
2004-09-15spelling from jon olsson;Jason McIntyre
2004-09-15some grammar fixes, and a consistency fix i forgot to commit;Jason McIntyre
2004-09-15make examples match format specified in man page;Jason McIntyre
from arto selonen (netbsd pr #26891);
2004-09-15- better .NdJason McIntyre
- remove unneeded macros - sort options - mention sysctl(8) and sysctl.conf(5) with regards to setting net.inet6.ip6.accept_rtadv - better SEE ALSO all from alexey suslikov;
2004-09-15- use some literal indentJason McIntyre
- adjust FILES list -width - .Xr hosts_access 5 and tcpd 8 - tidy up FILES somewhat
2004-09-15some fixes from christian brueffer (freebsd pr #26870);Jason McIntyre
2004-09-15@reboot is probably not very helpful for machines not running all the time,Jason McIntyre
so slightly adjust advice;
2004-09-15missing article;Jason McIntyre
from freebsd -r 1.5;
2004-09-15cast offset value correctly for gzseekTheo de Raadt
2004-09-15missing article;Jason McIntyre
from freebsd -r 1.3;
2004-09-15rename local err() function to error()Theo de Raadt
2004-09-15missing article;Jason McIntyre
from freebsd -r 1.8;
2004-09-15better check for ro/data section allocationMichael Shalayeff
2004-09-15avoid aliasing against libc symbolsTheo de Raadt
2004-09-15unused variableTheo de Raadt
2004-09-15remove unused codeTheo de Raadt
2004-09-15size_t vs ssize_t confusionTheo de Raadt
2004-09-15new machines supportedMichael Shalayeff
2004-09-15signed and unsigned char wigglesTheo de Raadt
2004-09-15u2/uturn and runway man pagesMichael Shalayeff
2004-09-15add pcxu tlb handlers and cpu probingMichael Shalayeff
add u2/uturn ioa driver in dumb mode now enable pcxu/pcxw support
2004-09-15allocate resources for cardbus on demand; better version parsingMichael Shalayeff
2004-09-15force ordering in splraiseMichael Shalayeff
2004-09-15ARGSUSED, remove unused, ...Theo de Raadt
2004-09-15Add gscpm(4) man page.Alexander Yurchenko
2004-09-15gscpm(4) -- National Semiconductor Geode SC1100 SMI/ACPI module driver.Alexander Yurchenko
Provides a timecounter for kern_tc. There's also code for cpu throttling tho it's not tested due to the hardware errata. ok deraadt@
2004-09-15regenMichael Shalayeff
2004-09-15fix j2240 nameMichael Shalayeff
2004-09-15scan cpu bus manually for some machines do not support that in promMichael Shalayeff
2004-09-15Kill (almost all) warnings.Miod Vallat
2004-09-15need buf_free() to free buf, free() is not good enoughHenning Brauer