Age | Commit message (Expand) | Author |
2002-12-18 | newer machines use phantom bus to attach lasi and other bus adapters. | Michael Shalayeff |
2002-12-18 | APM_BEBATT is in the apm_flags, not sc_flags, from markus@ | Michael Shalayeff |
2002-12-18 | order the entries by number | Michael Shalayeff |
2002-12-18 | boot -a support. | Miod Vallat |
2002-12-18 | Dammit Theo, I told you to fix the typo before commiting! | Miod Vallat |
2002-12-18 | bye bye | Theo de Raadt |
2002-12-18 | make boot.lif use GENERIC | Theo de Raadt |
2002-12-18 | working full GENERIC; miod ok | Theo de Raadt |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-12-17 | Export a few more symbols to kvm realm; ok mickey@ | Miod Vallat |
2002-12-17 | try to deal w/ a premature clock interrupt; does not break the 'it works scen... | Michael Shalayeff |
2002-12-17 | real interrupts/spl framework. | Michael Shalayeff |
2002-12-15 | max size for the iodc entry point is 64k, by the iodc spec; | Michael Shalayeff |
2002-12-15 | pdc device class for fibrechannel; from the iodc spec | Michael Shalayeff |
2002-12-15 | Correctly report MicroVAX-30 as a MicroVAX, not a VAXstation. | Miod Vallat |
2002-12-14 | remove extra space in dmesg | Theo de Raadt |
2002-12-14 | Let this compile with option DEBUG | Miod Vallat |
2002-12-14 | handelr -> handler | Federico G. Schwindt |
2002-12-14 | handeled -> handled; reported by someone on the list, but i no longer | Federico G. Schwindt |
2002-12-13 | Comment out wsdisplay at sti attachment, as it causes problems at the moment. | Miod Vallat |
2002-12-13 | Add FireWire to kernel config. | Thierry Deval |
2002-12-12 | Dvorak typo. | Miod Vallat |
2002-12-12 | Remove dead prototypes | Miod Vallat |
2002-12-12 | linux passes the 6th syscall argument in ebp | Jason Ish |
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 | delay(1) is enough on attention | Michael Shalayeff |
2002-12-10 | achetypal -> archetypal | 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 | The introduction of fbwscons_setcolormap() left out 24 bit frame buffers | Miod Vallat |
2002-12-10 | Register as the "std" wscons device, not "sun". This is consistent with other | Miod Vallat |
2002-12-10 | Fix spurious \n in dmesg output | Miod Vallat |
2002-12-09 | update utah-u copyright from the newer pmk snap; 10x to mike hibler for rolli... | Michael Shalayeff |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller |
2002-12-08 | Remove header file which is unused since the removal of if_gm, pointed out | Dale Rahn |
2002-12-08 | duh, provide a wrapper on the hardclock() since it's void | Michael Shalayeff |
2002-12-08 | put the -fno-stack-protector into a proper place | Michael Shalayeff |
2002-12-06 | unkown; torh@bogus.net | Theo de Raadt |
2002-12-05 | remove altq entries. | Kenjiro Cho |
2002-12-04 | Add a few more phys: exphy, brgphy, iophy, inphy | Jason Wright |
2002-12-04 | Make ti(4) use busdma and add all of the necessary stuff to support both | Nathan Binkert |
2002-12-03 | Use bus_space_vaddr() instead of checking the mapping directly (this will | Jason Wright |