Module Name:src
Committed By: jruoho
Date: Fri Apr 30 07:00:51 UTC 2010
Modified Files:
src/lib/libc/stdlib: malloc.3
Log Message:
Steal the "malloc() vs. calloc()" -idiom from the OpenBSD's malloc(3).
While it may be debated how useful this is, good idiomatic usage examp
Module Name:src
Committed By: jruoho
Date: Fri Apr 30 07:14:15 UTC 2010
Modified Files:
src/lib/libc/stdlib: malloc.3
Log Message:
As err(3) instructs, use EXIT_FAILURE in the example.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/stdlib/mall
Module Name:src
Committed By: jruoho
Date: Fri Apr 30 07:16:35 UTC 2010
Modified Files:
src/lib/libc/stdlib: malloc.3
Log Message:
Also: in the example EOVERFLOW is probably better than ENOMEM.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/st
Module Name:src
Committed By: jruoho
Date: Fri Apr 30 09:41:59 UTC 2010
Modified Files:
src/lib/libc/sys: access.2
Log Message:
Remove the note about eaccess(); no such thing in NetBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/sys/access
Module Name:src
Committed By: pooka
Date: Fri Apr 30 09:44:38 UTC 2010
Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c
Log Message:
Get better results if initialize a field before calling strlen().
(can't believe that worked last night. the stars must've been in
th
Module Name:src
Committed By: martin
Date: Fri Apr 30 10:02:00 UTC 2010
Modified Files:
src/sys/kern: kern_synch.c
Log Message:
Add a CTASSERT to make sure the cexp and ldavg arrays are kept in sync
To generate a diff of this commit:
cvs rdiff -u -r1.282 -r1.283 src/sys/
Module Name:src
Committed By: pooka
Date: Fri Apr 30 10:03:14 UTC 2010
Modified Files:
src/sys/kern: vfs_subr.c
src/sys/rump/librump/rumpvfs: rumpfs.c
src/sys/sys: vnode.h
Log Message:
Add translation from vtype to dirent type. Convert rumpfs now.
I'll con
Module Name:src
Committed By: jruoho
Date: Fri Apr 30 10:06:52 UTC 2010
Modified Files:
src/lib/libc/stdlib: tsearch.3
Log Message:
Add STANDARDS and CAVEATS. The latter notes the ambiguity of tdelete() when
deleting the root node.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: jruoho
Date: Fri Apr 30 10:09:23 UTC 2010
Modified Files:
src/lib/libc/stdlib: tsearch.3
Log Message:
Put the period outside the quotation marks.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/stdlib/tsearch.3
Pl
Module Name:src
Committed By: jruoho
Date: Fri Apr 30 10:24:02 UTC 2010
Modified Files:
src/lib/libc/stdlib: insque.3
Log Message:
Rewrite the HISTORY section.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/stdlib/insque.3
Please note that diff
Module Name:src
Committed By: pooka
Date: Fri Apr 30 13:48:55 UTC 2010
Modified Files:
src/sys/arch/sun3/include: vmparam.h vmparam3.h vmparam3x.h
Log Message:
Raise the blade, make the change, don't quite rearrange to where
it's sane. But improves the non-monolithic kern
Module Name:src
Committed By: njoly
Date: Fri Apr 30 13:49:22 UTC 2010
Modified Files:
src/usr.bin/systat: vmstat.c
Log Message:
In vmstat display, add one more column to output memory values. Avoid
overflow with more than 100GB.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: joerg
Date: Fri Apr 30 13:58:09 UTC 2010
Modified Files:
src/common/lib/libc/gen: rb.c
Log Message:
Fix rb_tree_iterate to get the min/max element of the tree for the
RBSMALL case.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6
Module Name:src
Committed By: matt
Date: Fri Apr 30 14:27:46 UTC 2010
Modified Files:
src/lib/libc/arch/mips/gen [matt-nb5-mips64]: longjmp.c
Log Message:
For N32/N64, GP is callee-saved
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.14.1 src/lib/libc/arch/m
Module Name:src
Committed By: skrll
Date: Fri Apr 30 14:32:31 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Re-formatting.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/hp700/hp700/machdep.c
Please note that diffs
Module Name:src
Committed By: uebayasi
Date: Fri Apr 30 14:36:18 UTC 2010
Modified Files:
src/include [uebayasi-xip]: Makefile err.h math.h netdb.h paths.h
stdio.h stdlib.h unistd.h util.h wchar.h wctype.h
src/include/ssp [uebayasi-xip]: stdio.h
Added Fi
Module Name:src
Committed By: skrll
Date: Fri Apr 30 15:36:45 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Add HPPA_FTRS_TLBU to 7100LC and 7300LC CPUs.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/hp700/hp700/ma
Module Name:src
Committed By: skrll
Date: Fri Apr 30 15:39:02 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
Add two DPRINTFs
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/hp700/hp700/mainbus.c
Please note that dif
Module Name:src
Committed By: skrll
Date: Fri Apr 30 15:49:40 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
Note the PA of pages when allocated.
Simplify mapping of pages by traversing segs rather than the pageq and
calling VM_PAGE_TO_PHYS.
On
Module Name:src
Committed By: skrll
Date: Fri Apr 30 15:51:27 UTC 2010
Modified Files:
src/sys/arch/hp700/conf: GENERIC
Log Message:
Enable PA2.0 CPUs, elroy, astro, ssio and attachments.
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/hp700/co
Module Name:src
Committed By: matt
Date: Fri Apr 30 16:10:42 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: cpu_subr.c
Log Message:
In N32 kernel, cpu_setmcontext needs to deal O32 mcontext
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1
Module Name:src
Committed By: matt
Date: Fri Apr 30 16:11:14 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: trap.c
Log Message:
Report alignment faults as SIGBUS, not SIGSEGV.
To generate a diff of this commit:
cvs rdiff -u -r1.217.12.22 -r1.217.12.23
Module Name:src
Committed By: matt
Date: Fri Apr 30 16:11:53 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: netbsd32_machdep.c
Log Message:
No reason to set R_ZERO.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/mips/
Module Name:src
Committed By: matt
Date: Fri Apr 30 16:12:41 UTC 2010
Modified Files:
src/lib/libc/arch/mips/gen [matt-nb5-mips64]: setjmp.S
Log Message:
When .set reorder, the move goes before the jump, not after.
To generate a diff of this commit:
cvs rdiff -u -r1.17.3
Module Name:src
Committed By: njoly
Date: Fri Apr 30 16:21:05 UTC 2010
Modified Files:
src/usr.bin/systat: vmstat.c
Log Message:
Add per process cache values to the total name translations count.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/usr.bin/s
Module Name:src
Committed By: matt
Date: Fri Apr 30 16:23:23 UTC 2010
Modified Files:
src/lib/libc/arch/mips/gen [matt-nb5-mips64]: longjmp.c
Log Message:
Semantic change: Use _REG_x with gregs, no binary difference
To generate a diff of this commit:
cvs rdiff -u -r1.2.1
Module Name:src
Committed By: matt
Date: Fri Apr 30 16:24:25 UTC 2010
Modified Files:
src/libexec/getty [matt-nb5-mips64]: main.c
Log Message:
Syslog if login_tty fails
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.56.10.1 src/libexec/getty/main.c
Please no
Module Name:src
Committed By: matt
Date: Fri Apr 30 16:32:16 UTC 2010
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: mcontext.h
Log Message:
Define mcontext_o32_t if !O32
To generate a diff of this commit:
cvs rdiff -u -r1.8.18.3 -r1.8.18.4 src/sys/arch/mip
Module Name:src
Committed By: matt
Date: Fri Apr 30 18:15:33 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: trap.c
Log Message:
add some missing kpreempt calls. Fix an assert.
To generate a diff of this commit:
cvs rdiff -u -r1.217.12.23 -r1.217.12.2
Module Name:src
Committed By: pooka
Date: Fri Apr 30 20:05:29 UTC 2010
Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c
Log Message:
genfs_eopnotsuppify symlink, otherwise unlocky things happen!
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/
Module Name:src
Committed By: pooka
Date: Fri Apr 30 20:28:13 UTC 2010
Modified Files:
src/sys/conf: majors
Log Message:
compress whitespace. no functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/conf/majors
Please note that diffs
Module Name:src
Committed By: pooka
Date: Fri Apr 30 20:47:18 UTC 2010
Modified Files:
src/sys/arch/i386/conf: majors.i386
src/sys/conf: files majors
src/sys/sys: conf.h
src/usr.bin/config: defs.h gram.y mkdevsw.c scan.l sem.c sem.h
Log Message:
For
Module Name:src
Committed By: pooka
Date: Fri Apr 30 20:54:17 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c
Added Files:
src/sys/rump/librump/rumpkern: devsw.c
Log Message:
Include devsw_conv0 from an i386 kernel compilation (no,
Module Name:src
Committed By: pooka
Date: Fri Apr 30 21:02:36 UTC 2010
Modified Files:
src/sys/rump/librump/rumpvfs: devnodes.c rump_vfs.c rump_vfs_private.h
Log Message:
Autogenerate /dev nodes. Use (recreate) the naming policy in
MAKEDEV. -- Not the famous irrational fi
Module Name:src
Committed By: dyoung
Date: Fri Apr 30 21:05:27 UTC 2010
Modified Files:
src/sys/arch/x86/pci: pci_machdep.c
Log Message:
Add an exponential back-off to the loop that tries to lock the
PCI configuration-access registers, to avoid excessive cacheline
ping-pon
Module Name:src
Committed By: pooka
Date: Fri Apr 30 21:05:52 UTC 2010
Modified Files:
src/sys/rump/net/rumptest: rumptest_net.c
Log Message:
Remove bpf modload code. With the current state of affairs, the
kernel module either be autoloaded from the host or the kernel
mod
Module Name:src
Committed By: hubertf
Date: Fri Apr 30 21:17:19 UTC 2010
Modified Files:
src/sys/dev/pci: if_pcn.c
Log Message:
silence "boot -z"
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/pci/if_pcn.c
Please note that diffs are not public
Module Name:src
Committed By: dyoung
Date: Fri Apr 30 21:17:22 UTC 2010
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
IPL_VM is the highest interrupt priority where alldevs is read/written,
and acquiring alldevs_mtx already blocks those interrupts, so delete t
Module Name:src
Committed By: jakllsch
Date: Fri Apr 30 23:55:24 UTC 2010
Modified Files:
src/sys/arch/i386/conf: XBOX XEN3_DOM0
Log Message:
Following precedent in the i386 GENERIC kernel and in similar amd64
kernels, comment a few *VERBOSE options that have questionable
Module Name:src
Committed By: uebayasi
Date: Sat May 1 01:36:25 UTC 2010
Modified Files:
src/doc: BRANCHES
Log Message:
Update uebayasi-xip's base.
To generate a diff of this commit:
cvs rdiff -u -r1.291 -r1.292 src/doc/BRANCHES
Please note that diffs are not public do
Module Name:src
Committed By: cliff
Date: Sat May 1 06:10:04 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpu.c
Log Message:
remove some development debug prints,
in cpu_setup_trampoline_common()
and cpu_setup_trampoline_callback()
To generate
Module Name:src
Committed By: cliff
Date: Sat May 1 06:13:34 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_intr.c
Log Message:
in evbmips_iointr() for RMI, where we ack the EIRR,
replace (relatively expensive) splhigh()/splx()
protection with (mo
Module Name:src
Committed By: jruoho
Date: Sat May 1 06:18:03 UTC 2010
Modified Files:
src/lib/libc/stdlib: hcreate.3
Log Message:
Improvements to wording and markup.
In addition, list more bugs and caveats. Namely, the NetBSD implementation
(like the FreeBSD one where t
43 matches
Mail list logo