summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-06-30remove the use of tl_unitAnil Madhavapeddy
2003-06-30remove the use of sis_unitAnil Madhavapeddy
2003-06-29normalize IPv6 packet (no reass, but it is a start). dhartmei & henning okJun-ichiro itojun Hagino
2003-06-29Previous commit resulted in a zero-length locate db which I didn'tTodd C. Miller
2003-06-29change a %ju (which we dont have yet) to a %lu with an argument castAnil Madhavapeddy
2003-06-29W83697HF tested by Otto Moerbeek <otto@drijf.net>.Alexander Yurchenko
2003-06-29- cast rfact to int64_t before multiplication to avoid sign overflowAlexander Yurchenko
2003-06-29Don't check for valid ipa_nio in attach since we don't use pnp here;Alexander Yurchenko
2003-06-29Return EINVAL on crc failure for gzip and make the driver programTodd C. Miller
2003-06-29quell a "not a pointer" warning by using 0x%lx instead of %p for a vaddr_tAnil Madhavapeddy
2003-06-29lose ste_unit; jason@ okAnil Madhavapeddy
2003-06-29nuke sf_unit; jason@ okAnil Madhavapeddy
2003-06-29remove usage of xl_unitJason Wright
2003-06-29Mention PCMCIA ne card support; list pasted from i386.Miod Vallat
2003-06-29Mention configuration lines for a few phy used on the 100Mbit capableMiod Vallat
2003-06-29remove superfluous ".Sm off";Jason McIntyre
2003-06-29remove superfluous ".Sm off";Jason McIntyre
2003-06-29remove superfluous ".Sm off";Jason McIntyre
2003-06-29remove some old groff macros and replace them with -mdoc ones;Jason McIntyre
2003-06-29swap .Pa Aq -> .Aq Pa to make both macros expand;Jason McIntyre
2003-06-29another bad format string; %s->%dAnil Madhavapeddy
2003-06-29bad format string; %s -> %dAnil Madhavapeddy
2003-06-29remove superfluous semicolon;Jason McIntyre
2003-06-29tweak;Jason McIntyre
2003-06-29memset 0, not \0; andrushock@korovino.netMarkus Friedl
2003-06-29unused global. dhartmei okJun-ichiro itojun Hagino
2003-06-29Replace assert(3) calls with warnx(3), if the warning is relevant at all.Daniel Hartmeier
2003-06-29Explain in more details how define interacts with pushdef/popdef, andMarc Espie
2003-06-29+compat_aout.8Marc Espie
2003-06-29Ref compat_aoutMarc Espie
2003-06-29Basic compat_aout explanations.Marc Espie
2003-06-29tweak;Jason McIntyre
2003-06-28supply missing argument to a panic string; ok tedu, deraadtAnil Madhavapeddy
2003-06-28fix wrong format type; ok deraadt, tedu, mickeyAnil Madhavapeddy
2003-06-28Fix a bug which would promote a target from TARST_PROBING toKenneth R Westerback
2003-06-28back out that which does not compileTheo de Raadt
2003-06-28() to (void)Theo de Raadt
2003-06-28Fix previous commit that broke locate. Unlike printf, print writes aTodd C. Miller
2003-06-28ansiTheo de Raadt
2003-06-28tweak;Jason McIntyre
2003-06-28grr... committed previous from the wrong tree... fixed version, which alsoJason Wright
2003-06-28fixes a bug that was causing random blank lines in man pages;Jason McIntyre
2003-06-28add emulations for slinear:8 and ulinear:8; ok miodJason Wright
2003-06-28Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, andMiod Vallat
2003-06-28cleanupTheo de Raadt
2003-06-28Be more careful when processing interrupts - the TS102 queues them, and weMiod Vallat
2003-06-28syncTheo de Raadt
2003-06-28Be prepared to the fact that the user may unplug a card before it wasMiod Vallat
2003-06-28deal with typing of write vs read in atomicioTheo de Raadt
2003-06-28print usage into stderr, use global __progname instead of local invention, be...Michael Shalayeff