| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=36692
|
| |
|
|
|
|
|
|
| |
only harmful for building from a read-only filesystem - the parts
blown away were old rm'ed directories.
Notes:
svn path=/head/; revision=36344
|
| |
|
|
|
|
|
|
| |
directory is searched before the generic one. You can guess what was
happening.. all the world's assumed to be 32-bit.
Notes:
svn path=/head/; revision=36050
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35528
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35492
|
| |
|
|
|
|
|
|
| |
useful for bootstrapping. Compatible versions of gcc and cc1 should
should be installed before using this feature.
Notes:
svn path=/head/; revision=34814
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
fix of putting generated source files in SRCS breaks many special
cases (many dependencies had to be incomplete for ${.ALLSRC}
not to give .h files that would break compiling with c++ -c).
Reduce these special cases to the general case so that SRCS works
normally and bsd.lib.mk handles most of the complications. Now
we only have to duplicate rules from bsd.lib.mk to add special
CFLAGS in some cases.
Notes:
svn path=/head/; revision=34707
|
| |
|
|
|
|
|
|
| |
this is to fix `make -j50' where `make -j18' worked. The race may
just have been more likely to be lost for -j50.
Notes:
svn path=/head/; revision=34518
|
| |
|
|
| |
Notes:
svn path=/head/; revision=33799
|
| |
|
|
| |
Notes:
svn path=/head/; revision=33610
|
| |
|
|
|
|
|
| |
Added alpha and m68k stuff.
Notes:
svn path=/head/; revision=32761
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32407
|
| |
|
|
|
|
|
| |
version instead.
Notes:
svn path=/head/; revision=30578
|
| |
|
|
|
|
|
|
| |
been seeing since 2.2.1.
Pointed-in-the-right-direction by: phk
Notes:
svn path=/head/; revision=30333
|
| |
|
|
|
|
|
| |
('_vt.' vs '__vt$')
Notes:
svn path=/head/; revision=29637
|
| |
|
|
| |
Notes:
svn path=/head/; revision=28899
|
| |
|
|
| |
Notes:
svn path=/head/; revision=28898
|
| |
|
|
|
|
|
| |
be installed from here.
Notes:
svn path=/head/; revision=28533
|
| |
|
|
|
|
|
|
| |
to /usr/include. Otherwise chkey and newkey can't be compiled
properly during make world.
Notes:
svn path=/head/; revision=28331
|
| |
|
|
| |
Notes:
svn path=/head/; revision=26501
|
| |
|
|
|
|
|
| |
Reviewed by: bde
Notes:
svn path=/head/; revision=26049
|
| |
|
|
|
|
|
|
| |
Don't merge this into -2.2 unless you understand the dependencies on
c++rt0, bsd.lib.mk, and gcc -shared. I.e., let me do it.
Notes:
svn path=/head/; revision=25501
|
| |
|
|
|
|
|
|
| |
and many apparent dependendcies on <sys/types.h> from use of u_char.
<dialog.h> avoids u_char, so avoid it here too.
Notes:
svn path=/head/; revision=24871
|
| |
|
|
|
|
|
|
|
|
| |
directory. The object (= current) directory always exists, so
don't search for it.
Use ${.TARGET} instead of deprecated $@.
Notes:
svn path=/head/; revision=24793
|
| |
|
|
|
|
|
|
|
| |
Fixes PR#3239.
Submitted by: Takeshi WATANABE <watanabe@crayon.earth.s.kobe-u.ac.jp>
Notes:
svn path=/head/; revision=24749
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24389
|
| |
|
|
|
|
|
|
|
|
| |
Fix cursor place after PgUp/PgDn.
Should go into 2.2
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
Notes:
svn path=/head/; revision=23220
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22996
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
was not reset to old name causing any file choosen put error
diagnostic about wrong directory, fix it by resetting back
to old name after chdir failed.
Add \r as alias to \n, some telnets have problem with that.
Should go into 2.2
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su> & me
Notes:
svn path=/head/; revision=22879
|
| |
|
|
|
|
|
|
|
|
| |
it DTRT. In the process, discover the usual 10-15 evil bogons which
have been lurking in it for years. This closes, for one thing, the
recent report Mike Smith made about nested checklist menus returning
with the scrolling region messed up.
Notes:
svn path=/head/; revision=21790
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21782
|
| |
|
|
|
|
|
| |
I can offer this as a consistent feature.
Notes:
svn path=/head/; revision=21697
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
intended (and clearly, neither did the author :) I've just used the
bullet list attribute everywhere.
Notes:
svn path=/head/; revision=21643
|
| |
|
|
|
|
|
|
|
| |
since the source name is not the same as the texinfo name so we have to
use SRCS=. This means we can't build two info sets in the same directory
so I've split it.
Notes:
svn path=/head/; revision=21595
|
| |
|
|
|
|
|
| |
could possibly have worked during the testing before the last commit. :-(
Notes:
svn path=/head/; revision=21584
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21524
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21511
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21509
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21382
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21342
|
| |
|
|
|
|
|
| |
2.2 first.
Notes:
svn path=/head/; revision=20924
|
| |
|
|
|
|
|
| |
noticed.
Notes:
svn path=/head/; revision=20446
|
| |
|
|
|
|
|
|
|
| |
so many). For now, the only extended attribute implemented is NO ECHO,
useful for things like passwords. See TESTS/input2.c for an example.
This should go into 2.2.
Notes:
svn path=/head/; revision=20442
|
| |
|
|
| |
Notes:
svn path=/head/; revision=20359
|
| |
|
|
|
|
|
|
|
| |
This is a very safe 2.2 candidate.
Submitted by: Nick Sayer <nsayer@quack.kfu.com>
Notes:
svn path=/head/; revision=20193
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We've already got it in libc, but both libraries are incompatible
wrt. their header files and internal data structures. This
incompatibility caused the expr(1) on the fixit floppy to mysteriously
dump core for the colon operator.
Strong 2.2 candidate, since it fixes the usage of MAKEDEV on the fixit
floppy. I'd like to get it reviewed by somebody else though.
Observed by: andreas
Notes:
svn path=/head/; revision=19824
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This closes PR#1975 and was on my TODO list, so I'm breaking my own "no more
commits before I fly!" rule and taking care of this, since it was at the
very top and Peter shamed me in to taking care of it. This is definitely
a 2.2 candidate.
Submitted-By: Mark Diekhans <markd@Grizzly.COM>
Notes:
svn path=/head/; revision=19786
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19279
|
| |
|
|
|
|
|
|
| |
Thanks Andrey!
Submitted by: ache
Notes:
svn path=/head/; revision=19160
|