summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-07-06getentropy(2) doesn't need the kernel lock, so mark it with NOLOCK.Mark Kettenis
2014-07-06Build with -Wall. Make sure main() returns zero.Miod Vallat
2014-07-06drm/radeon: avoid segfault on device open when accel is not working.Jonathan Gray
2014-07-06drm/radeon: handle non-VGA class pci devices with ATRMJonathan Gray
2014-07-06drm/radeon: also try GART for CPU accessed buffersJonathan Gray
2014-07-05Matthias Pfaller rescinded clauses three and four of his licenseJonathan Gray
2014-07-04Create the ioport_ex and iomem_ex extents after we've set up the gdt gatesMark Kettenis
2014-07-04Track whether a process is a zombie or not yet fully built via flagsPhilip Guenther
2014-07-03Add identcpu detection for 1-GByte pagesMatthew Dempsky
2014-07-03Get clocks from Open Firmware on macppc and sparc64.Mark Kettenis
2014-07-03sending a heavily fragmented packet will cause the bus_dmamap_loadDavid Gwynne
2014-07-03It is important that we don't release the kernel lock between issuing aMark Kettenis
2014-07-03Revert back to 1.129: pool_init() is called before rwlocks can bePhilip Guenther
2014-07-03Include <sys/mutex.h> explicitely here.Matthieu Herrb
2014-07-02Be more careful when recreating single-precision (float) argument to serviceMiod Vallat
2014-07-02In fpu_compare(), set the `not equal' bit when the result of the comparisonMiod Vallat
2014-07-02Make sure the kernel lock is held when invoking process_domem(); fixesMiod Vallat
2014-07-02On IP28, ignore (as in, do not report) GIO bus errors where the address isn'tMiod Vallat
2014-07-02Add support for adjusting the receive filter to allow for promiscuousBrad Smith
2014-07-02Remove unused mainbus intr hook abstraction.Tobias Ulmer
2014-07-02Remove unused system_type and friends. Remnants from universal powerpc supportTobias Ulmer
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