summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert previous commit. It makes resume hang on some MP systems runningkettenis2013-12-231-7/+1
* provide a TASK_INITIALIZER() macro.dlg2013-12-231-1/+5
* Try to keep the framebuffer console layout that was set up by the firmwarekettenis2013-12-221-7/+18
* Add support for BCM57786,which seems to be almost indistinguishable from thekettenis2013-12-221-1/+3
* Use the rasops_info struct as the accesscookie for wsdisplay. Simplifies thekettenis2013-12-221-47/+11
* Bail out early if the PCI bus number is -1. This means the hardware isn'tkettenis2013-12-221-4/+6
* Only attach cpu0 on single-processor kernels, to match the expected behaviour.miod2013-12-222-5/+8
* Compute ncpusfound correctly. The logic was there but the count variable wasmiod2013-12-222-14/+7
* MP-safe rw_cas() implementation for rwlocks.miod2013-12-221-1/+25
* Set the primary CPU's PAL revision to the OSF/1 PAL revision after switchingmiod2013-12-223-14/+31
* change pf_osfp_entry strings to unsigned, to help userlandderaadt2013-12-221-4/+4
* spacing; Loganaden Velvindronderaadt2013-12-221-2/+2
* format string fix: %08x instead of %p for uint32_tsf2013-12-221-3/+3
* format string fix: %lx for register_tsf2013-12-221-2/+2
* size_t format string fixessf2013-12-221-3/+3
* Don't assign a literal number to a variable that otherwise holds an errno.guenther2013-12-211-4/+3
* Advertise that we provide monotonic timestamps.kettenis2013-12-212-2/+7
* rearrange DVACT_RESUME chunk to avoid implying something ridiculousderaadt2013-12-211-2/+2
* save/restore hpet configuration. Perhaps a little more than wederaadt2013-12-211-1/+98
* i915_gem_mmap_ioctl() should return a Linux-style negative errno value.kettenis2013-12-211-2/+2
* Fix locking in the page fault handler. A (somewhat malicious) userlandkettenis2013-12-211-24/+37
* regenmatthew2013-12-202-2/+7
* add virtio scsimatthew2013-12-201-1/+2
* Add support for truncate in fuse.syl2013-12-201-2/+4
* Add vioscsi(4) driver.matthew2013-12-207-5/+524
* Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQkrw2013-12-209-36/+27
* oh sorry, I forgot two #ifdefderaadt2013-12-191-1/+5
* Mtrr stops being a pseudo-device. We need to probe the cpu type andderaadt2013-12-1915-60/+56
* Use shifts instead of integer multiplication by the page size in themiod2013-12-191-3/+3
* sun4e needs the same 1.6 usec ZS_DELAY() as sun4 does.miod2013-12-192-4/+4
* recognize octeon 2 cpus; as found in the lanner mr326jasper2013-12-192-2/+7
* be more careful during suspend/resume cycles, as roughly detailed in thederaadt2013-12-191-5/+13
* Provide MI symbol _STACKALIGNBYTESderaadt2013-12-1815-45/+60
* Revert the *other* part of bpf.c's r1.84. May finally fix RD Thrush'skrw2013-12-181-3/+3
* The termios.h bits were missing from the initial commit.millert2013-12-171-1/+13
* do not put a second : in a dmesg line, use , insteadderaadt2013-12-171-2/+2
* don't do a timeout+task song and dance, instead use DVACT_WAKEUP directly.deraadt2013-12-171-33/+12
* syncderaadt2013-12-172-4/+16
* elan products; Thomas Pfaffderaadt2013-12-171-1/+5
* Change ip_output()'s non-optional arguments to be standard argumentsmatthew2013-12-173-21/+16
* Switch generic drm modesetting code over to Linux-style negative errnokettenis2013-12-163-177/+177
* Restore hw.setperf upon resume like we do for apm(4) on i386. Seems we needkettenis2013-12-161-1/+7
* Restore TIOCGSID ioctl that was removed along with the 4.3BSD tty(4)millert2013-12-162-2/+8
* Fix error handling of ->fb_create() call. Prevents kernel panic if ankettenis2013-12-152-4/+12
* update comment, 4.3BSD tty compatibility and the associated ioctls are gonenaddy2013-12-151-5/+2
* Fix bthub compilation by adding missing prototypes.pirofti2013-12-151-1/+4
* Fix ubt compilation after my last usbd_dying sprint.pirofti2013-12-151-2/+2
* Overhaul the pread and pwrite code to match what Linux does. Should fix a fewkettenis2013-12-152-136/+207
* Abuse phys_map to reliably wait for kva.kettenis2013-12-151-3/+3
* enable tmpfs so it gets tested some more.espie2013-12-141-1/+2