Age | Commit message (Expand) | Author |
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 |
2008-09-19 | miod pointed out that some items were multiply defined (patched into | Dale Rahn |
2008-09-18 | Redesign of the powerpc interrupt architecture, use true levels intead of | Dale Rahn |
2008-09-17 | Also update the NVIDIA PCI id for the i386 copy of this code. | Brad Smith |
2008-09-17 | catch up with renamed Nvidia PCI ID | Christian Weisgerber |
2008-09-17 | Garbage collect unused variable from sys_rec structure. | Joel Sing |
2008-09-17 | Unbreak com@ioc probing. | Joel Sing |
2008-09-16 | Make this compile if !MULTIPROCESSOR. | Brad Smith |
2008-09-16 | - remove some unneeded headers | Jasper Lievisse Adriaanse |
2008-09-16 | SMP ddb support, with some feedback from kettenis. | Dale Rahn |
2008-09-15 | Make this compile if !MULTIPROCESSOR. | Mark Kettenis |
2008-09-15 | Make this compile if !MULTIPROCESSOR. | Mark Kettenis |
2008-09-14 | Use one block mapping to map kernel text up to 4MB and another one for the | Mark Kettenis |
2008-09-13 | Kernel map is supposed to only allocate from the limited kernel addresses, | Dale Rahn |
2008-09-12 | Remove bzero/memset calls after pool_gets by passing the PR_ZERO | Bret Lambert |
2008-09-12 | SCSI_DATA_UIO is never used. Code which checks for it is either dead or | Miod Vallat |
2008-09-12 | Don't forget to actually return a pa for the K0SEG case... | Miod Vallat |
2008-09-11 | Use & not && to mask bits. | Jonathan Gray |
2008-09-11 | add support for arm9e core, taken from NetBSD. | Kevin Lo |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-09-08 | delete a few more things. hoping someone shows up who is upset by this, | Theo de Raadt |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-09-06 | Fix comment to catch up with HPPA_PGALIAS change. | Mark Kettenis |
2008-09-01 | Avoid #pragma pack(1) and unify everything towards using __packed. | Theo de Raadt |
2008-09-01 | Bring comment into line with reality. We use sgi label info but don't | Kenneth R Westerback |
2008-09-01 | Allow sgi to spoof the native label. But don't spoof when just | Kenneth R Westerback |
2008-08-30 | replace TRUNC_PAGE by trunc_page and ROUND_PAGE by round_page | Martin Reindl |
2008-08-30 | Code refactorization and state structure changes in preparation of asynchronous | Miod Vallat |
2008-08-30 | no need to include uvm/uvm.h twice | Martin Reindl |
2008-08-28 | Driver for Acer Labs M5455 integrated sound found on recent Ultra workstations. | Mike Belopuhov |