Author: lulf
Date: Sat Dec 18 20:43:18 2010
New Revision: 216542
URL: http://svn.freebsd.org/changeset/base/216542
Log:
- Signal that data should not be modified.
Modified:
head/usr.bin/csup/rcsfile.c
head/usr.bin/csup/rcsfile.h
Modified: head/usr.bin/csup/rcsfile.c
===
Author: lulf
Date: Fri Oct 1 06:12:13 2010
New Revision: 213318
URL: http://svn.freebsd.org/changeset/base/213318
Log:
- Check flag with the bitwise operator, not the logical operator.
Submitted by: arundel
MFC after:1 week
Modified:
head/sys/geom/vinum/geom_vinum_move.c
head/sy
Author: lulf
Date: Wed Sep 1 05:34:17 2010
New Revision: 212079
URL: http://svn.freebsd.org/changeset/base/212079
Log:
- Remove duplicate comment.
PR: kern/148820
Submitted by: pluknet
Modified:
head/sys/fs/ext2fs/ext2_alloc.c
Modified: head/sys/fs/ext2fs/ext2_alloc.c
Author: lulf
Date: Thu Jul 29 16:06:40 2010
New Revision: 210610
URL: http://svn.freebsd.org/changeset/base/210610
Log:
- Avoid calling the copy constructor when it is not necessary.
Modified:
head/sbin/devd/devd.cc
Modified: head/sbin/devd/devd.cc
===
Author: lulf
Date: Thu Jul 29 16:01:10 2010
New Revision: 210609
URL: http://svn.freebsd.org/changeset/base/210609
Log:
- Remove unused instance of string.
Modified:
head/sbin/devd/devd.cc
Modified: head/sbin/devd/devd.cc
==
Author: lulf
Date: Sat May 8 16:19:17 2010
New Revision: 207789
URL: http://svn.freebsd.org/changeset/base/207789
Log:
- Remove obsolete flags.
MFC after:1 week
Modified:
head/sys/geom/vinum/geom_vinum_var.h
Modified: head/sys/geom/vinum/geom_vinum_var.h
===
Author: lulf
Date: Mon Mar 8 21:16:28 2010
New Revision: 204886
URL: http://svn.freebsd.org/changeset/base/204886
Log:
- Set missing flag when initiating a plex rebuild with the rebuildparity
command.
- Check if plex is already syncing or rebuilding before initiating a parity
rebuild
Author: lulf
Date: Wed Mar 3 21:27:54 2010
New Revision: 204665
URL: http://svn.freebsd.org/changeset/base/204665
Log:
- Make function of finding an available drive name a macro.
- Move check of /dev/ prefix and copy into a function to save code
duplication.
This also fixes a bug where t
Author: lulf
Date: Wed Mar 3 21:22:53 2010
New Revision: 204664
URL: http://svn.freebsd.org/changeset/base/204664
Log:
- Fix spelling.
Pointed out by: Pawel Worach , b. f.
Modified:
head/usr.bin/csup/auth.c
Modified: head/usr.bin/csup/auth.c
Author: lulf
Date: Wed Mar 3 16:45:58 2010
New Revision: 204639
URL: http://svn.freebsd.org/changeset/base/204639
Log:
- Include CURDIR in case the makefile is not run from the same directory.
Modified:
head/usr.bin/csup/Makefile
Modified: head/usr.bin/csup/Makefile
Author: lulf
Date: Wed Mar 3 08:24:15 2010
New Revision: 204629
URL: http://svn.freebsd.org/changeset/base/204629
Log:
- Remove unused include path.
Modified:
head/usr.bin/csup/Makefile
Modified: head/usr.bin/csup/Makefile
Author: lulf
Date: Wed Mar 3 08:23:19 2010
New Revision: 204628
URL: http://svn.freebsd.org/changeset/base/204628
Log:
- Revert Makefile to revision r203368, as the svn mv from contrib/csup
replaced
the Makefile with a broken version.
Modified:
head/usr.bin/csup/Makefile
Modified: head
Author: lulf
Date: Tue Mar 2 07:37:35 2010
New Revision: 204558
URL: http://svn.freebsd.org/changeset/base/204558
Log:
- Unmark authentication support as a TODO item.
Modified:
head/usr.bin/csup/TODO
Modified: head/usr.bin/csup/TODO
==
order :
+
+ Olivier Houchard
+ Ulf Lilleengen
+ Christoph Mathys(Google SoC Project)
+ Etienne Vidal
+
+
+Building & Installing
+-
+
+Csup should build and run fine under any *BSD OS (that includes FreeBSD,
+NetBSD, OpenBSD and DragonFlyBSD), as
On Tue, Feb 02, 2010 at 08:27:57AM +0100, Joel Dahl wrote:
> On 5:57 02-02-10, Ulf Lilleengen wrote:
> > Author: lulf
> > Date: Tue Feb 2 05:57:42 2010
> > New Revision: 203368
> > URL: http://svn.freebsd.org/changeset/base/203368
> >
> > Log:
>
Author: lulf
Date: Tue Feb 2 05:57:42 2010
New Revision: 203368
URL: http://svn.freebsd.org/changeset/base/203368
Log:
- Add support for CVSup authentication mechanisms to csup.
- Include a cpasswd script performing the same mechanisms as the cvpasswd
utility from CVSup.
PR:
Author: lulf
Date: Mon Jan 18 19:09:16 2010
New Revision: 202584
URL: http://svn.freebsd.org/changeset/base/202584
Log:
Revert parts of r202283:
- Return EOPNOTSUPP before EROFS to be consistent with other filesystems.
- Fix setting of the nodump flag for users without PRIV_VFS_SYSFLAGS
pri
Author: lulf
Date: Thu Jan 14 14:30:54 2010
New Revision: 202283
URL: http://svn.freebsd.org/changeset/base/202283
Log:
Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summer
of Code 2009:
- BSDL block and inode allocation policies for ext2fs. This involves the use
Author: lulf
Date: Sun Nov 8 17:59:55 2009
New Revision: 199052
URL: http://svn.freebsd.org/changeset/base/199052
Log:
MFC r198475:
- Add support for Marvell Yukon 88E8042 device.
Submitted by: Mario Lobo
Modified:
stable/8/sys/dev/msk/if_msk.c
stable/8/sys/dev/msk/if_mskreg.h
Author: lulf
Date: Mon Oct 26 07:43:41 2009
New Revision: 198478
URL: http://svn.freebsd.org/changeset/base/198478
Log:
- Initialize variable in order to avoid GCC warning and enable WARNS=6.
PR: bin/139970
Submitted by: Ulrich Spörlein
Modified:
head/sbin/geom/class/part/Ma
Author: lulf
Date: Sun Oct 25 21:46:38 2009
New Revision: 198475
URL: http://svn.freebsd.org/changeset/base/198475
Log:
- Add support for Marvell Yukon 88E8042 device.
Submitted by: Mario Lobo
Approved by: yongari
Modified:
head/share/man/man4/msk.4
head/sys/dev/msk/if_msk.c
head
Author: lulf
Date: Mon Oct 5 08:44:31 2009
New Revision: 197767
URL: http://svn.freebsd.org/changeset/base/197767
Log:
- Improve error message consistency and wording.
Modified:
head/sys/geom/vinum/geom_vinum_create.c
head/sys/geom/vinum/geom_vinum_events.c
head/sys/geom/vinum/geom_vinum
Author: lulf
Date: Tue Aug 25 06:21:45 2009
New Revision: 196528
URL: http://svn.freebsd.org/changeset/base/196528
Log:
- Add a SIGINFO handler for savecore.
Modified:
head/sbin/savecore/savecore.c
Modified: head/sbin/savecore/savecore.c
==
Author: lulf
Date: Sun Jul 19 12:57:10 2009
New Revision: 195759
URL: http://svn.freebsd.org/changeset/base/195759
Log:
MFC r194924:
- Apply the same naming rules of LVM names as done in the LVM code itself.
PR: kern/135874
Modified:
stable/7/sys/ (props changed)
stabl
Author: lulf
Date: Sat Jul 18 11:12:48 2009
New Revision: 195752
URL: http://svn.freebsd.org/changeset/base/195752
Log:
- Fix the issue with read access count modification on RAID-5 plexes properly.
If the access counts were not increased and decreased in equal numbers by
gvinum consumer
Author: lulf
Date: Wed Jun 24 22:09:30 2009
New Revision: 194924
URL: http://svn.freebsd.org/changeset/base/194924
Log:
- Apply the same naming rules of LVM names as done in the LVM code itself.
PR: kern/135874
Modified:
head/sys/geom/linux_lvm/g_linux_lvm.c
Modified: head/sys
Author: lulf
Date: Wed Jun 24 18:44:38 2009
New Revision: 194881
URL: http://svn.freebsd.org/changeset/base/194881
Log:
- Similar to the previous commit, but for CURRENT: Fix a bug where a FIFO
vnode
use count was increased twice, but only decreased once.
Modified:
head/sys/kern/kern_des
Author: lulf
Date: Wed Jun 24 18:38:51 2009
New Revision: 194879
URL: http://svn.freebsd.org/changeset/base/194879
Log:
- Fix a bug where a FIFO vnode use count was increased twice, but only
decreased once.
MFC after:1 week
Modified:
head/sys/kern/kern_descrip.c
Modified: head/s
Author: lulf
Date: Wed Jun 17 06:47:05 2009
New Revision: 194334
URL: http://svn.freebsd.org/changeset/base/194334
Log:
- Allow a higher value for the number of heads. Its better to do this and
allow
a few bad systems to run than to be completely strict about it.
Modified:
head/lib/libdi
Author: lulf
Date: Wed Jun 17 06:41:10 2009
New Revision: 194333
URL: http://svn.freebsd.org/changeset/base/194333
Log:
- Back out the previous change in order to maintain compatibility.
Modified:
head/sbin/fdisk/fdisk.c
Modified: head/sbin/fdisk/fdisk.c
=
On Tuesday 16 June 2009 03:12:58 Bruce Evans wrote:
> On Mon, 15 Jun 2009, Ulf Lilleengen wrote:
> > Marcel Moolenaar wrote:
> >> On Jun 15, 2009, at 9:18 AM, Ulf Lilleengen wrote:
> >>> Author: lulf
> >>> Date: Mon Jun 15 16:18:24 2009
> >>>
Marcel Moolenaar wrote:
>
> On Jun 15, 2009, at 9:18 AM, Ulf Lilleengen wrote:
>
>> Author: lulf
>> Date: Mon Jun 15 16:18:24 2009
>> New Revision: 194241
>> URL: http://svn.freebsd.org/changeset/base/194241
>>
>> Log:
>> - Relax sanit
Author: lulf
Date: Mon Jun 15 16:51:07 2009
New Revision: 194244
URL: http://svn.freebsd.org/changeset/base/194244
Log:
- The maximum number of heads is 255, not 256.
Pointed out by: marcel
Modified:
head/lib/libdisk/change.c
head/sbin/fdisk/fdisk.c
Modified: head/lib/li
Author: lulf
Date: Mon Jun 15 16:42:08 2009
New Revision: 194243
URL: http://svn.freebsd.org/changeset/base/194243
Log:
- Remove old and add new valid flags for the chunk structure.
Submitted by: randi
Modified:
head/lib/libdisk/libdisk.3
Modified: head/lib/libdisk/libdisk.3
===
Author: lulf
Date: Mon Jun 15 16:18:24 2009
New Revision: 194241
URL: http://svn.freebsd.org/changeset/base/194241
Log:
- Relax sanitazion requirements in libdisk, as a previous commit enabling this
sanitization broke sysinstall on some disks. This was due to the disks
reporting a geome
Author: lulf
Date: Fri Jun 12 16:37:53 2009
New Revision: 194070
URL: http://svn.freebsd.org/changeset/base/194070
Log:
- Remove semicolon that should not have been there.
Submitted by: rdivacky
MFC after:1 week
Modified:
head/contrib/csup/rcsfile.c
Modified: head/contrib/csup/rcs
Author: lulf
Date: Wed Jun 10 14:01:23 2009
New Revision: 193921
URL: http://svn.freebsd.org/changeset/base/193921
Log:
MFC r193213:
- Add missing data argument to printf.
Modified:
stable/7/contrib/csup/ (props changed)
stable/7/contrib/csup/updater.c
Modified: stable/7/contrib/csup/u
Author: lulf
Date: Wed Jun 10 13:59:05 2009
New Revision: 193920
URL: http://svn.freebsd.org/changeset/base/193920
Log:
MFC r193059:
- Use sig_atomic_t for signal handler variables.
MFC r193325:
- Use volatile for signal variables.
MFC r193372:
Correct comment.
Modified:
stabl
Author: lulf
Date: Tue Jun 2 17:57:24 2009
New Revision: 193325
URL: http://svn.freebsd.org/changeset/base/193325
Log:
- Use volatile for signal variables.
Suggested by: Jaakko Heinonen
Modified:
head/sbin/fsck_ffs/fsck.h
Modified: head/sbin/fsck_ffs/fsck.h
===
Author: lulf
Date: Mon Jun 1 09:25:32 2009
New Revision: 193213
URL: http://svn.freebsd.org/changeset/base/193213
Log:
- Add missing data argument to printf.
Submitted by: Pawel Worach
MFC after:1 week
Modified:
head/contrib/csup/updater.c
Modified: head/contrib/csup/updater.c
=
Author: lulf
Date: Fri May 29 20:01:50 2009
New Revision: 193059
URL: http://svn.freebsd.org/changeset/base/193059
Log:
- Use sig_atomic_t for signal handler variables.
MFC after:1 week
Modified:
head/sbin/fsck_ffs/fsck.h
Modified: head/sbin/fsck_ffs/fsck.h
=
Author: lulf
Date: Fri May 29 19:37:17 2009
New Revision: 193053
URL: http://svn.freebsd.org/changeset/base/193053
Log:
MFC r179097:
- Assert that we don't send new provider event for a provider which has
G_PF_WITHER flag set.
- Fix typo in assertion condition (sorry, but I forgot who re
Author: lulf
Date: Tue May 26 14:15:06 2009
New Revision: 192808
URL: http://svn.freebsd.org/changeset/base/192808
Log:
- Unbreak 64 bit platforms by casting off_t to intmax.
Modified:
head/sys/geom/geom_subr.c
Modified: head/sys/geom/geom_subr.c
=
On Tue, May 26, 2009 at 04:01:36PM +0200, Ed Schouten wrote:
> Hi Ulf,
>
> * Ulf Lilleengen wrote:
> > + db_printf(" offset: %lld\n", bp->bio_offset);
>
> These printfs seem to break on 64-bit platforms.
>
Ah, thanks for the no
Author: lulf
Date: Tue May 26 10:03:44 2009
New Revision: 192803
URL: http://svn.freebsd.org/changeset/base/192803
Log:
- Fix wrong print on BIO_DONE.
- Use db_printf instead of printf. While here, apply this to other ddb
commands
as well.
Pointed out by: pjd
Modified:
Author: lulf
Date: Tue May 26 07:29:17 2009
New Revision: 192797
URL: http://svn.freebsd.org/changeset/base/192797
Log:
- Add 'show bio' DDB command.
MFC after:3 weeks
Modified:
head/sys/geom/geom_subr.c
Modified: head/sys/geom/geom_subr.c
===
Author: lulf
Date: Sat May 16 15:21:08 2009
New Revision: 192199
URL: http://svn.freebsd.org/changeset/base/192199
Log:
- Fix spelling.
Modified:
head/sys/mips/mips/pm_machdep.c
Modified: head/sys/mips/mips/pm_machdep.c
Author: lulf
Date: Wed May 6 19:34:32 2009
New Revision: 191856
URL: http://svn.freebsd.org/changeset/base/191856
Log:
- Split up the BIO queue into a queue for new and one for completed requests.
This is necessary for two reasons:
1) In order to avoid collisions with the use of a BIOs
Author: lulf
Date: Wed May 6 19:18:19 2009
New Revision: 191855
URL: http://svn.freebsd.org/changeset/base/191855
Log:
- Fix a case where a RAID5 volume would think that it is supposed to grow a
new
subdisk after a parity rebuild.
Modified:
head/sys/geom/vinum/geom_vinum_subr.c
Modifie
Author: lulf
Date: Wed May 6 19:06:28 2009
New Revision: 191854
URL: http://svn.freebsd.org/changeset/base/191854
Log:
- Check if any plexes are doing internal maintenance before removing them.
Modified:
head/sys/geom/vinum/geom_vinum_rm.c
Modified: head/sys/geom/vinum/geom_vinum_rm.c
=
Author: lulf
Date: Wed May 6 18:37:32 2009
New Revision: 191853
URL: http://svn.freebsd.org/changeset/base/191853
Log:
- Add forgotten KASSERT.
Modified:
head/sys/geom/vinum/geom_vinum.c
Modified: head/sys/geom/vinum/geom_vinum.c
=
Author: lulf
Date: Wed May 6 18:27:28 2009
New Revision: 191852
URL: http://svn.freebsd.org/changeset/base/191852
Log:
- Fix a bug where the bio_data field of the wrong BIO is freed if an error
occurs when doing a RAID5 request.
Modified:
head/sys/geom/vinum/geom_vinum_raid5.c
Modified:
Author: lulf
Date: Wed May 6 18:24:56 2009
New Revision: 191850
URL: http://svn.freebsd.org/changeset/base/191850
Log:
- GV_BIO_RETRY is not used, and it is actually impossible with more than 8
values for bio_cflags/bio_pflags.
Modified:
head/sys/geom/vinum/geom_vinum_var.h
Modified: he
Author: lulf
Date: Wed May 6 18:21:48 2009
New Revision: 191849
URL: http://svn.freebsd.org/changeset/base/191849
Log:
- Split the queue mutex into one for the event queue and one for the BIO
queue,
as they do not really relate and to prepare for an additional queue to be
covered by th
Author: lulf
Date: Mon May 4 18:35:52 2009
New Revision: 191790
URL: http://svn.freebsd.org/changeset/base/191790
Log:
MFC r179094:
Play nice with DDB pager.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/ath_hal/ (props chan
Author: lulf
Date: Mon May 4 17:30:20 2009
New Revision: 191787
URL: http://svn.freebsd.org/changeset/base/191787
Log:
- Make the gvinum softc invisible to userland, as it is not needed.
Modified:
head/sys/geom/vinum/geom_vinum_var.h
Modified: head/sys/geom/vinum/geom_vinum_var.h
==
Author: lulf
Date: Sat Apr 18 16:36:27 2009
New Revision: 191248
URL: http://svn.freebsd.org/changeset/base/191248
Log:
- Remove assertion of topology lock remaining from 7.x gvinum. It is not
needed,
as the renaming only changes internal gvinum names and will not alter the
geom
topolo
Author: lulf
Date: Fri Apr 10 11:15:34 2009
New Revision: 190891
URL: http://svn.freebsd.org/changeset/base/190891
Log:
- Better wording in comment.
Suggested by: Christoph Mallon
Modified:
head/sbin/gvinum/gvinum.c
Modified: head/sbin/gvinum/gvinum.c
==
Author: lulf
Date: Fri Apr 10 10:12:09 2009
New Revision: 190884
URL: http://svn.freebsd.org/changeset/base/190884
Log:
- Implement the grow command to make it easier for users to extend plexes
without having to understand all gvinum internals.
- Document the grow command in the manpage an
Author: lulf
Date: Fri Apr 10 09:13:58 2009
New Revision: 190882
URL: http://svn.freebsd.org/changeset/base/190882
Log:
- Move logic for finding a unique drive name into its own routine for future
code reuse.
Modified:
head/sbin/gvinum/gvinum.c
Modified: head/sbin/gvinum/gvinum.c
===
Author: lulf
Date: Fri Apr 10 08:50:14 2009
New Revision: 190881
URL: http://svn.freebsd.org/changeset/base/190881
Log:
- Move out allocation part of different gvinum objects into its own routine
and
make use of it in the gvinum userland code.
Modified:
head/sbin/gvinum/gvinum.c
head/s
Author: lulf
Date: Fri Apr 3 16:02:13 2009
New Revision: 190671
URL: http://svn.freebsd.org/changeset/base/190671
Log:
MFC r190422:
- Add proper error checking and printing to the CVSMode code when reading and
writing from/to streams, as leaving them out stops csup from cleaning up on
Author: lulf
Date: Mon Mar 30 08:44:29 2009
New Revision: 190542
URL: http://svn.freebsd.org/changeset/base/190542
Log:
MFC r190406:
- Remember to set umask before setting attributes of RCS file.
Approved by: re (kib)
Modified:
stable/7/contrib/csup/ (props changed)
stable/7/contr
(r190513)
@@ -0,0 +1,614 @@
+/*-
+ * Copyright (c) 2007 Lukas Ertl
+ * Copyright (c) 2007, 2009 Ulf Lilleengen
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met
tart
+command:
+.Pp
+.Dl "gvinum start myraid5vol.p0"
+.Pp
+As with rebuilding, you can watch the progress using the
+.Ic list
+command.
+.Pp
.Sh SEE ALSO
.Xr geom 4 ,
.Xr geom 8
@@ -255,9 +384,13 @@ documentation were added by
.An "Chris Jones"
through the 2005 Google Summer
of
On ons, mar 25, 2009 at 08:15:48pm +, Ulf Lilleengen wrote:
> Author: lulf
> Date: Wed Mar 25 20:15:48 2009
> New Revision: 190422
> URL: http://svn.freebsd.org/changeset/base/190422
>
> Log:
> - Add proper error checking and printing to the CVSMode code when reading
Author: lulf
Date: Wed Mar 25 20:15:48 2009
New Revision: 190422
URL: http://svn.freebsd.org/changeset/base/190422
Log:
- Add proper error checking and printing to the CVSMode code when reading and
writing from/to streams, as leaving them out stops csup from cleaning up on
SIGINT and fri
Author: lulf
Date: Wed Mar 25 20:15:48 2009
New Revision: 190422
URL: http://svn.freebsd.org/changeset/base/190422
Log:
- Add proper error checking and printing to the CVSMode code when reading and
writing from/to streams, as leaving them out stops csup from cleaning up on
SIGINT and fri
Author: lulf
Date: Wed Mar 25 07:01:45 2009
New Revision: 190406
URL: http://svn.freebsd.org/changeset/base/190406
Log:
- Remember to set umask before setting attributes of RCS file.
Tested by:dougb
MFC after:2 days
Modified:
head/contrib/csup/updater.c
Modified: head/contrib/
Author: lulf
Date: Tue Mar 17 06:54:41 2009
New Revision: 189918
URL: http://svn.freebsd.org/changeset/base/189918
Log:
MFH:
r186781
Merge support for CVSMode (aka. mirror mode) into csup. This means csup can
now
fetch a complete CVS repository. Support for rsync update of regular files a
Author: lulf
Date: Fri Mar 6 20:17:16 2009
New Revision: 189455
URL: http://svn.freebsd.org/changeset/base/189455
Log:
- Try to handle rcsfile write failures in the same way as cvsup, as they are
not
necessarily fatal. If the file was incorrectly written, the checksum will
detect it an
Author: lulf
Date: Tue Mar 3 20:30:35 2009
New Revision: 189323
URL: http://svn.freebsd.org/changeset/base/189323
Log:
- Re-add limit.
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
==
Author: lulf
Date: Tue Mar 3 20:26:41 2009
New Revision: 189321
URL: http://svn.freebsd.org/changeset/base/189321
Log:
- Raise limit for MFH
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
Author: lulf
Date: Sun Feb 15 13:22:21 2009
New Revision: 188644
URL: http://svn.freebsd.org/changeset/base/188644
Log:
- Do not free the pattern lists immediately after use, as they might be needed
again in case the connection is interrupted and csup have to reconnect. The
lists will be
Author: lulf
Date: Fri Feb 13 19:49:35 2009
New Revision: 188596
URL: http://svn.freebsd.org/changeset/base/188596
Log:
MFC r188492:
- Use the correct argument when determining the buffer size.
PR: kern/131575
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/p
Author: lulf
Date: Wed Feb 11 18:13:20 2009
New Revision: 188492
URL: http://svn.freebsd.org/changeset/base/188492
Log:
- Use the correct argument when determining the buffer size.
PR: kern/131575
MFC after:2 days
Modified:
head/sys/geom/label/g_label_msdosfs.c
Modified:
Author: lulf
Date: Mon Feb 9 21:34:06 2009
New Revision: 188408
URL: http://svn.freebsd.org/changeset/base/188408
Log:
- Sanitize disk parameters retrieved from GEOM, as they are not guaranteed to
have sane values. It caused sysinstall to crash when installing on certain
SD
cards.
Author: lulf
Date: Mon Feb 9 20:13:55 2009
New Revision: 188405
URL: http://svn.freebsd.org/changeset/base/188405
Log:
- Fix an issue where file attributes were not installed correctly during a
Touch
and SetAttrs operation.
- SetAttrs and Touch were incorrectly switched.
Modified:
hea
Author: lulf
Date: Wed Feb 4 17:35:21 2009
New Revision: 188116
URL: http://svn.freebsd.org/changeset/base/188116
Log:
MFC r188017:
- Use a separate pointer to the allocated memory for freeing, as strsep may
modify the pointer argument passed to it. This triggered an assert in malloc
Author: lulf
Date: Mon Feb 2 19:22:53 2009
New Revision: 188017
URL: http://svn.freebsd.org/changeset/base/188017
Log:
- Use a separate pointer to the allocated memory for freeing, as strsep may
modify the pointer argument passed to it. This triggered an assert in malloc
when a geom com
Author: lulf
Date: Sun Jan 18 21:52:01 2009
New Revision: 187412
URL: http://svn.freebsd.org/changeset/base/187412
Log:
MFC r186517:
- Fix an issue with access permissions to underlying disks used by a gvinum
plex. If the plex is a raid5 plex, and is being written to, parity data
might
Author: lulf
Date: Wed Jan 7 18:37:07 2009
New Revision: 186871
URL: http://svn.freebsd.org/changeset/base/186871
Log:
- Update manpage now that cvs mode is supported.
Modified:
head/contrib/csup/csup.1
Modified: head/contrib/csup/csup.1
=
On Mon, Jan 05, 2009 at 03:18:16PM +, Ulf Lilleengen wrote:
> Author: lulf
> Date: Mon Jan 5 15:18:16 2009
> New Revision: 186781
> URL: http://svn.freebsd.org/changeset/base/186781
>
> Log:
> Merge support for CVSMode (aka. mirror mode) into csup. This means csup c
Author: lulf
Date: Mon Jan 5 15:18:16 2009
New Revision: 186781
URL: http://svn.freebsd.org/changeset/base/186781
Log:
Merge support for CVSMode (aka. mirror mode) into csup. This means csup can
now
fetch a complete CVS repository. Support for rsync update of regular files are
also include
Author: lulf
Date: Sat Dec 27 14:32:39 2008
New Revision: 186517
URL: http://svn.freebsd.org/changeset/base/186517
Log:
- Fix an issue with access permissions to underlying disks used by a gvinum
plex. If the plex is a raid5 plex, and is being written to, parity data
might
have to be re
Author: lulf
Date: Sat Dec 27 14:24:24 2008
New Revision: 186516
URL: http://svn.freebsd.org/changeset/base/186516
Log:
- Back out r186038. Rather than changing the intent of the caller, the problem
should be handled internally in gvinum.
Suggested by: pjd
Modified:
head/sbin/geom/mi
On Sun, Dec 14, 2008 at 08:21:01PM +0100, Pawel Jakub Dawidek wrote:
> On Sat, Dec 13, 2008 at 02:14:56PM +0000, Ulf Lilleengen wrote:
> > Author: lulf
> > Date: Sat Dec 13 14:14:56 2008
> > New Revision: 186038
> > URL: http://svn.freebsd.org/changeset/base/186038
On Sun, Dec 14, 2008 at 08:21:01PM +0100, Pawel Jakub Dawidek wrote:
> On Sat, Dec 13, 2008 at 02:14:56PM +0000, Ulf Lilleengen wrote:
> > Author: lulf
> > Date: Sat Dec 13 14:14:56 2008
> > New Revision: 186038
> > URL: http://svn.freebsd.org/changeset/base/186038
Author: lulf
Date: Sat Dec 13 14:14:56 2008
New Revision: 186038
URL: http://svn.freebsd.org/changeset/base/186038
Log:
- When writing metadata to a geom provider, open the it as read-write since it
might do subsequent reads from other providers. This stopped geli (and
probably other cla
Author: lulf
Date: Mon Dec 8 17:09:02 2008
New Revision: 185768
URL: http://svn.freebsd.org/changeset/base/185768
Log:
- Add missing word in comment.
Modified:
head/sys/geom/geom_subr.c
Modified: head/sys/geom/geom_subr.c
=
Author: lulf
Date: Wed Nov 26 13:09:45 2008
New Revision: 185334
URL: http://svn.freebsd.org/changeset/base/185334
Log:
- Support IEEE_P1282 and IEEE_1282 tags in the rock ridge extensions record.
PR: kern/128942
Submitted by: "J.R. Oldroyd"
Modified:
head/sys/fs/cd9660/cd96
Author: lulf
Date: Tue Nov 25 20:28:33 2008
New Revision: 185318
URL: http://svn.freebsd.org/changeset/base/185318
Log:
- Fix a potential NULL pointer reference. Note that this should not happen in
practice, but it is a good programming practice and allows the kernel to not
depend on use
On Tue, Nov 25, 2008 at 08:20:48PM +0100, Rink Springer wrote:
> On Tue, Nov 25, 2008 at 07:13:58PM +0000, Ulf Lilleengen wrote:
> > Author: lulf
> > Date: Tue Nov 25 19:13:58 2008
> > New Revision: 185309
> > URL: http://svn.freebsd.org/changeset/base/185309
> >
Author: lulf
Date: Tue Nov 25 19:13:58 2008
New Revision: 185309
URL: http://svn.freebsd.org/changeset/base/185309
Log:
- Fix a potential NULL pointer reference. Note that this cannot happen in
practice, but it is a good programming practice nontheless and it allows the
kernel to not dep
Author: lulf
Date: Sun Oct 26 17:20:37 2008
New Revision: 184292
URL: http://svn.freebsd.org/changeset/base/184292
Log:
- Import macros used in gmirror for printing gvinum debug messages and making
the output more standardized.
- Add a sysctl to set the verbosity of the debug messages.
-
95 matches
Mail list logo