after
the underlying drive had been hot-unplugged from the system. Here
Thanks!
cheers,
le
--
Lukas Ertl http://homepage.univie.ac.at/l.ertl/
[EMAIL PROTECTED] http://people.freebsd.org/~le/
___
cvs-all
oying arrays in a loop at runtime.
I don't know about other drivers, but I've seen the exact problem on HP
SmartArrays (ciss).
cheers,
le
--
Lukas Ertl http://homepage.univie.ac.at/l.ertl/
[EMAIL PROTECTED] http://people.
.c: In function `pr_pack':
/usr/src/sbin/ping/ping.c:1016: error: `MAX_IPOPTLEN' undeclared (first use in
this function)
/usr/src/sbin/ping/ping.c:1016: warning: unused variable `old_rr'
*** Error code 1
cheers,
le
--
Lukas Ertl http://homepage.univie.
le 2005-11-19 20:25:18 UTC
FreeBSD src repository
Modified files:
sys/geom/vinum geom_vinum.c geom_vinum.h
geom_vinum_drive.c geom_vinum_rm.c
sys/modules/geom/geom_vinum Makefile
Added files:
sys/geom/vinum geom_vinum_move.c geom_
le 2005-11-19 20:26:52 UTC
FreeBSD src repository
Modified files:
sbin/gvinum Makefile gvinum.c
Added files:
sbin/gvinum gvinum.8
Log:
Finally bring in what was produced during Google SoC 2005:
Add functions to rename objects and to move a subdi
le 2005-11-20 10:35:46 UTC
FreeBSD src repository
Modified files:
sbin/gvinum gvinum.8 gvinum.c
Log:
Fix whitespace issues.
Pointed out by:joel@
Revision ChangesPath
1.2 +51 -51src/sbin/gvinum/gvinum.8
1.7 +8 -8 src/sbin/g
le 2005-11-20 10:40:06 UTC
FreeBSD src repository
Modified files:
sys/geom/vinum geom_vinum_move.c
Log:
Fix whitespace issue.
Pointed out by: joel@
Revision ChangesPath
1.2 +11 -11src/sys/geom/vinum/geom_vinum_move.c
___
le 2005-11-20 12:12:31 UTC
FreeBSD src repository
Modified files:
sys/geom/vinum geom_vinum_rename.c
Log:
Always declare variables at the start of the function.
Don't allocate potentially large variables on the stack.
Check strsep() return values when the string co
le 2005-11-20 12:14:18 UTC
FreeBSD src repository
Modified files:
sys/geom/vinum geom_vinum_rename.c
Log:
Whitespace.
Revision ChangesPath
1.3 +8 -8 src/sys/geom/vinum/geom_vinum_rename.c
___
cvs-all@fr
le 2005-11-24 15:11:42 UTC
FreeBSD src repository
Modified files:
sys/geom/vinum geom_vinum.c geom_vinum_drive.c
sys/modules/geom/geom_vinum Makefile
Log:
Since we want a vinum geom created anytime the module loads, move
the geom creation to a seperate init func
le 2005-11-24 15:28:32 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 busdma_machdep.c
sys/i386/i386busdma_machdep.c
Log:
Fix typo.
Revision ChangesPath
1.71 +1 -1 src/sys/amd64/amd64/busdma_machdep.c
1.75 +1 -1
le 2005-11-25 10:09:30 UTC
FreeBSD src repository
Modified files:
sys/geom geom_kern.c
Log:
Add sysctl descriptions.
Revision ChangesPath
1.40 +8 -7 src/sys/geom/geom_kern.c
___
cvs-all@freebsd.org
le 2005-11-26 11:06:11 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/geom/vinum geom_vinum.c geom_vinum.h
geom_vinum_drive.c geom_vinum_rm.c
sys/modules/geom/geom_vinum Makefile
Added files: (Branch: REL
le 2005-11-26 11:10:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/gvinum Makefile gvinum.c
Added files: (Branch: RELENG_6)
sbin/gvinum gvinum.8
Log:
MFC:
Finally bring in what was produced during Google S
le 2005-12-10 14:36:17 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/geom/vinum geom_vinum.c geom_vinum_drive.c
sys/modules/geom/geom_vinum Makefile
Log:
MFC:
Since we want a vinum geom created anytime the module loads, move the
le 2006-01-06 18:03:17 UTC
FreeBSD src repository
Modified files:
sys/geom/vinum geom_vinum_drive.c geom_vinum_plex.c
geom_vinum_subr.c geom_vinum_var.h
geom_vinum_volume.c
Log:
Get rid of the gv_bioq hack in most par
le 2006-02-08 21:32:45 UTC
FreeBSD src repository
Modified files:
sys/geom/vinum geom_vinum_move.c
Log:
Catch the case when a subdisk has no provider or no consumer
attached to it.
Revision ChangesPath
1.3 +12 -9 src/sys/geom/vinum/geom_vinum_mo
le 2006-03-23 19:58:43 UTC
FreeBSD src repository
Modified files:
sys/geom/vinum geom_vinum.c geom_vinum.h geom_vinum_rm.c
sbin/gvinum gvinum.8 gvinum.c
Log:
Implement the 'resetconfig' command.
PR:kern/94835
Submitted by: Ulf Lilleeng
le 2006-03-23 20:01:13 UTC
FreeBSD src repository
Modified files:
sys/geom/vinum geom_vinum_rm.c
Log:
Fix whitespace.
Revision ChangesPath
1.11 +1 -1 src/sys/geom/vinum/geom_vinum_rm.c
___
cvs-all@freebs
le 2006-03-30 14:01:25 UTC
FreeBSD src repository
Modified files:
sys/geom/vinum geom_vinum.c geom_vinum.h geom_vinum_rm.c
geom_vinum_state.c geom_vinum_subr.c
Log:
Protect from creating striped and RAID5 plexes with unequally sized
subdisks
le 2007-03-24 18:53:33 UTC
FreeBSD src repository
Modified files:
sys/dev/ipw if_ipw.c
Log:
Drop the ipw softc lock before calling back into net80211, fixing a
LOR/deadlock.
Tested by: Denis Shaposhnikov , le@
LOR id: 205
MFC in: 3 days
R
le 2007-03-26 22:22:10 UTC
FreeBSD src repository
Modified files:
usr.sbin/adduser adduser.sh
Log:
Check if the new user already exists right after entering the
username instead of watching the final call to pw(8) fail.
Revision ChangesPath
1.28 +8 -2
le 2007-03-26 23:29:20 UTC
FreeBSD src repository
Modified files:
usr.sbin/pw pw.8 pw.c pw_user.c
Log:
Introduce the new option -M to allow to set the permissions of
the user's newly created home directory. If omitted, it's derived
from the current umask.
le 2007-03-27 01:15:57 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/ipw if_ipw.c
Log:
MFC:
Drop the ipw softc lock before calling back into net80211, fixing a
LOR/deadlock.
Tested by: Denis Shaposhnikov , le@
le 2007-03-30 10:02:47 UTC
FreeBSD src repository
Modified files:
usr.sbin/pw pw.c
Log:
Add -M argument to usage() output.
Revision ChangesPath
1.30 +2 -0 src/usr.sbin/pw/pw.c
___
cvs-all@freebsd.org
le 2007-03-30 11:23:11 UTC
FreeBSD src repository
Modified files:
usr.sbin/pw pw.8 pw.c pw.conf.5 pw.h pw_conf.c
pw_user.c
Log:
Add home directory creation mode to pw.conf(5) and be a bit
more specific about the effect of the current umas
le 2007-03-30 12:57:25 UTC
FreeBSD src repository
Modified files:
usr.sbin/pw pw_user.c
Log:
Accept passwords which contain whitespace.
PR: bin/53434
Revision ChangesPath
1.61 +1 -1 src/usr.sbin/pw/pw_user.c
___
le 2007-03-30 13:18:52 UTC
FreeBSD src repository
Modified files:
usr.sbin/pw cpdir.c
Log:
Do the right thing with symlinks in the skeleton directory.
PR: bin/63659
Revision ChangesPath
1.8 +7 -1 src/usr.sbin/pw/cpdir.c
__
le 2007-03-30 18:49:36 UTC
FreeBSD src repository
Modified files:
share/misc committers-src.dot
Log:
Add my two mentors, grog@ and joerg@, and myself.
Correct date for [EMAIL PROTECTED]
Revision ChangesPath
1.6 +8 -1 src/share/misc/commi
le 2007-03-30 22:20:43 UTC
FreeBSD src repository
Modified files:
share/misc committers-src.dot
Log:
Add dates for joerg@ and [EMAIL PROTECTED]
Revision ChangesPath
1.8 +2 -2 src/share/misc/committers-src.dot
_
le 2007-04-12 17:40:45 UTC
FreeBSD src repository
Modified files:
sys/geom/vinum geom_vinum_share.c
Log:
Avoid infinite loop if the device string given for a drive
only consists of "/".
Submitted by: Ulf Lilleengen
Revision ChangesPath
1.5 +3
le 2007-04-12 17:54:35 UTC
FreeBSD src repository
Modified files:
sys/geom/vinum geom_vinum.h geom_vinum_rm.c
geom_vinum_subr.c
Log:
-) Correct sdcount for a plex when removing or adding subdisks.
-) Set correct sizes for plexes and volumes
Andre Oppermann wrote:
> Lukas Ertl wrote:
>> le 2007-04-12 17:54:35 UTC
>>
>> FreeBSD src repository
>>
>> Modified files:
>> sys/geom/vinum geom_vinum.h geom_vinum_rm.c
>> geom_vinum_subr.c Log:
>&g
le 2007-05-04 17:17:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/adduser adduser.sh
Log:
MFC 1.28:
Check if the new user already exists right after entering the
username instead of watching the final call to pw(8) fail.
le 2007-05-04 17:22:26 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/pw cpdir.c
Log:
MFC 1.8:
Do the right thing with symlinks in the skeleton directory.
PR: bin/63659
Revision ChangesPath
1.7.2.1 +
le 2007-05-04 17:33:05 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/pw pw.8 pw.c pw.conf.5 pw.h pw_conf.c
pw_user.c
Log:
MFC all changes regarding new option -M.
Revision ChangesPath
1.37.2.2
le 2007-05-04 17:36:38 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/pw pw_user.c
Log:
MFC 1.61:
Accept passwords which contain whitespace.
PR: bin/53434
Revision ChangesPath
1.57.8.3 +1 -1 src/us
le 2007-05-07 09:55:25 UTC
FreeBSD src repository
Modified files:
sys/modules/em Makefile
Log:
Fix kldloading if_em by compiling missing source file.
Revision ChangesPath
1.9 +1 -1 src/sys/modules/em/Makefile
_
le 2007-05-24 18:28:08 UTC
FreeBSD src repository
Modified files:
usr.bin/less lesspipe.sh
Log:
Fix handling of filenames containing whitespace.
PR: bin/112860
MFC in: 3 days
Revision ChangesPath
1.4 +3 -3 src/usr.bin/less/lesspipe
le 2007-05-27 10:15:18 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/less lesspipe.sh
Log:
MFC:
Fix handling of filenames containing whitespace.
PR: bin/112860
Revision ChangesPath
1.2.2.2 +3 -3 s
le 2007-02-04 22:14:18 UTC
FreeBSD src repository
Modified files:
sys/dev/usb usbdevs ubsa.c
share/man/man4 ubsa.4
Log:
Add support for another 3G card and update man page accordingly.
The patch from the PR was a little outdated w/regards to the
Vodaf
le 2007-02-07 19:52:33 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/usb ubsa.c usbdevs
share/man/man4 ubsa.4
Log:
MFC:
Add support for various 3G datacards.
RevisionChangesPath
1.5.2.3 +14 -2 src
le 2007-02-07 20:03:17 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/usb ubsa.c
Log:
Grrr, missed a revision in the last MFC.
Revision ChangesPath
1.17.2.2 +2 -0 src/sys/dev/usb/ubsa.c
Bruce M. Simpson wrote:
Lukas Ertl wrote:
MFC:
Add support for various 3G datacards.
Oooh. I really like the sound of this.
BMS
Unfortunately, the newest Option cards (aka Globetrotter 3G+, or
whatever they call it these days - the ones which have HSDPA
connectivity) are not
le 2007-02-09 15:59:28 UTC
FreeBSD src repository
Modified files:
sys/dev/usb usbdevs ubsa.c
share/man/man4 ubsa.4
Log:
Add support for Huawei Technologies Mobile card (3G).
Submitted by: Thorsten Schroeder
MFC in:3 days
Revision Ch
le 2007-02-14 19:57:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/usb ubsa.c usbdevs
share/man/man4 ubsa.4
Log:
MFC:
Add support for Huawei Technologies Mobile card (3G).
Submitted by: Thorsten Schroeder
46 matches
Mail list logo