| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This driver supports legacy, 32-bit PCI devices, and had an ambiguous
license. Supported devices were already reported to be rare in 2003
(when an earlier version of the driver was removed in r123201).
Reviewed by: rgrimes
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D15245
Notes:
svn path=/head/; revision=333144
|
| |
|
|
|
|
|
| |
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=325188
|
| |
|
|
|
|
|
|
|
|
|
|
| |
that it is NUL terminated. Additional NUL padding is not required
for short names.
Reported by: Coverity
CID: 974852
MFC after: 1 week
Notes:
svn path=/head/; revision=299866
|
| |
|
|
| |
Notes:
svn path=/head/; revision=298089
|
| |
|
|
|
|
|
| |
fopen(3) will return NULL in case it can't open the STREAM.
Notes:
svn path=/head/; revision=297965
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
Notes:
svn path=/head/; revision=284345
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=284172
|
| | |\
| |/
|/|
| | |
Notes:
svn path=/projects/bmake/; revision=283595
|
| | |\
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=270164
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=266219
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=265802
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=248169
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=246868
|
| | |\ \
| | | |
| | | |
| | | | |
Notes:
svn path=/projects/bmake/; revision=242545
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Requested by: Simon Gerraty <sjg@juniper.net>
Notes:
svn path=/projects/bmake/; revision=239572
|
| | |_|/
|/| |
| | |
| | |
| | |
| | |
| | | |
Reduce overlinking
Notes:
svn path=/head/; revision=275054
|
| | |/
|/|
| |
| |
| |
| |
| |
| | |
PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>
Notes:
svn path=/head/; revision=267668
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
After I made the previous commit, I noticed the code does some things it
shouldn't. It casts a struct timeval to a time_t, assuming tv_sec is the
first member. Also, we are not interested in microseconds, so it is
better to just call time(NULL).
MFC after: 1 month
Notes:
svn path=/head/; revision=239988
|
| |/
|
|
|
|
|
| |
We're only interested in a timestamp -- not the timezone.
Notes:
svn path=/head/; revision=239986
|
| |
|
|
|
|
|
|
|
|
| |
quotation. Also make sure we have the same amount of columns in each row as
the number of columns we specify in the head arguments.
Reviewed by: brueffer
Notes:
svn path=/head/; revision=233992
|
| |
|
|
|
|
|
|
|
| |
Slight style(9) improvments
- function definitions
- sort #include
Notes:
svn path=/head/; revision=216600
|
| |
|
|
|
|
|
| |
which have char == unsigned char
Notes:
svn path=/head/; revision=216599
|
| |
|
|
|
|
|
|
|
| |
`vga' cannot be less than 0x3f when reaching the check.
Coverity Prevent: CID 5196
Notes:
svn path=/head/; revision=216597
|
| |
|
|
|
|
|
|
|
| |
translating these manual pages. Minor corrections by me.
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
Notes:
svn path=/head/; revision=211397
|
| |
|
|
| |
Notes:
svn path=/head/; revision=201390
|
| |
|
|
|
|
|
| |
Include strings.h for bcopy and bzero prototype
Notes:
svn path=/head/; revision=188826
|
| |
|
|
| |
Notes:
svn path=/head/; revision=161808
|
| |
|
|
| |
Notes:
svn path=/head/; revision=153380
|
| |
|
|
|
|
|
|
| |
to keep this info up-to-date as time goes by).
- Revise the markup.
Notes:
svn path=/head/; revision=152776
|
|
|
glue.
Submitted by: David Boggs
Notes:
svn path=/head/; revision=150850
|