summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-11add a debugging function not normally calledMarco S Hyman
2002-12-11Convert ctype.h macros into inline functions. This fixes the issues weTodd C. Miller
2002-12-11Make x_handy in XDR u_int, not int since there are places in theTodd C. Miller
2002-12-11Don't require a list of object file for the -d, -m, -q and -r optionsTodd C. Miller
2002-12-11Minor cosmetic nits picked while reading though init.c:Todd C. Miller
2002-12-11Use m_copym2 to copy the whole mbuf (cluster included) and notFederico G. Schwindt
2002-12-11ansi; p/o by Andrushock <andrushock@korovino.net>Alexander Yurchenko
2002-12-11smaller delays, unneeded splsMichael Shalayeff
2002-12-11send-pr -> sendbug here as well; Peter WernerHenning Brauer
2002-12-11sendbug(1), not send-pr; Peter WernerHenning Brauer
2002-12-11unpeeMichael Shalayeff
2002-12-11ansi; modload users please testTheo de Raadt
2002-12-11ansiTheo de Raadt
2002-12-11Remove bc/libmath.h from CLEANFILES since we don't generate it at buildTodd C. Miller
2002-12-11fix buffer overflow in the FIX_PRECISION macroHenning Brauer
2002-12-11ansiTheo de Raadt
2002-12-11handle snprintf < 0Theo de Raadt
2002-12-11rename log->dolog, from thorpej@netbsd, ok provosAnil Madhavapeddy
2002-12-11Replace strncpy + ugly pointer math with sscanif for reading source-hash keysRyan Thomas McBride
2002-12-11update URL and fix a typo; David KrauseHenning Brauer
2002-12-11Wording; David KrauseHenning Brauer
2002-12-11typos in comments; David KrauseHenning Brauer
2002-12-11Add VIA VT8231Alexander Yurchenko
2002-12-11Add VIA VT8231Alexander Yurchenko
2002-12-11Some people say that "__asm __volatile("")" is not enough.Artur Grabowski
2002-12-11Added paranoia to make sure that gcc doesn't reorder spl* inlines.Artur Grabowski
2002-12-11 - Call uvm_km_alloc_poolpage1 directly, no need to go through the macro.Artur Grabowski
2002-12-11delay(1) is enough on attentionMichael Shalayeff
2002-12-11in mountroot:Michael Shalayeff
2002-12-11miod asked me to add thisMichael Shalayeff
2002-12-11descructive -> destructiveMiod Vallat
2002-12-10achetypal -> archetypalMiod Vallat
2002-12-10Fix display glitch.Miod Vallat
2002-12-10RegenMiod Vallat
2002-12-10Dec Pixelvision card, unfortunately not tga compatible enough.Miod Vallat
2002-12-10Config.new is so old its frozen now, no need to mention it.Miod Vallat
2002-12-10VT100 emul is the default, and there is no point yet having more than oneMiod Vallat
2002-12-10Use CPU_ISSUN4M macro rather than check cputyp value. Consistent with the restMiod Vallat
2002-12-10No need to hardclock IPL_STATCLOCK value anymore.Miod Vallat
2002-12-10Use bus_addr_t rather than paddr_t when it makes sense, and use TAILQ macrosMiod Vallat
2002-12-10``synthesizers'' is too difficult to spell correctly.Miod Vallat
2002-12-10Typos, and fix a comment's content.Miod Vallat
2002-12-10interupt->interruptMiod Vallat
2002-12-10Add RCS ids.Miod Vallat
2002-12-10You would think cleaning your tree every now and then would eventually neverMiod Vallat
2002-12-10pass p->p_emul to stackgap_init(), not 0 to be consistent.Federico G. Schwindt
2002-12-10Translate mickeyspeak into english.Miod Vallat
2002-12-10use proper __findenv() prototype; millert@ okMichael Shalayeff
2002-12-10Document BSD behavior of accepting '-' within optstring as long asTodd C. Miller
2002-12-10fix a typo in a comment; from GabrielPeter Valchev