summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/src/algorithm.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-03No more status subcommands; ok florian@otto6-124/+40
2019-12-03Add display of mode sense data to SCSIDEBUG.krw1-20/+46
2019-12-03Correctly represent flows as traffic selectors as described in RFC 7296. Thistobhe6-44/+135
2019-12-03Style nits in function arguments.nicm7-19/+19
2019-12-03rkemmcphy(4)patrick2-3/+44
2019-12-03pwmfan(4)patrick2-2/+43
2019-12-03rkpwm(4)patrick2-2/+44
2019-12-03Allinner -> Allwinnerpatrick1-3/+3
2019-12-03Since device tree trip points might not be sorted, but our codepatrick1-4/+19
2019-12-03With -R and an implicit ".", don't prepend file paths with "./"jca2-10/+14
2019-12-03Add pwmfan(4), a driver for PWM-regulated fans.patrick4-3/+140
2019-12-03Add rkpwm(4), a driver for the RK3399's PWM controller.patrick4-3/+189
2019-12-03Add support for the RK3399's PWM clock to rkclock(4).patrick2-1/+8
2019-12-03Document implicit "." default file for -Rkn1-2/+7
2019-12-03Fix typo: ECHD -> ECDH.tb1-4/+4
2019-12-03fwide() does not unlock if error was occurred.asou1-2/+4
2019-12-03add support for printing RFC 8300 Network Service Header (NSH)dlg5-7/+329
2019-12-02rename binaries to differentiate failure cases (in dmesg output) betweenderaadt4-6/+6
2019-12-02Tweak inaccurate commentjca1-2/+1
2019-12-02add support for VXLAN-GPE as per draft-ietf-nvo3-vxlan-gpe-08.dlg2-34/+82
2019-12-02Tweak previous, using fputs here was finejca1-2/+2
2019-12-02Use getline(3) to handle lines longer than 8192 bytes in patch filesjca6-51/+62
2019-12-02the dhcp6 printing doesn't need these files anymore.dlg2-275/+0
2019-12-02rewrite dhcpv6 parsing so it follows the rfc, not an incompat draft.dlg3-280/+159
2019-12-02With -R assume that "." was passed instead of printing a warningjca1-3/+7
2019-12-02Revert "timeout(9): switch to tickless backend"cheloha6-254/+152
2019-12-02Remove client menu, I don't think it adds anything.nicm1-8/+1
2019-12-02Have SCSIDEBUG show the number of bytes of VPD inquiry data received,krw1-1/+3
2019-12-02It is not always clear what ld.so was backed up to ld.so.backup, andderaadt1-2/+1
2019-12-02Save the computed median to avoid having it to compute it all the time;otto1-6/+11
2019-12-02update currency exchange rates;jmc1-39/+39
2019-12-02Don't forget the scsi_vpd_header when calculating the number of byteskrw1-2/+3
2019-12-02Replace rwsleep(9) with rwsleep_nsec(9) in vfs_lockf.c.visa1-3/+4
2019-12-02Remove now unneeded kernel locking from vfs_lockf.c.visa1-7/+2
2019-12-02Use a unified cache in all libunbound based resolvers.florian1-4/+60
2019-12-02Stop supporting UVM_FLAG_TRYLOCK in uvm_mapanon(), it is not used.mpi1-11/+4
2019-12-02increment refcount before doing the call to resolve(); ok florian@otto1-2/+2
2019-12-02Add an "all" mode for status and a much more compact and readable histogramotto7-103/+74
2019-12-02drm/i915/userptr: Try to acquire the page lock around set_page_dirty()jsg1-1/+21
2019-12-02drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICsjsg1-5/+18
2019-12-02sync namesderaadt2-3/+3
2019-12-02tc_windup: separate timecounter.tc_freq_adj from timehands.th_adjustmentcheloha1-4/+5
2019-12-02output_createtmp() remembers the true name, so output_finish() does notderaadt6-19/+18
2019-12-02linewrap usagederaadt1-3/+3
2019-12-02missing | leads to incompete resultsderaadt1-2/+2
2019-12-02For 32 bit systems, cast the long long used by strtoll() to unsigned longderaadt1-2/+2
2019-12-01Add sizes for free() in auvia(4).fcambus1-3/+3
2019-12-01Don't require a valid sa_len for a bunch of IPv4 "get" ioctlsjca1-3/+6
2019-12-01Add missing space between "accept" and "bogus"kn1-2/+2
2019-12-01comply with POSIX and make execve() return EACCES for directoriesnaddy2-9/+3