Age | Commit message (Expand) | Author |
2008-11-06 | correct comment | Theo de Raadt |
2008-11-06 | delete checks for impossible conditions | Theo de Raadt |
2008-11-05 | since mmclose() is only called once for the final close, | Matthieu Herrb |
2008-10-28 | Try to use ACPI a little bit harder. Skip it only if ncpu < 2 and the | Theo de Raadt |
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser |
2008-10-24 | clear pointer after freeing it | Theo de Raadt |
2008-10-24 | Add auacer(4) to handle the audio controller found in some ALi/ULi | Brad Smith |
2008-10-23 | Move the va_copy define to <sys/stdrag.h> making sure it is uniformaly | Mark Kettenis |
2008-10-23 | add mos(4) to the most relevant config files | Theo de Raadt |
2008-10-21 | more style nits. | Brad Smith |
2008-10-21 | style nits. | Brad Smith |
2008-10-19 | Shuffle MULTIPROCESSOR ifdef's around to allow code that deals with | Brad Smith |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-15 | inteldrm and radeondrm are pretty stable by this point, so enable them on amd64 | Owain Ainsworth |
2008-10-10 | Use the MI random() for all cases; no need for a MD version since it | Theo de Raadt |
2008-10-09 | Skip memory areas smaller than 1 MB above the 16 MB boundary to deal with | Mark Kettenis |
2008-10-08 | uhci(4) at cardbus(4) seems to work (to the same extent that ohci(4) and | Theo de Raadt |
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-04 | The wrong byte of the return code was being looked at for the | 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-19 | AES with keysize != 128 bit is not supported in hardware, so we need | Markus Friedl |
2008-09-17 | Also update the NVIDIA PCI id for the i386 copy of this code. | Brad Smith |
2008-09-16 | Make this compile if !MULTIPROCESSOR. | Brad Smith |
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-01 | Avoid #pragma pack(1) and unify everything towards using __packed. | Theo de Raadt |
2008-08-16 | bios_dev -> ba_name and bios_apmp -> ba_apmp in DPRINTF statements. | Kenneth R Westerback |
2008-08-13 | Disable the fantastics mis-feature on some newer Turion CPUs called C1E. | Artur Grabowski |
2008-08-12 | Fix multiple addition error recently introduced for when extended partitions | Theo de Raadt |
2008-08-08 | Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a. | Kenneth R Westerback |
2008-08-04 | fix extended partition support by handling chained EBRs correctly | Reyk Floeter |
2008-08-02 | compile inteldrm and radeondrm in GENERIC by default, but disabled. | Owain Ainsworth |
2008-07-28 | No longer clear ci_want_resched within cpu_switchto(), now that it's done | Miod Vallat |
2008-07-21 | - add proper double_t and float_t definitions for each arch | Martynas Venckus |
2008-07-21 | nam2blk[] needs a "vnd" entry for some things (like softraid) | Todd T. Fries |
2008-07-20 | no, ipmi is still not fine on some machines (since acpi got enabled) | Theo de Raadt |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-07-18 | Add new uvm function called uvm_map_pie() which takes align as a | Kurt Miller |
2008-07-16 | Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels. | Miod Vallat |
2008-07-11 | initialise the state kept between calls to dmamap_load_buffer to 0. there | David Gwynne |
2008-07-09 | Simplify the match function a bit by just returning the result from | Brad Smith |
2008-07-08 | vmt(4) is a kernel level implementation of the vmware tools. | David Gwynne |
2008-07-07 | Comment correction, actually -> actual | Brad Smith |
2008-07-07 | Add an entry to report the bus clock on bernd's atom laptop. | Jonathan Gray |
2008-07-07 | Add AGP and hostbridge support for the Intel 82945GME chipset. | Bernd Ahlers |