| #
1d386b48
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
b03b271b
|
| 01-Jun-2023 |
Elyes Haouas <ehaouas@noos.fr> |
cdcontrol: Fix typos
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/653
|
| #
1d386b48
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
b03b271b
|
| 01-Jun-2023 |
Elyes Haouas <ehaouas@noos.fr> |
cdcontrol: Fix typos
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/653
|
| #
491cdc1b
|
| 27-Aug-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r304700 through r304884.
|
| #
ed04e0c3
|
| 25-Aug-2016 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead @ r304815
|
| #
c650c2f3
|
| 25-Aug-2016 |
Alex Kozlov <ak@FreeBSD.org> |
Remove last remnants of acd(4), mcd(4), and scd(4) drivers.
Approved by: jhb
|
| #
8fa0b743
|
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
| #
3ee1a36e
|
| 22-Nov-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r227804
Pull in the virtio drivers from head.
|
| #
1a225ffb
|
| 11-Nov-2009 |
Jaakko Heinonen <jh@FreeBSD.org> |
MFC r197833:
When run() returns an error, print the error message also in non-interactive mode. Previously error messages were printed only in interactive mode.
PR: bin/124517 Approved by: trasz (
MFC r197833:
When run() returns an error, print the error message also in non-interactive mode. Previously error messages were printed only in interactive mode.
PR: bin/124517 Approved by: trasz (mentor)
show more ...
|
| #
491cdc1b
|
| 27-Aug-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r304700 through r304884.
|
| #
ed04e0c3
|
| 25-Aug-2016 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead @ r304815
|
| #
c650c2f3
|
| 25-Aug-2016 |
Alex Kozlov <ak@FreeBSD.org> |
Remove last remnants of acd(4), mcd(4), and scd(4) drivers.
Approved by: jhb
|
| #
8fa0b743
|
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
| #
3ee1a36e
|
| 22-Nov-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r227804
Pull in the virtio drivers from head.
|
| #
1a225ffb
|
| 11-Nov-2009 |
Jaakko Heinonen <jh@FreeBSD.org> |
MFC r197833:
When run() returns an error, print the error message also in non-interactive mode. Previously error messages were printed only in interactive mode.
PR: bin/124517 Approved by: trasz (
MFC r197833:
When run() returns an error, print the error message also in non-interactive mode. Previously error messages were printed only in interactive mode.
PR: bin/124517 Approved by: trasz (mentor)
show more ...
|
| #
ee47d099
|
| 06-Nov-2011 |
Ed Schouten <ed@FreeBSD.org> |
Make all functions and global variables static for cdcontrol(8).
While there, replace __const by const, which seems to be our preference nowadays. Also fix some style(9) bugs by adding newlines and
Make all functions and global variables static for cdcontrol(8).
While there, replace __const by const, which seems to be our preference nowadays. Also fix some style(9) bugs by adding newlines and removing unneeded spaces from function declarations.
show more ...
|
| #
1a0fda2b
|
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
| #
9199c09a
|
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
| #
18c2d3f2
|
| 05-Jan-2010 |
David Malone <dwmalone@FreeBSD.org> |
New style function definitions. Fix constness problem - don't know that pstatus won't change a string with no whitespace.
|
| #
874108ae
|
| 12-Nov-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
MFC @199204
|
| #
6e7b6303
|
| 07-Oct-2009 |
Jaakko Heinonen <jh@FreeBSD.org> |
When run() returns an error, print the error message also in non-interactive mode. Previously error messages were printed only in interactive mode.
PR: bin/124517 Approved by: trasz (mentor) MFC af
When run() returns an error, print the error message also in non-interactive mode. Previously error messages were printed only in interactive mode.
PR: bin/124517 Approved by: trasz (mentor) MFC after: 1 month
show more ...
|
| #
c863386a
|
| 14-Jul-2008 |
Pietro Cerutti <gahr@FreeBSD.org> |
- Enhance volume handling
PR: 125054 Submitted by: gahr Approved by: cperciva
|
| #
b7498df2
|
| 19-Feb-2008 |
Ruslan Ermilov <ru@FreeBSD.org> |
getopt(3) returns -1, not EOF.
|
| #
2110d9c3
|
| 19-Oct-2005 |
Stefan Farfeleder <stefanf@FreeBSD.org> |
Use the new name H_SETSIZE instead of the old H_EVENT to set the history size.
PR: 86355
|