Module Name:src
Committed By: uebayasi
Date: Thu Jul 8 07:46:00 UTC 2010
Modified Files:
src/sys/arch/arm/arm32 [uebayasi-xip]: bus_dma.c
Log Message:
Fix build.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.52.18.1 src/sys/arch/arm/arm32/bus_dma.c
Please
Module Name:src
Committed By: uebayasi
Date: Thu Jul 8 07:47:37 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_page.h
Log Message:
One more missing s/DIRECT_PAGE/XIP/.
To generate a diff of this commit:
cvs rdiff -u -r1.59.2.24 -r1.59.2.25 src/sys/uvm/uvm_page
Module Name:src
Committed By: msaitoh
Date: Thu Jul 8 08:46:20 UTC 2010
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Advantech PCI-1610 and PCI-1612
To generate a diff of this commit:
cvs rdiff -u -r1.1039 -r1.1040 src/sys/dev/pci/pcidevs
Please note that
Module Name:src
Committed By: msaitoh
Date: Thu Jul 8 08:47:05 UTC 2010
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.1036 -r1.1037 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1035 -r1.103
Module Name:src
Committed By: msaitoh
Date: Thu Jul 8 08:49:55 UTC 2010
Modified Files:
src/share/man/man4: puc.4
src/sys/dev/pci: pucdata.c
Log Message:
- Fix a table for Advantech PCI-1620
- Add entry for PCI-1610 and PCI-1612
To generate a diff of this commit
Module Name:src
Committed By: cegger
Date: Thu Jul 8 09:42:09 UTC 2010
Modified Files:
src/sys/arch/x86/x86: mtrr_i686.c
Log Message:
use __arraycount
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x86/x86/mtrr_i686.c
Please note that diffs
Module Name:src
Committed By: rmind
Date: Thu Jul 8 11:22:25 UTC 2010
Modified Files:
src/sys/arch/x86/x86: cpu.c
Log Message:
cpu_attach: use kmem_zalloc instead of memset.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/x86/x86/cpu.c
Please
Module Name:src
Committed By: rmind
Date: Thu Jul 8 11:25:00 UTC 2010
Modified Files:
src/sys/arch/amd64/conf: files.amd64
src/sys/arch/i386/conf: files.i386
src/sys/arch/x86/conf: files.x86
src/sys/arch/xen/conf: files.xen
Added Files:
src/
Module Name:src
Committed By: pooka
Date: Thu Jul 8 11:39:58 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: memalloc.c
Log Message:
Emulate malloc(9) a little better by panicking if a should-not-fail
allocation fails. We could invoke the pagedaemon here, but sin
Module Name:src
Committed By: msaitoh
Date: Thu Jul 8 12:09:32 UTC 2010
Modified Files:
src/share/man/man4: puc.4
src/sys/dev/pci: pucdata.c
Log Message:
- Fix an entry for CP-168EL-A/PCIe reported by Ryo SHIMIZU.
- Add an entry for NetMos NM9901 UART. Tested my o
Module Name:src
Committed By: rmind
Date: Thu Jul 8 12:23:31 UTC 2010
Modified Files:
src/sys/kern: sys_select.c
src/sys/sys: fd_set.h lwp.h param.h selinfo.h types.h
Log Message:
Implement direct select/poll support, currently effective for socket and
pipe subsys
Module Name:src
Committed By: pooka
Date: Thu Jul 8 13:21:02 UTC 2010
Modified Files:
src/tests/fs/common: h_fsmacros.h
src/tests/fs/vfs: Makefile
Added Files:
src/tests/fs/common: lfs.c
Log Message:
Add LFS to vfs test list. TODO: start cleanerd too.
It
Module Name:src
Committed By: pooka
Date: Thu Jul 8 13:30:53 UTC 2010
Modified Files:
src/tests/fs/common: lfs.c
Log Message:
fill in PR number now that we have one
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/common/lfs.c
Please note that d
Module Name:src
Committed By: rmind
Date: Thu Jul 8 13:58:52 UTC 2010
Modified Files:
src/sys/sys: fd_set.h
Log Message:
Make __fd_mask unsigned.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/fd_set.h
Please note that diffs are not public doma
Module Name:src
Committed By: cherry
Date: Thu Jul 8 14:19:53 UTC 2010
Modified Files:
src/sys/arch/xen/xen: balloon.c
Log Message:
make read-only, and return sane values in balloon related sysctl(7)
nodes when 'options XEN_BALLOON' is disabled.
To generate a diff of t
Module Name:src
Committed By: rmind
Date: Thu Jul 8 14:45:09 UTC 2010
Modified Files:
src/lib/libc/rpc: svc.c
Log Message:
svc_getreq[set]: use unsigned when assigning to fds_bits.
XXX: This code should not invade fd_set internals at all.
To generate a diff of this comm
Module Name:src
Committed By: cherry
Date: Thu Jul 8 14:51:14 UTC 2010
Modified Files:
src/sys/arch/xen/xen: balloon.c
Log Message:
Provide the sysctl(7) interface to the balloon driver only to dom0
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arc
Module Name:src
Committed By: rmind
Date: Thu Jul 8 15:13:35 UTC 2010
Modified Files:
src/lib/libpthread: pthread.c
Log Message:
pthread_create: simplify error path slightly.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/lib/libpthread/pthread.c
P
Module Name:src
Committed By: wiz
Date: Thu Jul 8 18:15:27 UTC 2010
Modified Files:
src/lib/libpthread: pthread_attr_getinheritsched.3
Log Message:
Sort sections.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libpthread/pthread_attr_getinheritsched
Module Name:src
Committed By: wiz
Date: Thu Jul 8 18:24:35 UTC 2010
Modified Files:
src/lib/libpthread: pthread_attr_getguardsize.3
Log Message:
Whitespace nit.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libpthread/pthread_attr_getguardsize.3
P
Module Name:src
Committed By: wiz
Date: Thu Jul 8 18:25:03 UTC 2010
Modified Files:
src/share/man/man4: puc.4
Log Message:
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/share/man/man4/puc.4
Please note that diffs are not public domain; th
Module Name:src
Committed By: wiz
Date: Thu Jul 8 18:30:00 UTC 2010
Modified Files:
src/lib/libpthread: pthread_attr.3
Log Message:
Add missing word.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libpthread/pthread_attr.3
Please note that diffs
Module Name:src
Committed By: msaitoh
Date: Thu Jul 8 18:49:30 UTC 2010
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
- Add "vendor SYBA" and two cards.
- Add one Avlab cards.
- Add two Moxa card.
- Add some VScom cards.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: msaitoh
Date: Thu Jul 8 18:50:46 UTC 2010
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1037 -r1.1038 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1036 -r1.10
Module Name:src
Committed By: msaitoh
Date: Thu Jul 8 18:55:45 UTC 2010
Modified Files:
src/share/man/man4: puc.4
src/sys/dev/pci: pucdata.c
Log Message:
- Fix the frequency for Advantech PCI1620 port 4-8.
- Fix the mask for IBM SurePos 300
- s/Titan/VScom/
- Add
Module Name:src
Committed By: rmind
Date: Thu Jul 8 18:56:18 UTC 2010
Modified Files:
src/sys/sys: fd_set.h
Log Message:
Cast FD_* argument to unsiged, shut ups lint.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/sys/fd_set.h
Please note that diff
Module Name:src
Committed By: rmind
Date: Thu Jul 8 19:20:34 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
src/lib/libpthread: Makefile
Added Files:
src/lib/libpthread: pthread_barrier.3 pthread_cond.3 pthread_mutex.3
pthread_rwlock.3
Module Name:src
Committed By: christos
Date: Thu Jul 8 20:00:24 UTC 2010
Modified Files:
src/share/man/man4: Makefile
Added Files:
src/share/man/man4/man4.x86: Makefile balloon.4
Log Message:
man page for balloon driver from Cherry
To generate a diff of this com
Module Name:src
Committed By: christos
Date: Thu Jul 8 20:02:57 UTC 2010
Modified Files:
src/distrib/sets/lists/man: mi
Log Message:
add balloon
To generate a diff of this commit:
cvs rdiff -u -r1.1224 -r1.1225 src/distrib/sets/lists/man/mi
Please note that diffs are n
Module Name:src
Committed By: jruoho
Date: Thu Jul 8 20:07:23 UTC 2010
Modified Files:
src/lib/libpthread: pthread_mutex.3
Log Message:
Continue the discussion with few remarks and rearrange slightly.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/l
Module Name:src
Committed By: jruoho
Date: Thu Jul 8 20:09:29 UTC 2010
Modified Files:
src/lib/libpthread: pthread_mutex.3
Log Message:
Add missing word.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libpthread/pthread_mutex.3
Please note that dif
Module Name:src
Committed By: tron
Date: Thu Jul 8 20:12:37 UTC 2010
Modified Files:
src/lib/libc/rpc: svc.c
Log Message:
Explicitly cast argument of ffs(3) to fix lint error.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/rpc/svc.c
Please n
Module Name:src
Committed By: christos
Date: Thu Jul 8 20:13:19 UTC 2010
Modified Files:
src/etc/mtree: NetBSD.dist.base
Log Message:
add {man,cat,html4}/x86
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/etc/mtree/NetBSD.dist.base
Please note that d
Module Name:src
Committed By: rmind
Date: Thu Jul 8 20:32:12 UTC 2010
Modified Files:
src/sys/modules/procfs: Makefile
Log Message:
Sync procfs module with kernel change for x86 MD.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/procfs/Makef
Module Name:src
Committed By: rmind
Date: Thu Jul 8 20:43:34 UTC 2010
Modified Files:
src/bin/ls: ls.c
Log Message:
Add #include for howmany().
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/bin/ls/ls.c
Please note that diffs are not public domain;
Module Name:src
Committed By: rmind
Date: Thu Jul 8 20:52:22 UTC 2010
Modified Files:
src/usr.bin/du: du.c
Log Message:
Add #include
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/du/du.c
Please note that diffs are not public domain; they ar
Module Name:src
Committed By: jruoho
Date: Thu Jul 8 20:59:43 UTC 2010
Modified Files:
src/lib/libpthread: pthread_barrier.3
Log Message:
Split long lines, .Dv NULL, note pthread_barrierattr_init(3).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/li
Module Name:src
Committed By: rmind
Date: Thu Jul 8 21:16:44 UTC 2010
Modified Files:
src/crypto/external/bsd/openssh/dist: ssh-keyscan.c
Log Message:
Add missing sys/param.h
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/crypto/external/bsd/openssh/dis
Module Name:src
Committed By: wiz
Date: Thu Jul 8 21:33:02 UTC 2010
Modified Files:
src/share/man/man4/man4.x86: balloon.4
Log Message:
New sentence, new line. Remove trailing whitespace. Other minor fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src
Module Name:src
Committed By: wiz
Date: Thu Jul 8 21:33:38 UTC 2010
Modified Files:
src/lib/libpthread: pthread_barrier.3
Log Message:
Add comma in enumeration, sort errors.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libpthread/pthread_barrier.3
Module Name:src
Committed By: wiz
Date: Thu Jul 8 21:34:06 UTC 2010
Modified Files:
src/lib/libpthread: pthread_cond.3
Log Message:
Sort errors.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libpthread/pthread_cond.3
Please note that diffs are not
Module Name:src
Committed By: wiz
Date: Thu Jul 8 21:34:22 UTC 2010
Modified Files:
src/lib/libpthread: pthread_mutex.3
Log Message:
Add comma in enumeration, sort errors.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libpthread/pthread_mutex.3
Pl
Module Name:src
Committed By: wiz
Date: Thu Jul 8 21:34:48 UTC 2010
Modified Files:
src/lib/libpthread: pthread_rwlock.3
Log Message:
Add comma in enumeration, sort errors.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libpthread/pthread_rwlock.3
Module Name:src
Committed By: wiz
Date: Thu Jul 8 21:35:10 UTC 2010
Modified Files:
src/lib/libpthread: pthread_spin.3
Log Message:
Add comma in enumeration, remove Xr to itself from SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libpthrea
Module Name:src
Committed By: tron
Date: Thu Jul 8 21:43:58 UTC 2010
Modified Files:
src/distrib/sets/lists/man: mi
Log Message:
Add HTML version of ballon(4).
To generate a diff of this commit:
cvs rdiff -u -r1.1225 -r1.1226 src/distrib/sets/lists/man/mi
Please note t
Module Name:src
Committed By: jruoho
Date: Thu Jul 8 21:48:08 UTC 2010
Modified Files:
src/lib/libpthread: pthread_spin.3
Log Message:
Add some remarks and clarifications, simplify RETURN VALUES, grammar, etc.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3
Module Name:src
Committed By: tron
Date: Thu Jul 8 22:01:34 UTC 2010
Modified Files:
src/distrib/sets/lists/base: mi
Log Message:
Add directories for "x86" manual page category.
To generate a diff of this commit:
cvs rdiff -u -r1.875 -r1.876 src/distrib/sets/lists/base/
Module Name:src
Committed By: jruoho
Date: Thu Jul 8 22:19:26 UTC 2010
Modified Files:
src/lib/libpthread: Makefile pthread_attr_getschedparam.3
Removed Files:
src/lib/libpthread: pthread_attr_getschedpolicy.3
Log Message:
Group also pthread_attr_getschedparam(3)
Module Name:src
Committed By: jruoho
Date: Thu Jul 8 22:46:34 UTC 2010
Modified Files:
src/lib/libpthread: pthread_mutexattr.3
Log Message:
.Xr instaed of .Fn for pthread_mutex_init(3), update the error codes,
cleanup STANDARDS, etc.
To generate a diff of this commit:
c
Module Name:src
Committed By: rmind
Date: Thu Jul 8 23:15:23 UTC 2010
Modified Files:
src/sys/kern: sys_select.c
Log Message:
sel_do_scan: do not bother to assert for SEL_SCANNING state before blocking,
as it might also be SEL_BLOCKING due to spurious wake-ups. That has
Module Name:src
Committed By: jruoho
Date: Thu Jul 8 23:23:37 UTC 2010
Modified Files:
src/lib/libpthread: pthread_barrierattr.3
Log Message:
Cleanup errors; no error returns are defined in NetBSD. (The error codes
should be audited, and tested, for all pthread functions.
Module Name:src
Committed By: pgoyette
Date: Thu Jul 8 23:27:17 UTC 2010
Modified Files:
src/sys/dev/i2c: sdtemp.c sdtemp_reg.h
Log Message:
Add additional chip IDs, and be more specific about which revs we match.
>From Guenter Roeck on a Linux mailing list.
To generat
Module Name:src
Committed By: jruoho
Date: Thu Jul 8 23:27:50 UTC 2010
Modified Files:
src/lib/libpthread: pthread_barrierattr.3
Log Message:
Ups. pthread_barrierattr_destroy(3) may fail with EINVAL.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/li
Module Name:src
Committed By: agc
Date: Fri Jul 9 05:35:35 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: create.c crypto.c
keyring.c misc.c netpgp.c openssl_crypto.c packet-parse.c
packet-print.c packet.h reader.c readerwrite
Module Name:src
Committed By: agc
Date: Fri Jul 9 05:36:29 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist: TODO configure configure.ac tst
src/crypto/external/bsd/netpgp/dist/src/netpgp: Makefile
src/crypto/external/bsd/netpgp/dist/src/netpgpv
Module Name:src
Committed By: agc
Date: Fri Jul 9 05:37:30 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/lib: config.h
Log Message:
update version in generated config.h file to 20100707
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/crypto/ext
56 matches
Mail list logo