| Commit message (Expand) | Author | Files | Lines |
2019-12-03 | No more status subcommands; ok florian@ |  otto | 6 | -124/+40 |
2019-12-03 | Add display of mode sense data to SCSIDEBUG. |  krw | 1 | -20/+46 |
2019-12-03 | Correctly represent flows as traffic selectors as described in RFC 7296. This |  tobhe | 6 | -44/+135 |
2019-12-03 | Style nits in function arguments. |  nicm | 7 | -19/+19 |
2019-12-03 | rkemmcphy(4) |  patrick | 2 | -3/+44 |
2019-12-03 | pwmfan(4) |  patrick | 2 | -2/+43 |
2019-12-03 | rkpwm(4) |  patrick | 2 | -2/+44 |
2019-12-03 | Allinner -> Allwinner |  patrick | 1 | -3/+3 |
2019-12-03 | Since device tree trip points might not be sorted, but our code |  patrick | 1 | -4/+19 |
2019-12-03 | With -R and an implicit ".", don't prepend file paths with "./" |  jca | 2 | -10/+14 |
2019-12-03 | Add pwmfan(4), a driver for PWM-regulated fans. |  patrick | 4 | -3/+140 |
2019-12-03 | Add rkpwm(4), a driver for the RK3399's PWM controller. |  patrick | 4 | -3/+189 |
2019-12-03 | Add support for the RK3399's PWM clock to rkclock(4). |  patrick | 2 | -1/+8 |
2019-12-03 | Document implicit "." default file for -R |  kn | 1 | -2/+7 |
2019-12-03 | Fix typo: ECHD -> ECDH. |  tb | 1 | -4/+4 |
2019-12-03 | fwide() does not unlock if error was occurred. |  asou | 1 | -2/+4 |
2019-12-03 | add support for printing RFC 8300 Network Service Header (NSH) |  dlg | 5 | -7/+329 |
2019-12-02 | rename binaries to differentiate failure cases (in dmesg output) between |  deraadt | 4 | -6/+6 |
2019-12-02 | Tweak inaccurate comment |  jca | 1 | -2/+1 |
2019-12-02 | add support for VXLAN-GPE as per draft-ietf-nvo3-vxlan-gpe-08. |  dlg | 2 | -34/+82 |
2019-12-02 | Tweak previous, using fputs here was fine |  jca | 1 | -2/+2 |
2019-12-02 | Use getline(3) to handle lines longer than 8192 bytes in patch files |  jca | 6 | -51/+62 |
2019-12-02 | the dhcp6 printing doesn't need these files anymore. |  dlg | 2 | -275/+0 |
2019-12-02 | rewrite dhcpv6 parsing so it follows the rfc, not an incompat draft. |  dlg | 3 | -280/+159 |
2019-12-02 | With -R assume that "." was passed instead of printing a warning |  jca | 1 | -3/+7 |
2019-12-02 | Revert "timeout(9): switch to tickless backend" |  cheloha | 6 | -254/+152 |
2019-12-02 | Remove client menu, I don't think it adds anything. |  nicm | 1 | -8/+1 |
2019-12-02 | Have SCSIDEBUG show the number of bytes of VPD inquiry data received, |  krw | 1 | -1/+3 |
2019-12-02 | It is not always clear what ld.so was backed up to ld.so.backup, and |  deraadt | 1 | -2/+1 |
2019-12-02 | Save the computed median to avoid having it to compute it all the time; |  otto | 1 | -6/+11 |
2019-12-02 | update currency exchange rates; |  jmc | 1 | -39/+39 |
2019-12-02 | Don't forget the scsi_vpd_header when calculating the number of bytes |  krw | 1 | -2/+3 |
2019-12-02 | Replace rwsleep(9) with rwsleep_nsec(9) in vfs_lockf.c. |  visa | 1 | -3/+4 |
2019-12-02 | Remove now unneeded kernel locking from vfs_lockf.c. |  visa | 1 | -7/+2 |
2019-12-02 | Use a unified cache in all libunbound based resolvers. |  florian | 1 | -4/+60 |
2019-12-02 | Stop supporting UVM_FLAG_TRYLOCK in uvm_mapanon(), it is not used. |  mpi | 1 | -11/+4 |
2019-12-02 | increment refcount before doing the call to resolve(); ok florian@ |  otto | 1 | -2/+2 |
2019-12-02 | Add an "all" mode for status and a much more compact and readable histogram |  otto | 7 | -103/+74 |
2019-12-02 | drm/i915/userptr: Try to acquire the page lock around set_page_dirty() |  jsg | 1 | -1/+21 |
2019-12-02 | drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICs |  jsg | 1 | -5/+18 |
2019-12-02 | sync names |  deraadt | 2 | -3/+3 |
2019-12-02 | tc_windup: separate timecounter.tc_freq_adj from timehands.th_adjustment |  cheloha | 1 | -4/+5 |
2019-12-02 | output_createtmp() remembers the true name, so output_finish() does not |  deraadt | 6 | -19/+18 |
2019-12-02 | linewrap usage |  deraadt | 1 | -3/+3 |
2019-12-02 | missing | leads to incompete results |  deraadt | 1 | -2/+2 |
2019-12-02 | For 32 bit systems, cast the long long used by strtoll() to unsigned long |  deraadt | 1 | -2/+2 |
2019-12-01 | Add sizes for free() in auvia(4). |  fcambus | 1 | -3/+3 |
2019-12-01 | Don't require a valid sa_len for a bunch of IPv4 "get" ioctls |  jca | 1 | -3/+6 |
2019-12-01 | Add missing space between "accept" and "bogus" |  kn | 1 | -2/+2 |
2019-12-01 | comply with POSIX and make execve() return EACCES for directories |  naddy | 2 | -9/+3 |