summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-07-02add an explicit rwlock around the global state (the pool list and serialDavid Gwynne
2014-07-02pools havent needed to include <sys/time.h> for 7 or 8 years.David Gwynne
2014-07-02formatting tweaks. no functional changeDavid Gwynne
2014-07-02info about pools is currently given to userland by copying eachDavid Gwynne
2014-07-01Replace the assembly 88100 FPU imprecise exception code (mostly triggered byMiod Vallat
2014-07-01Make normalizeRoundAndPackFloat{32,64} non-static; they will be used outsideMiod Vallat
2014-07-01When a carp interface is created with IFXF_NOINET6 flag, no link-localSebastian Benoit
2014-07-01Adding an additonal delay after each access to SystemMemory or SystemIOMark Kettenis
2014-07-01KASSERT() the correct node if a hint is passed to rn_delete().Martin Pieuchot
2014-07-01there is no disksort, so there are no stats produced to fill in aDavid Gwynne
2014-07-01i removed disksort. we dont need its prototype.David Gwynne
2014-07-01take the biglock before calling the xs completion handler.David Gwynne
2014-07-01take the biglock when calling an adapters scsi_cmd handler.David Gwynne
2014-07-01start on being able to safely run io through the midlayer withoutDavid Gwynne
2014-06-30Attach HFSC after it's been completely initialized.Martin Pelikan
2014-06-30Kill dead code, what does a negative number of addresses on a carp(4)Martin Pieuchot
2014-06-29delete a #ifdef _KERNEL chunk protecting userland from an #if 0 chunkTheo de Raadt
2014-06-29Don't ridiculously assume that sysctl.h will (through a set of extremelyTheo de Raadt
2014-06-28Don't use meaningless MAP_TRYFIXED flag in compat_linuxMatthew Dempsky
2014-06-28Add the userland facing drm header for nouveau.Jonathan Gray
2014-06-27Cleanup support for legacy mmap flagsMatthew Dempsky
2014-06-27Avoid buffer overflow on max line length by ending string with just one \0.Tobias Stoeckmann
2014-06-27Standardize xfer byte counts to ssize_t rather than a mix of size_t and intMiod Vallat
2014-06-27Update list of .S depencies over assym.h.Miod Vallat
2014-06-27Do not KASSERT an unsigned value being >= 0 after decrementing it; instead,Miod Vallat
2014-06-27Avoid buffer overflow if there were too many arguments, also adjust lenpTobias Stoeckmann
2014-06-26Calling in{6,}_purgeaddr() is not enough to remove an address fromMartin Pieuchot
2014-06-26fix format string when compiled with VIRTIO_DEBUGJasper Lievisse Adriaanse
2014-06-26Work around compatibility problems with Intel ahci and Intel SSDs by retryingJonathan Matthew
2014-06-25So it turns out that there is AML out there that asks for an accessMark Kettenis
2014-06-25pf_translate doesn't use the mbuf argument anymore.Mike Belopuhov
2014-06-25If the Embedded Contoller device has a _STA method, evaluate it and bail outMark Kettenis
2014-06-23repair ramdisk buildsTheo de Raadt
2014-06-23Fix possible crash on invalid filesystems.Tobias Stoeckmann
2014-06-23turn of IPv6 for new interfaces by default. this really just means thereHenning Brauer
2014-06-23SystemMemory is used to access memory mapped registers on some machines, so weMark Kettenis
2014-06-23Fix compile without IPSEC.YASUOKA Masahiko
2014-06-22PROCFS has been broken for months without complaints, so stop building itPhilip Guenther
2014-06-21Make sure kmthread never loops without making progress: if the freelistPhilip Guenther
2014-06-21If the kernel generates a deadly trap signal (SEGV, BUS, etc) forPhilip Guenther
2014-06-21you've had 12+ years to update your kernel config.Daniel Dickman
2014-06-21drm/i915: Break encoder->crtc link separately in intel_sanitize_crtc()Jonathan Gray
2014-06-21drm/radeon/si: make sure mc ucode is loaded before checking the sizeJonathan Gray
2014-06-21drm/radeon: memory leak on bo reservation failure. v2Jonathan Gray
2014-06-21Protect explicit_bzero() from link-time optimizationMatthew Dempsky
2014-06-21remove useless brace block; from dhillTheo de Raadt
2014-06-20Fix a wrong comparison in the interrupt handler.Raphael Graf
2014-06-20sf@ pointed out that atom.c defines a DEBUG macro that takes arguments,Jonathan Gray
2014-06-19Implement the membar(9) API for powerpc.Mark Kettenis
2014-06-19drm/i915: fix lane bandwidth capping for DP 1.2 sinksJonathan Gray