Age | Commit message (Expand) | Author |
2015-05-01 | Convert to if_input(), ok miod@ | Martin Pieuchot |
2015-05-01 | Convert to if_input(), ok miod@ | Martin Pieuchot |
2015-05-01 | regen | Jonathan Gray |
2015-05-01 | Correct some E5 v2 ids and add E5 v2 R2PCIE. | Jonathan Gray |
2015-05-01 | reenable page zeroing thread on SMP mips kernels. | Miod Vallat |
2015-05-01 | Do not grab the kernel lock for clock interrupts. Help and ok kettenis@ | Miod Vallat |
2015-05-01 | Pass fflag to VOP_POLL so vfs fifo functions can get at the file | Todd C. Miller |
2015-04-30 | Convert to if_input(). | Martin Pieuchot |
2015-04-30 | Avoid NULL deref in fd_getfile_mode(); OK deraadt@ | Todd C. Miller |
2015-04-30 | Convert to if_input(). | Martin Pieuchot |
2015-04-30 | Merge two identical if() statements in ipsp_acquire_sa(). The | Todd C. Miller |
2015-04-30 | SIZE_MAX is no longer in limits.h | Todd C. Miller |
2015-04-30 | Clean up some spacing. No functional change | Mike Larkin |
2015-04-30 | Do not free & reallocate a new chunk of memory for the interface | Martin Pieuchot |
2015-04-30 | Set the correct media type for 1000baseLX SFPs. | Jonathan Gray |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-04-30 | Allow use of 1Gb 1000baseLX SFPs in 82599 ix(4) SFP+ port. Adapted from | Stuart Henderson |
2015-04-30 | Now we use p_filesz - 1 to test for NUL check that p_filesz is | Jonathan Gray |
2015-04-30 | Link report descriptors to known sensors. | Martin Pieuchot |
2015-04-30 | Instead of using a single flat array for all sensors, put all the | Martin Pieuchot |
2015-04-30 | Convert to if_input(), tweak and ok dlg@ | Martin Pieuchot |
2015-04-30 | Indroduce fd_getfile_mode() and use it were fd_getfile() is directly | Martin Pieuchot |
2015-04-30 | No need to set `rcvif', if_input() does it for you! | Martin Pieuchot |
2015-04-30 | Convert moar drivers to if_input(). | Martin Pieuchot |
2015-04-30 | Error out if the PT_INTERP segment isn't NUL terminated | Philip Guenther |
2015-04-29 | In most cases, IP fragments do not have an Ethernet padding. So | Alexander Bluhm |
2015-04-29 | Use if_get() after every tsleep(), in case the bottom half of the driver | Theo de Raadt |
2015-04-29 | Also generate db_structinfo.txt with struct member offset and size info | Philip Guenther |
2015-04-29 | Remove a check for NULL that would have been after a NULL dereference | Jonathan Gray |
2015-04-29 | Move a variable's initialisation so a panic will work as intended. | Jonathan Gray |
2015-04-28 | Explicitly include .codepatch and .codepatchend in .rodata such that | Mark Kettenis |
2015-04-28 | Protect the per-process itimerval structs with a mutex. We update these | Mark Kettenis |
2015-04-28 | Don't grab the kernel lock for clock interrupts. The way we use mutexes | Mark Kettenis |
2015-04-28 | Make sure to overwrite sdl_type after calling ether_ifattach(). | Martin Pieuchot |
2015-04-28 | Fix a memory leak in an error path found by Maxime Villard's | Jonathan Gray |
2015-04-28 | In rtsx(4), condense the list of support chips in a comment, remove the unused | Stefan Sperling |
2015-04-27 | Do not call nd6_purge() before purging the IPv6 addresses of a detached | Martin Pieuchot |
2015-04-27 | Since upd(4) currently supports a known but limited number of sensors, | Martin Pieuchot |
2015-04-27 | with more unit convertion when new sensors will appear. | Martin Pieuchot |
2015-04-27 | Make use of DEVNAME(), from David Higgs. | Martin Pieuchot |
2015-04-27 | Correctly write the 64bits of the HID 1, 4 and 5 registers. | Martin Pieuchot |
2015-04-26 | Have vio_start() check if the queue is empty. | Stefan Fritsch |
2015-04-26 | Get dwc2 working on octeon. | Jonathan Matthew |
2015-04-26 | vio: Support checksum offloading for IPv4 TX | Stefan Fritsch |
2015-04-26 | regen | Stefan Sperling |
2015-04-26 | Add IDs for RTL8188ETV and RTL8188EU. From FreeBSD via Mikhail on tech@ | Stefan Sperling |
2015-04-26 | Disable PAE when switching to the hibernate resume pagetables. This involves | Mark Kettenis |
2015-04-26 | regen | Stefan Sperling |
2015-04-26 | Add USB device ID for RTL8812AU. Found in "TP-Link AC1200 T4U" device. | Stefan Sperling |
2015-04-26 | Enable NX support in the resume path. Makes suspend/resume work with the | Mark Kettenis |