Module Name:src
Committed By: jruoho
Date: Mon Apr 12 12:04:54 UTC 2010
Modified Files:
src/sys/external/intel-public/acpica/dist/include: acglobal.h
Log Message:
Update the event counters to 64-bit integers.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.
Module Name:src
Committed By: jruoho
Date: Mon Apr 12 12:14:26 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi.c acpi_debug.c acpi_wakedev.c acpivar.h
Log Message:
Rework the sysctl-support.
Changes:
hw.wake -> hw.acpi.wake
hw.acpi.de
Module Name:src
Committed By: jruoho
Date: Mon Apr 12 12:21:17 UTC 2010
Modified Files:
src/share/man/man4: acpi.4
Log Message:
Catch up with the sysctl-changes.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/share/man/man4/acpi.4
Please note that dif
Module Name:src
Committed By: tsutsui
Date: Mon Apr 12 12:28:59 UTC 2010
Modified Files:
src/sys/arch/atari/dev: dma.c
Log Message:
KNF and cosmetics.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/atari/dev/dma.c
Please note that diffs are n
Module Name:src
Committed By: wiz
Date: Mon Apr 12 12:41:36 UTC 2010
Modified Files:
src/share/man/man4: acpi.4
Log Message:
Remove superfluous word.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/share/man/man4/acpi.4
Please note that diffs are not p
Module Name:src
Committed By: tsutsui
Date: Mon Apr 12 12:43:39 UTC 2010
Modified Files:
src/sys/arch/atari/dev: dma.c
Log Message:
- more cosmetics
- use queue(3) macro properly
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/atari/dev/dma.c
Module Name:src
Committed By: tsutsui
Date: Mon Apr 12 13:05:25 UTC 2010
Modified Files:
src/sys/arch/atari/dev: lpt.c
Log Message:
Replace old MD sicallback functions with MI softint(9).
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/atari/de
Module Name:src
Committed By: ahoka
Date: Mon Apr 12 13:57:38 UTC 2010
Modified Files:
src/sys/dist/pf/net: if_pflog.c pf.c pf_if.c pf_ioctl.c pf_norm.c
pf_osfp.c pf_table.c pfvar.h
Log Message:
- Make the pf and pflog driver able to detach.
- Add code for modu
Module Name:src
Committed By: ahoka
Date: Mon Apr 12 14:05:38 UTC 2010
Added Files:
src/sys/modules/pf: Makefile bpfilter.h pf.h pflog.h pfsync.h
Log Message:
Add new type kernel module for pf (includes pflog, but not pfsync).
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: ahoka
Date: Mon Apr 12 14:08:58 UTC 2010
Modified Files:
src/sys/modules: Makefile
Log Message:
Connect the pf module to the build.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/modules/Makefile
Please note that diff
Module Name:src
Committed By: ahoka
Date: Mon Apr 12 14:12:43 UTC 2010
Modified Files:
src/distrib/sets/lists/modules: mi
Log Message:
Add pf to the module set list.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/distrib/sets/lists/modules/mi
Please n
Module Name:src
Committed By: ahoka
Date: Mon Apr 12 14:26:11 UTC 2010
Modified Files:
src/dist/pf/share/man/man4: pfsync.4
Log Message:
mention pfsync not working as a kernel module
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/dist/pf/share/man/man4/p
Module Name:src
Committed By: mjacob
Date: Mon Apr 12 14:26:21 UTC 2010
Modified Files:
src/sys/dev/pci: isp_pci.c
Log Message:
Oops. Don't forget to set the isp_port value based upon PCI function code.
Otherwise you end up with both ports using the same WWPN. Bad.
Discove
Module Name:src
Committed By: joerg
Date: Mon Apr 12 17:58:40 UTC 2010
Modified Files:
src/crypto/external/bsd/openssl/lib/libdes: Makefile
Log Message:
Add management target for the man pages.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/crypto/extern
Module Name:src
Committed By: joerg
Date: Mon Apr 12 17:59:37 UTC 2010
Modified Files:
src/crypto/external/bsd/openssl/lib/libdes: des.3 des_modes.7
Log Message:
Regen man pages with modern pod2man to get more normalised version.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: joerg
Date: Mon Apr 12 18:02:46 UTC 2010
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/man: Makefile
Log Message:
Rename management target to not overlap with the normal mk rules.
Explicitly drop trailing whitespace after pod2m
Module Name:src
Committed By: joerg
Date: Mon Apr 12 18:03:49 UTC 2010
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/man: ASN1_OBJECT_new.3
ASN1_STRING_length.3 ASN1_STRING_new.3 ASN1_STRING_print_ex.3
ASN1_generate_nconf.3 BIO_ctrl.3
Module Name:src
Committed By: jruoho
Date: Mon Apr 12 18:55:27 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi.c acpi_quirks.c acpivar.h
Log Message:
Remove some unused and global variables. Make the code more readable. Deny
invalid writes to machdep.sleep_state. Cosmetics
Module Name:src
Committed By: jruoho
Date: Mon Apr 12 18:59:08 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
Scan the namespace from the root object instead of scanning from separate
scopes. Also raise the namespace walk from 100 (per scope) to UINT32_MAX.
Module Name:src
Committed By: wiz
Date: Mon Apr 12 21:28:24 UTC 2010
Modified Files:
src/dist/pf/share/man/man4: pfsync.4
Log Message:
Bump date for new CAVEATS.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/dist/pf/share/man/man4/pfsync.4
Please note
Module Name:src
Committed By: jruoho
Date: Mon Apr 12 21:28:55 UTC 2010
Modified Files:
src/share/man/man9: fstrans.9
Log Message:
Add a FUNCTIONS section.
In addition, small improvements to wording and markup.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.
Module Name:src
Committed By: pooka
Date: Mon Apr 12 21:37:44 UTC 2010
Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c
Log Message:
Report f_iosize as 512. Some callers want it, and we can only
guess a safe default here (because of etfs).
To generate a diff of th
Module Name:src
Committed By: snj
Date: Mon Apr 12 21:42:56 UTC 2010
Modified Files:
src/external/bsd/openldap/dist/libraries/libldap [netbsd-5]: tls.c
Log Message:
Apply patch (requested by lukem in ticket #1374):
Fix CVE-2009-3767.
To generate a diff of this commit:
cv
Module Name:src
Committed By: snj
Date: Mon Apr 12 21:46:03 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1374.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.225 -r1.1.2.226 src/doc/CHANGES-5.1
Please note that diffs are not publ
Module Name:src
Committed By: snj
Date: Mon Apr 12 21:51:37 UTC 2010
Modified Files:
src/external/bsd/openldap/dist/libraries/libldap [netbsd-5-0]: tls.c
Log Message:
Apply patch (requested by lukem in ticket #1374):
Fix CVE-2009-3767.
To generate a diff of this commit:
Module Name:src
Committed By: snj
Date: Mon Apr 12 21:55:48 UTC 2010
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
Ticket 1374.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-5.0.3
Please note that diffs are not p
Module Name:src
Committed By: cliff
Date: Mon Apr 12 22:00:51 UTC 2010
Modified Files:
src/sys/arch/mips/conf [matt-nb5-mips64]: files.rmixl
Log Message:
- rmixl_pcix and rmixl_pcie get 'needs-flag'
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 sr
Module Name:src
Committed By: cliff
Date: Mon Apr 12 22:01:14 UTC 2010
Modified Files:
src/sys/arch/evbmips/conf [matt-nb5-mips64]: XLSATX
Log Message:
- wildcard pci at pcie0
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/sys/arch/evbmips/conf/X
Module Name:src
Committed By: cliff
Date: Mon Apr 12 22:01:42 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c
Log Message:
- add whitespace to make print format of regions in
mips_page_physload() more readable
To generate a diff of this
Module Name:src
Committed By: cliff
Date: Mon Apr 12 22:02:52 UTC 2010
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
- include "rmixl_pcix.h" and "rmixl_pcie.h" to get the config flags
- include rmixl_pcixvar.h to get proto for rmixl_
Module Name:src
Committed By: cliff
Date: Mon Apr 12 22:03:33 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_pcix.c
Log Message:
- add bit defines for HOST_MODE_CTL reg
- panic if Host BAR regs do not cover RAM addrs 0..mem_cluster_maxaddr
To gen
Module Name:src
Committed By: pooka
Date: Mon Apr 12 22:15:32 UTC 2010
Modified Files:
src/sys/conf: files
src/sys/kern: kern_lwp.c
src/sys/sys: lwp.h
Added Files:
src/sys/kern: subr_lwp_specificdata.c
Log Message:
Separate lwp specificdata data str
Module Name:src
Committed By: pooka
Date: Mon Apr 12 22:17:23 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: Makefile.rumpkern rump.c
Log Message:
support lwp specificdata
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/rump/librump/rumpker
Module Name:src
Committed By: pooka
Date: Mon Apr 12 22:19:18 UTC 2010
Modified Files:
src/sys/rump/librump/rumpvfs: Makefile.rumpvfs rump_vfs.c
Removed Files:
src/sys/rump/librump/rumpvfs: fstrans_stub.c
Log Message:
Support real file system transactions/suspensio
Module Name:src
Committed By: pooka
Date: Mon Apr 12 22:29:11 UTC 2010
Modified Files:
src/sys/dev: fss.c
Log Message:
Ignore EEXIST from devsw_attach. This is not the optimal solution,
but it makes it possible to dynamically create device nodes for
fss before the fss mod
Module Name:src
Committed By: pooka
Date: Mon Apr 12 22:31:48 UTC 2010
Modified Files:
src/sys/rump/dev: Makefile.rumpdev
Added Files:
src/sys/rump/dev/lib/libfss: Makefile component.c shlib_version
Log Message:
support file system snapshot device
To generate a d
Module Name:src
Committed By: pooka
Date: Mon Apr 12 22:34:17 UTC 2010
Modified Files:
src/distrib/sets/lists/base: shl.elf shl.mi
src/distrib/sets/lists/comp: mi shl.mi
Log Message:
add rumpdev_fss to setlists
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: pooka
Date: Mon Apr 12 22:38:37 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
As long as humans have to edit these lists, use non-braindead sorting.
To generate a diff of this commit:
cvs rdiff -u -r1.1425 -r1.1426 sr
Module Name:src
Committed By: cliff
Date: Mon Apr 12 22:40:55 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_intr.c rmixl_intr.h
Log Message:
- establishing an ISR now takes 'mpsafe' arg
- obtain/release kernel lock around calls to non-mpsafe ISRs
Module Name:src
Committed By: cliff
Date: Mon Apr 12 22:42:07 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_com.c rmixl_obio.c
rmixl_pcie.c rmixl_pcix.c rmixl_usbi.c
Log Message:
- specifiy if mpsafe when establishing interrupts
(all a
Module Name:src
Committed By: pooka
Date: Mon Apr 12 22:58:53 UTC 2010
Modified Files:
src/tests/fs/ffs: Makefile
Added Files:
src/tests/fs/ffs: t_snapshot.c
Log Message:
test for the very basic snapshot features
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: pooka
Date: Mon Apr 12 22:59:49 UTC 2010
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
snapshot test -> setlists
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/distrib/sets/lists/tests/mi
Please note that
Module Name:src
Committed By: christos
Date: Mon Apr 12 23:09:28 UTC 2010
Modified Files:
src/sys/kern: subr_lwp_specificdata.c
Log Message:
void police!
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/kern/subr_lwp_specificdata.c
Please note that di
Module Name:src
Committed By: pooka
Date: Mon Apr 12 23:15:24 UTC 2010
Modified Files:
src/tests/fs/ffs: t_snapshot.c
Log Message:
move check next to operation
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/ffs/t_snapshot.c
Please note that dif
Module Name:src
Committed By: pooka
Date: Mon Apr 12 23:20:18 UTC 2010
Modified Files:
src/sys/kern: kern_lwp.c
Log Message:
tyop
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 src/sys/kern/kern_lwp.c
Please note that diffs are not public domain; they a
Module Name:src
Committed By: ahoka
Date: Tue Apr 13 01:02:43 UTC 2010
Modified Files:
src/sys/dist/pf/net: pf_ioctl.c
Log Message:
Do not auto unload pf if it's enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dist/pf/net/pf_ioctl.c
Please
Module Name:src
Committed By: ahoka
Date: Tue Apr 13 01:15:56 UTC 2010
Modified Files:
src/sys/miscfs/specfs: spec_vnops.c
Log Message:
Autoload modules with any class.
This fixes autoloading of pf, zfs and possibly others.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: jruoho
Date: Tue Apr 13 05:40:13 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile curproc.9
Log Message:
Briefly note also curlwp.
To generate a diff of this commit:
cvs rdiff -u -r1.1426 -r1.1427
Module Name:src
Committed By: jruoho
Date: Tue Apr 13 05:41:54 UTC 2010
Modified Files:
src/share/man/man9: cpu_lwp_fork.9
Log Message:
Refer to cpu_switchto(9) instead of nonexistent cpu_switch(x).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/ma
Module Name:src
Committed By: jruoho
Date: Tue Apr 13 06:05:56 UTC 2010
Modified Files:
src/share/man/man9: cpu_switchto.9
Log Message:
Improvements to wording and markup.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/cpu_switchto.9
Pl
Module Name:src
Committed By: jruoho
Date: Tue Apr 13 06:21:40 UTC 2010
Modified Files:
src/share/man/man9: cpu_number.9
Log Message:
Cosmetics.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/cpu_number.9
Please note that diffs are not pu
51 matches
Mail list logo