Age | Commit message (Expand) | Author |
2013-08-12 | make radeondrm attach to pci | Mark Kettenis |
2013-08-12 | include files.drm from the acrhitecture-specific config files | Mark Kettenis |
2013-08-12 | attach wsdisplay to radeondrm instead of its parent | Mark Kettenis |
2013-08-07 | We uniformly define size_t to be unsigned long and ssize_t to be long. Make | Mark Kettenis |
2013-07-14 | IPL_VM is "mpsafe" now as well. | Mark Kettenis |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-10 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | format string fix | Stefan Fritsch |
2013-07-04 | Format string fixes: | Stefan Fritsch |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-07-03 | fix: cast void * to char *, fix format args for (u)int64_t, | Stefan Fritsch |
2013-07-01 | Make the acpi global lock functions actually work. Luckily these functions | Mark Kettenis |
2013-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat |
2013-06-14 | give up on fitting siop | Theo de Raadt |
2013-06-13 | bcopy/memmove/memcpy are now in libkern | Theo de Raadt |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-09 | remove fxp because uvm additions overflows all i386 install media | Theo de Raadt |
2013-06-09 | the kernel is supposed to provide memmove, but some archs are missing it. | Ted Unangst |
2013-06-04 | Remove remaining references to HIBERNATE_COPY_PAGE. It was effectively | Mike Larkin |
2013-06-04 | Add RCS ids. | Paul Irofti |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-06-03 | changes for isc fuse support. not enabled. ok beck deraadt. | Ted Unangst |
2013-06-02 | Revert previous: libsa/ufs.c was fixed to not use big types when not | Philip Guenther |
2013-06-02 | Fix a bug where the calibration loop could show wrong CPU frequencies. | Gerhard Roth |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-06-01 | Add vmx(4) to the kernel config, but comment it out for now. | Reyk Floeter |
2013-05-31 | We need to halt the APs on MP hibernate resume or else they will be | Mike Larkin |
2013-05-31 | remove counters for simplelocks | Ted Unangst |
2013-05-30 | Fix a bug in amd64 hibernate introduced when we moved the kernel to load at | Mike Larkin |
2013-05-30 | Make interrupt handling in hibernate resume MI by providing MD-specific | Mike Larkin |
2013-05-30 | If ACPI is not compiled in, pci_min_powerstate() has no facts to support | Theo de Raadt |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-30 | fix typos in some comments | Mike Larkin |
2013-05-30 | Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned the | Matthew Dempsky |
2013-05-21 | de-static-ize prototypes as well, which makes these functions not-static | Mark Kettenis |
2013-05-21 | remove unused cpu_lock code (where it is truly unused). it is not | Ted Unangst |
2013-05-20 | de-static-ize, such that people don't get confused by aesni failures on | Mark Kettenis |
2013-05-16 | Implement a mechanism to establish interrupt handlers that don't grab the | Mark Kettenis |
2013-05-12 | Tell wsdisplay(4) to switch back to the console screen upon entering ddb(4). | Mark Kettenis |
2013-05-12 | Take the kernel lock and call the actual interrupt handler from a | Alexandre Ratchov |
2013-05-08 | this comment is not attached to this value. remove | Ted Unangst |
2013-05-08 | remove stale cyrix emc support, and switch to just using intial npxcw | Ted Unangst |
2013-05-06 | the use of modern intel performance counter msrs to measure the number of | David Gwynne |
2013-04-24 | Use the manufacturer-supplied bios serial/uuid as a source of | Bret Lambert |
2013-04-23 | Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - they | Joel Sing |
2013-04-23 | Remove obsolete comment, okay mlarkin@. | Paul Irofti |
2013-04-23 | tedu unused makefiles. | Joel Sing |
2013-04-23 | Remove softraid boot support from fdboot (again). | Joel Sing |