| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=42087
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In some cases replace if (a == null) a = malloc(x); else a =
realloc(a, x); with simple reallocf(a, x). Per ANSI-C, this is
guaranteed to be the same thing.
I've been running these on my system here w/o ill effects for some
time. However, the CTM-express is at part 6 of 34 for the CAM
changes, so I've not been able to do a build world with the CAM in the
tree with these changes. Shouldn't impact anything, but...
Notes:
svn path=/head/; revision=39327
|
|
|
|
|
|
|
| |
cross-builds work.
Notes:
svn path=/head/; revision=38755
|
|
|
|
|
|
|
|
|
| |
static to avoid them trying to use shared libraries before we're
ready. During the initial elf buildworld, the shared loader only
exists in the obj tree, so it can't be used.
Notes:
svn path=/head/; revision=38323
|
|
|
|
| |
Notes:
svn path=/head/; revision=37460
|
|
|
|
|
|
|
| |
Add #pragma weak for reset_*_mode() they will be replaced in libncurses
Notes:
svn path=/head/; revision=37056
|
|
|
|
|
|
|
|
|
|
| |
long and use %ld, not %d.
We're going to need an abbreviation for this comment 'cause it's going
to be used a lot from now on.
Notes:
svn path=/head/; revision=32492
|
|
|
|
|
|
|
| |
Cause initscr (ncurses) fail in some cases
Notes:
svn path=/head/; revision=28135
|
|
|
|
|
|
|
| |
breakage.
Notes:
svn path=/head/; revision=24385
|
|
|
|
| |
Notes:
svn path=/head/; revision=22993
|
|
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
|
|
|
| |
Notes:
svn path=/head/; revision=17935
|
|
|
|
| |
Notes:
svn path=/cvs2svn/branches/ATT/; revision=13122
|
|
|
|
| |
Notes:
svn path=/head/; revision=9971
|
|
|
|
| |
Notes:
svn path=/head/; revision=8870
|
|
|
|
| |
Notes:
svn path=/head/; revision=8523
|
|
|
|
| |
Notes:
svn path=/head/; revision=7416
|
|
|
|
| |
Notes:
svn path=/head/; revision=7329
|
|
|
|
| |
Notes:
svn path=/head/; revision=6848
|
|
|
|
| |
Notes:
svn path=/head/; revision=5028
|
|
|
|
| |
Notes:
svn path=/head/; revision=5021
|
|
|
|
| |
Notes:
svn path=/head/; revision=4525
|
|
|
|
| |
Notes:
svn path=/head/; revision=4022
|
|
|
|
| |
Notes:
svn path=/head/; revision=3960
|
|
|
|
| |
Notes:
svn path=/head/; revision=3486
|
|
|
|
| |
Notes:
svn path=/head/; revision=3481
|
|
|
|
|
|
|
| |
Add 'update_term_h' target for manual update
Notes:
svn path=/head/; revision=3466
|
|
|
|
| |
Notes:
svn path=/head/; revision=3465
|
|
|
|
|
|
|
| |
Add some testing bits to TESTS directory
Notes:
svn path=/head/; revision=3461
|
|
Notes:
svn path=/cvs2svn/branches/ross_ridge/; revision=3400
|