Revision tags: release/9.1.0 |
|
#
300675f6 |
| 27-Nov-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
#
734e78df |
| 21-Nov-2012 |
Jaakko Heinonen <jh@FreeBSD.org> |
Disallow attaching preloaded memory disks via ioctl.
- The feature is dangerous because the kernel code didn't check validity of the memory address provided from user space. - It seems that mdconf
Disallow attaching preloaded memory disks via ioctl.
- The feature is dangerous because the kernel code didn't check validity of the memory address provided from user space. - It seems that mdconfig(8) never really supported attaching preloaded memory disks. - Preloaded memory disks are automatically attached during md(4) initialization. Thus there shouldn't be much use for the feature.
PR: kern/169683 Discussed on: freebsd-hackers
show more ...
|
#
23090366 |
| 04-Nov-2012 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Sync from head
|
#
de720122 |
| 15-Jul-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r236710 through r238467.
|
#
6cf87ec8 |
| 13-Jul-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @238412.
|
#
b652778e |
| 11-Jul-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r238370
|
#
dc604f0c |
| 07-Jul-2012 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Make it possible to resize md(4) devices.
Reviewed by: kib Sponsored by: FreeBSD Foundation
|
#
6a068746 |
| 15-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
#
38f1b189 |
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
Revision tags: release/8.3.0_cvs, release/8.3.0 |
|
#
8833b15f |
| 03-Apr-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r232686 through r233825 into projects/pf/head.
|
#
cff3dc08 |
| 14-Mar-2012 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Add missing "static".
|
#
77c43773 |
| 27-Jan-2012 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Rewrite option parsing in mdconfig(8). This makes it more user-friendly by removing the ordering requirements and adding more descriptive error messages; it also makes it more readable and maintaina
Rewrite option parsing in mdconfig(8). This makes it more user-friendly by removing the ordering requirements and adding more descriptive error messages; it also makes it more readable and maintainable.
Sponsored by: The FreeBSD Foundation
show more ...
|
#
8fa0b743 |
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
#
89ef44ef |
| 21-Jan-2012 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Replace the beerware license on mdconfig(8) with standard 2-clause BSD.
Approved by: phk@
|
Revision tags: release/9.0.0 |
|
#
6c49c6cf |
| 30-Apr-2011 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Somewhere around the 473rd time I mistyped "mdconfig file" instead of "mdconfig -f file", I decided that it would be easier to make mdconfig DWIM than to teach my fingers to type the correct command
Somewhere around the 473rd time I mistyped "mdconfig file" instead of "mdconfig -f file", I decided that it would be easier to make mdconfig DWIM than to teach my fingers to type the correct command line.
MFC after: 3 weeks
show more ...
|
#
3b398022 |
| 27-Apr-2011 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
whitespace nit - sorry for the churn
|
#
e81d0f5a |
| 27-Apr-2011 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
whitespace nit
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
c3e257a9 |
| 14-Feb-2011 |
Rebecca Cran <brucec@FreeBSD.org> |
Add a check to make sure the provider name is "mdN" before printing the unit number.
Suggested by: jh MFC after: 3 days
|
#
6992d350 |
| 13-Feb-2011 |
Rebecca Cran <brucec@FreeBSD.org> |
Only print the unit number when invoked with the -n flag.
PR: bin/144300 Submitted by: arundel MFC after: 3 days
|
#
c6d2d1b4 |
| 14-Nov-2010 |
Dimitry Andric <dim@FreeBSD.org> |
Sync: merge r215189 through r215272 from ^/head.
|
#
db280204 |
| 13-Nov-2010 |
Joel Dahl <joel@FreeBSD.org> |
Use "cylinder" instead of "cyl" for consistency.
Reviewed by: phk
|
Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0 |
|
#
1a0fda2b |
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
#
85f1d756 |
| 01-Feb-2010 |
Jaakko Heinonen <jh@FreeBSD.org> |
MFC r202573:
Print sizes up to INT64_MAX in md_prthumanval().
PR: bin/125365 Approved by: trasz (mentor)
|
#
a4ca6a49 |
| 22-Jan-2010 |
Jaakko Heinonen <jh@FreeBSD.org> |
Make mdconfig(8) WARNS=6 clean:
- Constify geom_config_get() name argument. - Add void keyword for usage(). - Initialize mdunit to NULL. - Don't call md_prthumanval() at all if length is NULL.
Appr
Make mdconfig(8) WARNS=6 clean:
- Constify geom_config_get() name argument. - Add void keyword for usage(). - Initialize mdunit to NULL. - Don't call md_prthumanval() at all if length is NULL.
Approved by: trasz (mentor)
show more ...
|
#
0e3ebc63 |
| 18-Jan-2010 |
Jaakko Heinonen <jh@FreeBSD.org> |
Print sizes up to INT64_MAX in md_prthumanval().
PR: bin/125365 Approved by: trasz (mentor) MFC after: 2 weeks
|