Age | Commit message (Expand) | Author |
2016-07-30 | This is effectively a ksh(1) script. | Antoine Jacoutot |
2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program | Philip Guenther |
2016-07-30 | old keys no longer needed | Theo de Raadt |
2016-07-29 | Add a periodic timer to workaround missing completion events | Mike Belopuhov |
2016-07-29 | Disable receive ring slot accounting | Mike Belopuhov |
2016-07-29 | Move xen interrupt handlers to dedicated task queues | Mike Belopuhov |
2016-07-29 | Loop until we've read all available responses | Mike Belopuhov |
2016-07-29 | add a check that the arguments to isavail don't overflow. | Ted Unangst |
2016-07-29 | Fix regression introduced by patch to CVE-2016-0718: Tag names were cut off i... | Remi Pointel |
2016-07-29 | all of the update functions take a size_t. correct type and casts. | Ted Unangst |
2016-07-29 | Update TX completion event index when putting a packet on the ring | Mike Belopuhov |
2016-07-29 | Reduce the amount of sent RX producer notifications; from FreeBSD | Mike Belopuhov |
2016-07-29 | Reduce the amount of sent TX producer notifications; from FreeBSD | Mike Belopuhov |
2016-07-29 | max name servers is currently 5, not 3, apparently; | Jason McIntyre |
2016-07-29 | Allow starting a VM again after it was terminated | Stefan Kempf |
2016-07-29 | Bump copyright in files that I touched last. | Reyk Floeter |
2016-07-29 | Add support for common WebDAV methods; from httpd. | Reyk Floeter |
2016-07-29 | log ip addresses as well in authentication phase | Giovanni Bechis |
2016-07-29 | Only flush the virtual page if it was actually mapped. Otherwise | Patrick Wildt |
2016-07-29 | Reorder code to avoid a divide by zero when there are no sensors. | Jonathan Gray |
2016-07-28 | Store the acpi processor ID/UID in struct cpu_info, and use it to attach | Mark Kettenis |
2016-07-28 | rework realloc loop. there's no need to shrink the allocation between | Ted Unangst |
2016-07-28 | strncmp is a more reasonable way to check the beginning of a string. | Ted Unangst |
2016-07-28 | these programs probably do not need to use TMPDIR. ok florian | Ted Unangst |
2016-07-28 | after getenv, check for empty string too. ok millert | Ted Unangst |
2016-07-28 | Remove top level ring processing loops as too ambiguous | Mike Belopuhov |
2016-07-28 | Typo in the installation notes, from Roman Yakovlev. | Vadim Zhukov |
2016-07-28 | remove note about command substitution and double quotes: it is probable | Jason McIntyre |
2016-07-28 | remove HISTORY: it was a nonsense; | Jason McIntyre |
2016-07-28 | some text cutting, after feedback from jsing; | Jason McIntyre |
2016-07-28 | replace hand rolled physlock with real rwlock. ok mlarkin | Ted Unangst |
2016-07-28 | Use long labs(3) for pointer arithmetic. | Alexander Bluhm |
2016-07-28 | Revert previous commit | Mike Belopuhov |
2016-07-28 | Revert previous commit | Mike Belopuhov |
2016-07-28 | Convert ifq_deq_{begin,rollback,commit} dance to a single ifq_dequeue | Mike Belopuhov |
2016-07-28 | firmware is the plural; | Jason McIntyre |
2016-07-28 | RMD160Update actually takes size_t length | Ted Unangst |
2016-07-27 | better bounds check on iovcnt (we only ever use fixed, positive values) | Damien Miller |
2016-07-27 | Get interrupts going for the Allwinner-R8 chip. | Marcus Glocker |
2016-07-27 | Remove a feature to re-use existing early bootstrap mappings. This | Patrick Wildt |
2016-07-27 | Add interface to facilitate iterating over gpios. | Mark Kettenis |
2016-07-27 | improve comments a bit. ok mlarkin tom | Ted Unangst |
2016-07-27 | When pmap_page_remove() is called by UVM, a physical page is to be | Patrick Wildt |
2016-07-27 | it should not be necessary for yacc to use TMPDIR, /tmp is good enough. | Ted Unangst |
2016-07-27 | correct syntax for baddynamic example. from Holger Mikolon | Ted Unangst |
2016-07-27 | ansify mem.c to the latest fashion. with a fix from mike burns. ok deraadt | Ted Unangst |
2016-07-27 | check flags with mask instead of equality, in case we decide to mix | Ted Unangst |
2016-07-27 | increase the size of forkstat fields to accomodate large values | Ted Unangst |
2016-07-27 | document the so_upcall option to socreate | Peter Hessler |
2016-07-27 | checking for firmware works better if I pass thru all options | Marc Espie |