Module Name:src
Committed By: dholland
Date: Mon Jan 30 06:39:26 UTC 2012
Modified Files:
src/lib/libquota: quota_nfs.c
Log Message:
Remove redundant break statement.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libquota/quota_nfs.c
Please note th
Module Name:src
Committed By: dholland
Date: Mon Jan 30 06:15:22 UTC 2012
Modified Files:
src/lib/libquota: quota_oldfiles.c
Log Message:
Fix silly bug reading fstab.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libquota/quota_oldfiles.c
Please no
Module Name:src
Committed By: dholland
Date: Mon Jan 30 06:14:43 UTC 2012
Modified Files:
src/usr.bin/quota: quotautil.c quotautil.h
Log Message:
Remove stray p in identifier name. This has (as far as I can tell)
prevented quotacheck and other old-style quota bits from wor
Module Name:src
Committed By: matt
Date: Mon Jan 30 06:04:32 UTC 2012
Modified Files:
src/sys/arch/powerpc/include: param.h
Log Message:
PowerPC wants 16-byte aligned stacks (for AltiVec).
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/powerpc
Module Name:src
Committed By: dholland
Date: Mon Jan 30 06:02:12 UTC 2012
Modified Files:
src/usr.bin/quota: quotautil.c
Log Message:
Don't strlcpy from a string buffer to itself; the behavior is not
defined.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 sr
Module Name:src
Committed By: dholland
Date: Mon Jan 30 06:00:49 UTC 2012
Modified Files:
src/lib/libquota: quota_proplib.c
src/usr.bin/quota: quota.c
Log Message:
Remove an old, no longer necessary hack from libquota and handle the
relevant case properly in usr.bi
Module Name:src
Committed By: mrg
Date: Mon Jan 30 05:42:54 UTC 2012
Modified Files:
src/sys/kern: kern_malloc.c
Log Message:
make sure that the 'struct malloc' header on allocations is properly
aligned to (ALIGNBYTES+1). this ensures that the memory that malloc(9)
return
Module Name:src
Committed By: mrg
Date: Mon Jan 30 04:25:15 UTC 2012
Modified Files:
src/sys/arch/sparc/dev: ebus.c sbus.c
src/sys/arch/sparc64/dev: ebus.c sbus.c
Log Message:
avoid writing 1 byte beyond the end of the string promlib.c has given us.
instead of forc
Module Name:src
Committed By: nisimura
Date: Mon Jan 30 03:28:35 UTC 2012
Modified Files:
src/distrib/evbarm: Makefile
src/distrib/sets/lists/base: md.evbarm
src/doc: CHANGES
src/etc/etc.evbarm: Makefile.inc
src/sys/arch/arm/s3c2xx0: s3c2410.
Module Name:src
Committed By: rmind
Date: Mon Jan 30 01:56:48 UTC 2012
Modified Files:
src/sys/kern: kern_malloc.c
Log Message:
- kern_realloc: fix a recent regression, use correct size of current allocation.
- kern_malloc: constify.
To generate a diff of this commit:
cv
Module Name:src
Committed By: rmind
Date: Mon Jan 30 01:54:08 UTC 2012
Modified Files:
src/sys/dev/wscons: wsmux.c
Log Message:
wsmux_getmux: do not increment nwsmux if allocation fails (might cause buffer
overflow). Simplify slightly.
To generate a diff of this commit:
Module Name:src
Committed By: dholland
Date: Mon Jan 30 00:56:20 UTC 2012
Modified Files:
src/sys/sys: quota.h
Log Message:
Add QUOTA_RESTRICT_READONLY, for the nfs quota access code.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/quota.h
Plea
Module Name:src
Committed By: joerg
Date: Sun Jan 29 23:29:01 UTC 2012
Modified Files:
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64
md.sparc64 shl.mi
src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64
md.sparc64 sh
Module Name:src
Committed By: uwe
Date: Sun Jan 29 23:27:24 UTC 2012
Modified Files:
src/lib/csu/arch/sh3: crt0.S
Log Message:
Since it's in a separate file now, we cannot use direct branch to label.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/csu
Module Name:src
Committed By: rmind
Date: Sun Jan 29 22:55:40 UTC 2012
Modified Files:
src/sys/kern: init_main.c kern_cpu.c kern_idle.c subr_pserialize.c
sys_sched.c
src/sys/sys: cpu.h cpu_data.h
Log Message:
- Add mi_cpu_init() and initialise cpu_lock
Module Name:src
Committed By: he
Date: Sun Jan 29 20:20:18 UTC 2012
Modified Files:
src/sys/kern: subr_pool.c
Log Message:
Use the same style for initialization of pool_allocator_kmem under
POOL_SUBPAGE as all the other poll_allocator structs. Fixes build
problem for acor
Module Name:src
Committed By: he
Date: Sun Jan 29 20:16:17 UTC 2012
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Only declare helper variable which is only used in KASSERT() if
DIAGNOSTIC is defined, to avoid "variable defined but never used"
warning if DIAG
Module Name:src
Committed By: dholland
Date: Sun Jan 29 19:36:15 UTC 2012
Modified Files:
src/sys/sys: quota.h quotactl.h
Log Message:
Move the semantic restriction codes from sys/quotactl.h to
sys/quota.h; they're meant to be used by applications and were
stuffed into the
Module Name:src
Committed By: rmind
Date: Sun Jan 29 19:08:26 UTC 2012
Modified Files:
src/sys/kern: subr_kcpuset.c
src/sys/sys: kcpuset.h
Log Message:
- Add kcpuset_isotherset() and kcpuset_countset().
- Fix KC_NFIELDS_EARLY. Make kcpuset_isset() return bool.
T
Module Name:src
Committed By: jakllsch
Date: Sun Jan 29 18:55:13 UTC 2012
Modified Files:
src/sys/arch/i386/conf: ALL
Log Message:
options MALLOC_DEBUG is no longer expected to compile,
but has not yet been removed. Avoid compiling it here.
To generate a diff of this co
Module Name:src
Committed By: roy
Date: Sun Jan 29 18:33:07 UTC 2012
Modified Files:
src/sys/sys: socket.h
Log Message:
Allow using CMSG_NXTHDR with -Wcast-align.
If various checks are omitted, the CMSG_NXTHDR macro expands to
(struct cmsghdr *)((char *)(cmsg) + \
_ALIGN(
Module Name:src
Committed By: hannken
Date: Sun Jan 29 18:29:12 UTC 2012
Modified Files:
src/sys/arch/i386/conf: INSTALL_FLOPPY
Log Message:
Add virtio driver to INSTALL_FLOPPY.
Requested by Matthias Scheler for particular cases like
http://mail-index.netbsd.org/netbsd-u
Module Name:src
Committed By: rmind
Date: Sun Jan 29 17:27:37 UTC 2012
Modified Files:
src/sys/kern: subr_vmem.c
Log Message:
- vmem_xalloc: remove call to uvm_kick_pdaemon() as it is not right.
- Reduce some #ifdefs. Misc.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: para
Date: Sun Jan 29 16:24:51 UTC 2012
Modified Files:
src/sys/arch/sun3/sun3: pmap.c
Log Message:
convert from malloc(9) to kmem(9)
To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/sys/arch/sun3/sun3/pmap.c
Please note
Module Name:src
Committed By: para
Date: Sun Jan 29 16:24:01 UTC 2012
Modified Files:
src/sys/arch/sun3/sun3: dvma.c
Log Message:
adapt to recent changes in uvm
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/sun3/sun3/dvma.c
Please note that
Module Name:src
Committed By: phx
Date: Sun Jan 29 16:01:37 UTC 2012
Modified Files:
src/distrib/utils/sysinst/arch/ofppc: md.c md.h
Log Message:
Add support for RDB-partitioned disks.
When an RDB block was found on the disk we cannot change the disk layout,
and everything
Module Name:src
Committed By: phx
Date: Sun Jan 29 15:54:36 UTC 2012
Modified Files:
src/distrib/notes: Makefile
Added Files:
src/distrib/notes/ofppc: Makefile contents hardware install legal prep
upgrade xfer
Log Message:
Introduce some initial documen
Module Name:src
Committed By: para
Date: Sun Jan 29 15:32:52 UTC 2012
Modified Files:
src/sys/arch/amiga/pci: mppb.c p5pb.c
Log Message:
adapt to extent(9) changes
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amiga/pci/mppb.c
cvs rdiff -u -r1.
Module Name:src
Committed By: njoly
Date: Sun Jan 29 14:57:32 UTC 2012
Modified Files:
src/sys/rump/librump/rumpkern: rump.c vm.c
Log Message:
Move pool subsystem init from rump__init() to uvm_init(), following
kernel code. Fix RUMP_LOCKDEBUG early panic.
To generate a d
Module Name:src
Committed By: para
Date: Sun Jan 29 13:38:15 UTC 2012
Modified Files:
src/sys/kern: subr_vmem.c
Log Message:
move condvar calls under interlock protection
call uvm_kick_pdaemon in case we can sleep and no space in arena
To generate a diff of this commit:
Module Name:src
Committed By: isaki
Date: Sun Jan 29 12:43:00 UTC 2012
Modified Files:
src/sys/arch/x68k/x68k: machdep.c
Log Message:
Make it compile with EM_DEBUG (..here, EM_ is EXTENDED_MEMORY).
To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/sys/a
Module Name:src
Committed By: para
Date: Sun Jan 29 12:37:01 UTC 2012
Modified Files:
src/sys/uvm: uvm_km.c
Log Message:
size kmem_arena more sanely for small memory machines
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/sys/uvm/uvm_km.c
Please not
Module Name:src
Committed By: para
Date: Sun Jan 29 11:59:14 UTC 2012
Modified Files:
src/sys/ufs/ufs: ufs_quota.c
Log Message:
sprinkel some #ifdef QUOTA2 to avoid unused variables
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/ufs/ufs/ufs_quota
Module Name:src
Committed By: para
Date: Sun Jan 29 11:49:58 UTC 2012
Modified Files:
src/sys/arch/sparc/sparc: pmap.c
Log Message:
fix sparc after kmem_map is gone
To generate a diff of this commit:
cvs rdiff -u -r1.347 -r1.348 src/sys/arch/sparc/sparc/pmap.c
Please no
Module Name:src
Committed By: drochner
Date: Sun Jan 29 11:49:02 UTC 2012
Modified Files:
src/sys/external/bsd/drm/dist/bsd-core: drm_bufs.c
Log Message:
remove incomplete conversion to kmem_alloc -- inconsistent use
leads at least to diagnostic panics
To generate a diff
Module Name:src
Committed By: drochner
Date: Sun Jan 29 11:45:37 UTC 2012
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
don't mess with the PDP pool cache before it is initialized,
prevents at least LOCKDEBUG panics
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: wiz
Date: Sun Jan 29 11:44:54 UTC 2012
Modified Files:
src/lib/libc/sys: clone.2
Log Message:
Add Nm for __clone, man page is already linked to that name.
Noted by Abhinav Upadhyay.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.
Module Name:src
Committed By: cherry
Date: Sun Jan 29 11:37:44 UTC 2012
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
remove obsolete comment
To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 src/sys/arch/x86/x86/pmap.c
Please note that diffs a
Module Name:src
Committed By: cherry
Date: Sun Jan 29 11:37:08 UTC 2012
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
Remove apte related shootdowns.
To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 src/sys/arch/x86/x86/pmap.c
Please note that
Module Name:src
Committed By: wiz
Date: Sun Jan 29 11:32:23 UTC 2012
Modified Files:
src/usr.sbin/perfused: perfused.8
Log Message:
New sentence, new line. Remove trailing whitespace.
Bump PKGREVISION for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -
Module Name:src
Committed By: drochner
Date: Sun Jan 29 11:31:38 UTC 2012
Modified Files:
src/sys/dev/pci: pci_subr.c pcivar.h ppb.c
Log Message:
extend the pci_aprint_devinfo slightly to cover the cases commonly
used by drivers: a short name for the quiet/naive case and a
Module Name:src
Committed By: para
Date: Sun Jan 29 11:14:50 UTC 2012
Modified Files:
src/sys/kern: subr_extent.c
Log Message:
remove left over macro after kmem_map is gone
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/kern/subr_extent.c
Please n
Module Name:src
Committed By: mbalmer
Date: Sun Jan 29 11:04:48 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Note ifconfig(8) changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1659 -r1.1660 src/doc/CHANGES
Please note that diffs are not public domai
Module Name:src
Committed By: tsutsui
Date: Sun Jan 29 10:36:33 UTC 2012
Modified Files:
src/etc/etc.zaurus: Makefile.inc
Log Message:
Build additional C700 kernel (for now).
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/etc/etc.zaurus/Makefile.inc
Ple
Module Name:src
Committed By: tsutsui
Date: Sun Jan 29 10:32:53 UTC 2012
Modified Files:
src/sys/arch: README
Log Message:
OMRON was Tateisi Electronics, not Tateishi Electric.
http://www.omron.com/about/corporate/history/chronicle/
To generate a diff of this commit:
cvs
Module Name:src
Committed By: tsutsui
Date: Sun Jan 29 10:29:53 UTC 2012
Modified Files:
src/sys/arch: README
Log Message:
NetBSD/zaurus now supports SL-C7x0/860/1000/3x00.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/README
Please note tha
Module Name:src
Committed By: tsutsui
Date: Sun Jan 29 10:28:13 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Note zaurus SL-C700/750/760/860 suuport.
To generate a diff of this commit:
cvs rdiff -u -r1.1658 -r1.1659 src/doc/CHANGES
Please note that diffs are n
Module Name:src
Committed By: tsutsui
Date: Sun Jan 29 10:12:42 UTC 2012
Modified Files:
src/sys/arch/zaurus/conf: GENERIC files.zaurus
src/sys/arch/zaurus/dev: lcdctl.c scoop.c scoopreg.h zapm.c zaudio.c
zkbd.c zkbdmap.h zlcd.c zmci.c zssp.c ztp.c
Module Name:src
Committed By: tsutsui
Date: Sun Jan 29 09:08:05 UTC 2012
Modified Files:
src/sys/arch/arm/xscale: pxa2x0_dmac.c
Log Message:
Handle PXA25x specific DMAC constraints. From kiyohara@.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arc
Module Name:src
Committed By: dholland
Date: Sun Jan 29 09:01:31 UTC 2012
Modified Files:
src/lib/libperfuse: debug.c
Log Message:
Fix 32-bit build
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libperfuse/debug.c
Please note that diffs are not pub
Module Name:src
Committed By: tsutsui
Date: Sun Jan 29 08:49:02 UTC 2012
Modified Files:
src/sys/ufs/ufs: ufs_vfsops.c
Log Message:
Fix errors in !defined(QUOTA) && !defined(QUOTA2) case.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/ufs/ufs/ufs_v
51 matches
Mail list logo