Age | Commit message (Expand) | Author |
2014-07-02 | better indentation; no functional change | Mike Belopuhov |
2014-07-02 | u_int32_t's can't go negative | Mike Belopuhov |
2014-07-02 | better indentation | Mike Belopuhov |
2014-07-02 | this doesnt talk to uvm directly, so doesnt need uvm_extern.h | David Gwynne |
2014-07-02 | matthew@ noticed i wasnt populating npages in the kinfo_pool sent to | David Gwynne |
2014-07-02 | Use real parameter types for u{dv,vn}_attach() instead of void * | Matthew Dempsky |
2014-07-02 | inline is the new __inline | David Gwynne |
2014-07-02 | use pool_count to report the number of pools to userland rather | David Gwynne |
2014-07-02 | provide a pool_count global so we can figure out how many pools there are | David Gwynne |
2014-07-02 | take the pools mutex when copying stats out of it in the sysctl | David Gwynne |
2014-07-02 | add an explicit rwlock around the global state (the pool list and serial | David Gwynne |
2014-07-02 | pools havent needed to include <sys/time.h> for 7 or 8 years. | David Gwynne |
2014-07-02 | formatting tweaks. no functional change | David Gwynne |
2014-07-02 | info about pools is currently given to userland by copying each | David Gwynne |
2014-07-01 | Replace the assembly 88100 FPU imprecise exception code (mostly triggered by | Miod Vallat |
2014-07-01 | Make normalizeRoundAndPackFloat{32,64} non-static; they will be used outside | Miod Vallat |
2014-07-01 | When a carp interface is created with IFXF_NOINET6 flag, no link-local | Sebastian Benoit |
2014-07-01 | Adding an additonal delay after each access to SystemMemory or SystemIO | Mark Kettenis |
2014-07-01 | KASSERT() the correct node if a hint is passed to rn_delete(). | Martin Pieuchot |
2014-07-01 | there is no disksort, so there are no stats produced to fill in a | David Gwynne |
2014-07-01 | i removed disksort. we dont need its prototype. | David Gwynne |
2014-07-01 | take the biglock before calling the xs completion handler. | David Gwynne |
2014-07-01 | take the biglock when calling an adapters scsi_cmd handler. | David Gwynne |
2014-07-01 | start on being able to safely run io through the midlayer without | David Gwynne |
2014-06-30 | Attach HFSC after it's been completely initialized. | Martin Pelikan |
2014-06-30 | Kill dead code, what does a negative number of addresses on a carp(4) | Martin Pieuchot |
2014-06-29 | delete a #ifdef _KERNEL chunk protecting userland from an #if 0 chunk | Theo de Raadt |
2014-06-29 | Don't ridiculously assume that sysctl.h will (through a set of extremely | Theo de Raadt |
2014-06-28 | Don't use meaningless MAP_TRYFIXED flag in compat_linux | Matthew Dempsky |
2014-06-28 | Add the userland facing drm header for nouveau. | Jonathan Gray |
2014-06-27 | Cleanup support for legacy mmap flags | Matthew Dempsky |
2014-06-27 | Avoid buffer overflow on max line length by ending string with just one \0. | Tobias Stoeckmann |
2014-06-27 | Standardize xfer byte counts to ssize_t rather than a mix of size_t and int | Miod Vallat |
2014-06-27 | Update list of .S depencies over assym.h. | Miod Vallat |
2014-06-27 | Do not KASSERT an unsigned value being >= 0 after decrementing it; instead, | Miod Vallat |
2014-06-27 | Avoid buffer overflow if there were too many arguments, also adjust lenp | Tobias Stoeckmann |
2014-06-26 | Calling in{6,}_purgeaddr() is not enough to remove an address from | Martin Pieuchot |
2014-06-26 | fix format string when compiled with VIRTIO_DEBUG | Jasper Lievisse Adriaanse |
2014-06-26 | Work around compatibility problems with Intel ahci and Intel SSDs by retrying | Jonathan Matthew |
2014-06-25 | So it turns out that there is AML out there that asks for an access | Mark Kettenis |
2014-06-25 | pf_translate doesn't use the mbuf argument anymore. | Mike Belopuhov |
2014-06-25 | If the Embedded Contoller device has a _STA method, evaluate it and bail out | Mark Kettenis |
2014-06-23 | repair ramdisk builds | Theo de Raadt |
2014-06-23 | Fix possible crash on invalid filesystems. | Tobias Stoeckmann |
2014-06-23 | turn of IPv6 for new interfaces by default. this really just means there | Henning Brauer |
2014-06-23 | SystemMemory is used to access memory mapped registers on some machines, so we | Mark Kettenis |
2014-06-23 | Fix compile without IPSEC. | YASUOKA Masahiko |
2014-06-22 | PROCFS has been broken for months without complaints, so stop building it | Philip Guenther |
2014-06-21 | Make sure kmthread never loops without making progress: if the freelist | Philip Guenther |
2014-06-21 | If the kernel generates a deadly trap signal (SEGV, BUS, etc) for | Philip Guenther |