Age | Commit message (Expand) | Author |
2010-07-01 | suspend/resume to the same level as apm machines. note: that is kind | Theo de Raadt |
2010-07-01 | leases have expired. (remove a comment). | Thordur I. Bjornsson |
2010-07-01 | Return EINVAL if the file position is greater than LONG_MAX, since | Kenneth R Westerback |
2010-07-01 | another day, another compat gets removed. today is ibcs2's turn | Ted Unangst |
2010-07-01 | SO_PEERCRED should pass out the main pid, not the "pid" of the current | Theo de Raadt |
2010-07-01 | See, I said the #ifdef's are a confusing maze -- they confused me. | Theo de Raadt |
2010-07-01 | Make this compile with SMALL_KERNEL. The #ifdef farm this produces should | Theo de Raadt |
2010-07-01 | make this compile with SMALL_KERNEL | Theo de Raadt |
2010-07-01 | compile when SMALL_KERNEL is set | Theo de Raadt |
2010-07-01 | do bufq quiesce again, since vnd/the bufq_done call in | Thordur I. Bjornsson |
2010-07-01 | Call bufq_done at the top of biodone, so we don't call it on | Thordur I. Bjornsson |
2010-07-01 | for the allocated buf, set the b_bq flag to NULL so we do not | Thordur I. Bjornsson |
2010-07-01 | ioctl XS_SENSE/XS_SHORTSENSE should print the sense info like | Kenneth R Westerback |
2010-07-01 | - don't do curupte checks if the current miss address is user space | Jasper Lievisse Adriaanse |
2010-07-01 | Backout recent AML changes, breaks on R210 and others | Jordan Hargrave |
2010-07-01 | Create a struct to store FP state and include a pointer to the CPU that | Joel Sing |
2010-07-01 | Die struct scsi_device! Die! Instead, save a pointer to the routine | Kenneth R Westerback |
2010-07-01 | Provide uvm constraints. | Joel Sing |
2010-07-01 | Provide safepri. | Joel Sing |
2010-07-01 | Fix incorrect function prototype. | Joel Sing |
2010-07-01 | Add missing function prototypes. | Joel Sing |
2010-07-01 | Provide mtsp() via cpufunc.h. | Joel Sing |
2010-07-01 | Pull in atomic.h and intr.h. | Joel Sing |
2010-07-01 | Add missing function prototypes and fix order of includes. | Joel Sing |
2010-07-01 | Shuffle function prototypes, add missing include and add missing | Joel Sing |
2010-07-01 | Add stubs for soft interrupts. | Joel Sing |
2010-07-01 | Include atomic.h via lock.h like other architectures do. | Joel Sing |
2010-07-01 | Partially sync atomic.h with hppa so that we get real atomic ops and some | Joel Sing |
2010-07-01 | regen | Jonathan Gray |
2010-07-01 | Add the Intel Rate Matching Hub, which is builtin to 3400/PCH chipsets | Jonathan Gray |
2010-07-01 | mark acpi_savecpu with the gcc returns_twice attribute as suggested | Jonathan Gray |
2010-07-01 | Change scsibus(4)'s scsi_link array to an SLIST to save memory on | Matthew Dempsky |
2010-07-01 | Call malloc(9) with M_ZERO to prevent code paths from exposing | Matthew Dempsky |
2010-07-01 | Restore setting xs->bp; fixes ncr(4) on VAX. | Matthew Dempsky |
2010-07-01 | Always identify threads with THREAD_PID_OFFSET, so that there's no | Philip Guenthe |
2010-07-01 | Make it possible to get the screen types and emulations for a wsdisplay. | Mats O Jansson |
2010-07-01 | Put SO_PEERCRED into the non-flag area | Theo de Raadt |
2010-07-01 | Allow to specify an alternative enc(4) interface for an SA. All | Reyk Floeter |
2010-07-01 | sync | Theo de Raadt |
2010-07-01 | compat_o43 and compat_23 are no longer options | Theo de Raadt |
2010-07-01 | We have to add enc0 to the "enc" interface group manually on boot. | Reyk Floeter |
2010-07-01 | compat_o43 and compat_23 can die | Theo de Raadt |
2010-07-01 | turn off COMPAT_O43 | Theo de Raadt |
2010-07-01 | Simplified aml_parse_resource call, cleanup code | Jordan Hargrave |
2010-07-01 | Fix subordinate bus # for multi-root PCI buses | Jordan Hargrave |
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 | remove crappy old README files | Ted Unangst |
2010-07-01 | any TODO containing the item "Use lock manager locks." is provably wrong. | Ted Unangst |
2010-07-01 | Add things to enable aesni either ifdef'ed or commented out to ease | Thordur I. Bjornsson |