| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Submitted by: Igor Serikov <bt@turtle.pangeatech.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
specified in .doscmdrc).
|
|
|
|
|
| |
PR: 20925
Submitted by: Tatsuya Kudoh <cdr@cosmonet.org>
|
|
|
|
|
| |
PR: 15547
Submitted by: Atushi Sakauchi <sakauchi@yamame.to>
|
|
|
|
|
| |
PR: 15531
Submitted by: Atushi Sakauchi <sakauchi@yamame.to>
|
|
|
|
|
| |
PR: 15528
Submitted by: Atushi Sakauchi <sakauchi@yamame.to>
|
|
|
|
| |
Compatability is not an existing english word.
|
|
|
|
| |
Seperate does not exist in the english language.
|
| |
|
|
|
|
|
| |
Submitted by: "Jason" <jsmethers@pdq.net>
Reviewed by: /sbin/md5
|
| |
|
|
|
|
| |
Use _PATH_* where where possible.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>.
This is also the appropriate fix for exo-tree sources.
Put warnings in <machine/console.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/console.h> files will be removed.
|
|
|
|
|
|
|
|
|
| |
* Do not use explicit paragraphing (Pp) to separate list items.
* Do not use semi-colons to punctuate list items; the use or
periods eases maintenance.
* Do not mark up external shell commands as internal commands
(Ic).
* Do not introduce new hard sentence breaks.
|
|
|
|
|
|
|
|
|
| |
xset fp+ /usr/libdata/doscmd/fonts
in your .xsession to activate it.
Document X11_FONT option in .doscmdrc.
Open window if $DISPLAY is set.
|
|
|
|
|
|
| |
It was not discussed and should probably not happen.
Requested by: msmith and others
|
|
|
|
|
|
|
|
| |
the type argument to *_HEAD and *_ENTRY is a struct.
Suggested by: phk
Reviewed by: phk
Approved by: mdodd
|
| |
|
| |
|
|
|
|
|
| |
PR: docs/17101
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
|
|
|
|
| |
Requested by: sysop@silver.komanda.com.ua
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Restore dos_makepath() functionality to pre r1.5 days.
|
|
|
|
|
| |
Submitted by: Parag Patel
PR: bin/8486
|
|
|
|
|
|
|
|
|
|
| |
Add a title "DOS" to the X window.
Submitted by: Parag Patel <parag@cgt.com>
PR: bin/8486
Note: The pr was closed a long time ago when the original patch was
applied, rather than the amended one.
|
| |
|
|
|
|
|
|
|
| |
of sigcontext and the change in mcontext_t.
Partial fix submitted by:
Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>`
|
|
|
|
|
|
|
|
|
|
|
|
| |
doscmd heavily depends on struct sigcontext which luckily is mostly passed
between functions as usion regcontext_t. By redefining union regcontext_t in
terms of mcontext_t almost all bases are covered.
It also seems to me that doscmd was in a transitional state. The redundant
definitions made it difficult to get a clear overview and could easily cause
oversight. To make sure my changes were ok, I went as far as to complete the
transition. It was not exactly necessary, but I expect to have to come back
here some more ("whistle" if I'm wrong :-).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
|
|
|
|
|
|
|
|
|
|
| |
doscmd that was affected by the SA_SIGINFO changes (which made many
lines longer).
This application is in need for general code reformatting and warning
fixes.
Submitted by: Warner Losh <imp@village.org>
|
| |
|
|
|
|
| |
a specific one (X11/X.h).
|
| |
|
|
|
|
|
|
|
| |
`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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
<bsd.libnames.mk> explicitly.
|
|
|
|
|
|
| |
ports, but should work for others as well.
Submitted by: Parag Patel <parag@cgt.com>
|
|
|
|
|
| |
PR: 8216
Submitted by: Kaneda Hiloshi <vanitas@ma3.seikyou.ne.jp>
|
|
|
|
|
| |
since ELF executables are loaded well above the low memory region that
DOS operates in.
|
| |
|