summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-09-16- for the generic 82557 PCI ID also print the chip name if we have an 82558Brad Smith
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
2004-09-16in imsg_compose:Henning Brauer
2004-09-16use imsg_add instead of the lower level buf_add in imsg_create; it alreadyHenning Brauer
2004-09-16ewps...Henning Brauer
2004-09-16If we can't allocate new jumbo storage, try to copy the packet into aRyan Thomas McBride
2004-09-16malloc the imsg buffers instead of having them staticly, suggested byHenning Brauer
2004-09-16ewps, kill the src route prototypes. was sitting in my tree for ages butHenning Brauer
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
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
2004-09-15- better .NdJason McIntyre
2004-09-15- use some literal indentJason McIntyre
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
2004-09-15missing article;Jason McIntyre
2004-09-15cast offset value correctly for gzseekTheo de Raadt
2004-09-15missing article;Jason McIntyre
2004-09-15rename local err() function to error()Theo de Raadt
2004-09-15missing article;Jason McIntyre
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
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
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