Age | Commit message (Expand) | Author |
2017-07-23 | Recognize '-weak' in our libtool, helps at least xine-lib to build. | Vadim Zhukov |
2017-07-23 | Fix SPLICE in LT::UList, allowing more ports to build. | Vadim Zhukov |
2017-07-23 | from libc malloc: only access offset if canaries are enabled *and* size > 0 | Otto Moerbeek |
2017-07-23 | Splitting early startup code out of locore.S into locore0.S, like other | Kenji Aoyama |
2017-07-22 | acpibat: look for _BIX first before falling back on _BIF | Joshua Stein |
2017-07-22 | No need for sys/ioctl.h any more | Jeremie Courreges-Anglas |
2017-07-22 | Rename variables for clarity. | Visa Hankala |
2017-07-22 | Initialize the brightness to a valid value if found. | anton |
2017-07-22 | Add set_routes() and move bind_lease() route magic | Kenneth R Westerback |
2017-07-22 | Delete extra whitespaces | Jeremie Courreges-Anglas |
2017-07-22 | err(1, "whatever") -> err(1, NULL) for malloc(3) failures | Jeremie Courreges-Anglas |
2017-07-22 | use automatic variables rather than globals; no functional change; | Ingo Schwarze |
2017-07-22 | Make the kernel panic if an invalid state transition occurs in net80211. | Stefan Sperling |
2017-07-22 | Add frame length range checks to the input path of iwm(4). | Stefan Sperling |
2017-07-22 | Fix length checks in EAPOL key frame parsing. | Stefan Sperling |
2017-07-22 | Bring SIGBUS and SIGSEGV handling better in line with the other | Visa Hankala |
2017-07-22 | no need to cast signal(3) and fprintf(3) return values to (void) | Ingo Schwarze |
2017-07-22 | Tolerate imprecise fault address on sparc64 where the hardware doesn't provide | Mark Kettenis |
2017-07-22 | Prefer the definition of a variable in the executable over a definition | Mark Kettenis |
2017-07-22 | Whitespace. | Kenneth R Westerback |
2017-07-22 | Oops. Missed chunk keeping /32 netmask magic. | Kenneth R Westerback |
2017-07-22 | Fix the various SIGSEGV and SIGBUS scenarios to match what we do on | Mark Kettenis |
2017-07-22 | Fix the various SIGSEGV and SIGBUS scenarios to match what we do on | Mark Kettenis |
2017-07-22 | Rename *_add_address to *_set_address to reflect that the | Kenneth R Westerback |
2017-07-22 | Introduce jiffies, a volatile unsigned long version of our ticks variable | Mark Kettenis |
2017-07-22 | Add missing RCS IDs and zap redundant SRCS from Makefile. | anton |
2017-07-22 | Favor err() over perror() in example. | anton |
2017-07-22 | Cleanup previous release patches and backup kernel _before_ applying new | Antoine Jacoutot |
2017-07-22 | Use monotonic clock for the time command in csh and ksh. | anton |
2017-07-22 | zap trailing whitespace; | Jason McIntyre |
2017-07-22 | rework the page a bit, clarify a few things, maybe better wording | Ted Unangst |
2017-07-21 | Use the actual width written rather than the possible width to clear. | Nicholas Marriott |
2017-07-21 | Stress the fact that individual pvbus device nodes correspond to | Mike Belopuhov |
2017-07-21 | Add fields for wsmouse/touchpad configuration. | Ulf Brosziewski |
2017-07-21 | Rename _hn to AI_HOSTNAME and export it as global variable so it's | Robert Peichaer |
2017-07-21 | Align ifstart() in netstart and install.sub. | Robert Peichaer |
2017-07-21 | Do not permit USB ioctl handler malloc(9)'s to block as this interferes | ians |
2017-07-21 | Show Synaptics Model IDs. | Ulf Brosziewski |
2017-07-21 | Replace MD _bus_dmamap_* function calls with MI ones | Mike Belopuhov |
2017-07-21 | sync | Mike Belopuhov |
2017-07-21 | Multiple virtualization layers may be available at the same time | Mike Belopuhov |
2017-07-21 | s/set_interface_mtu/set_mtu/g | Kenneth R Westerback |
2017-07-21 | whitespace botch. | Kenneth R Westerback |
2017-07-21 | Document settings for XenServer | Mike Belopuhov |
2017-07-21 | Add a newline | Jeremie Courreges-Anglas |
2017-07-21 | No need for ioctl(SIOCGIFDATA), getifaddrs(3) gives us the link state | Jeremie Courreges-Anglas |
2017-07-21 | autoinstall(8) related global variables are prefixed with AI_. | Robert Peichaer |
2017-07-21 | Add frame length boundary checks to the input path of atu(4). | Stefan Sperling |
2017-07-21 | document that usage of .PHONY, since it's not exactly obvious. | Marc Espie |
2017-07-21 | Trim trailing spaces from full line when it is clearly OK to do so. | Nicholas Marriott |