Age | Commit message (Expand) | Author |
2014-05-10 | spello in comment and tweak DUMP_BOOT_DESC a tad | Jasper Lievisse Adriaanse |
2014-05-10 | various format string fixes and remove -Wno-format from octeon | Jasper Lievisse Adriaanse |
2014-05-10 | sigh, another case of user.h before syscall_mi.h | Theo de Raadt |
2014-05-10 | Remove -Wno-format. | Mark Kettenis |
2014-05-10 | Disable speedstep instead of panicing if the high and low speeds are the same. | Philip Guenther |
2014-05-10 | We print time_t by casting to "long long" even in the kernel. | Mark Kettenis |
2014-05-10 | Sidestep format string issue by sanitizing a bit of debug code. | Mark Kettenis |
2014-05-10 | bring things syscall_mi.h needs into scope earlier | Theo de Raadt |
2014-05-10 | bring things syscall_mi.h needs into scope earlier | Theo de Raadt |
2014-05-10 | Fix formwat string. Cast pointer to long and print it using %lx since %p | Mark Kettenis |
2014-05-10 | Fix a few bad indents | Claudio Jeker |
2014-05-10 | A few more straightforward format string fixes. | Mark Kettenis |
2014-05-10 | Format string fixes for bus_addr_t and bus_size_t, which are u_long everywhere. | Mark Kettenis |
2014-05-10 | Schizo registers are all 64-bit, so use u_int64_t to store them and print them | Mark Kettenis |
2014-05-10 | Format string fixes for printing interrupt vectors. | Mark Kettenis |
2014-05-10 | Some straightforward format string fixes. Also, print both the tx and rx | Mark Kettenis |
2014-05-10 | Factor out the common ast bits into mi_ast() | Philip Guenther |
2014-05-09 | format string fixes and removal of -Wno-format for sparc kernels. | Miod Vallat |
2014-05-09 | Format string fixes and removal of -Wno-format for *ppc kernels. | Miod Vallat |
2014-05-09 | Plug an xfer leak when detaching root hubs. | Martin Pieuchot |
2014-05-09 | We should use the highest possible priority for routes to local addresses. | Martin Pieuchot |
2014-05-09 | stop using B_AGE, it was effectively retired some time ago. | Ted Unangst |
2014-05-09 | disable IO_NOCACHE B_NOCACHE conversion until it works. | Ted Unangst |
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 |