]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
28 years agoMake passwords no longer echo or display. Because of this, we now also
Jordan K. Hubbard [Wed, 11 Sep 1996 08:36:54 +0000 (08:36 +0000)]
Make passwords no longer echo or display.  Because of this, we now also
ask for matching confirmation.  I'm sure there is a clever direct-from-perl
ioctl way of putting the terminal into noecho mode, but I don't feel like
learning perl so I just used system.  [yes, I'll put stty on the installation
boot floppy as necessary]

28 years agofix the ability of the VFS to reclaim devfs nodes correctly..
Julian Elischer [Wed, 11 Sep 1996 07:52:18 +0000 (07:52 +0000)]
fix the ability of the VFS to reclaim devfs nodes correctly..
(was resulting in panics, especially when DIAGNOSTIC was set.)

28 years agoPrint appletalk layer 3 addresses as 16 bit unsigned decimal numbers,
Paul Traina [Wed, 11 Sep 1996 06:18:26 +0000 (06:18 +0000)]
Print appletalk layer 3 addresses as 16 bit unsigned decimal numbers,
not two 8 bit values.  This conforms to industry standard.

These changes have been sent back to LBL.

28 years agochnages to bring atlak a bit more into the BSD4.4 world and to
Julian Elischer [Wed, 11 Sep 1996 04:56:24 +0000 (04:56 +0000)]
chnages to bring atlak a bit more into the BSD4.4 world and to
(more) properly keep track of the allocation and freeing of
interface address structures.

28 years agoA minor fix to the new pmap code. This might not fix the global problems
John Dyson [Wed, 11 Sep 1996 03:46:41 +0000 (03:46 +0000)]
A minor fix to the new pmap code.  This might not fix the global problems
with the last major pmap commits.

28 years agoClose bin/2747: rdist accesses free()d memory
Paul Traina [Wed, 11 Sep 1996 01:39:55 +0000 (01:39 +0000)]
Close bin/2747: rdist accesses free()d memory

28 years agobootpd.dump is in /tmp
Paul Traina [Wed, 11 Sep 1996 01:37:24 +0000 (01:37 +0000)]
bootpd.dump is in /tmp

28 years agoFixed non-removal of old libresolv_p.a.
Bruce Evans [Wed, 11 Sep 1996 01:23:11 +0000 (01:23 +0000)]
Fixed non-removal of old libresolv_p.a.

Cleaned up formatting.

28 years agoRestored a non-devconf comment that was removed with devconf.
Bruce Evans [Tue, 10 Sep 1996 23:37:52 +0000 (23:37 +0000)]
Restored a non-devconf comment that was removed with devconf.

28 years agoRemoved more devconf leftovers.
Bruce Evans [Tue, 10 Sep 1996 23:31:13 +0000 (23:31 +0000)]
Removed more devconf leftovers.

28 years agoRemoved bogus LARGMEM code and option. The code paniced when
Bruce Evans [Tue, 10 Sep 1996 23:07:04 +0000 (23:07 +0000)]
Removed bogus LARGMEM code and option.  The code paniced when
biosextmem > 65536, but biosextmem is a 16-bit quantity so it is
guaranteed to be < 65536.  Related cruft for biosbasemem was
mostly cleaned up in rev.1.26.

28 years agoFix a problem with child inheritance of sysv shm. Problem brought
John Dyson [Tue, 10 Sep 1996 22:35:25 +0000 (22:35 +0000)]
Fix a problem with child inheritance of sysv shm.  Problem brought
to my attention by Brad Lineberger <bil@mpgn.com> and Rob Miracle.

28 years agoFixed spelling of new SC_KBD_PROBE_WORKS option in options.i386.
Bruce Evans [Tue, 10 Sep 1996 21:38:47 +0000 (21:38 +0000)]
Fixed spelling of new SC_KBD_PROBE_WORKS option in options.i386.
It worked because it is spelled correctly in LINT.

Added old obscure syscons options MAXCONS, SLOW_VGA and XT_KEYBOARD.
This file should be sorted both alphabetically and on the module
name by using a consistent prefix for each module, but there is no
consistency in the old options.  E.g., MAXCONS is spelled PCVT_NSCREENS
for pcvt.

28 years agoYY --> CC
Adam David [Tue, 10 Sep 1996 21:19:56 +0000 (21:19 +0000)]
YY --> CC

28 years agoRather than adding more gunk here, clean some of it up:
Poul-Henning Kamp [Tue, 10 Sep 1996 21:18:40 +0000 (21:18 +0000)]
Rather than adding more gunk here, clean some of it up:
devread() had a bogus interface, cleaned up.
Bread() did an unneeded bcopy(), don't.
Saves 80 bytes and some time.

28 years agoAdd -c flag to fmt to center lines.
Poul-Henning Kamp [Tue, 10 Sep 1996 19:50:23 +0000 (19:50 +0000)]
Add -c flag to fmt to center lines.

28 years agoRemove the code which has restart looking at the modtime. That's just
Jordan K. Hubbard [Tue, 10 Sep 1996 19:49:41 +0000 (19:49 +0000)]
Remove the code which has restart looking at the modtime.  That's just
moronic!  We don't care about the time in restart mode, only the size.
It's *mirror* mode which cares about modtimes.

28 years agoArgh! there's no need for moused to be setuid-root! Now that it
Peter Wemm [Tue, 10 Sep 1996 19:17:25 +0000 (19:17 +0000)]
Argh! there's no need for moused to be setuid-root!  Now that it
works from startup, and works with XFree86 via /dev/sysmouse, it should
be started at boot and left running.

Pointed out by: Sujal Patel <smpatel@umiacs.umd.edu>

28 years agoHack workaround XFree86 switching failure when used with /dev/sysmouse
Peter Wemm [Tue, 10 Sep 1996 19:14:49 +0000 (19:14 +0000)]
Hack workaround XFree86 switching failure when used with /dev/sysmouse
and xdm, possibly in general.

What was happening was that the server was doing a tcsetattr(.. TCSADRAIN)
on the mouse fd after a write.  Since /dev/sysmouse had a null t_oproc,
the drain failed with EIO.  Somehow this spammed XFree86 (!@&^#%*& binary
release!!), and the driver was left in a bogus state (ie: switch_in_progress
permanently TRUE).

The simplest way out was to implement a dummy scmousestart() routine to
accept any characters from the tty system and toss them into the void.

It would probably be more correct to intercept scwrite()'s to the mouse
device, but that's executed for every single write to the screen.
Supplying a start routine to eat the characters is only executed for the
mouse port during startup/shutdown, so it should be faster.

28 years agoBacked out last change. It depends on the future change of adding
Bruce Evans [Tue, 10 Sep 1996 19:09:12 +0000 (19:09 +0000)]
Backed out last change.  It depends on the future change of adding
-I- to CFLAGS.  <sb.h> must currently be used to give the version
of sb.h in the current directory, while "sb.h" in the buggy version
gave the (wrong) version in the source directory.  Searching in the
source directory first is normal, but is the reverse of the order
suggested by the 4.4Lite2 #include style.  -I- will remove the
ambiguities.

28 years agogut and overhaul moused, it was simply not working for me on any mouse
Peter Wemm [Tue, 10 Sep 1996 18:20:46 +0000 (18:20 +0000)]
gut and overhaul moused, it was simply not working for me on any mouse
I could find.  This change does the following:
  - s/usage()/break;/ in handling the -s switch.
  - use err/warn instead of fprintf(stderr, ... strerror()); exit(1);
  - implement Hitachi PUMA HitTablet support from the XFree86 code,
    whatever the hell that is. :-)
  - correctly implement baud rate setting, too much was cut from the
    XFree86 code, the critical parts were a sweep over all likely
    mouse powerup baud rates to switch it to the reqested rate.
  - logitech support was busted (at least on mine, which is autosensing
    and runs in either mmseries or logitech mode depending on the handshake
    code at startup.  Among other things, you talk to it at 1200, then
    switch to the target baud later.

Some remaining problems..  samplerate setting is missing, but I've not
found where this is meant to be set yet.  I presume this is resolution
setting of some kind.

28 years agoClean up some of my earlier butchery of Satoshi's list of topics. This
Jordan K. Hubbard [Tue, 10 Sep 1996 15:16:37 +0000 (15:16 +0000)]
Clean up some of my earlier butchery of Satoshi's list of topics.  This
looks much better.

28 years agoAdd HP NICs (missed in previous commit).
Jordan K. Hubbard [Tue, 10 Sep 1996 15:14:38 +0000 (15:14 +0000)]
Add HP NICs (missed in previous commit).

28 years agoadd bison, gperf
Peter Wemm [Tue, 10 Sep 1996 14:04:37 +0000 (14:04 +0000)]
add bison, gperf

28 years agoadd bmakefiles
Peter Wemm [Tue, 10 Sep 1996 14:03:12 +0000 (14:03 +0000)]
add bmakefiles

28 years agoMake this compile. they use a variable "abort" which is prototyped.
Peter Wemm [Tue, 10 Sep 1996 13:58:10 +0000 (13:58 +0000)]
Make this compile. they use a variable "abort" which is prototyped.

28 years agoThis commit was generated by cvs2svn to compensate for changes in r18214,
Peter Wemm [Tue, 10 Sep 1996 13:48:14 +0000 (13:48 +0000)]
This commit was generated by cvs2svn to compensate for changes in r18214,
which included commits to RCS files with non-trunk default branches.

28 years agoImport the FSF release of gperf-2.1a, used in the build of gcc-2.7.2.1
Peter Wemm [Tue, 10 Sep 1996 13:48:14 +0000 (13:48 +0000)]
Import the FSF release of gperf-2.1a, used in the build of gcc-2.7.2.1
(to be imported soon).

28 years agoAdd bmakefiles to compile bison.
Peter Wemm [Tue, 10 Sep 1996 13:23:46 +0000 (13:23 +0000)]
Add bmakefiles to compile bison.

28 years agoThis commit was generated by cvs2svn to compensate for changes in r18210,
Peter Wemm [Tue, 10 Sep 1996 13:12:03 +0000 (13:12 +0000)]
This commit was generated by cvs2svn to compensate for changes in r18210,
which included commits to RCS files with non-trunk default branches.

28 years agoImport the FSF release of bison-1.25 onto the vendor branch.
Peter Wemm [Tue, 10 Sep 1996 13:12:03 +0000 (13:12 +0000)]
Import the FSF release of bison-1.25 onto the vendor branch.

In case you're wondering, the gcc-2.7.2.1 import uses this to generate
code.  The size of the generated code is bigger than the entire bison
release, making this a saving.  The bison doc is pretty good apparently.

28 years agoChange the last -Wall cleanup so that the tputs declaration doesn't
Peter Wemm [Tue, 10 Sep 1996 12:42:10 +0000 (12:42 +0000)]
Change the last -Wall cleanup so that the tputs declaration doesn't
conflict with the other declarations in other files.  tputs() is
traditionally declared to return int, not void.  curses.h has it as int.
ncurses has int and actually sets the return value.  This problem has
been causing the ircII port to not compile.

(I've only minimally tested this, I do not have libtermcap on my systems)

28 years agoMore merge. Change "pc98" to "isa" in a few places. Misc. cleanup.
Satoshi Asami [Tue, 10 Sep 1996 09:39:22 +0000 (09:39 +0000)]
More merge.  Change "pc98" to "isa" in a few places.  Misc. cleanup.
Add some more devices to userconfig.c.

Submitted by: The FreeBSD(98) Development Team

28 years agoUpdated #includes to 4.4Lite style.
Bruce Evans [Tue, 10 Sep 1996 08:32:01 +0000 (08:32 +0000)]
Updated #includes to 4.4Lite style.

28 years agoNo code changes what so ever, but added about 150 lines of comments
Julian Elischer [Tue, 10 Sep 1996 07:10:05 +0000 (07:10 +0000)]
No code changes what so ever, but added about 150 lines of comments
Sorry if this makes it harder to merge in lite2 stuff but hey..
At least I can figure out what is going on whenever I end up going through those
files again..

do we have a policy regarding commenting existing code?

28 years agoThe whole issue of not support VOP_LOCK for VBLK devices should be
John Dyson [Tue, 10 Sep 1996 05:28:23 +0000 (05:28 +0000)]
The whole issue of not support VOP_LOCK for VBLK devices should be
rethought.  This fixes YET another problem with unmounting filesystems.
The root cause is not fixed here, but at least the problem has gone
away.

28 years agoAdd usr.bin/sgmls to the build-tools target.
John Fieber [Tue, 10 Sep 1996 04:21:36 +0000 (04:21 +0000)]
Add usr.bin/sgmls to the build-tools target.
This should prevent make world from falling over in share/doc.

28 years agopersonal (ie: with the crontab command) cron tabs were broken by the
Peter Wemm [Tue, 10 Sep 1996 03:38:20 +0000 (03:38 +0000)]
personal (ie: with the crontab command) cron tabs were broken by the
last change. :-(
ie: /var/cron/log would report: .. cron[206]: (usage) CAN'T OPEN (%s/%s)

28 years agoOk, lets try this again, shall we? It was definatly my mistake, not
Peter Wemm [Tue, 10 Sep 1996 02:42:33 +0000 (02:42 +0000)]
Ok, lets try this again, shall we?  It was definatly my mistake, not
Steve's.. :-]

28 years agoRemove obsolete subdirs of usr/share/sgml/FreeBSD.
John Fieber [Tue, 10 Sep 1996 02:26:28 +0000 (02:26 +0000)]
Remove obsolete subdirs of usr/share/sgml/FreeBSD.

28 years agoack! back these out so I can see what I did wrong. It looks like a
Peter Wemm [Tue, 10 Sep 1996 02:07:27 +0000 (02:07 +0000)]
ack! back these out so I can see what I did wrong.  It looks like a
patch-by-hand botch, but it sig-11's during make world.

28 years agoMake sure that the pager is allocated before it is needed. Hangs
John Dyson [Tue, 10 Sep 1996 01:42:34 +0000 (01:42 +0000)]
Make sure that the pager is allocated before it is needed.  Hangs
can occur if the pager is not allocated in time.

28 years agoFix for PR#1248, sh doesn't expand past ${9}
Peter Wemm [Tue, 10 Sep 1996 01:24:11 +0000 (01:24 +0000)]
Fix for PR#1248, sh doesn't expand past ${9}

Submitted by: Steve Price <sprice@hiwaay.net>

28 years agoChange strcpy() to strncpy() in several places, and give gethostname()
Bill Fenner [Tue, 10 Sep 1996 00:50:13 +0000 (00:50 +0000)]
Change strcpy() to strncpy() in several places, and give gethostname()
the real buffer size.  Note that the strncpy(domain, ...) doesn't need to
be a strncpy(), since it is copying from itself to itself, but belts
and suspenders don't hurt and this is not time-critical code.

Fixes the half of PR bin/1581 that wasn't fixed in rev 1.7

Submitted by: Karl <karl@codebase.mcs.net>

28 years agoFix an incorrect mailing list name.
John Fieber [Mon, 9 Sep 1996 23:21:27 +0000 (23:21 +0000)]
Fix an incorrect mailing list name.
Submitted by: Dan Janowski <danj@netcom.com>

28 years agoTurn off KTRACE on MFS boot floppy.
Paul Traina [Mon, 9 Sep 1996 21:25:40 +0000 (21:25 +0000)]
Turn off KTRACE on MFS boot floppy.

28 years agoFix the bug that caused switch to ttyv02 when pressing the numpad enter.
Søren Schmidt [Mon, 9 Sep 1996 20:54:02 +0000 (20:54 +0000)]
Fix the bug that caused switch to ttyv02 when pressing the numpad enter.

28 years agoSet subnetsarelocal to false. In a classless world, the other case
Garrett Wollman [Mon, 9 Sep 1996 20:17:24 +0000 (20:17 +0000)]
Set subnetsarelocal to false.  In a classless world, the other case
is almost never useful.  (This is only a quick hack; someone should
go back and delete the entire subnetsarelocal==1 code path.)

28 years agoRemove sleep before moused, problem fixed with new consolectl device
Andrey A. Chernov [Mon, 9 Sep 1996 19:59:14 +0000 (19:59 +0000)]
Remove sleep before moused, problem fixed with new consolectl device

28 years agoThe poor nsccons variable was gone agian this time hidden by
Søren Schmidt [Mon, 9 Sep 1996 19:02:26 +0000 (19:02 +0000)]
The poor nsccons variable was gone agian this time hidden by
an ifdef , wonder who broke it this time :)

Submitted by:  ache

28 years agoFix for the problem that moused hangs if it is started from /etc/rc
Søren Schmidt [Mon, 9 Sep 1996 18:47:47 +0000 (18:47 +0000)]
Fix for the problem that moused hangs if it is started from /etc/rc
Introduces the /dev/consolectl device for controlling various
console related things (given syscons is used).

28 years agoDISTDIR is a reserved variable for make release
Poul-Henning Kamp [Mon, 9 Sep 1996 18:05:29 +0000 (18:05 +0000)]
DISTDIR is a reserved variable for make release
s/DISTDIR/DIST_DIR/g

28 years agoDoh! Actually read the patch I applied and see what it was *trying* to do,
Jordan K. Hubbard [Mon, 9 Sep 1996 15:32:26 +0000 (15:32 +0000)]
Doh!  Actually read the patch I applied and see what it was *trying* to do,
then make it do that.
Error-of-my-ways-pointed-out-by: Bob Willcox <bob@luke.pmr.com>
28 years agoDocument the -f ps option.
John Fieber [Mon, 9 Sep 1996 14:15:28 +0000 (14:15 +0000)]
Document the -f ps option.
Suggested by: Jordan Hubbard <jkh@freebsd.org>

28 years agoRemove the portion of revision 1.36 that added the #ifdef's for CPU
Rodney W. Grimes [Mon, 9 Sep 1996 06:09:45 +0000 (06:09 +0000)]
Remove the portion of revision 1.36 that added the #ifdef's for CPU
types as per discussions with Stefan Esser.

28 years agoMention the fact that HP NICs are now supported.
Jordan K. Hubbard [Mon, 9 Sep 1996 03:57:49 +0000 (03:57 +0000)]
Mention the fact that HP NICs are now supported.
Submitted-by: "A JOSEPH KOSHY <koshy@india.hp.com> "
28 years agoAdd ISBN number.
Jordan K. Hubbard [Mon, 9 Sep 1996 03:43:29 +0000 (03:43 +0000)]
Add ISBN number.
Submitted-by: Steve Price <sprice@hiwaay.net>
28 years agoClose PR#1587 and 1586
Jordan K. Hubbard [Mon, 9 Sep 1996 01:56:58 +0000 (01:56 +0000)]
Close PR#1587 and 1586

Submitted-By: "David E. O'Brien" <obrien@Nuxi.cs.ucdavis.edu>
Incorporate new development section, since Satoshi seems to have wandered
off for a bit and I have too much stuff stacking up in my handbook directory.

Submitted-By: asami
28 years agoUse real device for mousedport, because /dev/mouse usually linked
Andrey A. Chernov [Mon, 9 Sep 1996 00:17:14 +0000 (00:17 +0000)]
Use real device for mousedport, because /dev/mouse usually linked
with /dev/sysmouse when moused is active
Add comment about this fact

28 years agoUse the same perm/owner for sysmouse as for others mouse devices
Andrey A. Chernov [Mon, 9 Sep 1996 00:02:44 +0000 (00:02 +0000)]
Use the same perm/owner for sysmouse as for others mouse devices

28 years agoMake sysmouse device for syscons
Andrey A. Chernov [Sun, 8 Sep 1996 23:56:27 +0000 (23:56 +0000)]
Make sysmouse device for syscons

28 years agoFix some buffer overflow problems...
Paul Traina [Sun, 8 Sep 1996 23:50:23 +0000 (23:50 +0000)]
Fix some buffer overflow problems...

28 years agoFixed the use of the wrong variable in vm_map_madvise.
John Dyson [Sun, 8 Sep 1996 23:49:47 +0000 (23:49 +0000)]
Fixed the use of the wrong variable in vm_map_madvise.

28 years agoCorrect a typo of mine in INN link.
Ollivier Robert [Sun, 8 Sep 1996 22:12:40 +0000 (22:12 +0000)]
Correct a typo of mine in INN link.

28 years agoFix the link to the INN FAQ. It is now a link to Dave Barr's page which
Ollivier Robert [Sun, 8 Sep 1996 22:09:06 +0000 (22:09 +0000)]
Fix the link to the INN FAQ. It is now a link to Dave Barr's page which
has the FAQ locally mirrored from the main FTP site.

28 years agoFix &star; mapping.
John Fieber [Sun, 8 Sep 1996 21:37:42 +0000 (21:37 +0000)]
Fix &star; mapping.

28 years agoMake syscons replicate a mousesystems mouse on minor 128..
Søren Schmidt [Sun, 8 Sep 1996 21:31:56 +0000 (21:31 +0000)]
Make syscons replicate a mousesystems mouse on minor 128..

This enables other consumers of the mouse, to get it info via
moused/syscons.
In order to use it run moused (from sysconfig), and then tell
your Xserver that it should use /dev/sysmouse (mknod sysmouse c 12 128)
and it a mousesystems mouse. Everybody will be happy then :)
Remember that moused still needs to know what kind of mouse you
have..

Comments welcome, as is test results...

28 years agoTurn the FAQ and handbook back on.
John Fieber [Sun, 8 Sep 1996 21:24:15 +0000 (21:24 +0000)]
Turn the FAQ and handbook back on.

28 years ago&ero; -> &amp;
John Fieber [Sun, 8 Sep 1996 21:22:54 +0000 (21:22 +0000)]
&ero; -> &amp;

Put "ascii art" in <verb></verb> so it doesn't get munched.

28 years agoTweak. (troff is oh-so-sensitive about that whitespace!)
John Fieber [Sun, 8 Sep 1996 21:12:54 +0000 (21:12 +0000)]
Tweak.  (troff is oh-so-sensitive about that whitespace!)

28 years agoBye Bye sgmlsasp (and rast)! Frankly, I won't miss you.
John Fieber [Sun, 8 Sep 1996 20:44:50 +0000 (20:44 +0000)]
Bye Bye sgmlsasp (and rast)!  Frankly, I won't miss you.

28 years agoAddition of page coloring support. Various levels of coloring are afforded.
John Dyson [Sun, 8 Sep 1996 20:44:49 +0000 (20:44 +0000)]
Addition of page coloring support.  Various levels of coloring are afforded.
The default level works with minimal overhead, but one can also enable
full, efficient use of a 512K cache.  (Parameters can be generated
to support arbitrary cache sizes also.)

28 years agoThis now uses instant(1) instead of sgmlsasp(2).
John Fieber [Sun, 8 Sep 1996 20:40:52 +0000 (20:40 +0000)]
This now uses instant(1) instead of sgmlsasp(2).
It now supports the latin1 and koi8-r groff devices for output.

28 years agoAdd last bits of instant(1).
John Fieber [Sun, 8 Sep 1996 20:37:40 +0000 (20:37 +0000)]
Add last bits of instant(1).
Remove sgmlsasp(1) stuff.

28 years agoTurn off the FAQ and handbook for a bit.
John Fieber [Sun, 8 Sep 1996 20:14:33 +0000 (20:14 +0000)]
Turn off the FAQ and handbook for a bit.

28 years ago* Disguise dollar signs in HTML output
John Fieber [Sun, 8 Sep 1996 19:20:05 +0000 (19:20 +0000)]
* Disguise dollar signs in HTML output
* fix botched URL rul for latex
* Alias font C to font R for nroff

28 years ago. make vgrind 8-bit clean; note that it still implicitly assumes
Joerg Wunsch [Sun, 8 Sep 1996 18:23:53 +0000 (18:23 +0000)]
. make vgrind 8-bit clean; note that it still implicitly assumes
  ISO-8859-1, since the characters are simply being passed on to
  groff
. introduce an option to override the silly default to `psroff' as
  the post-processor
. document the new option

28 years agoImprove the scalability of certain pmap operations.
John Dyson [Sun, 8 Sep 1996 16:57:53 +0000 (16:57 +0000)]
Improve the scalability of certain pmap operations.

28 years agoAdd missing share/groff_font/devlj4
John Fieber [Sun, 8 Sep 1996 16:24:41 +0000 (16:24 +0000)]
Add missing share/groff_font/devlj4

28 years agoDequeue mbuf before freeing it. Fixes mbuf leak and a potential crash when
David Greenman [Sun, 8 Sep 1996 13:45:49 +0000 (13:45 +0000)]
Dequeue mbuf before freeing it. Fixes mbuf leak and a potential crash when
handling IP fragments.

Submitted by: Darren Reed <avalon@coombs.anu.edu.au>

28 years agoAdded description of "noatime" option.
David Greenman [Sun, 8 Sep 1996 13:28:12 +0000 (13:28 +0000)]
Added description of "noatime" option.

28 years agoVarious cleanups for remanents of devconf.
Poul-Henning Kamp [Sun, 8 Sep 1996 10:44:18 +0000 (10:44 +0000)]
Various cleanups for remanents of devconf.

28 years agoFixed another little both in the devconf removal.
Søren Schmidt [Sun, 8 Sep 1996 10:28:23 +0000 (10:28 +0000)]
Fixed another little both in the devconf removal.

28 years agolet the "exit" command return status when it is implicit
Adam David [Sun, 8 Sep 1996 03:12:22 +0000 (03:12 +0000)]
let the "exit" command return status when it is implicit

28 years agoA catalog for sgmls(1). This maps public identifiers to system
John Fieber [Sun, 8 Sep 1996 02:58:28 +0000 (02:58 +0000)]
A catalog for sgmls(1).  This maps public identifiers to system
identifiers.

28 years agoCorrect a bogon.
Jordan K. Hubbard [Sun, 8 Sep 1996 02:50:17 +0000 (02:50 +0000)]
Correct a bogon.
Submitted-by: jmb
28 years agoTurn on ISO and transpec.
John Fieber [Sun, 8 Sep 1996 02:43:39 +0000 (02:43 +0000)]
Turn on ISO and transpec.

28 years agoAdd usr/share/sgml/transpec
John Fieber [Sun, 8 Sep 1996 02:41:51 +0000 (02:41 +0000)]
Add usr/share/sgml/transpec

28 years agoTranslation specifications for instant(1).
John Fieber [Sun, 8 Sep 1996 02:37:40 +0000 (02:37 +0000)]
Translation specifications for instant(1).

28 years agoTurn on instant.
John Fieber [Sun, 8 Sep 1996 02:00:37 +0000 (02:00 +0000)]
Turn on instant.

28 years agoTool for manipulating SGML document instances. Replaces sgmlsasp.
John Fieber [Sun, 8 Sep 1996 01:55:10 +0000 (01:55 +0000)]
Tool for manipulating SGML document instances.  Replaces sgmlsasp.

28 years agoVarious minor improvements.
Jordan K. Hubbard [Sun, 8 Sep 1996 01:39:25 +0000 (01:39 +0000)]
Various minor improvements.

28 years agoFinish what phk started here in removing devconf. The ATAPI_STATIC case
Jordan K. Hubbard [Sun, 8 Sep 1996 01:31:27 +0000 (01:31 +0000)]
Finish what phk started here in removing devconf.  The ATAPI_STATIC case
was still broken, as was the normal case since atapi_attach() was called
internally.

28 years agolong live groff
Paul Traina [Sun, 8 Sep 1996 01:30:16 +0000 (01:30 +0000)]
long live groff

28 years ago...long live groff
Paul Traina [Sun, 8 Sep 1996 01:27:58 +0000 (01:27 +0000)]
...long live groff

28 years agoInitial revision
Paul Traina [Sun, 8 Sep 1996 01:21:19 +0000 (01:21 +0000)]
Initial revision

28 years agoGroff is dead...
Paul Traina [Sun, 8 Sep 1996 01:09:04 +0000 (01:09 +0000)]
Groff is dead...

28 years agoLook for old "man" macros in tmac.groff_an
Paul Traina [Sun, 8 Sep 1996 00:37:30 +0000 (00:37 +0000)]
Look for old "man" macros in tmac.groff_an

28 years agoAdd setlocale LC_CTYPE and 8 bit clean ctype support.
Paul Traina [Sun, 8 Sep 1996 00:34:51 +0000 (00:34 +0000)]
Add setlocale LC_CTYPE and 8 bit clean ctype support.

Original author: ache

28 years agoWorkarround for gcc 2.60 expression evaluation bug.
Paul Traina [Sun, 8 Sep 1996 00:34:04 +0000 (00:34 +0000)]
Workarround for gcc 2.60 expression evaluation bug.