| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=127340
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125503
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.
Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.
Tested on: i386 (extensively), alpha
Notes:
svn path=/head/; revision=103436
|
| |
|
|
|
|
|
|
|
| |
for a long time now.
Approved by: bde
Notes:
svn path=/head/; revision=100872
|
| |
|
|
|
|
|
|
|
|
|
| |
EXEGRP and EXEMODE are used to install DOS (EXE format) binaries.
doscmd(1) can optionally be installed as ``setgid kmem''.
Hence the assignment operator for EXEGRP.
PR: bin/30538
Notes:
svn path=/head/; revision=83395
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81097
|
| |
|
|
|
|
|
|
|
|
| |
- attempt to find the X includes and libraries better,
- sort some things.
Submitted by: bde
Notes:
svn path=/head/; revision=80630
|
| |
|
|
|
|
|
|
|
|
|
| |
- restore -I. in CFLAGS
- add dependencies of objects on font headers
- missing dependencies of font headers on their sources
Suggested by: bde
Notes:
svn path=/head/; revision=80382
|
| |
|
|
|
|
|
|
|
|
| |
absoluate pathnames starting with /usr/src.
This fixes the installworld target for the case where the source tree is
not in /usr/src.
Notes:
svn path=/head/; revision=80325
|
| |
|
|
| |
Notes:
svn path=/head/; revision=80300
|
| |
|
|
| |
Notes:
svn path=/head/; revision=80297
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- slightly more accurate VGA hardware emulation;
- more int 10 functions, especially wrt to palette handling;
- first shot at graphics support;
- mode switching.
Bugs:
- graphics too slow;
- only 16 color modes work for now;
- works only under X, and only with 16 bit TrueColor visuals;
- far from being genuinely useful (I can play an old EGA game now, though
(mahjongg.exe)).
Also, the code has been cleaned up a bit (more to come in a separate commit).
Notes:
svn path=/head/; revision=80278
|
| |
|
|
|
|
|
|
|
|
|
|
| |
xset fp+ /usr/libdata/doscmd/fonts
in your .xsession to activate it.
Document X11_FONT option in .doscmdrc.
Open window if $DISPLAY is set.
Notes:
svn path=/head/; revision=61997
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60130
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60129
|
| |
|
|
|
|
|
| |
Requested by: sysop@silver.komanda.com.ua
Notes:
svn path=/head/; revision=58280
|
| |
|
|
|
|
|
|
|
|
|
| |
breaking a cross-build caused by taking the X libraries on the
build machine. In general this means that we never compile with
X support. The user has to manually compile doscmd for that.
Suggested by: bde, imp (among others)
Notes:
svn path=/head/; revision=55457
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
|
|
|
| |
a specific one (X11/X.h).
Notes:
svn path=/head/; revision=45731
|
| |
|
|
| |
Notes:
svn path=/head/; revision=44806
|
| |
|
|
|
|
|
|
|
|
| |
`ld ... <fudged ${LDFLAGS}>' to invoke the linker. This gets the
flags and standard library paths right without complications.
Unfortunately, it doesn't help for the X11 library paths -- cc
only appends /aout for standard library paths.
Notes:
svn path=/head/; revision=44100
|
| |
|
|
| |
Notes:
svn path=/head/; revision=44089
|
| |
|
|
|
|
|
|
|
| |
since it means -s (strip), and static linkage is forced correctly
anyway. Other things in ${LDFLAGS} are still bogusly passed to ld.
This only affects the aout case.
Notes:
svn path=/head/; revision=44064
|
| |
|
|
|
|
|
| |
<bsd.libnames.mk> explicitly.
Notes:
svn path=/head/; revision=43058
|
| |
|
|
|
|
|
|
| |
since ELF executables are loaded well above the low memory region that
DOS operates in.
Notes:
svn path=/head/; revision=39609
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36494
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move a.out libraries to /usr/lib/aout to make space for ELF libs.
Make rtld usr /usr/lib/aout as default library path.
Make ldconfig reject /usr/lib as an a.out library path.
Fix various Makefiles for LIBDIR!=/usr/lib breakage.
This will after a make world & reboot give a system that no
longer uses /usr/lib/*, infact one could remove all the old
libraries there, they are not used anymore.
We are getting close to an ELF make world, but I'll let this
all settle for a week or two...
Notes:
svn path=/head/; revision=36397
|
| |
|
|
|
|
|
|
| |
Install using ${INSTALL}, not `install'. Install generated files using
${COPY}, not -c. Install using a single command when this is easy.
Notes:
svn path=/head/; revision=34749
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
linkage rule is overridden. The -L option must be in ${DPADD} so that
`make checkdpadd' works. Actually use ${DPADD}.
FIxed missing dependencies for doscmd. Use ${LIBCRT0} instead of a
hard-coded path in the rule for doscmd.
Added comments about the kludges used to build 2 binaries and 2 data
files in one directory. It shouldn't be done this way. The dependencies
on sources took extra work to get right, and the dependencies on objects
are still broken (one set is missing and the other has the wrong libs).
Fixed some style bugs while I'm here:
- don't override the (correct) default for MAN1.
- use `beforeinstall', not `afterinstall' to install auxiliary files.
`afterinstall' is for fixing messes made by `install'.
Notes:
svn path=/head/; revision=31776
|
| |
|
|
|
|
|
|
|
|
|
|
| |
interface for callbacks to doscmd from DOS, obsoleting the instbsdi
redirector. (redir.com replaces it)
A temporary hack is in place so the instbsdi program will (hopefully) work
in the short term.
Submitted by: Helmut F. Wirth <hfwirth@ping.at>
Notes:
svn path=/head/; revision=30016
|
| |
|
|
|
|
|
|
|
| |
include directory, rather than X11BASE. This fixes the build for people
who only have the shared X11 distribution installed.
Requested-by: A Joseph Koshy <koshy@india.hp.com>
Notes:
svn path=/head/; revision=28876
|
| |
|
|
| |
Notes:
svn path=/head/; revision=28378
|
| |
|
|
|
|
|
| |
Submitted by: Helmut F. Wirth <hfwirth@ping.at>
Notes:
svn path=/head/; revision=28243
|
| |
|
|
| |
Notes:
svn path=/head/; revision=28109
|
| |
|
|
| |
Notes:
svn path=/head/; revision=28024
|
| |
|
|
| |
Notes:
svn path=/head/; revision=28008
|
|
|
Notes:
svn path=/head/; revision=28001
|