Age | Commit message (Expand) | Author |
2010-06-30 | Instead of failing immediately , check for ENOTTY from the parent (umodem) | Nicholas Marriott |
2010-06-30 | Add mostly working support for ironlake (integrated graphics on core i5 and i3 | Owain Ainsworth |
2010-06-30 | add support for ironlake (clarkdale and arrandale, i.e. core i3 and core | Owain Ainsworth |
2010-06-30 | tweak previous; | Jason McIntyre |
2010-06-30 | If the device has the PCI Express capability, save the slot control and status | Mark Kettenis |
2010-06-30 | Preserve and restore BARs on suspend/resume for all devices, not just | Mike Larkin |
2010-06-30 | Call msleep(9) with PNORELOCK rather than calling mtx_leave() | Matthew Dempsky |
2010-06-30 | Switch bufq FIFO disclipline from using TAILQs to SIMPLEQs. | Matthew Dempsky |
2010-06-30 | Prune some dead assignments in st_interpret_sense(); st(4) already | Matthew Dempsky |
2010-06-30 | Add support for naming images and setting the type, including boot scripts. | Dale Rahn |
2010-06-30 | lots of SCARG simplification. ok matthew | Ted Unangst |
2010-06-30 | Move the plimit and pcred bits in fork1() into process_new() and make | Philip Guenthe |
2010-06-30 | switch ss over to using xshandlers for queuing io. this brings it into line | David Gwynne |
2010-06-29 | Use new ACPI PCI mapping to get _PRT bus | Jordan Hargrave |
2010-06-29 | Fix ramdisks (new code was placed inside a SMALL_KERNEL chunk) | Theo de Raadt |
2010-06-29 | make the xcrypt match the jsg code in openssl | Theo de Raadt |
2010-06-29 | Add some missing UHCI and EHCI register restores on resume. Fixes at least | Mike Larkin |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-29 | keeping a TODO file here implies somebody cares | Ted Unangst |
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 | Replace enc(4) with a new implementation as a cloner device. We still | Reyk Floeter |
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 | Add PADDR_IS_DMA_REACHABLE macro so art stops whining | Thordur I. Bjornsson |
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 | skip empty ranges in uvm_pmr_assertvalid; | Thordur I. Bjornsson |
2010-06-29 | Strip out ancient bits in struct user that were still used only by | Philip Guenthe |
2010-06-29 | Add a no_constraint uvm_constraint_range; use it in the pool code. | Thordur I. Bjornsson |
2010-06-29 | Remove COMPAT_HPUX. No one wanted to support it and its fewmets were | Philip Guenthe |
2010-06-29 | We always copy struct pcred when creating a new process, so the reference | Philip Guenthe |
2010-06-29 | Eliminate struct plimit's PL_SHAREMOD flag: it was for COMPAT_IRIX | Philip Guenthe |
2010-06-29 | More workarounds adapted from FreeBSD to make the 82577/82578 happy, | Jonathan Gray |
2010-06-29 | remove the compat43 ifdef around some code. in effect, it's always been | Ted Unangst |
2010-06-29 | Add code to make ahci(4) suspend/resume properly. Probably not perfect yet, | Mark Kettenis |
2010-06-29 | Call bufq_quiesce() on suspend to stop all I/O and bufq_restart on resume. | Mark Kettenis |
2010-06-29 | Introduce bufq_quiesce(), which will block I/O ifrom getting on the queues, | Mark Kettenis |
2010-06-29 | and the ultrix files go into the attic. ok deraadt miod | Ted Unangst |
2010-06-29 | COMPAT_ULTRIX is not used, time to retire it. ok deraadt miod | Ted Unangst |
2010-06-29 | move a little code around, eventually it will be better | Ted Unangst |
2010-06-29 | Remove the "if the string address faulted, see if it looks like an int" | Ted Unangst |
2010-06-29 | Fail instead of lying if a process asks sysctl()'s KERN_PROC2 or | Philip Guenthe |
2010-06-29 | remove lies. the arguments are actually used. | Thordur I. Bjornsson |
2010-06-29 | fix a logic error found by lint | Jonathan Gray |
2010-06-29 | Interface drivers should use DV_IFNET, not DV_DULL. | Matthew Dempsky |