similar to: 6300267 Remove objmgr module (fix lint)

Displaying 20 results from an estimated 4000 matches similar to: "6300267 Remove objmgr module (fix lint)"

2006 Oct 31
0
4855218 sparc: Need EFI label support on IDE
Author: lclee Repository: /hg/zfs-crypto/gate Revision: c80632cae25a4c92285f9e6434b64aa3f3aa6b79 Log message: 4855218 sparc: Need EFI label support on IDE 6275431 x86: Need EFI label support on IDE 6340778 cmlb: common disk label code 6326547 format: converting EFI to VTOC, fdisk info is taken from a random disk 6335611 format: Need to warn users that data will be lost when converting to and from
2006 Oct 31
0
6324793 pci_autoconfig: duplicate devinfo nodes appear for CardBus bridge in Tecra M3 (fix lint)
Author: myers Repository: /hg/zfs-crypto/gate Revision: 868b2dedf16bd7d22452469e5ec4ef496fae2c3f Log message: 6324793 pci_autoconfig: duplicate devinfo nodes appear for CardBus bridge in Tecra M3 (fix lint) 6326272 power button doesn''t shut down acpi systems (fix lint) Files: update: usr/src/uts/common/io/power.c update: usr/src/uts/i86pc/io/pci/pci_boot.c update:
2006 Oct 31
0
6217236 pcfs module has incorrect FAT signature check (fix lint)
Author: wyllys Repository: /hg/zfs-crypto/gate Revision: c300512c0d2609e729a85ce9f318a9133e7a8b1e Log message: 6217236 pcfs module has incorrect FAT signature check (fix lint) 6310335 mkfs_pcfs FAT size computation is wrong. (fix lint) Files: update: usr/src/cmd/fs.d/pcfs/mkfs/mkfs.c update: usr/src/uts/common/fs/pcfs/pc_vfsops.c
2006 Oct 31
0
PSARC 2006/188 Memory Cache Disable Support on x86
Author: eota Repository: /hg/zfs-crypto/gate Revision: 5280d884b1432bc97a53a686598dc80c1b1a38cc Log message: PSARC 2006/188 Memory Cache Disable Support on x86 4262085 devmap_umem_setup doesn''t honor accattrp parameter 6212057 ddi_dma_mem_alloc should be able to alloc with cache disable on x86 6397314 iprb calls ddi_dma_mem_alloc() with zero for the data transfer mode Files: update:
2006 Oct 31
0
6375481 eri driver doesn''t reset promiscuous mode correctly (fix lint)
Author: prafull Repository: /hg/zfs-crypto/gate Revision: 95c55f804e6251aa87677ff29f6de677f407d04d Log message: 6375481 eri driver doesn''t reset promiscuous mode correctly (fix lint) Files: update: usr/src/uts/sun/io/eri.c
2006 Oct 31
0
6281100 RFE: AVL-FS2: Support Anchored Page Retire for LW8, Serengeti & Starcat platforms (fix x86 lint)
Author: ayznaga Repository: /hg/zfs-crypto/gate Revision: 6eac92b976923acc75b29f19db289920ad3fe49e Log message: 6281100 RFE: AVL-FS2: Support Anchored Page Retire for LW8, Serengeti & Starcat platforms (fix x86 lint) Files: update: usr/src/uts/common/io/mem.c
2008 May 08
0
lint nits and CCM IV/nonce size fix
Author: Darren Moffat <darrenm at opensolaris.org> Repository: /hg/zfs-crypto/gate Latest revision: d22dab8b3cf8927274becf145e811389891f4fb7 Total changesets: 1 Log message: lint nits and CCM IV/nonce size fix Files: update: usr/src/common/zfs/zcrypt_common.c update: usr/src/uts/common/fs/zfs/zio_crypt.c
2008 Dec 05
0
resync onnv_105 partial for 6713916
Author: Darren Moffat <Darren.Moffat at Sun.COM> Repository: /hg/zfs-crypto/gate Latest revision: 957d30a3607ed9f3cbe490da5894d1e1b2104033 Total changesets: 28 Log message: resync onnv_105 partial for 6713916 Files: usr/src/Makefile.lint usr/src/Targetdirs usr/src/cmd/Makefile usr/src/cmd/Makefile.cmd usr/src/cmd/acctadm/Makefile usr/src/cmd/acctadm/acctadm.xcl
2006 Oct 31
0
6301697 several programs in /usr/ucb are not lint clean
Author: gbrunett Repository: /hg/zfs-crypto/gate Revision: 10057df46ac4d52040af9e3df97e79a30d7e04ec Log message: 6301697 several programs in /usr/ucb are not lint clean Files: update: usr/src/Makefile.lint update: usr/src/ucbcmd/basename/basename.c update: usr/src/ucbcmd/biff/biff.c update: usr/src/ucbcmd/echo/echo.c update: usr/src/ucbcmd/groups/groups.c update:
2006 Mar 15
2
Wine and a simple text-mode program (Gimpel PC-Lint)
I am trying to run Gimpel's PC-Lint under Wine, and am running into trouble. It is a simple DOS text-mode program, nothing fancy, no graphics, uses stdin, stdout, and stderr. It is invoked thus: In the batch file LIN.BAT: wine Lint-nt +v -i"C:\Lint" "C:\Lint\std.lnt" File std.lnt is a list of optional parameters to Lint-nt that contains this: lnt\au-sm.lnt gnu.lnt
2012 Apr 19
1
puppet-lint error
Hi, this is not strictly puppet related but I am hoping someone here who uses puppet-lint can tell me what is going on here......... $ puppet-lint init.pp /Users/jc/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/ rubygems/custom_require.rb:36:in `require'': iconv will be deprecated in the future, use String#encode instead.
2003 Apr 23
0
maintainer of the /usr/src/sys/i386/conf/LINT file??
Im not shure who maintains the LINT file that resides in /usr/src/sys/i386/conf/LINT Or should i do a cvs commit by my self? Im not so familiar with cvs..So anyone that can tip me how to do it please do if iam supposed to do it? # uname -a FreeBSD <hostname> 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 17 03:52:52 CEST 2003 erikrana@<hostname.tld> :/usr/obj/usr/src/sys/fw_48
2013 Apr 11
3
puppet-lint -- learning stuff about style but also generating questions
Here''s one I learned: I originally had # Ensure /etc/hosts contains the basics host { "${fqdn}": host_aliases => $hostname, ip => $ipaddress, } And thru some trial and error, got down to this (which puppet-lint does not gripe about) # Ensure /etc/hosts contains the basics host { $fqdn: host_aliases => $hostname, ip => $ipaddress, }
2009 Mar 29
5
Rack::Lint::LintError with latest camping and rack
I''m trying to use Camping from Magnus'' repo (1.9.300) but running the blog.rb example (or anything for that matter) gives me Rack::Lint::LintError at / Content-Length header was 0, but should be 548 Ruby C:/ruby-1.8.7/lib/ruby/gems/1.8/gems/rack-0.9.1/lib/rack/lint.rb: in assert, line 16 Web GET localhost/ There are no errors on the camping output so I suspect something has
2010 Feb 05
1
splint / lint-like syntax checker for R
Greetings - Does CRAN or someone similar make a splint / lint-like syntax checker for R? I realize that both ESS and the debug package and similar tools have debugging and error analysis features, but those appear to require running the code through the R buffer. I'd like something that did basic syntax and object-name verification for code that was to run in batch, as a precursor to
2011 Dec 19
7
When the lint accumulates...
So some of you may be aware that Tim Sharpe from GitHub wrote a Puppet linting tool: $ gem install puppet-lint $ puppet-lint mymanifest.pp Source: https://github.com/rodjek/puppet-lint The linting tool checks Puppet code for "best practice" based on the Puppet Labs Style Guide: http://docs.puppetlabs.com/guides/style_guide.html A lot of us have been using puppet-lint (and puppet
2010 May 07
0
confused about zpool import -f and export
Hi, all, I think I''m missing a concept with import and export. I''m working on installing a Nexenta b134 system under Xen, and I have to run the installer under hvm mode, then I''m trying to get it back up under pv mode. In that process the controller names change, and that''s where I''m getting tripped up. I do a successful install, then I boot OK,
2012 Aug 20
4
puppet-lint and 80 characters line limit?
Hi. I''m getting lots of warning like this one from puppet-lint: WARNING: line 67 has more than 80 characters Now, I don''t like warnings, so any idea how should I rewrite this line for example, to void the warning? package {''rpmforge-release'': ensure => ''0.5.2-2.el6.rf'', provider => ''rpm'', source =>
2012 Sep 13
4
puppet-lint
Hi everyone, Is it possible not to notify error with puppet-lint when "trailing whitespace" are found in a comment line? Just asking. Regards, JM -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to
2008 Dec 26
19
separate home "partition"?
(i use the term loosely because i know that zfs likes whole volumes better) when installing ubuntu, i got in the habit of using a separate partition for my home directory so that my data and gnome settings would all remain intact when i reinstalled or upgraded. i''m running osol 2008.11 on an ultra 20, which has only two drives. i''ve got all my data located in my home directory,