CVS commit: src

2010-08-15 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 15 07:27:34 UTC 2010 Modified Files: src/distrib/sets: Makefile maketars src/share/mk: bsd.README bsd.own.mk src/tools: Makefile Log Message: add new option to build/use tools/pigz for compressing sets. for

CVS commit: src/sys/arch/x86/x86

2010-08-15 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 15 08:45:20 UTC 2010 Modified Files: src/sys/arch/x86/x86: coretemp.c Log Message: only attach on SMT ID 0 cpus. on my i7, cpus 0/4, 1/5, 2/6 and 3/7 have identical information and the processor manual says that there are

CVS commit: src/sys/dev/acpi

2010-08-15 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Aug 15 08:53:19 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu_cstate.c acpi_cpu_tstate.c Log Message: Add comments and raise the minimum allowed T-state duty width to 10 %. To generate a diff of this commit: cvs rdiff

CVS commit: src/doc

2010-08-15 Thread Jukka Ruohonen
] wpa: New wpa_supplicant and hostapd 0.7.2 [christos 20100804] bind: Update to 9.7.2b1. [christos 20100806] + acpicpu(4): add a driver for ACPI-based processor functionality. + [jruoho 20100815]

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2010-08-15 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Aug 15 16:10:56 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: bufgap.c compress.c keyring.c netpgp.c packet-parse.c signature.c validate.c writer.c Log Message: fix some more amd64 lint To

CVS commit: src/sys/dev/pci/hdaudio

2010-08-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 15 16:21:46 UTC 2010 Modified Files: src/sys/dev/pci/hdaudio: hdaudio_afg.c Log Message: properly round block and buffer sizes -- nvidia HDA controllers work now To generate a diff of this commit: cvs rdiff -u -r1.22

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2010-08-15 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Aug 15 16:36:24 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: misc.c packet-parse.c packet-show.c reader.c signature.c validate.c writer.c Log Message: get rid of more 64-bit lint To

CVS commit: src/sys/rump/net/lib/libshmif

2010-08-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 15 18:40:42 UTC 2010 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: Don't do timestamping with buslock held. it's the little things ... To generate a diff of this commit: cvs rdiff -u -r1.20

CVS commit: src/sys/rump/net/lib/libshmif

2010-08-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 15 18:47:39 UTC 2010 Modified Files: src/sys/rump/net/lib/libshmif: shmif_busops.c Log Message: introduce a sleep to trying to grab the bus To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/rump/net/lib/libshmif

2010-08-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 15 18:48:39 UTC 2010 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: Take kernel lock before passing data to if_input. This is in line with IPL_NET interrupts generally not being MPSAFE. To

CVS commit: src/sys/rump/net/lib/libshmif

2010-08-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 15 18:55:03 UTC 2010 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c shmif_busops.c shmifvar.h Log Message: Move the lockops together with the interface -- they are needed only at runtime. To generate a diff of

CVS commit: src/share/misc

2010-08-15 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Aug 15 19:30:33 UTC 2010 Modified Files: src/share/misc: acronyms.comp Log Message: BGA, DSDT, DVFS, FSB, GPE, GSI, HFM, HPET, LAPIC, LFM, MADT, MMIO, MPS, OBO, OBOE, ODCM, PMI, SAPIC, TCC, TDP. To generate a diff of this

CVS commit: src/share/man/man4

2010-08-15 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Aug 15 19:34:50 UTC 2010 Modified Files: src/share/man/man4: acpicpu.4 Log Message: After a second thought, remove the references, clarify wording, fix acronym. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/dev/pci/hdaudio

2010-08-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 15 19:39:56 UTC 2010 Modified Files: src/sys/dev/pci/hdaudio: hdaudio_afg.c hdaudiovar.h Log Message: be less spammy when dumping assocs. extra details can be had with boot -x To generate a diff of this commit: cvs

CVS commit: src/share/misc

2010-08-15 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Sun Aug 15 19:43:03 UTC 2010 Modified Files: src/share/misc: acronyms.comp Log Message: + OSVW, PAT To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/share/misc/acronyms.comp Please note that diffs are not

CVS commit: src/sys/rump/librump/rumpkern

2010-08-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 15 20:23:04 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: Increment lwp's context switch counter when it is scheduled onto a CPU. This fixes some heavy-load problems with the pool code

CVS commit: src/sys/rump/librump/rumpkern

2010-08-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 15 21:28:33 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: intr.c Log Message: Implement softints properly: they need to have a schedulable entity per cpu. To generate a diff of this commit: cvs rdiff -u -r1.31

CVS commit: src/sys/rump/net/lib/libshmif

2010-08-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 15 21:41:39 UTC 2010 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: reset wrap where necessary To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/usr.sbin/fwctl

2010-08-15 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Sun Aug 15 21:52:30 UTC 2010 Modified Files: src/usr.sbin/fwctl: fwctl.8 Log Message: Feed improvements from FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/fwctl/fwctl.8 Please note that

CVS commit: src/sys/rump/net/lib/libshmif

2010-08-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 15 21:57:58 UTC 2010 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: reset pktsize each loop To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/rump/net/lib/libshmif/if_shmem.c

CVS commit: src/usr.sbin/fwctl

2010-08-15 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Sun Aug 15 22:01:58 UTC 2010 Modified Files: src/usr.sbin/fwctl: fwctl.8 Log Message: spelling fix To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/fwctl/fwctl.8 Please note that diffs are not public

CVS commit: src/usr.sbin/fwctl

2010-08-15 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Sun Aug 15 22:05:14 UTC 2010 Modified Files: src/usr.sbin/fwctl: fwctl.8 Log Message: backout accidentally committed changes To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/fwctl/fwctl.8 Please note

CVS commit: src/sys/dev/pci/hdaudio

2010-08-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 15 22:32:02 UTC 2010 Modified Files: src/sys/dev/pci/hdaudio: hdaudio_afg.c Log Message: kern/43542: 32kHz playback sounds like hissing analog TV snow Instead of specifying a range of supported sample rates based on

CVS commit: src/sys/uvm

2010-08-15 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Aug 16 01:21:10 UTC 2010 Modified Files: src/sys/uvm: uvm_mremap.c Log Message: sys_mremap: unwrap a short line To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/uvm/uvm_mremap.c Please note that diffs

CVS commit: src/sys/dev/acpi

2010-08-15 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Aug 16 04:31:21 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu_pstate.c acpi_cpu_tstate.c Log Message: Do not error out neither in P-states nor in T-states if the method for the dynamic maximum is nonexistent.