Age | Commit message (Expand) | Author |
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 |
2015-04-26 | Only enable PAE if the CPU we're running on has NX support. Without NX | Mark Kettenis |
2015-04-26 | bump i386 MAXDSIZ to 3GB. - "If you're running this, and presumably actually | Stuart Henderson |
2015-04-26 | Two extra messages required after sending a baud rate update, as observed | Jonathan Matthew |
2015-04-26 | Require a PT_LOAD segment's p_filesz to be no larger than its p_memsz. | Philip Guenther |
2015-04-25 | We now following the ABI and always clear cld on function entry, so remove | Philip Guenther |
2015-04-25 | cpu_busy_cycle_fcn callback has never been used | Philip Guenther |
2015-04-25 | Repair boot device detection when booting off the second SCSI controller on | Miod Vallat |
2015-04-25 | Add quirk for Cirrus Logic CS4208 which is needed for MacBookAir6,1. | James Turner |
2015-04-24 | Enable PAE mode for those CPUs that support it. This allows us to use the | Mike Larkin |
2015-04-24 | Make sure we keep the whole recursive mapping of the PDP instead of just the | Mark Kettenis |
2015-04-24 | Revert back to using GCC builtins. This code triggers an off by one in | Martin Pieuchot |
2015-04-24 | another thinkpad event to ignore; from mp39590@gmail | Theo de Raadt |
2015-04-24 | vio: If enqueue fails, drop packet. | Stefan Fritsch |
2015-04-24 | Enable the NX bit and use it in the PAE pmap code. PAE is still disabled | Mark Kettenis |
2015-04-24 | Use "softintr_pic0" instead of "softintr_fakepic" when faking a | Jonathan Gray |
2015-04-23 | Fix 13 years old typo that should be responsible for the unhappiness | Martin Pieuchot |
2015-04-23 | tedu remnants of the previous attempt to implement page zeroing in | David Gwynne |
2015-04-23 | replace the use of struct ifqueue in pipex with mbuf_queues. | David Gwynne |