Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-16 | - for the generic 82557 PCI ID also print the chip name if we have an 82558 | Brad 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-16 | some more meat | Michael Shalayeff | |
2004-09-16 | cope with ENOBUFS in buf_write() | Henning Brauer | |
2004-09-16 | the "type" param to imsg_compose and imsg_create is really an | Henning Brauer | |
enum imsg_type and not an int | |||
2004-09-16 | in 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-16 | use imsg_add instead of the lower level buf_add in imsg_create; it already | Henning Brauer | |
does the error checking for us. | |||
2004-09-16 | ewps... | Henning Brauer | |
2004-09-16 | If we can't allocate new jumbo storage, try to copy the packet into a | Ryan Thomas McBride | |
new mbuf chain with m_devget() before recycling the jumbo storage. Frome if_sk.c ok deraadt@ | |||
2004-09-16 | malloc the imsg buffers instead of having them staticly, suggested by | Henning Brauer | |
micskye some time ago | |||
2004-09-16 | ewps, kill the src route prototypes. was sitting in my tree for ages but | Henning Brauer | |
forgot to commit... | |||
2004-09-16 | unused variables; otto ok | Theo de Raadt | |
2004-09-16 | stupid propagated typo | Michael Shalayeff | |
2004-09-15 | code locator is optional | Michael Shalayeff | |
2004-09-15 | target/lun attributes are optional | Michael Shalayeff | |
2004-09-15 | unused functions | Theo de Raadt | |
2004-09-15 | lint demands little cleanups | Theo de Raadt | |
2004-09-15 | use ftello() instead of ftell() where better | Theo de Raadt | |
2004-09-15 | AllowTcpForwarding should be disabled for authpf users; | Jason McIntyre | |
plus a typo; from michael knudsen; ok beck@ | |||
2004-09-15 | some fixes passed back to arla people; | Jason McIntyre | |
2004-09-15 | spelling from jon olsson; | Jason McIntyre | |
2004-09-15 | some grammar fixes, and a consistency fix i forgot to commit; | Jason McIntyre | |
2004-09-15 | make examples match format specified in man page; | Jason McIntyre | |
from arto selonen (netbsd pr #26891); | |||
2004-09-15 | - better .Nd | Jason 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 indent | Jason McIntyre | |
- adjust FILES list -width - .Xr hosts_access 5 and tcpd 8 - tidy up FILES somewhat | |||
2004-09-15 | some 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-15 | missing article; | Jason McIntyre | |
from freebsd -r 1.5; | |||
2004-09-15 | cast offset value correctly for gzseek | Theo de Raadt | |
2004-09-15 | missing article; | Jason McIntyre | |
from freebsd -r 1.3; | |||
2004-09-15 | rename local err() function to error() | Theo de Raadt | |
2004-09-15 | missing article; | Jason McIntyre | |
from freebsd -r 1.8; | |||
2004-09-15 | better check for ro/data section allocation | Michael Shalayeff | |
2004-09-15 | avoid aliasing against libc symbols | Theo de Raadt | |
2004-09-15 | unused variable | Theo de Raadt | |
2004-09-15 | remove unused code | Theo de Raadt | |
2004-09-15 | size_t vs ssize_t confusion | Theo de Raadt | |
2004-09-15 | new machines supported | Michael Shalayeff | |
2004-09-15 | signed and unsigned char wiggles | Theo de Raadt | |
2004-09-15 | u2/uturn and runway man pages | Michael Shalayeff | |
2004-09-15 | add pcxu tlb handlers and cpu probing | Michael Shalayeff | |
add u2/uturn ioa driver in dumb mode now enable pcxu/pcxw support | |||
2004-09-15 | allocate resources for cardbus on demand; better version parsing | Michael Shalayeff | |
2004-09-15 | force ordering in splraise | Michael Shalayeff | |
2004-09-15 | ARGSUSED, remove unused, ... | Theo de Raadt | |
2004-09-15 | Add gscpm(4) man page. | Alexander Yurchenko | |
2004-09-15 | gscpm(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-15 | regen | Michael Shalayeff | |
2004-09-15 | fix j2240 name | Michael Shalayeff | |
2004-09-15 | scan cpu bus manually for some machines do not support that in prom | Michael Shalayeff | |
2004-09-15 | Kill (almost all) warnings. | Miod Vallat | |
2004-09-15 | need buf_free() to free buf, free() is not good enough | Henning Brauer | |