minix/commands/elvis
Gianluca Guida cc17b27a2b Build NetBSD libc library in world in ELF mode.
3 sets of libraries are built now:
  . ack: all libraries that ack can compile (/usr/lib/i386/)
  . clang+elf: all libraries with minix headers (/usr/lib/)
  . clang+elf: all libraries with netbsd headers (/usr/netbsd/)

Once everything can be compiled with netbsd libraries and headers, the
/usr/netbsd hierarchy will be obsolete and its libraries compiled with
netbsd headers will be installed in /usr/lib, and its headers
in /usr/include. (i.e. minix libc and current minix headers set
will be gone.)

To use the NetBSD libc system (libraries + headers) before
it is the default libc, see:
   http://wiki.minix3.org/en/DevelopersGuide/UsingNetBSDCode
This wiki page also documents the maintenance of the patch
files of minix-specific changes to imported NetBSD code.

Changes in this commit:
  . libsys: Add NBSD compilation and create a safe NBSD-based libc.
  . Port rest of libraries (except libddekit) to new header system.
  . Enable compilation of libddekit with new headers.
  . Enable kernel compilation with new headers.
  . Enable drivers compilation with new headers.
  . Port legacy commands to new headers and libc.
  . Port servers to new headers.
  . Add <sys/sigcontext.h> in compat library.
  . Remove dependency file in tree.
  . Enable compilation of common/lib/libc/atomic in libsys
  . Do not generate RCSID strings in libc.
  . Temporarily disable zoneinfo as they are incompatible with NetBSD format
  . obj-nbsd for .gitignore
  . Procfs: use only integer arithmetic. (Antoine Leca)
  . Increase ramdisk size to create NBSD-based images.
  . Remove INCSYMLINKS handling hack.
  . Add nbsd_include/sys/exec_elf.h
  . Enable ELF compilation with NBSD libc.
  . Add 'make nbsdsrc' in tools to download reference NetBSD sources.
  . Automate minix-port.patch creation.
  . Avoid using fstavfs() as it is *extremely* slow and unneeded.
  . Set err() as PRIVATE to avoid name clash with libc.
  . [NBSD] servers/vm: remove compilation warnings.
  . u32 is not a long in NBSD headers.
  . UPDATING info on netbsd hierarchy
  . commands fixes for netbsd libc
2011-06-24 11:46:30 +02:00
..
.descr one-line descriptions 2006-03-15 11:50:15 +00:00
blk.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cmd1.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cmd2.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
config.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ctags.c Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ctype.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ctype.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
curses.c commands: fixes for clang errors. 2010-07-06 12:10:23 +00:00
curses.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cut.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
Doc.sh Initial revision 2005-04-21 14:53:53 +00:00
elvprsv.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
elvrec.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ex.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
fmt.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
input.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
Knownbug.txt Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
main.c commands: fixes for clang errors. 2010-07-06 12:10:23 +00:00
Makedoc Initial revision 2005-04-21 14:53:53 +00:00
Makefile Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
Man.sh Initial revision 2005-04-21 14:53:53 +00:00
misc.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
modify.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
move1.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
move2.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
move3.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
move4.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
move5.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
opts.c Replace NULL macro defs with null.h include 2010-07-22 10:03:31 +00:00
prsvunix.c Remove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar. 2010-04-13 10:58:41 +00:00
Readme.txt Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
recycle.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
redraw.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ref.c Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
regexp.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
regexp.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
regsub.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
system.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tinyprnt.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tinytcap.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tio.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tmp.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
unix.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
vars.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
vcmd.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
vi.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
vi.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00

Elvis is a clone of vi/ex, the standard UNIX editor.  Elvis supports
nearly all of the vi/ex commands, in both visual mode and colon mode.

Elvis runs under BSD UNIX, AT&T SysV UNIX, SCO Xenix, Minix, MS-DOS
(Turbo-C or MSC 5.1), Atari TOS, OS9/68000, Coherent, VMS, and AmigaDos.
Ports to other operating systems are in progress; contact me before you
start porting it to some other OS, because somebody else may have
already done it for you.

Elvis is freely redistributable, in either source form or executable
form.  There are no restrictions on how you may use it.

The file "elvisman.txt" contains the manual for elvis.  It is a plain
ASCII file with nothing more exotic than a newline character.  It is
formatted for 66-line, 80-column pages.  There may also be an archive of
"*.ms" and "*.man" files, which contain the TROFF source text used to
generate that manual.

The file named "Makefile.mix" is used to compile elvis for all systems
except VMS and possibly MS-DOS.  You should copy "Makefile.mix" to
"Makefile", and then edit "Makefile" to select the appropriate group of
settings for your system.


Author: Steve Kirkendall
	14407 SW Teal Blvd. #C
	Beaverton, OR   97005

E-mail:	kirkenda@cs.pdx.edu

Phone:	(503) 643-6980