Age | Commit message (Expand) | Author |
2002-12-11 | add a debugging function not normally called | Marco S Hyman |
2002-12-11 | Convert ctype.h macros into inline functions. This fixes the issues we | Todd C. Miller |
2002-12-11 | Make x_handy in XDR u_int, not int since there are places in the | Todd C. Miller |
2002-12-11 | Don't require a list of object file for the -d, -m, -q and -r options | Todd C. Miller |
2002-12-11 | Minor cosmetic nits picked while reading though init.c: | Todd C. Miller |
2002-12-11 | Use m_copym2 to copy the whole mbuf (cluster included) and not | Federico G. Schwindt |
2002-12-11 | ansi; p/o by Andrushock <andrushock@korovino.net> | Alexander Yurchenko |
2002-12-11 | smaller delays, unneeded spls | Michael Shalayeff |
2002-12-11 | send-pr -> sendbug here as well; Peter Werner | Henning Brauer |
2002-12-11 | sendbug(1), not send-pr; Peter Werner | Henning Brauer |
2002-12-11 | unpee | Michael Shalayeff |
2002-12-11 | ansi; modload users please test | Theo de Raadt |
2002-12-11 | ansi | Theo de Raadt |
2002-12-11 | Remove bc/libmath.h from CLEANFILES since we don't generate it at build | Todd C. Miller |
2002-12-11 | fix buffer overflow in the FIX_PRECISION macro | Henning Brauer |
2002-12-11 | ansi | Theo de Raadt |
2002-12-11 | handle snprintf < 0 | Theo de Raadt |
2002-12-11 | rename log->dolog, from thorpej@netbsd, ok provos | Anil Madhavapeddy |
2002-12-11 | Replace strncpy + ugly pointer math with sscanif for reading source-hash keys | Ryan Thomas McBride |
2002-12-11 | update URL and fix a typo; David Krause | Henning Brauer |
2002-12-11 | Wording; David Krause | Henning Brauer |
2002-12-11 | typos in comments; David Krause | Henning Brauer |
2002-12-11 | Add VIA VT8231 | Alexander Yurchenko |
2002-12-11 | Add VIA VT8231 | Alexander Yurchenko |
2002-12-11 | Some people say that "__asm __volatile("")" is not enough. | Artur Grabowski |
2002-12-11 | Added 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-11 | delay(1) is enough on attention | Michael Shalayeff |
2002-12-11 | in mountroot: | Michael Shalayeff |
2002-12-11 | miod asked me to add this | Michael Shalayeff |
2002-12-11 | descructive -> destructive | Miod Vallat |
2002-12-10 | achetypal -> archetypal | Miod Vallat |
2002-12-10 | Fix display glitch. | Miod Vallat |
2002-12-10 | Regen | Miod Vallat |
2002-12-10 | Dec Pixelvision card, unfortunately not tga compatible enough. | Miod Vallat |
2002-12-10 | Config.new is so old its frozen now, no need to mention it. | Miod Vallat |
2002-12-10 | VT100 emul is the default, and there is no point yet having more than one | Miod Vallat |
2002-12-10 | Use CPU_ISSUN4M macro rather than check cputyp value. Consistent with the rest | Miod Vallat |
2002-12-10 | No need to hardclock IPL_STATCLOCK value anymore. | Miod Vallat |
2002-12-10 | Use bus_addr_t rather than paddr_t when it makes sense, and use TAILQ macros | Miod Vallat |
2002-12-10 | ``synthesizers'' is too difficult to spell correctly. | Miod Vallat |
2002-12-10 | Typos, and fix a comment's content. | Miod Vallat |
2002-12-10 | interupt->interrupt | Miod Vallat |
2002-12-10 | Add RCS ids. | Miod Vallat |
2002-12-10 | You would think cleaning your tree every now and then would eventually never | Miod Vallat |
2002-12-10 | pass p->p_emul to stackgap_init(), not 0 to be consistent. | Federico G. Schwindt |
2002-12-10 | Translate mickeyspeak into english. | Miod Vallat |
2002-12-10 | use proper __findenv() prototype; millert@ ok | Michael Shalayeff |
2002-12-10 | Document BSD behavior of accepting '-' within optstring as long as | Todd C. Miller |
2002-12-10 | fix a typo in a comment; from Gabriel | Peter Valchev |