search for: chnges

Displaying 5 results from an estimated 5 matches for "chnges".

Did you mean: changes
2016 Jul 11
0
Proposal for technique to stop a timer at any moment
...the following signals: + +*SIGINT* *SIGQUIT* *SIGTERM*:: +The upsd process shuts down. + +*SIGHUP*:: +The upsd process reloads it's configuration files. + +*SIGUSR1*:: +upsd remembers the SIGUSR1 signal on behalf of each UPS. When a +client such as linkman:upsmon[8] polls upsd for UPS status chnges, the SIGUSR1 +is reported as a status change. Once reported, upsd discards it's record of +the signal. If a further SIGUSR1 is received while a previous SIGUSR1 is +waiting to be polled, it is discarded. Any semantics attached to the signal +are defined by the user, perhaps in a user script...
2001 Dec 22
3
NTLM, NTLMv2, lmcompatibilitylevel >=2 doesnt work
Hi, I'm wondering if samba supports NTLMv2, particullary NTLMv2 session security. But I can't even get NTLM-only to work :(. I'm trying to increase lmcompatibilitylevel, but I can't connect to the samba server anymore when I set it to 2 or higher ("Send NTLM authenication only"). I'm using HEAD CVS of today, and my smb.conf looks like this: [global]
2019 Jan 31
2
[PATCH] drm: prefix header search paths with $(srctree)/
Currently, the Kbuild core manipulates header search paths in a crazy way [1]. To fix this mess, I want all Makefiles to add explicit $(srctree)/ to the search paths in the srctree. Some Makefiles are already written in that way, but not all. The goal of this work is to make the notation consistent, and finally get rid of the gross hacks. Having whitespaces after -I does not matter since commit
2018 Nov 26
0
[PATCH v6 3/6] drm/dp_mst: Start tracking per-port VCPI allocations
...oder > when enabling an output. Not when disabling one. Similar for the atomic > helpers and the various encoder callbacks (you have the same change in the > nouveau code). Did this actually blow up while testing? yes-it looked like we were calling compute_config on simple DPMS on->off chnges as well, this ended up making it so we wouldn't try changing the VCPI allocation on such commits. ACK on all of the other comments here. > > > slots = drm_dp_atomic_find_vcpi_slots(state, > > &intel_dp->mst_mgr, > > port, > > @@ -...
2018 Nov 26
4
[PATCH v6 3/6] drm/dp_mst: Start tracking per-port VCPI allocations
On Thu, Nov 15, 2018 at 07:50:05PM -0500, Lyude Paul wrote: > There has been a TODO waiting for quite a long time in > drm_dp_mst_topology.c: > > /* We cannot rely on port->vcpi.num_slots to update > * topology_state->avail_slots as the port may not exist if the parent > * branch device was unplugged. This should be fixed by tracking > * per-port slot allocation