Age | Commit message (Expand) | Author |
2013-12-22 | Polishing the worms in my favourite can, term_flushln(). | Ingo Schwarze |
2013-12-22 | remove unneeded check for null context. ok deraadt gilles millert | Ted Unangst |
2013-12-22 | Try to keep the framebuffer console layout that was set up by the firmware | Mark Kettenis |
2013-12-22 | Add support for BCM57786,which seems to be almost indistinguishable from the | Mark Kettenis |
2013-12-22 | Use the rasops_info struct as the accesscookie for wsdisplay. Simplifies the | Mark Kettenis |
2013-12-22 | Bail out early if the PCI bus number is -1. This means the hardware isn't | Mark Kettenis |
2013-12-22 | Only attach cpu0 on single-processor kernels, to match the expected behaviour. | Miod Vallat |
2013-12-22 | Compute ncpusfound correctly. The logic was there but the count variable was | Miod Vallat |
2013-12-22 | MP-safe rw_cas() implementation for rwlocks. | Miod Vallat |
2013-12-22 | Set the primary CPU's PAL revision to the OSF/1 PAL revision after switching | Miod Vallat |
2013-12-22 | ctype cleanups, now that the kernel has u_char strings (that is the | Theo de Raadt |
2013-12-22 | change pf_osfp_entry strings to unsigned, to help userland | Theo de Raadt |
2013-12-22 | spacing; Loganaden Velvindron | Theo de Raadt |
2013-12-22 | Fix end-of-sentence spacing after the DragonFly text production macro. | Ingo Schwarze |
2013-12-22 | Implement end-of-sentence spacing at the end of man(7) macro lines. | Ingo Schwarze |
2013-12-22 | Seems gcc4 whines about an empty file as well, so just unconditionally do | Mark Kettenis |
2011-12-04 | test some simple macros; written while working on -Tman | Ingo Schwarze |
2013-12-22 | Use a bigger timeout, otherwise this test fails on some (not really) slower | Mark Kettenis |
2013-12-22 | format string fix: %08x instead of %p for uint32_t | Stefan Fritsch |
2013-12-22 | format string fix: %lx for register_t | Stefan Fritsch |
2013-12-22 | size_t format string fixes | Stefan Fritsch |
2013-12-22 | Setting format id to 't' when it's already 't' is a waste of | Kenneth R Westerback |
2013-12-22 | tweak comment | Ted Unangst |
2013-12-22 | No need to change format id 'X' (ascii or hex) to 'x' (hex) while | Kenneth R Westerback |
2013-12-22 | Don't look for two semi-colons when encountering an unrecognized | Kenneth R Westerback |
2013-12-22 | - replaces "audio stream" by "audio device", as sndio is a device | Alexandre Ratchov |
2013-12-21 | Document that the "user" socket check is not reliable with wildcard | Camiel Dobbelaar |
2013-12-21 | Don't assign a literal number to a variable that otherwise holds an errno. | Philip Guenther |
2013-12-21 | Advertise that we provide monotonic timestamps. | Mark Kettenis |
2013-12-21 | Introduce pretty_print_string() and use for printing both text | Kenneth R Westerback |
2013-12-21 | rearrange DVACT_RESUME chunk to avoid implying something ridiculous | Theo de Raadt |
2013-12-21 | save/restore hpet configuration. Perhaps a little more than we | Theo de Raadt |
2013-12-21 | i915_gem_mmap_ioctl() should return a Linux-style negative errno value. | Mark Kettenis |
2013-12-21 | sync | Theo de Raadt |
2013-12-21 | Fix locking in the page fault handler. A (somewhat malicious) userland | Mark Kettenis |
2013-12-21 | Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace() | Philip Guenther |
2013-12-21 | Refer to the kernel headers consistently via ../../sys, even for mkioctl | Philip Guenther |
2013-12-21 | small typo | Ted Unangst |
2013-12-21 | Don't use a non-constant format string with printf() that gcc can't | Philip Guenther |
2013-12-21 | Constipate some functions | Philip Guenther |
2013-12-21 | Match the type to the calls | Philip Guenther |
2013-12-21 | Use timespec and CLOCK_MONOTONIC for a timing test | Philip Guenther |
2013-12-21 | Fix a comment | Philip Guenther |
2013-12-21 | Xr virtio | Theo de Raadt |
2013-12-21 | sync | Theo de Raadt |
2013-12-20 | regen | Matthew Dempsky |
2013-12-20 | add virtio scsi | Matthew Dempsky |
2013-12-20 | Add basic vioscsi(4) manual page. | Matthew Dempsky |
2013-12-20 | Add support for truncate in fuse. | Sylvestre Gallon |
2013-12-20 | Add vioscsi(4) driver. | Matthew Dempsky |