Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-12-02 | Have SCSIDEBUG show the number of bytes of VPD inquiry data received, | 1 | -1/+3 | ||
not the number of bytes that were available in the buffer. | |||||
2019-12-02 | It is not always clear what ld.so was backed up to ld.so.backup, and | 1 | -2/+1 | ||
better that folk doing development in here use their own cp tooling. | |||||
2019-12-02 | Save the computed median to avoid having it to compute it all the time; | 1 | -6/+11 | ||
ok florian@ | |||||
2019-12-02 | update currency exchange rates; | 1 | -39/+39 | ||
2019-12-02 | Don't forget the scsi_vpd_header when calculating the number of bytes | 1 | -2/+3 | ||
obtained by scsi_inquire_vpd(). | |||||
2019-12-02 | Replace rwsleep(9) with rwsleep_nsec(9) in vfs_lockf.c. | 1 | -3/+4 | ||
Prompted by and OK cheloha@ OK mpi@ anton@ | |||||
2019-12-02 | Remove now unneeded kernel locking from vfs_lockf.c. | 1 | -7/+2 | ||
OK mpi@ anton@ | |||||
2019-12-02 | Use a unified cache in all libunbound based resolvers. | 1 | -4/+60 | ||
OK otto | |||||
2019-12-02 | Stop supporting UVM_FLAG_TRYLOCK in uvm_mapanon(), it is not used. | 1 | -11/+4 | ||
ok tedu@, visa@ | |||||
2019-12-02 | increment refcount before doing the call to resolve(); ok florian@ | 1 | -2/+2 | ||
2019-12-02 | Add an "all" mode for status and a much more compact and readable histogram | 7 | -103/+74 | ||
display; remove the why bogus status message; ok florian@ | |||||
2019-12-02 | drm/i915/userptr: Try to acquire the page lock around set_page_dirty() | 1 | -1/+21 | ||
From Chris Wilson e80e88ef6057c7947409bda9898387d25e54aaa9 in linux 4.19.y/4.19.87 2d691aeca4aecbb8d0414a777a46981a8e142b05 in mainline linux | |||||
2019-12-02 | drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICs | 1 | -5/+18 | ||
From Evan Quan 8a67fbf6597122c4a5e2c48716bc441364357eef in linux 4.19.y/4.19.87 355d991cb6ff6ae76b5e28b8edae144124c730e4 in mainline linux | |||||
2019-12-02 | sync names | 2 | -3/+3 | ||
2019-12-02 | tc_windup: separate timecounter.tc_freq_adj from timehands.th_adjustment | 1 | -4/+5 | ||
We currently mix timecounter.tc_freq_adj and timehands.th_adjtimedelta in ntp_update_second() to produce timehands.th_adjustment, our net skew. But if you set a low enough adjfreq(2) adjustment you can freeze time. This prevents ntp_update_second() from running again. So even if you then set a sane adjfreq(2) you cannot unfreeze time without rebooting. If we just reread timecounter.tc_freq_adj every time we recompute timehands.th_scale we avoid this trap. visa@ notes that this is more costly than what we currently do but that the cost itself is negligible. Intuitively, timecounter.tc_freq_adj is a constant skew and should be handled separately from timehands.th_adjtimedelta, an adjustment that we chip away at very slowly. tedu@ notes that this problem is sort-of an argument for imposing range limits on adjfreq(2) inputs. He's right, but I think we should still separate the counter adjustment from the adjtime(2) adjustment, with or without range limits. ok visa@ | |||||
2019-12-02 | output_createtmp() remembers the true name, so output_finish() does not | 6 | -19/+18 | ||
need to replay it. | |||||
2019-12-02 | linewrap usage | 1 | -3/+3 | ||
2019-12-02 | missing | leads to incompete results | 1 | -2/+2 | ||
2019-12-02 | For 32 bit systems, cast the long long used by strtoll() to unsigned long | 1 | -2/+2 | ||
and then a void * for calling the hexdump() operator with bluhm | |||||
2019-12-01 | Add sizes for free() in auvia(4). | 1 | -3/+3 | ||
OK mpi@ | |||||
2019-12-01 | Don't require a valid sa_len for a bunch of IPv4 "get" ioctls | 1 | -3/+6 | ||
Same fix as for the IPv6 case. Fixes a regression in ports/net/openvpn spotted by landry@, ok bluhm@ | |||||
2019-12-01 | Add missing space between "accept" and "bogus" | 1 | -2/+2 | ||
2019-12-01 | comply with POSIX and make execve() return EACCES for directories | 2 | -9/+3 | ||
ok millert@ deraadt@ | |||||
2019-12-01 | Tweak variable names to be consistent with 'pg_code' and 'pg_length' | 1 | -14/+14 | ||
field names in sense mode structs. | |||||
2019-12-01 | Make prototype and implementation signatures the same by removing | 1 | -3/+3 | ||
'const' from the only two 'const int' instances. | |||||
2019-12-01 | Don't overwrite original error returned by scsi_do_mode_sense(). | 1 | -2/+2 | ||
2019-12-01 | Allow forcing specific domains to be resolved by specific resolvers; | 7 | -20/+236 | ||
Handles typical split-horzizon setups. ok florian@ | |||||
2019-12-01 | sync | 1 | -1/+1 | ||
2019-12-01 | crank libelf major for exec_elf.h changes | 1 | -1/+1 | ||
2019-12-01 | Change Elf64 types and structs to match the System V ABI specification. | 2 | -79/+76 | ||
Change Elf64_Half from a uint32_t type to a uint16_t type. The size of structs do not change as the previous uses of Elf64_Half become Elf64_Word (uint32_t). Remove Elf64_Quarter as 16 bit values now use Elf64_Half. Replace Elf_Byte use with unsigned char. Change some uses of Elf64_Xword to Elf64_Addr (both uint64_t). Corrects behaviour with libelf where the file size of a symtab section came back as 26 not 24 as libelf determines this by the size of a the involved types not the size of the struct in exec_elf.h. As a result libelf's elf_getdata() returned ELF_E_SECTION due to the size of the section not being a multiple of the file size of the section type. This occurred with the new runtime linker for radeon shaders in Mesa 19.2. Sync description of Elf32 and Elf64 types in elf(5) with FreeBSD and adjust types in structs mentioned. ok guenther@ deraadt@ | |||||
2019-12-01 | Explain how ipcomp can be enabled. | 1 | -2/+5 | ||
ok reyk@ | |||||
2019-12-01 | Simplify sets directory check and creation (/home/_syspatch). | 1 | -13/+2 | ||
It can now be a symlink. ok naddy@ solene@ kn@ | |||||
2019-12-01 | revert exec_elf.h rev 1.85 | 1 | -17/+17 | ||
committed by mistake as part of an unrelated change | |||||
2019-12-01 | grow i386 cd ramdisk a little bit | 2 | -6/+6 | ||
2019-12-01 | this hexdump tie-in is incorrect, disable for now | 1 | -2/+2 | ||
2019-12-01 | sync | 1 | -1/+1 | ||
2019-12-01 | Remove unused test program. | 1 | -62/+0 | ||
OK deraadt@ | |||||
2019-11-30 | temporarily neuter the syscall-callfrom check as a few people | 1 | -3/+3 | ||
haven't crossed over the ABI break as easily as expected. | |||||
2019-11-30 | Sigh, fix i386 msyscall() case to permission the correct address range. | 1 | -6/+8 | ||
2019-11-30 | - no -r option | 2 | -5/+5 | ||
- man page is bgpd, not openbgpd ok deraadt | |||||
2019-11-30 | cardbus(4): tsleep(9) -> tsleep_nsec(9); ok jca@ | 1 | -3/+3 | ||
2019-11-30 | pckbc(4): tsleep(9) -> tsleep_nsec(9); ok jca@ | 1 | -2/+2 | ||
2019-11-30 | onewire(4), owtemp(4): tsleep(9) -> tsleep_nsec(9); ok jca@ | 2 | -7/+7 | ||
2019-11-30 | utwitch(4): tsleep(9) -> tsleep_nsec(9); ok jca@ | 1 | -4/+4 | ||
2019-11-30 | make sure we only pass normalized timevals for the next resolver interval; | 1 | -4/+10 | ||
ok florian@ | |||||
2019-11-30 | The message sent in config_setmode starts the handshake in the ikev2 process | 1 | -3/+5 | ||
and thus must be sent last. ok reyk@ | |||||
2019-11-30 | Log loaded SPIs and flows. | 4 | -7/+68 | ||
ok patrick@ | |||||
2019-11-30 | unveil(2) /dev with read permissions since it's the only directory usbdevs(8) | 1 | -1/+6 | ||
will read from OK kn@ | |||||
2019-11-30 | pcidump(8) only opens devices in O_RDONLY from /dev, and additionally writes a | 1 | -1/+6 | ||
`romfile' if -r is used, but since I'm only unveiling after that file is actually opened there's no need to unveil it as well. OK deraadt@ kn@ | |||||
2019-11-30 | After fork(2) the pledge(2) in the parent proc can be reduced to | 1 | -1/+4 | ||
"stdio rpath sendfd" so that it can call {l,}stat/open and sendfd for imsg_* in order to send fds to the child proc which is already pledged by recvfd to receive them OK brynet@ deraadt@ |