CVS commit: src/usr.sbin/pstat

2009-09-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Sep 16 07:27:41 UTC 2009 Modified Files: src/usr.sbin/pstat: pstat.c Log Message: Distinguish between UFS1 and UFS2 inodes by reading the ufsmount structure, the previous heuristic of comparing the size fields of inode and

CVS commit: src/sys

2009-09-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Sep 16 10:47:55 UTC 2009 Modified Files: src/sys/arch/i386/acpi: vald_acpi.c src/sys/arch/x86/x86: mpacpi.c src/sys/dev/acpi: acpi.c acpi_bat.c acpi_ec.c acpi_pci_link.c acpi_powerres.c

CVS commit: src/sys/arch/i386/include

2009-09-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Sep 25 13:51:27 UTC 2009 Modified Files: src/sys/arch/i386/include: npx.h Log Message: The FPU Tag word is a 16bit register, in FPU (387) mode it defines 2-bit tags for each FPU data register, in MMX mode it defines 1-bit

CVS commit: src/sys/arch/amd64/amd64

2009-09-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Sep 25 13:56:32 UTC 2009 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep.c Log Message: Ensure FP state is reset, if FP is used in a signal handler. Fixes PR kern/39299 for 32bit code. To generate a diff of this

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2009-10-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 11 10:00:10 UTC 2009 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: console.c Log Message: AmigaOS console.device expects a character buffer, not a pointer to an int. This fixes printf() output. To generate a

CVS commit: src/sys/ufs/ffs

2011-03-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 27 08:04:50 UTC 2011 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: Don't abort when APPLE_UFS autodetection cannot read the apple ufs label due to sector size or alignment problems. Autodetection is only a

CVS commit: src/sys/external/bsd/drm

2011-03-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 27 08:45:12 UTC 2011 Modified Files: src/sys/external/bsd/drm/conf: files.drm src/sys/external/bsd/drm/dist/shared-core: radeon_cp.c Log Message: Make code compile when the kernel has no support for AGP. For now

CVS commit: src/sys/dev/acpi

2011-03-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 27 08:52:25 UTC 2011 Modified Files: src/sys/dev/acpi: thinkpad_acpi.c Log Message: Use wireless function key to toggle not only bluetooth but also telephony (GPRS/UMTS/..) like other operating systems. To generate a

CVS commit: src/tests/dev/scsipi

2011-03-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 27 08:53:57 UTC 2011 Modified Files: src/tests/dev/scsipi: t_cd.c Log Message: validate that getrawpartition() didn't fail. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/dev/scsipi/t_cd.c

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-03-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Mar 30 17:21:05 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: radeon_cp.c Log Message: Add missing agp.h include file. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \

CVS commit: src/sys/arch/amiga/amiga

2011-04-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 17 00:37:50 UTC 2011 Modified Files: src/sys/arch/amiga/amiga: machdep.c Log Message: Use MI routine banner() to print memory size. Also fixes output for systems with 2GB RAM. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/iteconfig

2009-04-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 26 19:56:20 UTC 2009 Modified Files: src/usr.sbin/iteconfig: iteconfig.c Log Message: don't discard const qualifiers To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/iteconfig/iteconfig.c

CVS commit: src/usr.bin/ktruss

2009-05-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 2 21:01:01 UTC 2009 Modified Files: src/usr.bin/ktruss: dump.c Log Message: make flushpendq drop only entries for the current thread. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/dev/dkwedge

2010-12-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 23 14:22:03 UTC 2010 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: Make wedges aware of underlying physical block size. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/dkwedge/dk.c

CVS commit: src/sys/ufs/ffs

2010-12-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 23 14:43:37 UTC 2010 Modified Files: src/sys/ufs/ffs: ffs_wapbl.c Log Message: mount(2) doesn't remove vnodes from the freelist in the error path, so that they get reused with a invalid pointer to a mount structure. As

CVS commit: src/external/gpl2/lvm2/dist/lib/device

2010-12-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 23 14:46:25 UTC 2010 Modified Files: src/external/gpl2/lvm2/dist/lib/device: dev-io.c Log Message: Get sector size from device properties using DIOCGDISKINFO and use the disklabel (DIOCGDINFO) only as a fallback. This

CVS commit: src/sys/dev/dm

2010-12-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 23 14:58:14 UTC 2010 Modified Files: src/sys/dev/dm: device-mapper.c dm.h dm_pdev.c dm_table.c dm_target.c dm_target_linear.c dm_target_snapshot.c dm_target_stripe.c Log Message: make dm aware of physical

CVS commit: src/libexec/lfs_cleanerd

2010-12-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 23 18:08:41 UTC 2010 Modified Files: src/libexec/lfs_cleanerd: lfs_cleanerd.c Log Message: Deduce raw device correctly by prepending r to basename. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/ufs/ffs

2010-12-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 24 13:38:58 UTC 2010 Modified Files: src/sys/ufs/ffs: ffs_wapbl.c Log Message: For update mounts the root vnode is already in use and we must not free it. Since the mount persists even when the update fails, this is not

CVS commit: src/doc

2010-12-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 24 18:58:18 UTC 2010 Modified Files: src/doc: CHANGES Log Message: dm(4): Make LVM use non 512-byte sector devices. To generate a diff of this commit: cvs rdiff -u -r1.1480 -r1.1481 src/doc/CHANGES Please note that

CVS commit: src/tests/lib/libc/gen

2010-12-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 31 14:54:55 UTC 2010 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: return from an SIGFPE handler is not defined when the hardware caused the exception. Use sigsetjmp/siglongjmp to resume the test

CVS commit: src/sys/netinet6

2011-01-22 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jan 22 18:26:36 UTC 2011 Modified Files: src/sys/netinet6: frag6.c Log Message: When deleting a fragment header use the simple copy operation only if it fits completely into the mbuf. To generate a diff of this commit: cvs

CVS commit: src/sys/fs/msdosfs

2010-07-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jul 30 16:40:43 UTC 2010 Modified Files: src/sys/fs/msdosfs: msdosfs_lookup.c Log Message: Return EINVAL for rename and delete operations to the root directory instead of the erroneous EROFS. To generate a diff of this

CVS commit: src/sys/arch/x86

2010-08-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 1 08:16:14 UTC 2010 Modified Files: src/sys/arch/x86/include: ipmivar.h src/sys/arch/x86/x86: ipmi.c Log Message: sc_cmd_mtx protects a command sequence, no longer abuse it for delays. Initialize mutexes and

CVS commit: src/tests/fs/vfs

2010-08-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 1 14:50:54 UTC 2010 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: The erroneous error codes described in kern/43616 have been fixed. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.sbin/envstat

2010-08-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 1 15:39:53 UTC 2010 Modified Files: src/usr.sbin/envstat: envstat.c Log Message: Print the correct value for critmin of a fan sensor. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src/sys/arch/x86/x86

2010-08-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 1 15:42:20 UTC 2010 Modified Files: src/sys/arch/x86/x86: ipmi.c Log Message: For sensors with inverted value (1/x function), exchange lower and upper limits so that {warn,crit}min curval {warn,crit}max. To generate

CVS commit: src/dist/nvi

2009-12-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Dec 23 12:44:22 UTC 2009 Modified Files: src/dist/nvi/common: cut.c cut.h multibyte.h src/dist/nvi/ex: ex.c ex_subst.c ex_usage.c src/dist/nvi/vi: v_ulcase.c Log Message: Use wide char versions of

CVS commit: src/usr.sbin/user

2009-12-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 31 19:59:31 UTC 2009 Modified Files: src/usr.sbin/user: user.c usermgmt.conf.5 Log Message: Add new keyword gid_range to usermgmt.conf which specifies a default GID range for groupadd(8). To generate a diff of this

CVS commit: src/doc

2009-12-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 31 22:54:40 UTC 2009 Modified Files: src/doc: CHANGES Log Message: mention tzcode update To generate a diff of this commit: cvs rdiff -u -r1.1338 -r1.1339 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src/sys/kern

2010-01-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jan 2 15:20:39 UTC 2010 Modified Files: src/sys/kern: subr_pool.c Log Message: Move initialization of pool_allocator_lock before its first use. This failed on archs where a mutex isn't initialized to a zero value. Defer

CVS commit: src/sys/kern

2010-01-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 3 01:07:19 UTC 2010 Modified Files: src/sys/kern: subr_pool.c Log Message: Pools are created way before the pool subsystem mutexes are initialized. Ignore also pool_allocator_lock while the system is in cold state.

CVS commit: src/sys/kern

2010-01-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 3 09:42:22 UTC 2010 Modified Files: src/sys/kern: subr_pool.c Log Message: drop __predict micro optimization in pool_init for cleaner code. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181

CVS commit: src/doc

2010-01-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 10 07:37:09 UTC 2010 Modified Files: src/doc: 3RDPARTY Log Message: new tzcode To generate a diff of this commit: cvs rdiff -u -r1.743 -r1.744 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/sys/dev/dkwedge

2010-01-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jan 25 14:51:03 UTC 2010 Modified Files: src/sys/dev/dkwedge: dk.c dkwedge_gpt.c Log Message: GPTs are defined in terms of physical blocks. - Fix reading of GPT for devices with non-512byte sectors - Fix bounds check to use

CVS commit: src/sys/fs/msdosfs

2010-01-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jan 25 15:30:44 UTC 2010 Modified Files: src/sys/fs/msdosfs: msdosfs_vfsops.c Log Message: Fetch sector size also from wedges. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77

CVS commit: src/sys/fs

2010-01-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 26 21:29:48 UTC 2010 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c src/sys/fs/msdosfs: msdosfs_vfsops.c Log Message: Drop two uses of disk label data. msdosfs and cd9660 are the only filesystems that verify

CVS commit: src/sys

2010-01-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jan 30 11:57:18 UTC 2010 Modified Files: src/sys/kern: subr_disk_open.c src/sys/sys: device.h Log Message: Add helper function that determines the size and block size of a disk device. For now we query - the disk

CVS commit: src/sys/fs/msdosfs

2010-01-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 31 10:30:41 UTC 2010 Modified Files: src/sys/fs/msdosfs: msdosfs_vfsops.c Log Message: Replace individual queries for partition information with new helper function. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/ext2fs

2010-01-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 31 10:36:20 UTC 2010 Modified Files: src/sys/ufs/ext2fs: ext2fs_vfsops.c Log Message: Replace individual queries for partition information with new helper function. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/ext2fs

2010-01-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 31 10:37:57 UTC 2010 Modified Files: src/sys/ufs/ext2fs: ext2fs_vfsops.c Log Message: Fix block shift to work with different device block sizes. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155

CVS commit: src/sys/ufs/ffs

2010-01-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 31 10:50:23 UTC 2010 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: Replace individual queries for partition information with new helper function. To generate a diff of this commit: cvs rdiff -u -r1.254

CVS commit: src/sys/ufs/ffs

2010-01-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 31 10:54:10 UTC 2010 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c fs.h Log Message: Fix block shift to work with different device block sizes. Unlike other filesystems this has some side issues because the shift values

CVS commit: src/sys/arch/x86/x86

2010-01-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 31 11:39:55 UTC 2010 Modified Files: src/sys/arch/x86/x86: ipmi.c Log Message: Release buffer in case a receive failed. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/x86/x86/ipmi.c Please

CVS commit: src/tests/fs/ffs

2010-01-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 31 14:30:22 UTC 2010 Modified Files: src/tests/fs/ffs: Makefile Log Message: filesystems now use getdisksize() which is in librumpdev_disk. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/ufs/ffs

2010-02-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Feb 5 20:03:36 UTC 2010 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: Correct addressing of superblock updates. To generate a diff of this commit: cvs rdiff -u -r1.256 -r1.257 src/sys/ufs/ffs/ffs_vfsops.c

CVS commit: src/sys/uvm

2010-02-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Feb 7 15:51:29 UTC 2010 Modified Files: src/sys/uvm: uvm_swap.c Log Message: Use filesystem blocks to address filesystem objects. f_iosize just happens to be the same for current filesystems. To generate a diff of this

CVS commit: src/sys/dev/dkwedge

2010-02-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Feb 7 16:04:31 UTC 2010 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: d_psize routine returns a number of blocks or -1 on error. d_dump routine returns 0 or an error code. To generate a diff of this commit: cvs

CVS commit: src/sys/uvm

2010-02-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Feb 7 23:25:07 UTC 2010 Modified Files: src/sys/uvm: uvm_fault.c Log Message: Make UVMHIST build again. To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164 src/sys/uvm/uvm_fault.c Please note that diffs are

CVS commit: src/sys/uvm

2010-02-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Feb 8 00:01:39 UTC 2010 Modified Files: src/sys/uvm: uvm_fault.c Log Message: Move assertion to make check more clear. To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 src/sys/uvm/uvm_fault.c Please note

CVS commit: src/sys/uvm

2010-02-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Feb 8 00:02:50 UTC 2010 Modified Files: src/sys/uvm: uvm_fault.c Log Message: pgo_get needs the page array to be initialized. To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/sys/uvm/uvm_fault.c Please

CVS commit: src/sys/ufs/ffs

2010-02-10 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Feb 11 00:06:16 UTC 2010 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: There is no code left that uses disk size data, so don't query it. This also failed when querying the simulated block device from mfs. Fixes

CVS commit: src/sys/ufs/ext2fs

2010-02-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Feb 11 19:50:34 UTC 2010 Modified Files: src/sys/ufs/ext2fs: ext2fs_vfsops.c Log Message: There is no code left that uses disk size data, so don't query it. To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156

CVS commit: src/usr.sbin/dumplfs

2010-02-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Feb 16 18:57:54 UTC 2010 Modified Files: src/usr.sbin/dumplfs: dumplfs.c Log Message: Read the padded superblocks to avoid problems with disks that have larger sectors than 512 Bytes. To generate a diff of this commit: cvs

CVS commit: src/libexec/lfs_cleanerd

2010-02-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Feb 16 23:13:13 UTC 2010 Modified Files: src/libexec/lfs_cleanerd: lfs_cleanerd.c Log Message: Read the padded superblocks to avoid problems with disks that have larger sectors than 512 Bytes. To generate a diff of this

CVS commit: src

2010-02-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Feb 16 23:20:31 UTC 2010 Modified Files: src/sbin/fsck_lfs: dir.c inode.c kernelops.h lfs.c pass1.c pass4.c pass6.c segwrite.c segwrite.h setup.c vars.c vnode.c src/sbin/newfs_lfs: make_lfs.c newfs.c

CVS commit: src/sys/ufs/ffs

2010-02-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Feb 21 13:55:58 UTC 2010 Modified Files: src/sys/ufs/ffs: ffs_alloc.c Log Message: For the UVM_PAGE_TRKOWN test do not require that the relevant pages must exist. To generate a diff of this commit: cvs rdiff -u -r1.124

CVS commit: src/sbin/fsck_lfs

2010-02-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Feb 21 16:24:21 UTC 2010 Modified Files: src/sbin/fsck_lfs: lfs.c Log Message: dev_bsize wasn't initialized. The actual value doesn't matter since the same value is used to compute byte offsets into the special file but a

CVS commit: src/sys/ufs/ffs

2010-02-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Feb 23 20:41:41 UTC 2010 Modified Files: src/sys/ufs/ffs: ffs_wapbl.c Log Message: Replace individual queries for partition information with new helper function. Use this information to query physical sector sizes for WAPBL

CVS commit: src/sys/kern

2010-02-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Feb 23 20:51:26 UTC 2010 Modified Files: src/sys/kern: vfs_wapbl.c Log Message: Use correct offset to block number calculations. Also change access to filesystem blocks to be done by fragment instead of by physical block.

CVS commit: src/distrib/sets/lists/comp

2009-05-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun May 24 20:53:22 UTC 2009 Modified Files: src/distrib/sets/lists/comp: md.amiga Log Message: Removed old Amiga-specific sicallback software interrupts and replaced them by MI softints. Approved by is. Also drop mptr.h from

CVS commit: src/distrib/amiga/miniroot

2009-05-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun May 24 22:59:18 UTC 2009 Modified Files: src/distrib/amiga/miniroot: install.md list Log Message: file(1) no longer provides the plain text magic database. change the install.md script to not need file(1) similar to what

CVS commit: src/usr.bin/vmstat

2011-02-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 5 13:12:07 UTC 2011 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: dosum also needs getnlist To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/usr.bin/vmstat/vmstat.c Please note that

CVS commit: src/lib/libpam/modules

2011-03-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Mar 8 09:49:43 UTC 2011 Modified Files: src/lib/libpam/modules: Makefile Log Message: Don't try to clean/build or install a library here, there are only subdirectories. Also, bsd.lib.mk requires a defined LIB, otherwise it

CVS commit: src/sys

2010-04-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 11 10:26:26 UTC 2010 Modified Files: src/sys/fs/filecorefs: filecore_vfsops.c src/sys/fs/msdosfs: msdosfs_vfsops.c src/sys/miscfs/umapfs: umap_vfsops.c Log Message: The *_modcmd functions use the module

CVS commit: src

2012-01-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 31 21:17:57 UTC 2012 Modified Files: src/sys/arch/m68k/include: db_machdep.h src/sys/arch/m68k/m68k: db_disasm.c db_interface.c db_trace.c src/usr.sbin/crash: Makefile Log Message: Enable build of

CVS commit: src/usr.bin/su

2013-06-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jun 29 05:08:35 UTC 2013 Modified Files: src/usr.bin/su: su_pam.c Log Message: Change to home directory only after setting the full user context to avoid issues with NFS or other user-mapped mounts that don't give root the

CVS commit: src/sbin/dump

2013-09-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Sep 8 13:26:05 UTC 2013 Modified Files: src/sbin/dump: main.c optr.c Log Message: Fix handling of NAME aliases in /etc/fstab. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sbin/dump/main.c cvs rdiff -u

CVS commit: src/lib/libc/quad

2013-09-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Sep 30 19:32:14 UTC 2013 Modified Files: src/lib/libc/quad: floatundidf_ieee754.c Log Message: Don't return 0x1.0p31 for every input value 2^N. There is also no need to special case the value 1. To generate a diff of this

CVS commit: src/sys/dev/pci

2012-04-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 9 08:09:36 UTC 2012 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Intel Sandybridge integrated graphics To generate a diff of this commit: cvs rdiff -u -r1.1113 -r1.1114 src/sys/dev/pci/pcidevs Please

CVS commit: src/sys/dev/pci

2012-04-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 9 08:10:32 UTC 2012 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.1107 -r1.1108 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1106

CVS commit: src/sbin/mount

2012-04-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 9 15:50:20 UTC 2012 Modified Files: src/sbin/mount: mount.c Log Message: return exit code from mount_ again To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sbin/mount/mount.c Please note that

CVS commit: src/share/man/man9

2012-05-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun May 13 12:10:19 UTC 2012 Modified Files: src/share/man/man9: usbdi.9 Log Message: Fix tag for usbd_get_buffer To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/share/man/man9/usbdi.9 Please note that diffs

CVS commit: src/sys/dev/iscsi

2012-06-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jun 2 16:52:11 UTC 2012 Modified Files: src/sys/dev/iscsi: iscsi_globals.h iscsi_main.c Log Message: avoid namespace pollution when debugging don't panic when printing data for a dead (NULL) connection To generate a diff

CVS commit: src/sys/dev/dkwedge

2012-06-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jun 7 16:15:32 UTC 2012 Modified Files: src/sys/dev/dkwedge: dkwedge_bsdlabel.c Log Message: Use the label's packname to create wedge names instead of the classic device names. Fall back to classic device names when the

CVS commit: src/sys/dev/iscsi

2012-06-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jun 9 06:19:58 UTC 2012 Modified Files: src/sys/dev/iscsi: iscsi_globals.h iscsi_ioctl.c iscsi_main.c iscsi_send.c iscsi_text.c iscsi_utils.c Log Message: Close file descriptor passed into the kernel on success.

CVS commit: src/sys/dev

2012-06-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jun 9 06:20:45 UTC 2012 Modified Files: src/sys/dev: vnd.c Log Message: autodiscover wedges To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/sys/dev/vnd.c Please note that diffs are not public domain;

CVS commit: src/sys

2012-06-10 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jun 10 17:05:19 UTC 2012 Modified Files: src/sys/arch/sparc64/sparc64: autoconf.c src/sys/arch/x86/x86: x86_autoconf.c src/sys/arch/xen/x86: autoconf.c src/sys/dev/dkwedge: dk.c src/sys/kern:

CVS commit: src/sys/arch/zaurus/zaurus

2012-06-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Jun 13 20:04:30 UTC 2012 Modified Files: src/sys/arch/zaurus/zaurus: autoconf.c Log Message: Make detection of root on wedges (dk(4)) machine independent. Remove MD code for zaurus. To generate a diff of this commit: cvs

CVS commit: src/sys/kern

2013-01-10 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jan 10 10:15:59 UTC 2013 Modified Files: src/sys/kern: subr_autoconf.c Log Message: Also report attachment of pseudo-devices to userland. To generate a diff of this commit: cvs rdiff -u -r1.224 -r1.225

CVS commit: src

2013-01-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jan 11 23:49:23 UTC 2013 Modified Files: src/distrib/sets/lists/base: mi src/sbin/devpubd: Makefile devpubd.8 Added Files: src/sbin/devpubd/hooks: 02-wedgenames Log Message: Provide a script for devpubd(8)

CVS commit: src/distrib

2013-01-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 13 14:43:24 UTC 2013 Modified Files: src/distrib/common: Makefile.mdset src/distrib/evbarm/gzboot/gzimg: Makefile Log Message: build.sh lets you build releases with a limited set of kernels by using the

CVS commit: src/sbin/fsck

2013-01-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 13 19:53:17 UTC 2013 Modified Files: src/sbin/fsck: fsutil.c Log Message: Support symlinks to a block device to resolve the name of the corresponding raw device. To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/etc

2013-01-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jan 14 20:05:43 UTC 2013 Modified Files: src/etc: Makefile Log Message: Support a release build restricted to ALL_KERNELS. This file was missed by the first commit. To generate a diff of this commit: cvs rdiff -u -r1.401

CVS commit: src/sys/dev/usb

2013-01-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jan 21 19:08:43 UTC 2013 Modified Files: src/sys/dev/usb: uftdi.c uftdireg.h Log Message: force chip into serial mode add 232RL product id To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

CVS commit: src/sys/dev/ic

2013-01-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jan 21 19:49:16 UTC 2013 Modified Files: src/sys/dev/ic: vga.c vga_raster.c vgavar.h Log Message: Make internal functions static To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/dev/ic/vga.c cvs

CVS commit: src/usr.sbin/makefs/ffs

2013-01-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jan 28 10:16:35 UTC 2013 Modified Files: src/usr.sbin/makefs/ffs: buf.c Log Message: Do not use *bp after freeing it in brelse. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/makefs/ffs/buf.c

CVS commit: src/sys/arch/evbarm/dev

2013-03-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 3 10:26:19 UTC 2013 Modified Files: src/sys/arch/evbarm/dev: plcom.c Log Message: fix build for KGDB To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/arch/evbarm/dev/plcom.c Please note that

CVS commit: src/sys/arch/arm/arm

2013-03-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Mar 9 10:10:45 UTC 2013 Modified Files: src/sys/arch/arm/arm: disksubr_acorn.c Log Message: Errors are supposed to be negative errno numbers, not -1 which is interpreted as EPERM. To generate a diff of this commit: cvs

CVS commit: src/etc/etc.evbarm

2013-03-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 17 12:19:58 UTC 2013 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Handle ALL_KERNELS selection To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/etc/etc.evbarm/Makefile.inc Please note

CVS commit: src/sbin/newfs

2013-03-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 17 12:25:36 UTC 2013 Modified Files: src/sbin/newfs: mkfs.c Log Message: For MFS, no longer use heuristic based on rlimit to determine mmap size. This is no longer functional with current memory allocation routines. To

CVS commit: src/etc/etc.evbarm

2013-03-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Mar 21 15:16:43 UTC 2013 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: fix ALL_KERNELS handling To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/etc/etc.evbarm/Makefile.inc Please note

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2013-03-28 Thread Michael van Elst
Module Name:xsrc Committed By: mlelstv Date: Thu Mar 28 16:30:47 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: Call removeShadow only when shadowFB has been initialized. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/amiga/amiga

2011-11-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Nov 17 07:45:54 UTC 2011 Modified Files: src/sys/arch/amiga/amiga: machdep.c Log Message: identifycpu() is not just cosmetic for the banner but initializes how FPU contexts are saved. Also drop code that checks for fputype

CVS commit: src/tests/lib/libm

2011-11-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 19 12:46:41 UTC 2011 Modified Files: src/tests/lib/libm: t_sqrt.c Log Message: The compiler is allowed to use intermediate higher precision for float arithmetic, which may cause differences smaller than float precision

CVS commit: src/external/gpl3/gdb/dist/gdb

2011-11-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 19 13:00:38 UTC 2011 Modified Files: src/external/gpl3/gdb/dist/gdb: m68kbsd-tdep.c Log Message: Fix passing of floating point registers. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

CVS commit: src/lib/libc/gdtoa

2011-11-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Nov 21 09:46:20 UTC 2011 Modified Files: src/lib/libc/gdtoa: misc.c Log Message: one more error path that didn't free a lock. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gdtoa/misc.c Please

CVS commit: src/sys/sys

2011-12-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Dec 13 08:00:36 UTC 2011 Modified Files: src/sys/sys: cprng.h Log Message: Use cprng stub functions also for _RUMP_NATIVE_ABI which is used for archs that use native kernel modules with rump. To generate a diff of this

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/m68k

2011-12-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 16 11:19:20 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/m68k: auto-host.h Log Message: Apparently mknative didn't work right. Fix up losses. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/etc

2011-12-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Dec 21 14:33:13 UTC 2011 Modified Files: src/etc/etc.amd64: boot.cfg src/etc/etc.i386: boot.cfg Log Message: bootmenu doesn't parse prompt as part of a command list, it must stand alone. To generate a diff of this

  1   2   3   4   5   6   7   8   9   >