| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Reviewed by: brian
|
|
|
|
|
|
|
| |
to be specified on the command line for which information should be reported.
Submitted by: Joe Halpin <joe.halpin@attbi.com>
Reviewed by: mike
|
|
|
|
|
|
| |
natd sigbus errors being reported on the freebsd-alpha@ mailing list.
Obtained from: NetBSD
|
| |
|
| |
|
|
|
|
| |
Submitted by: peter
|
| |
|
|
|
|
| |
Alpha and IA-64. So there is no need for special handling.
|
|
|
|
| |
(where's the hat?)
|
| |
|
|
|
|
| |
Luckily we are network order, so there is little to be done. :-)
|
|
|
|
| |
MFC noted: BIND 8.3.2-T1B.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
but it gets the build father and is in the right direction.
Partially obtained from: NetBSD
|
|
|
|
|
|
| |
add break statements to default cases where missing.
Submitted by: bde
|
|
|
|
|
|
|
| |
EV5 binaries will run on EV4[5], but the timing assumptions do pessimize
running on EV4[5].
Tested by: ticso
|
| |
|
|
|
|
| |
actual program.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
allow recovery from transmission lockups which occur in the middle
of the descriptor list, rather than just at the beginning.
For some unknown reason, Rhine II chips have a tendency to stop
transmitting while under heavy load, possibly due to collisions.
Whether this behavior is due to a hardware bug or a driver glitch
is unknown as of now.
In either case, this change allows the driver to gracefully recover
from such situations.
Special thanks go to The Anarcat <anarcat@anarcat.dyndns.org>, who
bugged me into looking at this and to
Dominic Marks <dominic_marks@btinternet.com>, who performed a great
deal of testing to help characterize this problem.
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
to an int (as per the C standard) i.e. it can be passed straight to
isalpha() etc.
Approved by: dwmalone (mentor)
MFC after: 3 days
|
|
|
|
|
|
| |
PR: 30543
Approved by: dwmalone (mentor)
MFC after: 3 weeks
|
| |
|
|
|
|
| |
Pointed out by: brian
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* It now knows about the existence of #elif which would have
caused it to produce incorrect results in some situations.
* It can now process #if and #elif lines according to the
values of symbols that are specified on the command line.
The expression parser is only a simple subset of what C
allows but it should be sufficient for most real-world
code (it can cope with everything it finds in xterm).
* It has an option for printing all of the symbols that might
control #if processing. The unifdefall script uses this
option along with cpp -dM to strip all #ifs from a file.
* It has much larger static limits.
* It handles nested #ifs much more completely.
There have also been many style improvements: KNF; ANSI function
definitions; all global stuff moved to the top of the file; use
stdbool instead of h0h0bool; const-correctness; err(3) instead
of fprintf(stderr, ...); enum instead of #define; commentary.
I used NetBSD's unifdef as the basis of this since it has received
the most attention over the years.
PR: 37454
Reviewed by: markm, dwmalone
Approved by: dwmalone (mentor)
MFC after: 3 weeks
|
|
|
|
|
| |
for the C++ progs to be built with e.g. an old compiler,
CXX=/usr/bin/c++, for the time being.
|
|
|
|
|
|
| |
Rename `incsinstall' to `installincludes'.
Make `includes' a -j safe shortcut for `buildincludes' + `installincludes'.
`buildincludes' and `installincludes' are SUBDIR friendly, if run directly.
|
| |
|
|
|
|
|
|
| |
Not approved by: maintainer
I'm guessing that this is trivial enough to sidestep approval.
|
| |
|
| |
|
|
|
|
| |
Obtained from: NetBSD (rev 1.4, pre-UVM)
|
|
|
|
|
| |
functions we use to assign them. Doesn't seem to be anything else that
relies on these being non-const.
|
|
|
|
| |
is as good as blaknk.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Same for any m68k platform.
|
|
|
|
|
|
| |
override ELF_DYNAMIC_INTERPRETER requirement.
Has a good eye: jmallet
|
|
|
|
| |
(not to mention these bits are still at the 2.9.1 level)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
pthread_page_size.
Fix a bunch line wrapping.
Pointed out by: deischen
|
|
|
|
| |
the same quote.
|
| |
|
|
|
|
| |
Submitted by: jmallet
|