CVS commit: src/share/man/man9

2010-01-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 23 10:36:42 UTC 2010

Modified Files:
src/share/man/man9: xcall.9

Log Message:
Fix Dt, remove trailing whitespace, sort SEE ALSO.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/xcall.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2010-01-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 23 10:37:02 UTC 2010

Modified Files:
src/share/man/man9: pool_cache.9

Log Message:
Whitespace fix.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/pool_cache.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2010-01-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 23 10:37:21 UTC 2010

Modified Files:
src/share/man/man9: percpu.9

Log Message:
Remove trailing whitespace, fix xref to xcall.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/percpu.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/comp

2010-01-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 23 10:40:58 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
Add obsolete entries for percpu_init{,_cpu}(9).

As the comment on top says, entries shouldn't be removed, but marked
as obsolete instead. Hi rmind!


To generate a diff of this commit:
cvs rdiff -u -r1.1371 -r1.1372 src/distrib/sets/lists/comp/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/wpa/wpa_supplicant

2010-01-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 23 10:47:04 UTC 2010

Modified Files:
src/usr.sbin/wpa/wpa_supplicant: wpa_supplicant.8

Log Message:
-f is not mandatory.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2010-01-23 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Jan 23 13:32:45 UTC 2010

Modified Files:
src/sys/dev/acpi: wmi_acpi.c

Log Message:
Correct the type also in the WMI write method.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/acpi/wmi_acpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2010-01-23 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Jan 23 15:06:47 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi_bat.c

Log Message:
Cleanup:

  * Remove ACPI_BAT_DEBUG.
  * Reduce the amount of error reporting.
  * Remove the internal bookkeeping flags.
  * Remove the debugging functions used to print status and information
changes. This information is fully conveyed in the output of envstat(8).
  * Always evaluate _STA. If it fails or the battery is not present, mark
all remaining sensors as invalid. This will eliminate the convoluted
update routine.
  * Semantics.

Over 200 LOC was eliminated, but functional change should again be minimal.

ok jmcneill@, pgoyette@


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/dev/acpi/acpi_bat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips

2010-01-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Jan 23 15:55:54 UTC 2010

Modified Files:
src/sys/arch/mips/include: cpu.h
src/sys/arch/mips/mips: mips_machdep.c

Log Message:
rename pridtab{}::cpu_name to cpu_displayname.

should fix a build error reported by h...@.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/mips/include/cpu.h
cvs rdiff -u -r1.224 -r1.225 src/sys/arch/mips/mips/mips_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/arm32

2010-01-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Jan 23 15:58:13 UTC 2010

Modified Files:
src/sys/arch/arm/arm32: cpu.c

Log Message:
rename a local cpu_name structure member to avoid potential conflict
with sys/cpu.h's.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/arm/arm32/cpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc/sparc

2010-01-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Jan 23 16:06:57 UTC 2010

Modified Files:
src/sys/arch/sparc/sparc: cpu.c cpuvar.h

Log Message:
rename cpu_info{}::cpu_name member to cpu_longname, to avoid a potential 
conflict
with sys/cpu.h.


To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 src/sys/arch/sparc/sparc/cpu.c
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/sparc/sparc/cpuvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5-0] src/libexec/ld.elf_so

2010-01-23 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 23 17:34:12 UTC 2010

Modified Files:
src/libexec/ld.elf_so [netbsd-5-0]: rtld.h

Log Message:
Pull up following revision(s) (requested by skrll in ticket #1249):
libexec/ld.elf_so/rtld.h: revisions 1.87, 1.88
libexec/ld.elf_so/reloc.c: revision 1.101
Restore backwards compatibility for binaries referencing the main
Obj_Entry.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.79.8.1 src/libexec/ld.elf_so/rtld.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/libexec/ld.elf_so

2010-01-23 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 23 17:34:16 UTC 2010

Modified Files:
src/libexec/ld.elf_so [netbsd-5]: reloc.c rtld.h

Log Message:
Pull up following revision(s) (requested by skrll in ticket #1249):
libexec/ld.elf_so/rtld.h: revisions 1.87, 1.88
libexec/ld.elf_so/reloc.c: revision 1.101
Restore backwards compatibility for binaries referencing the main
Obj_Entry.


To generate a diff of this commit:
cvs rdiff -u -r1.96.4.1 -r1.96.4.2 src/libexec/ld.elf_so/reloc.c
cvs rdiff -u -r1.79.4.1 -r1.79.4.2 src/libexec/ld.elf_so/rtld.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5-0] src/libexec/ld.elf_so

2010-01-23 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 23 17:39:11 UTC 2010

Modified Files:
src/libexec/ld.elf_so [netbsd-5-0]: rtld.h

Log Message:
Back out ticket 1249 for now, it may not be needed on netbsd-5-0.


To generate a diff of this commit:
cvs rdiff -u -r1.79.8.1 -r1.79.8.2 src/libexec/ld.elf_so/rtld.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/rc.d

2010-01-23 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Sat Jan 23 17:44:44 UTC 2010

Modified Files:
src/etc/rc.d: mdnsd

Log Message:
fix an obvious typo in directory check


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/etc/rc.d/mdnsd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/sys/dev/pci

2010-01-23 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 23 17:50:43 UTC 2010

Modified Files:
src/sys/dev/pci [netbsd-5]: pcidevs

Log Message:
Pull up following revision(s) (requested by mbalmer in ticket #1254):
sys/dev/pci/pcidevs: revision 1.1015
sys/dev/pci/pcidevs.h: regen
sys/dev/pci/pcidevs_data.h: regen
Add two IBM RSS devices.


To generate a diff of this commit:
cvs rdiff -u -r1.962.4.7 -r1.962.4.8 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/sys/dev/pci

2010-01-23 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 23 17:56:17 UTC 2010

Modified Files:
src/sys/dev/pci [netbsd-5]: pucdata.c

Log Message:
Pull up following revision(s) (requested by mbalmer in ticket #1255):
sys/dev/pci/pucdata.c: revision 1.59
Add the IBM 481033H SCC


To generate a diff of this commit:
cvs rdiff -u -r1.55.4.1 -r1.55.4.2 src/sys/dev/pci/pucdata.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/doc

2010-01-23 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 23 18:20:31 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1260


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.179 -r1.1.2.180 src/doc/CHANGES-5.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2010-01-23 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 23 18:31:04 UTC 2010

Modified Files:
src/sys/dev: cgd.c vnd.c
src/sys/dev/dkwedge: dk.c

Log Message:
struct buf::b_iodone is not called at splbio() any more.
Make sure non-MPsafe iodone callbacks raise the SPL as appropriate.
Fix buffer corruption issue I noticed in dk(4), and probable similar
issues in vnd(4) and cgd(4).


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/dev/cgd.c
cvs rdiff -u -r1.205 -r1.206 src/sys/dev/vnd.c
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/dkwedge/dk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-01-23 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Jan 23 19:54:04 UTC 2010

Modified Files:
src/sys/uvm [matt-nb5-mips64]: uvm_page.h uvm_pglist.c

Log Message:
Add a start_hint to vm_physseg so when allocating pages, we can skip
forward over pages that are probably still allocated.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.55.14.1 src/sys/uvm/uvm_page.h
cvs rdiff -u -r1.42.16.3 -r1.42.16.4 src/sys/uvm/uvm_pglist.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/sparc64

2010-01-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Jan 23 21:46:59 UTC 2010

Modified Files:
src/sys/arch/sparc64/sparc64: locore.s

Log Message:
fix a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.301 -r1.302 src/sys/arch/sparc64/sparc64/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/sparc64

2010-01-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Jan 23 22:55:04 UTC 2010

Modified Files:
src/sys/arch/sparc64/sparc64: locore.s

Log Message:
remove CHKPT() macro and uses.  it's likely wrong in SMP land and probably 
should
be replaced with KTR-style uses if necessary.


To generate a diff of this commit:
cvs rdiff -u -r1.302 -r1.303 src/sys/arch/sparc64/sparc64/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/sparc64

2010-01-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Jan 23 23:06:28 UTC 2010

Modified Files:
src/sys/arch/sparc64/sparc64: locore.s

Log Message:
remove most of the code that writes debugging info DATA_START + offset.


To generate a diff of this commit:
cvs rdiff -u -r1.303 -r1.304 src/sys/arch/sparc64/sparc64/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/sparc64

2010-01-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Jan 23 23:39:27 UTC 2010

Modified Files:
src/sys/arch/sparc64/sparc64: locore.s

Log Message:
remove the final uses of DATA_START.

now we can remove the 16KB space reserved at the start of the data segment,
and i now understand why i wrote this now removed comment 3.5 years ago:
this shouldn't be needed... but kernel usually hangs without it


To generate a diff of this commit:
cvs rdiff -u -r1.304 -r1.305 src/sys/arch/sparc64/sparc64/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/gumstix

2010-01-23 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sun Jan 24 03:46:48 UTC 2010

Modified Files:
src/sys/arch/evbarm/gumstix: gumstix_machdep.c

Log Message:
Please calculate KERNEL_PT_KERNEL_NUM from KERNEL_VM_BASE.
Moreover, can define KERNEL_VM_BASE somewhere. (ex. in conf/YOUR_GUMSTIX)
  For instance, allow miniroot.fs over 16Mbytes.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/gumstix/gumstix_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/xen

2010-01-23 Thread Adam Hamsik
Module Name:src
Committed By:   haad
Date:   Sun Jan 24 04:06:31 UTC 2010

Modified Files:
src/sys/arch/xen/xen: xbdback_xenbus.c

Log Message:
Finaly fix problems with using WEDGE like devices as xen backend devices.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/xen/xen/xbdback_xenbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-01-23 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sun Jan 24 04:38:28 UTC 2010

Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_obio.c

Log Message:
remove include of obio.h


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/sys/arch/mips/rmi/rmixl_obio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-mips64] src/sys/arch/evbmips/conf

2010-01-23 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sun Jan 24 05:27:47 UTC 2010

Added Files:
src/sys/arch/evbmips/conf [matt-nb5-mips64]: XLSATX64.MP

Log Message:
add MP config wrapper for XLSATX64


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/evbmips/conf/XLSATX64.MP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-01-23 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sun Jan 24 05:32:36 UTC 2010

Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixlvar.h

Log Message:
- move firmware info stuff into struct rmixl_config


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/sys/arch/mips/rmi/rmixlvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-mips64] src/sys/arch/evbmips/rmixl

2010-01-23 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sun Jan 24 05:34:20 UTC 2010

Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c

Log Message:
- move firmware info stuff into struct rmixl_config


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/sys/arch/evbmips/rmixl/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-01-23 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sun Jan 24 05:39:57 UTC 2010

Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpu.c rmixl_subr.S

Log Message:
- cpu_rmixl_attach calls cpu_setup_trampoline to get control of
  subordinate CPUs from firmware by using the 'wakeup' callback method
  and into cpu_wakeup_trampoline where they just spin pending further work.
- the callback requires re-basing the stack pointer to be in KSEG0,
  done in asm subroutine rmixlfw_wakeup_cpu


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/mips/rmi/rmixl_cpu.c \
src/sys/arch/mips/rmi/rmixl_subr.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.