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 n
Module Name:src
Committed By: agc
Date: Sun Aug 15 07:52:27 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist: TODO
src/crypto/external/bsd/netpgp/dist/src/lib: compress.c create.c
crypto.c keyring.c keyring.h misc.c netpgp.c openssl_crypto.c
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 on
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
Module Name:src
Committed By: jruoho
Date: Sun Aug 15 09:26:57 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Note acpicpu(4) now that all basic components have been merged.
To generate a diff of this commit:
cvs rdiff -u -r1.1427 -r1.1428 src/doc/CHANGES
Please
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 ge
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 -
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 generate
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 -r1.2
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 src/sys/rump/net/lib/
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 generat
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
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 co
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 s
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 rdi
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 pub
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 wh
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 -
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 src/sys/rump/net/lib/libshmif/if_shmem.c
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 diff
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
P
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 d
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 t
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 the
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 are
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. Unsurprisin
Module Name:src
Committed By: cegger
Date: Mon Aug 16 06:05:07 UTC 2010
Modified Files:
src/sys/dev/ieee1394: fwdev.c
Log Message:
do not hold mutexes when calling tsleep(9).
Fixes LOCKDEBUG panics
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev
Module Name:src
Committed By: wiz
Date: Mon Aug 16 06:56:48 UTC 2010
Modified Files:
src/usr.sbin/fwctl: fwctl.8
Log Message:
Revert unimprovement from previous.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/fwctl/fwctl.8
Please note that di
28 matches
Mail list logo