summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-07-02better indentation; no functional changeMike Belopuhov
2014-07-02u_int32_t's can't go negativeMike Belopuhov
2014-07-02better indentationMike Belopuhov
2014-07-02this doesnt talk to uvm directly, so doesnt need uvm_extern.hDavid Gwynne
2014-07-02matthew@ noticed i wasnt populating npages in the kinfo_pool sent toDavid Gwynne
2014-07-02Use real parameter types for u{dv,vn}_attach() instead of void *Matthew Dempsky
2014-07-02inline is the new __inlineDavid Gwynne
2014-07-02use pool_count to report the number of pools to userland ratherDavid Gwynne
2014-07-02provide a pool_count global so we can figure out how many pools there areDavid Gwynne
2014-07-02take the pools mutex when copying stats out of it in the sysctlDavid Gwynne
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