search for: pbit

Displaying 6 results from an estimated 6 matches for "pbit".

Did you mean: bit
2003 Aug 22
3
PAE removal patch for testing
...*/ - if ((pde & PG_V) == 0) + if (ptpaddr == 0) continue; - if (nva > eva) - nva = eva; + if (pdnxt > eindex) { + pdnxt = eindex; + } + + for (; sindex != pdnxt; sindex++) { - pte = pmap_pte(pmap, sva); - for (; sva < nva; sva += PAGE_SIZE, pte++) { - pt_entry_t pbits; + unsigned pbits; vm_page_t m; - pbits = *pte; + pbits = ptbase[sindex]; if (pbits & PG_MANAGED) { m = NULL; @@ -1785,7 +1957,7 @@ pbits &= ~PG_A; } if (pbits & PG_M) { - if (pmap_track_modified(sva)) { + if (pmap_track_modified(i386_ptob...
2004 Jun 10
0
can use iptables to match 802.1Q P bits?
...iptables to set TOS according to the 802.1Q P bits in ethernet header,but I got no idea.You know,we can use this to match mac:iptables -A FORWARD -m mac --mac-source 00:e0:4c:3b:b6:d5 -j DROP.So can iptables supply commands to match P bits in ethernet header?(If so,I can set:iptables -A FORWARD -p pbits --pbits 0x5 -j TOS --set-tos 0xb8.) Any suggestion is highly appreciated!   Best regards.         swcims         swcims@163.com           2004-06-10
2007 Sep 27
1
to overcome error while computing sd for each subset of data (PR#9931)
...Liab" "TotAssets" "NetSales" "OpPft" [17] "Interest" "GrossPft" "AdjNetPft" "Dividend" [21] "PrefDivi" "EquityPaidUp" "CurrentAssets" "PBIT" [25] "TotExpen" "Equity" "FaceValue" > c2<-aggregate(BusinessRisk,list(a2[,1]),sd(BusinessRisk,na.rm=TRUE)) Error in FUN(X[[1L]], ...) : argument "INDEX" is missing, with no default > Please help me to overcome thi...
2014 Jan 10
0
Wine release 1.6.2
...msi: Don't add text to the scrollable text control twice. mscms: Port to liblcms2. Henri Verbeet (4): wined3d: Introduce a function for safely releasing a DC. wined3d: Mark the context valid if making it current on the "backup" window worked. d3d8: Clear pBits and Pitch when d3d8_surface_LockRect() fails. wined3d: Reimplement wined3d_ftoa(). Huw D. M. Davies (6): riched20: Revert to the default paragraph style when all text is deleted. ntdll: Don't reduce the size of the local buffer when we come to read another batch of entries....
2015 May 21
8
Weak DH primes and openssh
Hi, You will be aware of https://weakdh.org/ by now, I presume; the take-home seems to be that 1024-bit DH primes might well be too weak. I'm wondering what (if anything!) you propose to do about this issue, and what Debian might do for our users? openssh already prefers ECDH, which must reduce the impact somewhat, although the main Windows client (PuTTY) doesn't support ECDH yet. But
2013 Nov 22
0
Wine release 1.7.7
...o initialize and destroy a libnetapi context. netapi32: Add support for info level 502 in NetShareAdd. netapi32: The last parameter to Samba's NetShareAdd is not optional. wininet: Reading past end-of-file in chunked mode returns success. Henri Verbeet (46): d3d8: Clear pBits and Pitch when d3d8_surface_LockRect() fails. ddraw: Introduce a ddraw_texture structure as parent for textures. ddraw: Create wined3d textures before ddraw surfaces. ddrawex: Get rid of the IDirectDrawImpl typedef. ddrawex: Get rid of the IDirectDrawSurfaceImpl typedef....