Age | Commit message (Expand) | Author |
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 |
2002-12-10 | renumber the get/set debug ioctls for they conflict w/ ppp, we do not keep th... | Michael Shalayeff |
2002-12-10 | Add 2 missing pw_abort() calls when pw_mkdb() fails and remove the | Todd C. Miller |
2002-12-10 | The introduction of fbwscons_setcolormap() left out 24 bit frame buffers | Miod Vallat |
2002-12-10 | static | Markus Friedl |
2002-12-10 | move tos handling to packet_set_tos; ok provos/henning/deraadt | Markus Friedl |
2002-12-10 | When doing permutation, only treat "-" as an option if it was specified | Todd C. Miller |
2002-12-10 | power plant day moves back to the 22 from sun+3; from form@ the powermaker | Michael Shalayeff |
2002-12-10 | -O1 on alpha for now | Henning Brauer |
2002-12-10 | check IFF_RUNNING early in bstp_transmit_tcn; from netbsd; ok jason@ | Markus Friedl |
2002-12-10 | Add support for VIA VT8231; from NetBSD, untested. | Alexander Yurchenko |
2002-12-10 | don't warnx after ioctl, use warn | Henning Brauer |
2002-12-10 | ansi, KNF, other style(9) improvements and logic simplification; andrushock@k... | Peter Valchev |
2002-12-10 | sort options; andrushock@korovino.net | Peter Valchev |
2002-12-10 | Make sure $SHELL points to the shell from the password file, even if shell | Markus Friedl |
2002-12-10 | bug fix | Hiroaki Etoh |
2002-12-10 | fix setsockopt SO_REUSEADDR under linux emul; from NetBSD. | Federico G. Schwindt |
2002-12-10 | Register as the "std" wscons device, not "sun". This is consistent with other | Miod Vallat |
2002-12-10 | No need to disable stack protection on alpha anymore. | Miod Vallat |
2002-12-10 | More nitpicking. | margarida |
2002-12-10 | Fix spurious \n in dmesg output | Miod Vallat |
2002-12-10 | More coherency: rule set(s) -> ruleset(s) | margarida |
2002-12-09 | KNF | Theo de Raadt |
2002-12-09 | We now have getopt_long() in libc, no need to build a private copy. | Todd C. Miller |