Age | Commit message (Expand) | Author |
2008-10-12 | Reduce diff to macppc version. | Mark Kettenis |
2008-10-12 | Adjust for redesigned powerpc interrupt architecture. | Mark Kettenis |
2008-10-12 | Make vcons(4) interrupt driven. | Mark Kettenis |
2008-10-12 | Add interrupt support. | Mark Kettenis |
2008-10-10 | Use the MI random() for all cases; no need for a MD version since it | Theo de Raadt |
2008-10-10 | - add and enable rum(4) | Jasper Lievisse Adriaanse |
2008-10-10 | Add empty cpu_unidle() macros for architectures that currently don't do | Artur Grabowski |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-10-09 | Skip memory areas smaller than 1 MB above the 16 MB boundary to deal with | Mark Kettenis |
2008-10-09 | replace M_WAITOK with M_NOWAIT | Charles Longeau |
2008-10-09 | remove a dead store. | Charles Longeau |
2008-10-09 | Implement CPU_INFO_UNIT for everyone, not just MP kernels. | Artur Grabowski |
2008-10-09 | Use ether_ioctl(). | Brad Smith |
2008-10-09 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith |
2008-10-08 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith |
2008-10-08 | uhci(4) at cardbus(4) seems to work (to the same extent that ohci(4) and | Theo de Raadt |
2008-10-07 | unbreak ieeefp emulation code wrt converting double to unsigned | Martynas Venckus |
2008-10-06 | more readable virtual memory size values. | Brad Smith |
2008-10-06 | Remove useless comment. | Mark Kettenis |
2008-10-06 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-10-06 | Unconditionally compile idt_vec_xxx functions. | Mark Kettenis |
2008-10-05 | Remove IOAPIC ID remapping code. It should not be necessary to avoid reusing | Mark Kettenis |
2008-10-05 | Add missing argument to printf. | Mark Kettenis |
2008-10-04 | The wrong byte of the return code was being looked at for the | Theo de Raadt |
2008-10-04 | Fix potentially uninitialized variables in syscall(). | Miod Vallat |
2008-10-04 | this is not the cvtql/sv opcode. ok miod@, naddy@ | Martynas Venckus |
2008-10-03 | Backout. kettenis@ has reservations. | Tobias Weingartner |
2008-10-03 | Make extra cpu's in DDB not spin in tight loop. | Tobias Weingartner |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-10-01 | Revert last commit. It didn't really help and we fixed X11 instead. | Mark Kettenis |
2008-10-01 | When things get tight, sis(4) loses first | Theo de Raadt |
2008-10-01 | Be more agressive in flusing the cache. In addition to flushing the | Mark Kettenis |
2008-09-30 | Properly count memory on machines where Open Firmware reports zero sized | Mark Kettenis |
2008-09-30 | Fix various pmap_extract() buglets: | Miod Vallat |
2008-09-30 | Do not perform cache operations in vmapbuf(), pmap is supposed to do them | Miod Vallat |
2008-09-30 | simplify and rework the mechanism to run the leds, 'it is better' miod@ deraadt@ | Dale Rahn |
2008-09-29 | jme(4) works on sparc64; ok jsg | Theo de Raadt |
2008-09-29 | enable JMicron Ethernet (jme/jmphy) | Jonathan Gray |
2008-09-28 | Always include machine/cpu.h and remove i82489reg.h/i82489var.h. | Brad Smith |
2008-09-28 | Remove "XXX for now" NLAPIC define. Already provided via lapic.h. | Brad Smith |
2008-09-26 | Attach agp(4) to the Intel Q35 integrated video. | Mike Belopuhov |
2008-09-23 | One more uninitialized local. Yawn. | Miod Vallat |
2008-09-23 | Plug more uninitialized variables. | Miod Vallat |
2008-09-23 | Fix uninitialized variable. | Miod Vallat |
2008-09-23 | In pmap_steal_memory(), when a memory segment is completely allocated, | Miod Vallat |
2008-09-23 | Fix uninitialized variable if the TOD clock value is horribly wrong. | Miod Vallat |
2008-09-22 | Do not dereference an uninitialized pointer if a rogue, unknown type of board | Miod Vallat |
2008-09-19 | Perform the mvme197 latency timer reprogramming in the boot blocks, in | Miod Vallat |
2008-09-19 | AES with keysize != 128 bit is not supported in hardware, so we need | Markus Friedl |
2008-09-19 | While vaguely interesting, the prints coming out of the driver was way too | Dale Rahn |