Age | Commit message (Expand) | Author |
2010-06-30 | Make this compile after TTYHOG definition change (but the logic should be fixed | Miod Vallat |
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-30 | change a pair of timeout_add calls to timeout_add_{,m}sec | Bret Lambert |
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 | Add missing include. | Joel Sing |
2010-06-29 | Don't use SUBDIR to traverse tags builds, but punt them straight to | Theo de Raadt |
2010-06-29 | aesni, a driver for the crypto framework, similar to the | Thordur I. Bjornsson |
2010-06-29 | In the boot blocks, stop assuming we have a 1:1 mapping of low physical | Miod Vallat |
2010-06-29 | During kernel bootstrap, stop assuming the kernel image has been loaded in | Miod Vallat |
2010-06-29 | There is absolutely no need to double map DVMA addresses into the kernel address | Miod Vallat |
2010-06-29 | Rework cypress cpu cache setup, and enable writeback mode. Adapted from | Miod Vallat |
2010-06-29 | fpu_kernel_{enter,exit}; Functions to allow the use of | Thordur I. Bjornsson |
2010-06-29 | Shrink struct scsi_sense_data and thus the sense member of scsi_xfer, | Kenneth R Westerback |
2010-06-29 | Shave off some instructions: | Jasper Lievisse Adriaanse |
2010-06-29 | Remove COMPAT_HPUX. No one wanted to support it and its fewmets were | Philip Guenthe |
2010-06-29 | COMPAT_ULTRIX is not used, time to retire it. ok deraadt miod | Ted Unangst |
2010-06-29 | Ansify function declarations. | Joel Sing |
2010-06-29 | Factor out code used to save and flushe process FPU context. | Joel Sing |
2010-06-29 | Store pointer to process FPU state in struct cpu_info. | Joel Sing |
2010-06-28 | Ah, this will not help the netboot case | Theo de Raadt |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | Change MAXDSIZ and MAXSSIZ to more reasonable values for a 64-bit architecture. | Mark Kettenis |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-28 | Move uvm_km_pages struct declaration and watermark bounds to uvm_km.h, so | Miod Vallat |
2010-06-27 | More include necessary after <sys/user.h> inclusion removal | Miod Vallat |
2010-06-27 | Disable uguru(4). Its probe touches an address used by something else on the | Mark Kettenis |
2010-06-27 | dont have duplicate xxx @ scsibus lines (even if commented). | Dale Rahn |
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 | one more include shuffle | Miod Vallat |
2010-06-27 | Bunch of include adjustements to restore compilability. | Miod Vallat |
2010-06-27 | back out for duplicate declarations sprinkled by viking raiders | Dale Rahn |
2010-06-27 | make zaurus kernel link again after viking raiders sprinkled duplicate declar... | Bob Beck |
2010-06-27 | make sparc compile again after tag team viking/guenther breakage. | Bob Beck |
2010-06-27 | unbreak alpha kernel build after recent viking pillaging. | Bob Beck |
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-27 | Use a mutex to make atomic operations atomic on multiprocessor kernels. | Joel Sing |
2010-06-26 | Allow processes to be scheduled onto secondary CPUs. | Joel Sing |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-26 | Add GENERIC.MP. | Joel Sing |
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-26 | xs->cmd[n] doesn't mean the n'th byte, because xs->cmd is a struct | Kenneth R Westerback |
2010-06-26 | Do not store curcpu() in syscall and trap handlers since we can go to | Joel Sing |
2010-06-26 | Avoid a potential race when unlocking a mutex. | Joel Sing |
2010-06-24 | The new AMD Opteron CPUs have up to 4 HyperTransport links instead of 3. | Mark Kettenis |