Age | Commit message (Expand) | Author |
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 |
2017-07-21 | More consistent with other architectures. | Kenji Aoyama |
2017-07-21 | Unbreak the rsu(4) driver which was not kept up-to-date with recent WPA | Stefan Sperling |
2017-07-21 | Fix frame length bounds checks in rsu(4). | Stefan Sperling |
2017-07-21 | Allow ispunct() as well as isalnum() when parsing initial window names. | Nicholas Marriott |
2017-07-21 | Fixup too much indentation | Mike Belopuhov |
2017-07-21 | Garbage collect unused manual page .SUFFIXES, left over | Ingo Schwarze |
2017-07-21 | fix two nasty out-of-bound accesses that killed (sporadically mk38 and mk38bis. | Marc Espie |
2017-07-21 | Accessing a mmap(2)ed file behind its end should result in a SIGBUS | Mark Kettenis |
2017-07-21 | Add -c for respawn-pane and respawn-window, from J Raynor. | Nicholas Marriott |
2017-07-21 | I'm equally upset as Kurt Mosiejczuk, who found irrelevant 22-year | Theo de Raadt |