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