Age | Commit message (Expand) | Author |
2010-07-01 | Backout recent AML changes, breaks on R210 and others | Jordan Hargrave |
2010-07-01 | mark acpi_savecpu with the gcc returns_twice attribute as suggested | Jonathan Gray |
2010-07-01 | Add a look-up table for machines that have special vga cards. This table will | Paul Irofti |
2010-07-01 | More accurate comment as to what happens with acpi_savecpu | Mike Larkin |
2010-07-01 | Add things to enable aesni either ifdef'ed or commented out to ease | Thordur I. Bjornsson |
2010-06-30 | amd64_pa_used is weird. | Owain Ainsworth |
2010-06-30 | Remove #ifdef CRYPTO. config will do this for us. | Thordur I. Bjornsson |
2010-06-30 | get rid of a few c++ comments and a few spacing nits | Thordur I. Bjornsson |
2010-06-30 | remove two useless defines. | Thordur I. Bjornsson |
2010-06-29 | make the xcrypt match the jsg code in openssl | Theo de Raadt |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-29 | aesni, a driver for the crypto framework, similar to the | Thordur I. Bjornsson |
2010-06-29 | fpu_kernel_{enter,exit}; Functions to allow the use of | Thordur I. Bjornsson |
2010-06-28 | Ah, this will not help the netboot case | Theo de Raadt |
2010-06-27 | Disable uguru(4). Its probe touches an address used by something else on the | Mark Kettenis |
2010-06-27 | Mark the PXE boot device as "netboot" even if we do not contain | Theo de Raadt |
2010-06-27 | If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h> | Miod Vallat |
2010-06-27 | Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need for | Philip Guenthe |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-26 | Don't try to halt an AP if holding sched_lock since that causes hangs | Mike Larkin |
2010-06-26 | Fix 100% interrupt usage on amd64 MP resume. | Mike Larkin |
2010-06-24 | The new AMD Opteron CPUs have up to 4 HyperTransport links instead of 3. | Mark Kettenis |
2010-06-22 | bump up the dmesg buffer size. new boxes have lots of crap in them, so | David Gwynne |
2010-06-10 | Declare safepri at the MD level on each platform, so that the kern_synch.c | Theo de Raadt |
2010-06-09 | Wire up device nodes for disk mapper. | Joel Sing |
2010-06-08 | in viac3_crypto_setup(), if we fail to get a crypto driverid, | Thordur I. Bjornsson |
2010-06-07 | space nit and use nitems(). | Thordur I. Bjornsson |
2010-06-05 | Pass signal handlers a more clean FPU state (ie. the right modes) and | Theo de Raadt |
2010-06-04 | Don't warn about not knowing what the bus clock is on core i7/i5/i3 | Jonathan Gray |
2010-06-02 | Add back -fno-omit-frame-pointer, which was accidentally deleted by | Mark Kettenis |
2010-06-01 | use --warn-common for linking (some arch's will show new warnings), and | Theo de Raadt |
2010-05-31 | Completely rewrite the tags file creation process. use config(8) against | Theo de Raadt |
2010-05-31 | there is no spllpt(), since lpt's are just tty devices (call tty functions, | Theo de Raadt |
2010-05-28 | ${PARAM} is now included in ${CPPFLAGS}, so stop passing it separately | Philip Guenthe |
2010-05-25 | The _arch and _mach variables now come from config(8), decreasing even further | Theo de Raadt |
2010-05-25 | Hand-list the two-step assym.h -> .[Ss] -> .o dependencies. The | Theo de Raadt |
2010-05-25 | ${SRCS} is only used once, and fits onto the line where it is used | Theo de Raadt |
2010-05-24 | give up on -Wvariable-decl | Theo de Raadt |
2010-05-24 | Unify the dependency time check for whether an architecture has SFILES | Theo de Raadt |
2010-05-24 | Reduce differences between the Makefile.* files for all architectures. | Theo de Raadt |
2010-05-23 | no need for -Dx86_64 or -Damd64, since __amd64__ is supplied by the | Theo de Raadt |
2010-05-22 | this is amd64, not i386, and the protection was all busted | Theo de Raadt |
2010-05-20 | Force max physical memory allocation for bus_dmamem_alloc() to be 4gig | Owain Ainsworth |
2010-05-18 | Since we're direct mapped and don't need to worry about kva availability or | Owain Ainsworth |
2010-05-18 | tweak dumpsys's countdown to cope with upcoming speedup | Alexander Hall |
2010-05-13 | Synchronise amd64 more with other PMAP_DIRECT architectures. (step 1, | Owain Ainsworth |
2010-05-10 | Continue with the horrible habit of using agp_machdep.c for agp related MD | Owain Ainsworth |
2010-05-09 | Fix packed use and unbreak with gcc4, same as i386. | Nicholas Marriott |
2010-05-08 | Page Attribute Tables (PAT) support for x86. | Owain Ainsworth |