Module Name:src
Committed By: haad
Date: Wed Jan 12 08:16:23 UTC 2011
Modified Files:
src/external/gpl2/lvm2/dist/libdm/ioctl: libdm-nbsd-iface.c
Log Message:
Use DM_DEVICE_CONTROL_MODE, because mapper/control device should have 660
and not 640 permissions.
To generate a
Module Name:src
Committed By: wiz
Date: Wed Jan 12 09:11:54 UTC 2011
Modified Files:
src/doc: 3RDPARTY
Log Message:
mDNSResponder-258.14 out (and in pkgsrc).
To generate a diff of this commit:
cvs rdiff -u -r1.803 -r1.804 src/doc/3RDPARTY
Please note that diffs are not
Module Name:src
Committed By: pooka
Date: Wed Jan 12 11:12:26 UTC 2011
Modified Files:
src/tests/rump/rumpkern/h_client: h_stresscli.c
Log Message:
Establish signal handler already in parent. Otherwise the child
might be killed before it has a chance to run.
To generate
Module Name:src
Committed By: pooka
Date: Wed Jan 12 11:37:45 UTC 2011
Modified Files:
src/tests/rump/rumpkern/h_client: h_stresscli.c
Log Message:
Give the stress queen two modes: one which nicely suggests an exit
and another one which keeps moet et chandon in her pretty
Module Name:src
Committed By: pooka
Date: Wed Jan 12 11:39:20 UTC 2011
Modified Files:
src/tests/rump/rumpkern: t_sp.sh
Log Message:
* run the killer stress test
* reduce default runtime to 5s
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/rump/rum
Module Name:src
Committed By: pooka
Date: Wed Jan 12 12:32:53 UTC 2011
Modified Files:
src/tests/rump/rumpkern: t_sp.sh
src/tests/rump/rumpkern/h_client: h_stresscli.c
Log Message:
Execute a variety of syscalls in the stress test, including opening
files and socket
Module Name:src
Committed By: pooka
Date: Wed Jan 12 12:51:21 UTC 2011
Modified Files:
src/sys/rump/librump/rumpkern: locks.c lwproc.c rump.c sleepq.c
Log Message:
When the client and the rump kernel are the same host process, all
threads blocking in the kernel automatical
Module Name:src
Committed By: pooka
Date: Wed Jan 12 12:51:47 UTC 2011
Modified Files:
src/sys/rump/include/rump: rumpuser.h
Log Message:
add spop_procexit
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/rump/include/rump/rumpuser.h
Please note tha
Module Name:src
Committed By: tron
Date: Wed Jan 12 12:52:14 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Remove duplicate entries for "usr/tests/lib/libc/getaddrinfo" and mark
the remaining entries as obsolete.
To generate a diff of this commit
Module Name:src
Committed By: pooka
Date: Wed Jan 12 12:52:16 UTC 2011
Modified Files:
src/lib/librumpuser: rumpuser_sp.c
Log Message:
call procexit when a connection closes
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/librumpuser/rumpuser_sp.c
Module Name:src
Committed By: tsutsui
Date: Wed Jan 12 15:30:40 UTC 2011
Modified Files:
src/sys/net: if_ethersubr.c
Log Message:
Fix off by one in ether_aton_r(). Noticed by "arp info overwritten" warning.
(how could it be missed for months?)
To generate a diff of this
Module Name:src
Committed By: tsutsui
Date: Wed Jan 12 15:32:43 UTC 2011
Modified Files:
src/sys/arch/pmax/stand/common: if_prom.c
Log Message:
Pull a fix from src/sys/net/if_ethersubr.c rev. 1.185:
Fix off by one.
To generate a diff of this commit:
cvs rdiff -u -r1.10
Module Name:src
Committed By: tron
Date: Wed Jan 12 16:08:12 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Put back entries for obsolete debugging directories. They weren't
duplicates. Problem pointed out by Paul Goyette in private e-mail.
To gen
Module Name:src
Committed By: pooka
Date: Wed Jan 12 16:12:31 UTC 2011
Modified Files:
src/sys/rump/net/lib/libshmif: shmif_busops.c
Log Message:
make this happy to compile standalone
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/rump/net/lib/libshm
Module Name:src
Committed By: pooka
Date: Wed Jan 12 16:14:24 UTC 2011
Modified Files:
src/usr.bin: Makefile
Added Files:
src/usr.bin/shmif_dumpbus: Makefile shmif_dumpbus.1 shmif_dumpbus.c
Log Message:
shmif(4) bus dumping utility
To generate a diff of this comm
Module Name:src
Committed By: pooka
Date: Wed Jan 12 16:18:59 UTC 2011
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/man: mi
Log Message:
shmif_dumpbus + man
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: pooka
Date: Wed Jan 12 17:14:34 UTC 2011
Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c
Log Message:
Mark rootfs r/w. Thanks to the incredible machine known as vfs,
the only one who noticed the inconsistency of writing to a r/o fs
was
Module Name:src
Committed By: pooka
Date: Wed Jan 12 17:16:24 UTC 2011
Modified Files:
src/tests/fs/union: t_basic.c
Log Message:
Simplify test: there's no reason to mount 2x ffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/fs/union/t_basic.c
P
Module Name:src
Committed By: pooka
Date: Wed Jan 12 17:20:54 UTC 2011
Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c
Log Message:
reject r/o mount attempts
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/rump/librump/rumpvfs/rumpfs.c
Pleas
Module Name:src
Committed By: pgoyette
Date: Wed Jan 12 17:32:27 UTC 2011
Modified Files:
src/tests/lib/libc: Makefile
src/tests/lib/libc/net: Makefile
Added Files:
src/tests/lib/libc/net: h_protoent.c h_servent.c t_protoent.sh
t_servent.sh
Remov
Module Name:src
Committed By: pgoyette
Date: Wed Jan 12 17:33:39 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Update sets list for moving of servent and protoent tests
To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 src/distrib/s
Module Name:src
Committed By: phx
Date: Wed Jan 12 18:05:18 UTC 2011
Modified Files:
src/sys/dev/i2c: motoi2cvar.h
Log Message:
Include i2cvar.h for i2c_controller, which is usually not needed by devices
using this MI driver, so they shouldn't have to bother with that.
T
Module Name:src
Committed By: phx
Date: Wed Jan 12 18:06:26 UTC 2011
Modified Files:
src/sys/dev/i2c: motoi2c.c
Log Message:
Fixed DPRINTF macro to make it compile when DEBUG is not defined.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/moto
Module Name:src
Committed By: phx
Date: Wed Jan 12 18:09:03 UTC 2011
Modified Files:
src/sys/arch/sandpoint/conf: files.sandpoint
src/sys/arch/sandpoint/sandpoint: iic_eumb.c
Log Message:
Rewritten to take advantage of the new MI motoi2c code.
To generate a diff
Module Name:src
Committed By: christos
Date: Wed Jan 12 18:28:19 UTC 2011
Modified Files:
src/usr.bin/ypcat: ypcat.1 ypcat.c
Log Message:
add -s option to compress spaces.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/ypcat/ypcat.1
cvs rdiff -
Module Name:src
Committed By: christos
Date: Wed Jan 12 18:51:42 UTC 2011
Modified Files:
src/usr.bin/ypcat: ypcat.c
Log Message:
fix usage.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/ypcat/ypcat.c
Please note that diffs are not public dom
Module Name:xsrc
Committed By: jmcneill
Date: Wed Jan 12 19:03:51 UTC 2011
Modified Files:
xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c
Log Message:
Fix compilation with HAVE_MTRR
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 xsrc/external/mit/libp
Module Name:src
Committed By: jmcneill
Date: Wed Jan 12 19:04:19 UTC 2011
Modified Files:
src/external/mit/xorg/lib/libpciaccess: Makefile
Log Message:
HAVE_MMTR -> HAVE_MTRR
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/lib/libpciacce
Module Name:src
Committed By: pooka
Date: Wed Jan 12 19:29:24 UTC 2011
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
Make sure bozo_auth_check_401() isn't called with a NULL "request".
reviewed by mrg
To generate a diff of this commit:
cvs rdiff -u -r1.25
Module Name:src
Committed By: pooka
Date: Wed Jan 12 19:31:40 UTC 2011
Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c
Log Message:
Explicitly set *vpp to NULL in lookup. At least reluckup gets
upset if we don't explicitly nullify vpp in the error case.
To genera
Module Name:src
Committed By: pgoyette
Date: Wed Jan 12 19:44:08 UTC 2011
Modified Files:
src/tests/lib/libc: Makefile
src/tests/lib/libc/stdlib: Makefile
Added Files:
src/tests/lib/libc/stdlib: h_atexit.c t_atexit.sh
Removed Files:
src/tests/lib/lib
Module Name:src
Committed By: pgoyette
Date: Wed Jan 12 19:45:23 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Another sets-list dance, this time for the libc/atexit test
To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 src/distrib
Module Name:src
Committed By: tron
Date: Wed Jan 12 19:52:16 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Fix entries for debugging binaries of Atf-ified "getaddrinfo tests.
To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 src/dis
Module Name:src
Committed By: wiz
Date: Wed Jan 12 19:53:12 UTC 2011
Modified Files:
src/usr.bin/shmif_dumpbus: shmif_dumpbus.1
Log Message:
Fix xref.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/shmif_dumpbus/shmif_dumpbus.1
Please note that
Module Name:src
Committed By: wiz
Date: Wed Jan 12 19:55:06 UTC 2011
Modified Files:
src/usr.bin/ypcat: ypcat.1
Log Message:
Sort options in SYNOPSIS.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/ypcat/ypcat.1
Please note that diffs are not
Module Name:src
Committed By: pooka
Date: Wed Jan 12 21:08:55 UTC 2011
Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c
Log Message:
unionfs voodoo
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/rump/librump/rumpvfs/rumpfs.c
Please note that
Module Name:src
Committed By: pooka
Date: Wed Jan 12 21:13:27 UTC 2011
Modified Files:
src/tests/fs/union: Makefile
src/tests/fs/vfs: Makefile
Added Files:
src/tests/fs/vfs: t_union.c
Removed Files:
src/tests/fs/union: t_basic.c
Log Message:
Move ba
Module Name:src
Committed By: skrll
Date: Wed Jan 12 21:18:23 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: locore.S
Log Message:
LOCKDEBUG isn't used here.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/hp700/hp700/locore.S
Please note
Module Name:src
Committed By: pooka
Date: Wed Jan 12 21:30:50 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Remember to commit the setlost stuff for the union test changes,
or there'll be vfs to pay.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: pooka
Date: Wed Jan 12 21:45:39 UTC 2011
Modified Files:
src/tests/fs/vfs: t_union.c
Log Message:
Instead of hardcoding fs list just try to mount union and skip all
file systems which return EOPNOTSUPP.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: pooka
Date: Wed Jan 12 22:42:24 UTC 2011
Modified Files:
src/tests/fs/vfs: t_union.c
Log Message:
xfail for PR kern/44377
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/fs/vfs/t_union.c
Please note that diffs are not
Module Name:src
Committed By: joerg
Date: Wed Jan 12 22:53:17 UTC 2011
Modified Files:
src/sys/external/intel-public/acpica/dist/compiler: aslcompile.c
aslutils.c
Log Message:
Drop the build date from the iasl binary.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: joerg
Date: Wed Jan 12 22:57:22 UTC 2011
Update of /cvsroot/src/external/bsd/mdocml/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv3862
Log Message:
Import mdocml-1.10.9 and additional post-release bugfixes
(tbl_data.c 1.15, tbl_layout.c 1.13, tbl_
Module Name:src
Committed By: joerg
Date: Wed Jan 12 22:58:42 UTC 2011
Modified Files:
src/external/bsd/mdocml/dist: man_term.c mdoc_term.c
Removed Files:
src/external/bsd/mdocml/dist: man_action.c mdoc_action.c style.css
Log Message:
Merge for mdocml-1.10.9
To g
Module Name:src
Committed By: joerg
Date: Wed Jan 12 23:00:52 UTC 2011
Modified Files:
src/external/bsd/mdocml: prepare-import.sh
Log Message:
Use example.style.css in place of style.css.
Replace $Mdocdate$ with the content in correct order, so that groff
gives proper outp
Module Name:src
Committed By: joerg
Date: Wed Jan 12 23:02:22 UTC 2011
Modified Files:
src/distrib/sets/lists/text: mi
src/external/bsd/mdocml/bin/mandoc: Makefile
src/external/bsd/mdocml/lib/libman: Makefile
src/external/bsd/mdocml/lib/libmdoc: Make
Module Name:src
Committed By: joerg
Date: Wed Jan 12 23:03:24 UTC 2011
Modified Files:
src/share/mk: bsd.man.mk
Log Message:
mandoc now supports tbl(1) formatting, so adjust rules.
Use -Wstop in lintmanpages.
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.10
Module Name:src
Committed By: joerg
Date: Wed Jan 12 23:03:56 UTC 2011
Modified Files:
src/gnu/usr.bin/groff: Makefile.inc
src/lib/libm: Makefile
Log Message:
Remove NOMANDOC, the documents are at least parsed somewhat sensible.
To generate a diff of this commit:
Module Name:src
Committed By: joerg
Date: Wed Jan 12 23:05:31 UTC 2011
Modified Files:
src/share/mk: bsd.README
Log Message:
USETBL no longer disables mandoc processing.
To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 src/share/mk/bsd.README
Please note
Module Name:src
Committed By: joerg
Date: Wed Jan 12 23:12:12 UTC 2011
Modified Files:
src/common/lib/libc/arch/i386/atomic: atomic.S
src/common/lib/libc/arch/x86_64/atomic: atomic.S
src/lib/libc/compat/arch/i386/sys: compat___sigreturn14.S
compa
Module Name:src
Committed By: joerg
Date: Wed Jan 12 23:34:00 UTC 2011
Modified Files:
src/distrib/utils/libhack: getpwent.c
Log Message:
Fix the weak aliases to match the libc version and not leave unresolved
symbols around.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jmcneill
Date: Wed Jan 12 23:52:38 UTC 2011
Modified Files:
src/sys/arch/x86/x86: mtrr_i686.c
Log Message:
Handle overlapping variable-range MTRRs following the rules defined in
section 11.11.4.1 "MTRR Precendes" of the Intel(R) 64 and IA-32
A
Module Name:src
Committed By: pgoyette
Date: Thu Jan 13 00:14:10 UTC 2011
Modified Files:
src/tests/lib/libc: Makefile
Added Files:
src/tests/lib/libc/time: Makefile t_mktime.c t_strptime.c
Removed Files:
src/tests/lib/libc: t_mktime.c t_strptime.c
Log Mess
Module Name:src
Committed By: pgoyette
Date: Thu Jan 13 00:16:34 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
Log Message:
sets-list and mtree dance for moving t_mktime & t_strptime
To generate a diff of this commit:
Module Name:src
Committed By: pgoyette
Date: Thu Jan 13 01:32:05 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Fix entries for lib/libc/net/ entries for servent and protoent (these
should not be obsolete)
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: pgoyette
Date: Thu Jan 13 01:56:44 UTC 2011
Modified Files:
src/tests/lib/libc: Makefile
src/tests/lib/libc/net: Makefile
Added Files:
src/tests/lib/libc/net: h_nsd_recurse.c t_nsdispatch.sh
Removed Files:
src/tests/lib/
Module Name:src
Committed By: pgoyette
Date: Thu Jan 13 01:57:49 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
sets-list dance for nsdispatch test
To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 src/distrib/sets/lists/tests/mi
Pl
Module Name:src
Committed By: pgoyette
Date: Thu Jan 13 02:24:52 UTC 2011
Modified Files:
src/tests/lib/libc/net: Makefile h_nsd_recurse.c
Log Message:
Re-add missing -lpthread and fix some structure inializers (not sure how
these ever compiled)
To generate a diff of thi
Module Name:src
Committed By: pgoyette
Date: Thu Jan 13 02:40:44 UTC 2011
Modified Files:
src/tests/lib/libc: Makefile
src/tests/lib/libc/gen: Makefile
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/gen: t_randomid.c
src/tes
Module Name:src
Committed By: pgoyette
Date: Thu Jan 13 02:41:10 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Another sets-list dance for reorganizing the atf tests
To generate a diff of this commit:
cvs rdiff -u -r1.233 -r1.234 src/distrib/sets
Module Name:src
Committed By: pgoyette
Date: Thu Jan 13 03:00:41 UTC 2011
Modified Files:
src/tests/lib/libc/gen: t_randomid.c
Log Message:
Repair some printf formats
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/t_randomid.c
Please
Module Name:src
Committed By: pgoyette
Date: Thu Jan 13 03:09:55 UTC 2011
Modified Files:
src/tests/lib/libc/sys: Makefile
Log Message:
Make sure we build all of thests, not just the last one (use += vs =)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/t
Module Name:src
Committed By: pgoyette
Date: Thu Jan 13 03:19:58 UTC 2011
Modified Files:
src/tests/lib/libc: Makefile
src/tests/lib/libc/ttyio: Makefile
Added Files:
src/tests/lib/libc/ttyio: t_ptm.c
Removed Files:
src/tests/lib/libc: t_ptm.c
Log M
Module Name:src
Committed By: pgoyette
Date: Thu Jan 13 03:20:15 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
One more sets-list dance, for t_ptm
To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.235 src/distrib/sets/lists/tests/mi
Pl
Module Name:src
Committed By: jruoho
Date: Thu Jan 13 03:40:51 UTC 2011
Modified Files:
src/sys/arch/ia64/acpi: acpi_machdep.c
src/sys/arch/ia64/include: acpi_machdep.h
src/sys/arch/x86/acpi: acpi_cpu_md.c
src/sys/arch/x86/include: acpi_machdep.h
Module Name:src
Committed By: jruoho
Date: Thu Jan 13 03:45:38 UTC 2011
Modified Files:
src/sys/arch/x86/acpi: acpi_wakeup.c
Log Message:
Add a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/x86/acpi/acpi_wakeup.c
Please note that di
Module Name:src
Committed By: jruoho
Date: Thu Jan 13 04:18:19 UTC 2011
Modified Files:
src/sys/dev/acpi: acpi.c acpi_cpu.c
Log Message:
Do not try to attach more ACPI CPUs than the amount of "real" CPUs.
To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 sr
Module Name:src
Committed By: jruoho
Date: Thu Jan 13 05:14:48 UTC 2011
Modified Files:
src/sys/dev/acpi: acpi.c acpivar.h
Log Message:
Scan for docking stations.
To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.232 src/sys/dev/acpi/acpi.c
cvs rdiff -u -r1.65
Module Name:src
Committed By: mrg
Date: Thu Jan 13 05:20:27 UTC 2011
Modified Files:
src/sys/arch/sparc/include: cpu.h
src/sys/arch/sparc/sparc: cpu.c cpuvar.h genassym.cf locore.s machdep.c
trap.c vm_machdep.c
Log Message:
introduce a hack to workaroun
Module Name:src
Committed By: jruoho
Date: Thu Jan 13 05:58:05 UTC 2011
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
Clean-up acpi_print(). XXX: The 'acpiverbose' module is still broken...
To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 src/sys/d
Module Name:src
Committed By: pooka
Date: Thu Jan 13 07:23:39 UTC 2011
Modified Files:
src/sys/sys: fstypes.h
Log Message:
fix incorrect value of IMNT_MPSAFE in __IMNT_FLAG_BITS
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/sys/fstypes.h
Please n
Module Name:src
Committed By: pooka
Date: Thu Jan 13 07:25:50 UTC 2011
Modified Files:
src/sys/kern: vfs_syscalls.c
src/sys/sys: fstypes.h
Log Message:
allow file system to decide if it can be downgraded from r/w to r/o
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: pooka
Date: Thu Jan 13 07:27:36 UTC 2011
Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c
Log Message:
support MNT_RDONLY
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/rump/librump/rumpvfs/rumpfs.c
Please note
73 matches
Mail list logo