Age | Commit message (Expand) | Author |
2014-04-18 | Have each thread keeps its own (counted!) reference to the process's ucreds | Philip Guenther |
2014-04-08 | No need for <uvm/uvm_page.h> | Martin Pieuchot |
2014-04-07 | Enable upd(4) on archs where uhidev(4) is present, requested by mpi@. | andre |
2014-04-07 | Add axen(4) wherever axe(4) is. | Brad Smith |
2014-04-05 | enable hds, and give up on isp | Theo de Raadt |
2014-04-01 | More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning. | Martin Pieuchot |
2014-03-31 | Change the order of operations during a suspend/resume cycle and | Martin Pieuchot |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-28 | enable mpath plus sym and rdac on some archs so we can learn about what | David Gwynne |
2014-03-27 | Add commented out entries for xhci(4). | Brad Smith |
2014-03-26 | No need to include <sys/lock.h> when only <sys/rwlock.h> is needed, | Martin Pieuchot |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-03-16 | Kill DB_*TASK_NAME* macros which were only ever on i386/amd64 and never used. | Philip Guenther |
2014-03-16 | Remove warnings on unknown x86 models in the code that returns the FSB | Jonathan Gray |
2014-03-14 | Remove the userland AGP interface. Now that we have KMS, it is no longer | Mark Kettenis |
2014-03-14 | enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflows | Jonathan Matthew |
2014-03-14 | rework mplocks to use tickets instead of spinning. this provides | David Gwynne |
2014-03-13 | Unhook httpd(8) from build; man page bits | Florian Obser |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-03-12 | Add compiler barier to bus_dmamap_sync(9), just in case compiler/linker | Mark Kettenis |
2014-03-12 | enable qla(4) and qle(4) in GENERIC configs where isp(4) is already | Jonathan Matthew |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-03-11 | Synchronize the i386 and amd64 ddb disassemblers and add support | Philip Guenther |
2014-03-08 | Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test. | Mark Kettenis |
2014-03-07 | Remove superfluous 'return'. | Gerhard Roth |
2014-02-23 | Give drm(4) a console locator just like wsdisplay(4) such that we can make | Mark Kettenis |
2014-02-19 | add qla and qle everywhere we currently have isp, commented out except for | Jonathan Matthew |
2014-02-18 | Bump version numbers. | Joel Sing |
2014-02-18 | Actually check to see if the CPU supports tsc, rather than assuming that | Joel Sing |
2014-02-17 | iha and trm are good targets to avoid a space crisis on the install media; | Theo de Raadt |
2014-02-13 | Some Linux i915 drm "fast" path code relies on being able to "disable" page | Mark Kettenis |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-24 | Disable lapic when halting CPUs. Allegedly this is necessary to make | Mark Kettenis |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2014-01-22 | tweak ubcmtp comment | joshua stein |
2014-01-21 | Add virtio random driver | Stefan Fritsch |
2014-01-20 | Add sdmmc support to the install media, as proposed by Florian Stinglmayr | Theo de Raadt |
2014-01-20 | add ubcmtp, a USB driver for Broadcom multitouch trackpads found on | joshua stein |
2014-01-20 | These fd0 testing things are not used | Theo de Raadt |
2014-01-20 | Unlink the old amd64/i386 installboot. | Joel Sing |
2014-01-19 | Initialize ci_randseed better using arc4random() + a trick. Remove the | Theo de Raadt |
2014-01-18 | Fix comment re size of input buffer. | Joel Sing |
2014-01-06 | document random buffer must be multiple of 4 in size | Theo de Raadt |
2014-01-06 | Increase NPTECL, as cache-lines are 64-bytes nowadays. | Stefan Fritsch |
2014-01-05 | Don't use the first 64KB for anything, including tramps. Move tramps and | Mike Larkin |
2014-01-02 | crank version after random instruction fix from jsing | Theo de Raadt |
2014-01-02 | Simplify things slightly by using four byte indexing. | Joel Sing |