Age | Commit message (Expand) | Author |
2020-08-12 | getitimer(2): delay TIMESPEC_TO_TIMEVAL(9) conversion until copyout(9) | cheloha |
2020-08-12 | setitimer(2): ITIMER_REAL: don't call timeout_del(9) before timeout_add(9) | cheloha |
2020-08-12 | Reduce stack usage of kqueue_scan() | Visa Hankala |
2020-08-12 | Remove interface statistics update for outgoing packets. We shouldn't | mvs |
2020-08-12 | skip trying to read disabled bios on RV610 | Jonathan Gray |
2020-08-12 | drm/drm_fb_helper: fix fbdev with sparc64 | Jonathan Gray |
2020-08-12 | ssh-keyscan(1): simplify conloop() with timercmp(3), timersub(3); ok djm@ | cheloha |
2020-08-11 | Run start routing without KERNEL_LOCK() | kn |
2020-08-11 | clang 10 now emits calls to __multi3 from libcompiler_rt | Jeremie Courreges-Anglas |
2020-08-11 | setitimer(2): write new timer value in one place | cheloha |
2020-08-11 | Prioritize incoming certificate requests by the order of CERTEQ payloads | tobhe |
2020-08-11 | Send an unexpected message alert if no valid content type is found. | Joel Sing |
2020-08-11 | Increment the epoch in the same place for both read and write. | Joel Sing |
2020-08-11 | Use 0 instead of 0x00 for memset() calls. | Joel Sing |
2020-08-11 | Use SSL3_SEQUENCE_SIZE for last_write_sequence[] rather than hardcoding. | Joel Sing |
2020-08-11 | In SSL_new() just 'goto err' on allocation failure. | Joel Sing |
2020-08-11 | setitimer(2): consolidate copyin(9), input validation, input conversion | cheloha |
2020-08-11 | Update awk to August 7, 2020 version. | Todd C. Miller |
2020-08-11 | getitimer(2): don't enter itimer_mtx to read ITIMER_REAL itimerspec | cheloha |
2020-08-11 | Explicitly #include <scsi/scsi_debug.h> rather than assuming scsiconf.h will do | Kenneth R Westerback |
2020-08-11 | struct process: annotate locking for getitimer(2), setitimer(2) | cheloha |
2020-08-11 | sync | Stuart Henderson |
2020-08-11 | let ssh_config(5)'s AddKeysToAgent keyword accept a time limit for | Damien Miller |
2020-08-11 | let the "Confirm user presence for key ..." ssh-askpass notification | Damien Miller |
2020-08-11 | sync with upstream libfido2 rev 2fa20b889, picking up ~7 months | Damien Miller |
2020-08-11 | Remove fixtfti.c from ppc-if to unbreak macppc build. I guess kettenis@ | Patrick Wildt |
2020-08-11 | I accidentally zeored out a few bytes of the TLSv1.0 session ID. | Theo Buehler |
2020-08-11 | fix path for testing if a .S exists | Jonathan Gray |
2020-08-11 | add -w so kstat can update and print stats at a specified wait interval. | David Gwynne |
2020-08-10 | Get Elantech v1 touchpad with fw version 0x20022 working. | Marcus Glocker |
2020-08-10 | Tedu compiler-rt 8.0.1. | Patrick Wildt |
2020-08-10 | Un-hook and re-hook libcompiler_rt. | Patrick Wildt |
2020-08-10 | Add build infrastructure for compiler-rt. | Patrick Wildt |
2020-08-10 | Re-apply our patches to compiler-rt. | Patrick Wildt |
2020-08-10 | Import compiler-rt 10.0.1 release. | Patrick Wildt |
2020-08-10 | Reduce log spam. | tobhe |
2020-08-10 | Remove unused argument. | tobhe |
2020-08-10 | Avoid passing -1 to freezero. | Theo Buehler |
2020-08-10 | Do not block IPIs when acquiring the rendezvous mutex. Otherwise the | Visa Hankala |
2016-09-05 | Import libcompiler_rt 3.9.0, LLVM's replacement for libgcc. | Pascal Stumpf |
2020-08-10 | sync | Patrick Wildt |
2020-08-10 | Minor code shuffle to get all *_activate(), *_probe() and *_detach() functions | Kenneth R Westerback |
2020-08-10 | minor polishing: fix typos, add HISTORY and AUTHORS, a few wording | Ingo Schwarze |
2020-08-10 | Set `IFXF_MPSAFE' bit to pppac(4) related `ifnet'. This moves pppac(4) | mvs |
2020-08-10 | sigh, i made the previous diff to small. | David Gwynne |
2020-08-10 | factor out the printing of kstats. no functional change otherwise. | David Gwynne |
2020-08-10 | remove #if 0'd ufs2 magic error which predates ffs2 support | Jonathan Gray |
2020-08-10 | use EROFS when attempting to mount a 4.2BSD fs without MNT_RDONLY | Jonathan Gray |
2020-08-10 | consistently return EINVAL on invalid BPB | Jonathan Gray |
2020-08-10 | Remove the acpicpu_sc array and instead locate acpicpu instances using | Jonathan Matthew |