Age | Commit message (Expand) | Author |
2014-06-29 | Don't ridiculously assume that sysctl.h will (through a set of extremely | Theo de Raadt |
2014-06-15 | Fix a few format string bugs with -DDEBUG | Stefan Fritsch |
2014-06-11 | Don't map phys pages < 64KB in the resume page table. We stopped doing this | Mike Larkin |
2014-06-09 | Remove {amd64,i386}/stand/installboot - we now use usr.sbin/installboot | Joel Sing |
2014-06-08 | check both rsdp checksums in the case of rsdp revision >= 2. | Daniel Dickman |
2014-06-01 | Remove real mode VGA repost option. It was used by nobody, and even if it | Mike Larkin |
2014-05-31 | Revert previous diff setting cold to 1 on shutdown because it breaks machine | Martin Pieuchot |
2014-05-31 | Remove some unused code that we added at the 2013 Toronto hackathon but | Mike Larkin |
2014-05-30 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-05-26 | Replace some magic constants with appropriate defines. | Mark Kettenis |
2014-05-23 | Free the est_fqlist allocations if we end up not using it. | Philip Guenther |
2014-05-20 | remove irrelevant, outdated, and misleading sentence suggesting that | Alexander Hall |
2014-05-11 | Move the increment of uvmexp.softs back to the caller of mi_ast(): | Philip Guenther |
2014-05-10 | Disable speedstep instead of panicing if the high and low speeds are the same. | Philip Guenther |
2014-05-10 | Factor out the common ast bits into mi_ast() | Philip Guenther |
2014-05-08 | Enable -Wno-format in the kernel on i386 & amd64 | Stefan Fritsch |
2014-05-06 | Include <sys/vmmeter.h> directly instead of relying on it being | Martin Pieuchot |
2014-05-04 | format string fixes for bus_addr_t and bus_size_t | Stefan Fritsch |
2014-04-30 | format string fixes for (u)int64 vars | Stefan Fritsch |
2014-04-25 | Defer the free of the hibernate structures until later, when it is safe to | Mike Larkin |
2014-04-21 | Fix off-by-one error in PG_LGFRAME mask | Philip Guenther |
2014-04-20 | emc on my cx500 works as well as rdac on all my rebadged engenio kit. | David Gwynne |
2014-04-19 | Don't panic if we're trying to disestablish an MSI but the hardware is gone. | Mark Kettenis |
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 | 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-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
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-27 | replace x86_atomic_cas_things with atomic_cas_foo equivalents. | David Gwynne |
2014-03-26 | Increase max data size. 32G is the new 640K. | Ted Unangst |
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 | Enable upd(4) on three archs to get it tested, requested by deraadt@. | Martin Pieuchot |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-17 | Add upd(4) to the tree, disabled. Please do not enable it yet. | andre |
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 | Comment fixes: document the direct map and the kernel image, correct | 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 | enable qla(4) and qle(4) in GENERIC configs where isp(4) is already | Jonathan Matthew |