Age | Commit message (Expand) | Author |
2014-05-08 | Format string fixes for m88k; remove -Wno-format from the m88k kernels. | Miod Vallat |
2014-05-08 | Format string fixes and removal of -Wno-format for landisk kernels | Miod Vallat |
2014-05-08 | Format string fixes and removal of -Wno-format for hppa kernels. | Miod Vallat |
2014-05-08 | Update #include list after not-so-recent uvm includes cleanups. | Miod Vallat |
2014-05-08 | Format string fixes and removal of -Wno-format for arm kernels. | Miod Vallat |
2014-05-08 | Format string fixes for alpha kernels, and remove -Wno-format | Miod Vallat |
2014-05-08 | Fix some potential integer overflows caused by converting a page number into | Mark Kettenis |
2014-05-08 | No longer build vax kernels with -Wno-format. | Miod Vallat |
2014-05-08 | Format string fixes. | Miod Vallat |
2014-05-08 | Format string fix in disabled code. Format bus_space_handle_t with %xl, | Stefan Fritsch |
2014-05-08 | Enable -Wno-format in the kernel on i386 & amd64 | Stefan Fritsch |
2014-05-08 | Plug one more xfer leak. | Martin Pieuchot |
2014-05-08 | The pcexmem(4) and pcexio(4) should be attached on LUNA-88K2 only. | Kenji Aoyama |
2014-05-08 | Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST. | Martin Pieuchot |
2014-05-07 | Fix whitespace mistakes. | Paul Irofti |
2014-05-07 | Remove the last hacks concerning the global list of IPv4 addresses in the | Martin Pieuchot |
2014-05-07 | Make sure to call uhidev_close() upon detach for every HID driver calling | Martin Pieuchot |
2014-05-07 | Kill the {nd6_,}useloopback buttons, using the loopback interface for | Martin Pieuchot |
2014-05-07 | Remove some m->m_pkthdr.rcvif dereference to help for upcoming | Martin Pieuchot |
2014-05-07 | Fix ext2fs atime and mtime handling that I broke from an airport | Philip Guenther |
2014-05-06 | Enable brswphy(4) on the Octeon platform. | Paul Irofti |
2014-05-06 | Add support for the Broadcom PHY found on the Octeon-based DSR-500. | Paul Irofti |
2014-05-06 | Regen after Broadcom 53115 addition. | Paul Irofti |
2014-05-06 | Add an entry for the Broadcom 53115 model found on the DSR-500. | Paul Irofti |
2014-05-06 | remove cpsw_{read,write}_4 wrapper functions and just use the real | Jasper Lievisse Adriaanse |
2014-05-06 | Include <sys/vmmeter.h> directly instead of relying on it being | Martin Pieuchot |
2014-05-06 | Fix a memleak when lookup of SA fails during forwarding of encrypted IPv6 | Gerhard Roth |
2014-05-06 | Plug two xfer leaks and a buffer one. | Martin Pieuchot |
2014-05-05 | Plug a memory leak, free the keymap's memory on detach. | Martin Pieuchot |
2014-05-05 | Plug a memory leak related to HID descriptor parsing. | Martin Pieuchot |
2014-05-05 | Tweak comment on struct _partitionv0. It's no longer the partition | Kenneth R Westerback |
2014-05-05 | Use a custom ifa_rtrequest function for point-to-point interfaces | Martin Pieuchot |
2014-05-05 | remove dead code: calling ether_attach which sets if_type to IFT_ETHER, | Henning Brauer |
2014-05-04 | format string fixes for bus_addr_t and bus_size_t | Stefan Fritsch |
2014-05-04 | remove some hh and h format specifiers | Stefan Fritsch |
2014-05-04 | format string fix for bus_space_tag_t | Stefan Fritsch |
2014-05-04 | change type of handle var to u_int16_t | Stefan Fritsch |
2014-05-04 | Make use of usbd_xfer_isread() instead of rerolling it everywhere. | Martin Pieuchot |
2014-05-04 | Get rid of EHCI_NULL. No functional change. | Martin Pieuchot |
2014-05-04 | Add PS_SYSTEM, the process-level mirror of the thread-level P_SYSTEM, | Philip Guenther |
2014-05-04 | When kern.nosuidcoredump=3, act like =2 but try to dump cores into | Theo de Raadt |
2014-05-03 | If P_ZOMBIE(pr->ps_mainproc) is true, then (pr->ps_flags & PS_EXITING) | Philip Guenther |
2014-05-03 | Fix whitespace fail in previous commit | Philip Guenther |
2014-05-03 | Move the u-area allocation and pmap-magic logic to its own function | Philip Guenther |
2014-05-03 | drm/radeon: call drm_edid_to_eld when we update the edid | Jonathan Gray |
2014-05-03 | Skip intel_crt_init for Dell XPS 8700 | Jonathan Gray |
2014-05-03 | drm/i915/tv: fix gen4 composite s-video tv-out | Jonathan Gray |
2014-05-03 | drm/i915: quirk invert brightness for Acer Aspire 5336 | Jonathan Gray |
2014-05-02 | Change BLKDEV_IOSIZE to PAGE_SIZE | Theo de Raadt |
2014-05-02 | Make acpiprt(4) handle interrupts with non-standard polarity and trigger mode | Mark Kettenis |