CVS commit: src/sys/ufs/lfs

2010-12-17 Thread Eduardo Horvath
Module Name:src Committed By: eeh Date: Sat Dec 18 00:01:46 UTC 2010 Modified Files: src/sys/ufs/lfs: lfs_vnops.c Log Message: Byebye deadlock. To generate a diff of this commit: cvs rdiff -u -r1.231 -r1.232 src/sys/ufs/lfs/lfs_vnops.c Please note that diffs are not

CVS commit: src/sys/kern

2010-12-15 Thread Eduardo Horvath
Module Name:src Committed By: eeh Date: Thu Dec 16 00:42:22 UTC 2010 Modified Files: src/sys/kern: init_main.c Log Message: ubc_init needs to run while we're still cold or uvmhist breaks. To generate a diff of this commit: cvs rdiff -u -r1.423 -r1.424

CVS commit: src/sys/arch/sparc/stand/bootblk

2010-06-23 Thread Eduardo Horvath
Module Name:src Committed By: eeh Date: Thu Jun 24 00:54:12 UTC 2010 Modified Files: src/sys/arch/sparc/stand/bootblk: bootblk.fth Log Message: indir-block needs to be the size of a filesystem block or bad things can happen. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/sparc/stand/bootblk

2010-02-17 Thread Eduardo Horvath
Module Name:src Committed By: eeh Date: Wed Feb 17 15:49:19 UTC 2010 Modified Files: src/sys/arch/sparc/stand/bootblk: bootblk.fth Log Message: Fix ffsv2 support. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sparc/stand/bootblk/bootblk.fth

CVS commit: src/sys/arch/sparc/stand/ofwboot

2010-02-17 Thread Eduardo Horvath
Module Name:src Committed By: eeh Date: Wed Feb 17 15:50:06 UTC 2010 Modified Files: src/sys/arch/sparc/stand/ofwboot: ofdev.c Log Message: Add support for ffsv2 and lfs. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/ufs/lfs

2010-02-17 Thread Eduardo Horvath
Module Name:src Committed By: eeh Date: Thu Feb 18 01:14:01 UTC 2010 Modified Files: src/sys/ufs/lfs: lfs_vfsops.c Log Message: Fix root filesystem support. To generate a diff of this commit: cvs rdiff -u -r1.283 -r1.284 src/sys/ufs/lfs/lfs_vfsops.c Please note that

CVS commit: src/sys/arch/sparc/stand/bootblk

2010-02-13 Thread Eduardo Horvath
\ \ Parses disklabel and UFS and loads the file called `ofwboot' \ \ -\ Copyright (c) 1998 Eduardo Horvath. +\ Copyright (c) 1998-2010 Eduardo Horvath. \ All rights reserved. \ \ Redistribution and use in source and binary forms, with or without @@ -55,15 +55,15 @@ \ defer cif-peer ( phandle

CVS commit: src/usr.bin/fgen

2010-02-08 Thread Eduardo Horvath
christos Exp $ */ +/* $NetBSD: fgen.l,v 1.34 2010/02/08 20:14:55 eeh Exp $ */ /* FLEX input for FORTH input file scanner */ /* * Copyright (c) 1998 Eduardo Horvath. @@ -42,16 +42,15 @@ #endif #if defined(__RCSID) !defined(lint) -__RCSID($NetBSD: fgen.l,v 1.33 2009/10/29 14:49:03 christos Exp

CVS commit: src/sys/gdbscripts

2009-11-18 Thread Eduardo Horvath
Module Name:src Committed By: eeh Date: Wed Nov 18 18:04:26 UTC 2009 Modified Files: src/sys/gdbscripts: vchain Log Message: Print out all 64-bits of 64-bit values on 64-bit machines and add documentation of these commands to gdb. To generate a diff of this commit: cvs

CVS commit: src/sys/gdbscripts

2009-11-18 Thread Eduardo Horvath
Module Name:src Committed By: eeh Date: Wed Nov 18 18:05:51 UTC 2009 Modified Files: src/sys/gdbscripts: procs Log Message: Add the lwp address so you don't have to leave gdb and use ps to grab an lwp's stack. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/gdbscripts

2009-11-18 Thread Eduardo Horvath
Module Name:src Committed By: eeh Date: Wed Nov 18 18:12:00 UTC 2009 Modified Files: src/sys/gdbscripts: lwps Log Message: Add a command to dump all thread stacks in the system and a command to dump lockdebug state. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/ufs/lfs

2009-10-29 Thread Eduardo Horvath
Module Name:src Committed By: eeh Date: Thu Oct 29 18:20:11 UTC 2009 Modified Files: src/sys/ufs/lfs: lfs_vfsops.c Log Message: Fix up numoutput accounting. To generate a diff of this commit: cvs rdiff -u -r1.278 -r1.279 src/sys/ufs/lfs/lfs_vfsops.c Please note that