Re: CVS commit: src/sys

2010-03-14 Thread David Holland
On Sun, Mar 14, 2010 at 05:11:55PM +1300, Darran Hunt wrote:
 I wanted to differentiate it from the sys/ctf.h header that's part of  
 the external/cddl/osnet tree.

 Sorry to rock the convention.  Perhaps kctf.h?

sys/debug_ctf.h? ctf is essentially a debug info format, right?

-- 
David A. Holland
dholl...@netbsd.org


Re: CVS commit: src/sys

2010-03-14 Thread David Young
On Fri, Mar 05, 2010 at 06:35:02PM +, Antti Kantee wrote:
 Module Name:  src
 Committed By: pooka
 Date: Fri Mar  5 18:35:02 UTC 2010
 
 Modified Files:
   src/sys/kern: kern_module.c sys_module.c
   src/sys/sys: module.h
 
 Log Message:
 Move builtin modules to a list in init and load them from there
 instead of using linksets directly.  This has two implications:
 
 1) It is now possible to unload a builtin module provided it is
not busy.  This is useful e.g. to disable a kernel feature as
an immediate workaround to a security problem.  To re-initialize
the module, modload -f name is required.

Antti,

On my console and in /var/log/messages, I find

  WARNING: module error: use -f to reinstate builtin module compat

For example, whenever I type my login:

  login: dyoung
  WARNING: module error: use -f to reinstate builtin module compat
  Password:

I noticed that modstat tells me that REFS == -1 on some modules:

NAME CLASS  SOURCE REFS  SIZE REQUIRES
compat   misc   builtin-1--

Does it have something to do with your change?

Dave

-- 
David Young OJC Technologies
dyo...@ojctech.com  Urbana, IL * (217) 278-3933


Re: CVS commit: src/sys/dev/usb

2010-03-14 Thread Paul Goyette

Module Name:src
Committed By:   enami
Date:   Mon Mar 15 03:27:49 UTC 2010

Modified Files:
src/sys/dev/usb: uyurex.c

Log Message:
The monitor struct member is gone.  Make this compile again.



Hmmm, wonder how I missed that one.  Thanks for catching.



-
|   Paul Goyette   | PGP DSS Key fingerprint: |  E-mail addresses:  |
| Customer Service | FA29 0E3B 35AF E8AE 6651 |  paul at whooppee.com   |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |  | pgoyette at netbsd.org  |
-


Re: CVS commit: src/sys

2010-03-14 Thread Mindaugas Rasiukevicius
Hi,

 David Young dyo...@pobox.com wrote:
  On Sat, Nov 21, 2009 at 03:41:07PM +1100, matthew green wrote:
  
  SPLDEBUG is single-purpose.  It also has some bugs, which I am happy
   to describe.  But let's keep it until we come up with something better.
   
   
   now you've told me all of:  it's single purpose, MD, and doesn't work.
   
   please revert SPLDEBUG.  it does not belong in sys/kern.
  
  Have a little patience.  I am incorporating all of the suggestions that
  I have heard so far into a patch.
  
 
 Is there any progress on this?  IIIRC, general agreement was that
 subr_spldebug.c does not belong to sys/kern.

Can you respond?

Thanks.

-- 
Mindaugas