Age | Commit message (Expand) | Author |
2014-07-07 | regen | Matthew Dempsky |
2014-07-07 | Mark get{,e,res}{u,g}id() and getgroups() as NOLOCK | Matthew Dempsky |
2014-07-07 | Do the 64-bit argument swap dance, for the syscalls which require it, | Miod Vallat |
2014-07-07 | Don't print warnings for mouse interrupts on bsd.rd | Alexandr Shadchin |
2014-07-07 | fork1: FORK_THREAD requires FORK_SHAREFILES | Matthew Dempsky |
2014-07-07 | regen | Philip Guenther |
2014-07-06 | If we find a bogus interrupt (undefined polarity or trigger) don't panic but | Mark Kettenis |
2014-07-06 | getentropy(2) doesn't need the kernel lock, so mark it with NOLOCK. | Mark Kettenis |
2014-07-06 | Build with -Wall. Make sure main() returns zero. | Miod Vallat |
2014-07-06 | drm/radeon: avoid segfault on device open when accel is not working. | Jonathan Gray |
2014-07-06 | drm/radeon: handle non-VGA class pci devices with ATRM | Jonathan Gray |
2014-07-06 | drm/radeon: also try GART for CPU accessed buffers | Jonathan Gray |
2014-07-05 | Matthias Pfaller rescinded clauses three and four of his license | Jonathan Gray |
2014-07-04 | Create the ioport_ex and iomem_ex extents after we've set up the gdt gates | Mark Kettenis |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2014-07-03 | Add identcpu detection for 1-GByte pages | Matthew Dempsky |
2014-07-03 | Get clocks from Open Firmware on macppc and sparc64. | Mark Kettenis |
2014-07-03 | sending a heavily fragmented packet will cause the bus_dmamap_load | David Gwynne |
2014-07-03 | It is important that we don't release the kernel lock between issuing a | Mark Kettenis |
2014-07-03 | Revert back to 1.129: pool_init() is called before rwlocks can be | Philip Guenther |
2014-07-03 | Include <sys/mutex.h> explicitely here. | Matthieu Herrb |
2014-07-02 | Be more careful when recreating single-precision (float) argument to service | Miod Vallat |
2014-07-02 | In fpu_compare(), set the `not equal' bit when the result of the comparison | Miod Vallat |
2014-07-02 | Make sure the kernel lock is held when invoking process_domem(); fixes | Miod Vallat |
2014-07-02 | On IP28, ignore (as in, do not report) GIO bus errors where the address isn't | Miod Vallat |
2014-07-02 | Add support for adjusting the receive filter to allow for promiscuous | Brad Smith |
2014-07-02 | Remove unused mainbus intr hook abstraction. | Tobias Ulmer |
2014-07-02 | Remove unused system_type and friends. Remnants from universal powerpc support | Tobias Ulmer |
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 |