Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-30 | do not generate icmp6 redirect if PF rewrote the destination address. | Jun-ichiro itojun Hagino | |
requeested by cedric | |||
2003-06-30 | Xr hostname 7; tedu@ | Todd C. Miller | |
2003-06-30 | Make usage() take the exit val are an argument and have the -h flag | Todd C. Miller | |
use this to exit(0), not exit(1). Some configure/install sqcripts check for the existence of gzip by running "gzip -h" and checking the subshell's exit value. Noticed by naddy@ | |||
2003-06-30 | remove the use of tl_unit | Anil Madhavapeddy | |
jason@ ok | |||
2003-06-30 | remove the use of sis_unit | Anil Madhavapeddy | |
jason@ ok | |||
2003-06-29 | normalize IPv6 packet (no reass, but it is a start). dhartmei & henning ok | Jun-ichiro itojun Hagino | |
- length, jumbo payload option - TTL ("hoplimit" in IPv6 terminology) rewrite | |||
2003-06-29 | Previous commit resulted in a zero-length locate db which I didn't | Todd C. Miller | |
notice since /etc/weekly doesn't install a 0-length file. So, go back to using print, not printf, but set ORS to NULL so we don't get those extra newlines. | |||
2003-06-29 | change a %ju (which we dont have yet) to a %lu with an argument cast | Anil Madhavapeddy | |
discussed with henric@, nate@ | |||
2003-06-29 | W83697HF tested by Otto Moerbeek <otto@drijf.net>. | Alexander Yurchenko | |
2003-06-29 | - cast rfact to int64_t before multiplication to avoid sign overflow | Alexander Yurchenko | |
- don't hardcode funrpm sensors number in wb_fanrpm(), instead pass it as a parameter since WB83697 actually has only 2 sensors, not 3 from Otto Moerbeek <otto@drijf.net>. | |||
2003-06-29 | Don't check for valid ipa_nio in attach since we don't use pnp here; | Alexander Yurchenko | |
from Otto Moerbeek <otto@drijf.net>. | |||
2003-06-29 | Return EINVAL on crc failure for gzip and make the driver program | Todd C. Miller | |
interpret this correctly. Makes "gzip -t" more useful. Discussed with deraadt@ | |||
2003-06-29 | quell a "not a pointer" warning by using 0x%lx instead of %p for a vaddr_t | Anil Madhavapeddy | |
suggested by art@ | |||
2003-06-29 | lose ste_unit; jason@ ok | Anil Madhavapeddy | |
2003-06-29 | nuke sf_unit; jason@ ok | Anil Madhavapeddy | |
2003-06-29 | remove usage of xl_unit | Jason Wright | |
2003-06-29 | Mention PCMCIA ne card support; list pasted from i386. | Miod Vallat | |
2003-06-29 | Mention configuration lines for a few phy used on the 100Mbit capable | Miod Vallat | |
ne cards. | |||
2003-06-29 | remove superfluous ".Sm off"; | Jason McIntyre | |
2003-06-29 | remove superfluous ".Sm off"; | Jason McIntyre | |
2003-06-29 | remove superfluous ".Sm off"; | Jason McIntyre | |
from wiz@netbsd | |||
2003-06-29 | remove some old groff macros and replace them with -mdoc ones; | Jason McIntyre | |
2003-06-29 | swap .Pa Aq -> .Aq Pa to make both macros expand; | Jason McIntyre | |
2003-06-29 | another bad format string; %s->%d | Anil Madhavapeddy | |
ok tedu@ | |||
2003-06-29 | bad format string; %s -> %d | Anil Madhavapeddy | |
ok tedu@ | |||
2003-06-29 | remove superfluous semicolon; | Jason McIntyre | |
from wiz@netbsd | |||
2003-06-29 | tweak; | Jason McIntyre | |
ok espie@ | |||
2003-06-29 | memset 0, not \0; andrushock@korovino.net | Markus Friedl | |
2003-06-29 | unused global. dhartmei ok | Jun-ichiro itojun Hagino | |
2003-06-29 | Replace assert(3) calls with warnx(3), if the warning is relevant at all. | Daniel Hartmeier | |
2003-06-29 | Explain in more details how define interacts with pushdef/popdef, and | Marc Espie | |
how that varies from an m4 implementation to another. ok jmc@ | |||
2003-06-29 | +compat_aout.8 | Marc Espie | |
2003-06-29 | Ref compat_aout | Marc Espie | |
2003-06-29 | Basic compat_aout explanations. | Marc Espie | |
A few nits from jmc@ okay miod@ | |||
2003-06-29 | tweak; | Jason McIntyre | |
ok tedu@ | |||
2003-06-28 | supply missing argument to a panic string; ok tedu, deraadt | Anil Madhavapeddy | |
2003-06-28 | fix wrong format type; ok deraadt, tedu, mickey | Anil Madhavapeddy | |
2003-06-28 | Fix a bug which would promote a target from TARST_PROBING to | Kenneth R Westerback | |
TARST_ASYNC if a bus reset occurred while in TARST_PROBING. Improve DMA IRQ error message to always display the adapter name. Correct an indent botch. All of which doesn't help the Blade1000 boot, though it is now both less noisy and more informative. | |||
2003-06-28 | back out that which does not compile | Theo de Raadt | |
2003-06-28 | () to (void) | Theo de Raadt | |
2003-06-28 | Fix previous commit that broke locate. Unlike printf, print writes a | Todd C. Miller | |
newline. So go back to using printf but use an explicit %s format to make things safe. | |||
2003-06-28 | ansi | Theo de Raadt | |
2003-06-28 | tweak; | Jason McIntyre | |
ok tedu@ | |||
2003-06-28 | grr... committed previous from the wrong tree... fixed version, which also | Jason Wright | |
adds alaw:8 support. | |||
2003-06-28 | fixes a bug that was causing random blank lines in man pages; | Jason McIntyre | |
diff taken from netbsd (mycroft@); many thanks to wiz@netbsd for pointing me in this direction; ok deraadt@ | |||
2003-06-28 | add emulations for slinear:8 and ulinear:8; ok miod | Jason Wright | |
2003-06-28 | Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, and | Miod Vallat | |
the sunfb structure keeps pointer to the prom cursor coordinates). | |||
2003-06-28 | cleanup | Theo de Raadt | |
2003-06-28 | Be more careful when processing interrupts - the TS102 queues them, and we | Miod Vallat | |
might get fed an interrupt for a particular condition at a time we are not expecting this condition anymore... | |||
2003-06-28 | sync | Theo de Raadt | |