Module Name:src
Committed By: jruoho
Date: Wed Apr 28 07:35:31 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man3: Makefile
Added Files:
src/share/man/man3: ffs32.3
Log Message:
Document ffs32(), ffs64(), fls32(), and fls64() from .
Module Name:src
Committed By: pooka
Date: Wed Apr 28 07:42:56 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: emul.c
Log Message:
Make initial devsw a little more believable. Especially adjust
max_sys_devsw, since it was previously a bit too much, given that
the c
Module Name:src
Committed By: jruoho
Date: Wed Apr 28 07:44:05 UTC 2010
Modified Files:
src/lib/libc/string: ffs.3
Log Message:
Reference ffs32(3). Also note POSIX compliance and the movement of the
header from to .
To generate a diff of this commit:
cvs rdiff -u -r1.11
Module Name:src
Committed By: jruoho
Date: Wed Apr 28 07:47:09 UTC 2010
Modified Files:
src/lib/libc/string: ffs.3
Log Message:
Only put the actual header for the .In line.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/string/ffs.3
Please no
Module Name:src
Committed By: jruoho
Date: Wed Apr 28 07:56:54 UTC 2010
Modified Files:
src/share/man/man3: ffs32.3
Log Message:
Fix typo in XXX-comment.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/ffs32.3
Please note that diffs are no
Module Name:src
Committed By: uebayasi
Date: Wed Apr 28 08:22:05 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_extern.h uvm_object.h uvm_pglist.h
Log Message:
Don't expose uvm_page.h internal for usual uvm(9) users.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: uebayasi
Date: Wed Apr 28 08:25:33 UTC 2010
Modified Files:
src/sys/arch/i386/i386 [uebayasi-xip]: compat_16_machdep.c dumpsys.c
src/sys/arch/x86/x86 [uebayasi-xip]: bus_dma.c cpu.c
src/sys/uvm [uebayasi-xip]: uvm_meter.c
Log M
Module Name:src
Committed By: uebayasi
Date: Wed Apr 28 08:31:07 UTC 2010
Modified Files:
src/sys/arch/acorn26/acorn26 [uebayasi-xip]: pmap.c
src/sys/arch/alpha/alpha [uebayasi-xip]: machdep.c pmap.c
src/sys/arch/amd64/amd64 [uebayasi-xip]: machdep.c
Module Name:src
Committed By: uebayasi
Date: Wed Apr 28 09:27:47 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_page.c uvm_page.h
Log Message:
Manage struct vm_physseg as a list, which means that struct vm_physseg
objects don't move when a segment is added / remo
Module Name:src
Committed By: lukem
Date: Wed Apr 28 09:55:25 UTC 2010
Modified Files:
src/distrib/sets/lists/base: md.amd64
src/distrib/sets/lists/comp: md.amd64
src/distrib/sets/lists/xcomp: md.amd64
src/etc/mtree: NetBSD.dist.x86_64
Log Message:
Module Name:src
Committed By: pooka
Date: Wed Apr 28 11:34:18 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: rump.c
Log Message:
If RUMP_NCPU is set, use that for virtual CPU count instead of
host CPU count.
To generate a diff of this commit:
cvs rdiff -u -r1.16
Module Name:src
Committed By: jruoho
Date: Wed Apr 28 13:23:02 UTC 2010
Modified Files:
src/share/man/man2: ucontext.2
Log Message:
Improvements to markup.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man2/ucontext.2
Please note that diffs a
Module Name:src
Committed By: uebayasi
Date: Wed Apr 28 13:28:43 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_extern.h uvm_page.c
Log Message:
Initial support of uvm_page_physunload(9) and uvm_page_physunload_device(9).
Note that callers of these functions are
Module Name:src
Committed By: uebayasi
Date: Wed Apr 28 13:41:41 UTC 2010
Modified Files:
src/sys/dev [uebayasi-xip]: flash.c flashvar.h
Log Message:
At device attachment, register the given bus address region as possible
"managed" region using the new bus_space_physload_d
Module Name:src
Committed By: kiyohara
Date: Wed Apr 28 13:51:56 UTC 2010
Modified Files:
src/sys/arch/evbppc/conf: EV64260 files.ev64260 std.ev64260
src/sys/arch/evbppc/ev64260: autoconf.c com_obio.c gt_mainbus.c
machdep.c mainbus.c
src/sys/arch
Module Name:src
Committed By: agc
Date: Wed Apr 28 14:01:27 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/bindings/perl: Makefile netpgp.h
netpgpperl.pm netpgpperl_wrap.c
Log Message:
refresh the perl bindings to catch up with the changes in the
Module Name:src
Committed By: jruoho
Date: Wed Apr 28 14:07:03 UTC 2010
Modified Files:
src/lib/libc/gen: makecontext.3
src/lib/libc/sys: getcontext.2
src/share/man/man2: ucontext.2
Log Message:
Note that the ucontext(2) et. al. were first moved from X/OPEN
Module Name:src
Committed By: pooka
Date: Wed Apr 28 14:23:58 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: rump.c
Log Message:
Set l_sysent so that syscall autoload actually works instead of autocores.
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r
Module Name:src
Committed By: agc
Date: Wed Apr 28 14:41:13 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/bindings/python: Makefile netpgp.h
netpgppython.py netpgppython_wrap.c
Log Message:
update python bindings to work with newer library interf
Module Name:src
Committed By: pooka
Date: Wed Apr 28 14:51:08 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: rump.c
Log Message:
Uncrack my brain, buggy let me !be.
In other words, make previous commit to this file actually work.
Funny how it's possible to fix th
Module Name:src
Committed By: uebayasi
Date: Wed Apr 28 14:56:14 UTC 2010
Modified Files:
src/sys/arch/arm/conf [uebayasi-xip]: files.arm
src/sys/arch/arm/imx [uebayasi-xip]: imx31_space.c
src/sys/arch/arm/include [uebayasi-xip]: bus.h
src/sys/arch/e
Module Name:src
Committed By: christos
Date: Wed Apr 28 15:56:25 UTC 2010
Modified Files:
src/sys/dev/pci: if_iwn.c
Log Message:
kill stray free. from Sverre Froyen.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/pci/if_iwn.c
Please note that
Module Name:src
Committed By: uebayasi
Date: Wed Apr 28 16:33:47 UTC 2010
Modified Files:
src/sys/dev [uebayasi-xip]: flash.c
src/sys/miscfs/genfs [uebayasi-xip]: genfs_io.c
src/sys/miscfs/specfs [uebayasi-xip]: specdev.h
src/sys/ufs/ffs [uebayasi-xi
Module Name:src
Committed By: pooka
Date: Wed Apr 28 16:34:25 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: vm.c
Log Message:
Instead of causing a catastrophic failure when uvm_loanuobjpages()
is called, just pretend it hit a wired page and return EBUSY. This
sh
Module Name:src
Committed By: joerg
Date: Wed Apr 28 17:23:33 UTC 2010
Modified Files:
src/common/lib/libc/gen: rb.c
Log Message:
Fix warnings for -DRBSMALL
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/gen/rb.c
Please note that diffs a
Module Name:src
Committed By: jruoho
Date: Wed Apr 28 17:52:17 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_quirks.c
Log Message:
Add ASUS CUV4X-D. From Pierre Pronchery in PR #41351.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/acpi/acpi_
Module Name:src
Committed By: drochner
Date: Wed Apr 28 18:04:31 UTC 2010
Modified Files:
src/games/factor: factor.c
Log Message:
rename pollard_pminus1->pollard_rho for consistency
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/games/factor/factor.c
Module Name:src
Committed By: dyoung
Date: Wed Apr 28 19:17:05 UTC 2010
Modified Files:
src/sys/arch/amd64/amd64: busfunc.S genassym.cf mainbus.c
src/sys/arch/i386/i386: apmbios.c busfunc.S genassym.cf ipkdb_glue.c
mainbus.c
src/sys/arch/i386/isa
Module Name:src
Committed By: jruoho
Date: Wed Apr 28 19:47:34 UTC 2010
Modified Files:
src/share/man/man3: ffs32.3
Log Message:
Two small grammar fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/ffs32.3
Please note that diffs are no
Module Name:src
Committed By: dyoung
Date: Wed Apr 28 19:51:16 UTC 2010
Modified Files:
src/sys/sys: bus_proto.h
Log Message:
Cosmetic: delete whitespace at end of line.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/bus_proto.h
Please note that
Module Name:src
Committed By: dyoung
Date: Wed Apr 28 20:22:46 UTC 2010
Modified Files:
src/sys/arch/amd64: Makefile
Log Message:
Fix 'tags' target.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amd64/Makefile
Please note that diffs are not pu
Module Name:src
Committed By: dyoung
Date: Wed Apr 28 20:27:36 UTC 2010
Modified Files:
src/sys/arch/x86/x86: bus_space.c
Log Message:
#include instead of here to get all of the
MI prototypes.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x
Module Name:src
Committed By: dyoung
Date: Wed Apr 28 20:33:52 UTC 2010
Modified Files:
src/sys/dev/pci: pcivar.h
src/sys/kern: kern_stub.c
Log Message:
Add data types, function prototypes, and stub implementations
for pci_chipset_tag_create() and pci_chipset_tag_d
Module Name:src
Committed By: jruoho
Date: Wed Apr 28 20:34:37 UTC 2010
Modified Files:
src/doc: 3RDPARTY
Log Message:
ACPICA 20100428 is out.
To generate a diff of this commit:
cvs rdiff -u -r1.759 -r1.760 src/doc/3RDPARTY
Please note that diffs are not public domain
Module Name:src
Committed By: dyoung
Date: Wed Apr 28 21:15:47 UTC 2010
Modified Files:
src/share/man/man9: pci.9
Log Message:
Document pci_chipset_tag_create(9) and pci_chipset_tag_destroy(9).
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/share/man/m
Module Name:src
Committed By: dyoung
Date: Wed Apr 28 21:27:14 UTC 2010
Modified Files:
src/sys/arch/x86/include: pci_machdep_common.h
src/sys/arch/x86/pci: pci_intr_machdep.c pci_machdep.c
Log Message:
Provide an x86 implementation of pci_chipset_tag_create(9) and
Module Name:src
Committed By: dyoung
Date: Wed Apr 28 22:00:39 UTC 2010
Modified Files:
src/sys/dev/pci: if_ath_pci.c
Log Message:
To reduce differences between ath(4)'s PCI attachment and its CardBus
attachment, delete several unnecessary #includes, re-order subroutines,
Module Name:src
Committed By: hubertf
Date: Wed Apr 28 22:08:58 UTC 2010
Modified Files:
src/sys/dev/pci: if_vr.c
Log Message:
Silence for boot -z
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/dev/pci/if_vr.c
Please note that diffs are not publ
Module Name:src
Committed By: hubertf
Date: Wed Apr 28 22:21:51 UTC 2010
Modified Files:
src/doc: CHANGES
src/libexec/tftpd: tftpd.8 tftpd.c
Log Message:
tftpd(8): Add -w so files can be uploaded without requiring them
to be created before the upload. See t
Module Name:src
Committed By: chs
Date: Wed Apr 28 22:45:27 UTC 2010
Modified Files:
src/sys/dev/ic: mpt.c mpt.h mpt_debug.c mpt_netbsd.c
Log Message:
add byte-swapping so that this works on BE platforms.
the logic is based on the current freebsd driver.
fixes PR 42870.
Module Name:src
Committed By: dyoung
Date: Wed Apr 28 23:46:37 UTC 2010
Modified Files:
src/sys/sys: param.h
Log Message:
Bump kernel version for bus_space_tag_t changes on x86.
To generate a diff of this commit:
cvs rdiff -u -r1.362 -r1.363 src/sys/sys/param.h
Please n
Module Name:src
Committed By: nonaka
Date: Thu Apr 29 01:54:26 UTC 2010
Modified Files:
src/sys/arch/hpcarm/hpcarm: hpc_machdep.c pxa2x0_hpc_machdep.c
Log Message:
WS003SH is normally reseted.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/sys/arch/hpc
Module Name:src
Committed By: nonaka
Date: Thu Apr 29 01:58:51 UTC 2010
Modified Files:
src/sys/arch/hpcarm/hpcarm: pxa2x0_hpc_machdep.c
Log Message:
use platid_match().
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_mac
Module Name:src
Committed By: uebayasi
Date: Thu Apr 29 02:35:14 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_page.c
Log Message:
FIx an off-by-one in my new code.
To generate a diff of this commit:
cvs rdiff -u -r1.153.2.29 -r1.153.2.30 src/sys/uvm/uvm_page.
Module Name:src
Committed By: uebayasi
Date: Thu Apr 29 02:37:09 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_page.c
Log Message:
Fold long lines.
To generate a diff of this commit:
cvs rdiff -u -r1.153.2.30 -r1.153.2.31 src/sys/uvm/uvm_page.c
Please note th
Module Name:src
Committed By: uebayasi
Date: Thu Apr 29 03:00:48 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_page.c
Log Message:
Fix thinko in previous.
To generate a diff of this commit:
cvs rdiff -u -r1.153.2.31 -r1.153.2.32 src/sys/uvm/uvm_page.c
Please
Module Name:src
Committed By: uebayasi
Date: Thu Apr 29 03:07:54 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_page.c
Log Message:
Revert previous; unintended changes mixed.
To generate a diff of this commit:
cvs rdiff -u -r1.153.2.32 -r1.153.2.33 src/sys/uvm/
Module Name:src
Committed By: uebayasi
Date: Thu Apr 29 03:10:13 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_page.c
Log Message:
Fix a thinko in Rev. 1.153.2.30.
To generate a diff of this commit:
cvs rdiff -u -r1.153.2.33 -r1.153.2.34 src/sys/uvm/uvm_page.c
Module Name:src
Committed By: uebayasi
Date: Thu Apr 29 03:15:11 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_extern.h uvm_page.c uvm_page.h
Log Message:
"int free_list" (VM_FREELIST_*) is specific to struct vm_page (memory
page). Handle it only in memory phys
Module Name:src
Committed By: uebayasi
Date: Thu Apr 29 03:16:18 UTC 2010
Modified Files:
src/sys/arch/arm/imx [uebayasi-xip]: imx31_space.c
Log Message:
Adapt to the new uvm_page_physload_device(9).
To generate a diff of this commit:
cvs rdiff -u -r1.3.2.1 -r1.3.2.2 src
Module Name:src
Committed By: nonaka
Date: Thu Apr 29 04:12:48 UTC 2010
Modified Files:
src/sys/arch/hpcarm/hpcarm: pxa2x0_hpc_machdep.c
Log Message:
fix indent.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c
Module Name:src
Committed By: jruoho
Date: Thu Apr 29 05:42:04 UTC 2010
Modified Files:
src/lib/libc/string: swab.3
Log Message:
Note the recent changes.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/string/swab.3
Please note that diffs are
Module Name:src
Committed By: jruoho
Date: Thu Apr 29 06:07:35 UTC 2010
Modified Files:
src/lib/libc/gen: makecontext.3 ualarm.3
src/lib/libc/sys: getcontext.2
src/share/man/man2: ucontext.2
Log Message:
Properly mark the standard that "deprecated" all of t
Module Name:src
Committed By: uebayasi
Date: Thu Apr 29 06:29:29 UTC 2010
Modified Files:
src/sys/dev [uebayasi-xip]: flash.c
Log Message:
Don't specify anything in "int flags" of bus_space_physload_device(9)
for now.
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: uebayasi
Date: Thu Apr 29 06:31:13 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern [uebayasi-xip]: vm.c
Added Files:
src/sys/rump/librump/rumpkern/opt [uebayasi-xip]: opt_device_page.h
opt_xip.h
Log Message:
Fix buil
Module Name:src
Committed By: joerg
Date: Thu Apr 29 06:32:19 UTC 2010
Modified Files:
src/usr.bin/unzip: unzip.c
Log Message:
Switch to the less restrictive binary detection algorithm from zip 3.0e.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.b
Module Name:src
Committed By: kiyohara
Date: Thu Apr 29 06:41:28 UTC 2010
Modified Files:
src/sys/dev/pci: fwohci_pci.c
Log Message:
Adds hw quirk for SUN firewire controllers. From FreeBSD.
Thanks for ceg...@.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r
Module Name:src
Committed By: kiyohara
Date: Thu Apr 29 06:51:26 UTC 2010
Modified Files:
src/sys/dev/ieee1394: sbp.c sbp.h
Log Message:
+ Use structs scsipi_inquiry_data/scsi_sense_data instead of scsi3_inquiry_data/
scsi3_sense_data.
+ s/switch()/switch ()/.
+ Change a
Module Name:src
Committed By: kiyohara
Date: Thu Apr 29 06:53:13 UTC 2010
Modified Files:
src/sys/dev/ieee1394: fwohci.c
Log Message:
+ Fix typo.
+ Call aprint_error_dev() instead of aprint_error().
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/sys/
Module Name:src
Committed By: kiyohara
Date: Thu Apr 29 06:53:49 UTC 2010
Modified Files:
src/sys/dev/ieee1394: fwdev.c
Log Message:
Remove unnecessary cast.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ieee1394/fwdev.c
Please note that diff
Module Name:src
Committed By: jruoho
Date: Thu Apr 29 06:54:26 UTC 2010
Modified Files:
src/lib/libc/gen: getcwd.3
src/lib/libc/stdio: mktemp.3
src/lib/libc/string: bcmp.3 bcopy.3 bzero.3 index.3 rindex.3
Log Message:
Add some STANDARDS lingo, mainly to not
Module Name:src
Committed By: kiyohara
Date: Thu Apr 29 06:56:00 UTC 2010
Modified Files:
src/sys/dev/ieee1394: fwdma.c
Log Message:
Call malloc(M_ZERO) instead of malloc() and memset().
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/ieee1394/f
62 matches
Mail list logo