Commit Graph

16031 Commits

Author SHA1 Message Date
dyson
2a6480c367 Make sure that the pager is allocated before it is needed. Hangs
can occur if the pager is not allocated in time.
1996-09-10 01:42:34 +00:00
peter
aae29b5fef Fix for PR#1248, sh doesn't expand past ${9}
Submitted by: Steve Price <sprice@hiwaay.net>
1996-09-10 01:24:11 +00:00
fenner
c5a6fcbc6c 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>
1996-09-10 00:50:13 +00:00
jfieber
b365ec4426 Fix an incorrect mailing list name.
Submitted by:	Dan Janowski <danj@netcom.com>
1996-09-09 23:21:27 +00:00
pst
2a0a8b779a Turn off KTRACE on MFS boot floppy. 1996-09-09 21:25:40 +00:00
sos
727e9d9308 Fix the bug that caused switch to ttyv02 when pressing the numpad enter. 1996-09-09 20:54:02 +00:00
wollman
140bceea65 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.)
1996-09-09 20:17:24 +00:00
ache
773f275160 Remove sleep before moused, problem fixed with new consolectl device 1996-09-09 19:59:14 +00:00
sos
2738bc8642 The poor nsccons variable was gone agian this time hidden by
an ifdef , wonder who broke it this time :)

Submitted by:	 ache
1996-09-09 19:02:26 +00:00
sos
a6a179df03 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).
1996-09-09 18:47:47 +00:00
phk
4485fb3705 DISTDIR is a reserved variable for make release
s/DISTDIR/DIST_DIR/g
1996-09-09 18:05:29 +00:00
jkh
398ef266db 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>
1996-09-09 15:32:26 +00:00
jfieber
3a2a3320ba Document the -f ps option.
Suggested by:	Jordan Hubbard <jkh@freebsd.org>
1996-09-09 14:15:28 +00:00
rgrimes
d9c5cf01e0 Remove the portion of revision 1.36 that added the #ifdef's for CPU
types as per discussions with Stefan Esser.
1996-09-09 06:09:45 +00:00
jkh
573ba523ed Mention the fact that HP NICs are now supported.
Submitted-by: "A JOSEPH KOSHY <koshy@india.hp.com> "
1996-09-09 03:57:49 +00:00
jkh
84bb0b353e Add ISBN number.
Submitted-by: Steve Price <sprice@hiwaay.net>
1996-09-09 03:43:29 +00:00
jkh
49ea9893d4 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
1996-09-09 01:56:58 +00:00
ache
3fa9cc7732 Use real device for mousedport, because /dev/mouse usually linked
with /dev/sysmouse when moused is active
Add comment about this fact
1996-09-09 00:17:14 +00:00
ache
664f5531fc Use the same perm/owner for sysmouse as for others mouse devices 1996-09-09 00:02:44 +00:00
ache
b435c82147 Make sysmouse device for syscons 1996-09-08 23:56:27 +00:00
pst
c292e5a7ba Fix some buffer overflow problems... 1996-09-08 23:50:23 +00:00
dyson
b69e6f092f Fixed the use of the wrong variable in vm_map_madvise. 1996-09-08 23:49:47 +00:00
roberto
feea3ad7f0 Correct a typo of mine in INN link. 1996-09-08 22:12:40 +00:00
roberto
f8f4f0bd7f 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.
1996-09-08 22:09:06 +00:00
jfieber
a5de00f794 Fix &star; mapping. 1996-09-08 21:37:42 +00:00
sos
95d76c18b0 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...
1996-09-08 21:31:56 +00:00
jfieber
312a2a006e Turn the FAQ and handbook back on. 1996-09-08 21:24:15 +00:00
jfieber
caca5fb06c &ero; -> &amp;
Put "ascii art" in <verb></verb> so it doesn't get munched.
1996-09-08 21:22:54 +00:00
jfieber
01c5e8b3a2 Tweak. (troff is oh-so-sensitive about that whitespace!) 1996-09-08 21:12:54 +00:00
jfieber
91b974b96e Bye Bye sgmlsasp (and rast)! Frankly, I won't miss you. 1996-09-08 20:44:50 +00:00
dyson
62b009f8b1 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.)
1996-09-08 20:44:49 +00:00
jfieber
b9342257a1 This now uses instant(1) instead of sgmlsasp(2).
It now supports the latin1 and koi8-r groff devices for output.
1996-09-08 20:40:52 +00:00
jfieber
e33f9816ca Add last bits of instant(1).
Remove sgmlsasp(1) stuff.
1996-09-08 20:37:40 +00:00
jfieber
e8b5b1fe28 Turn off the FAQ and handbook for a bit. 1996-09-08 20:14:33 +00:00
jfieber
e074772ec7 * Disguise dollar signs in HTML output
* fix botched URL rul for latex
* Alias font C to font R for nroff
1996-09-08 19:20:05 +00:00
joerg
7f766016b3 . 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
1996-09-08 18:23:53 +00:00
dyson
6ba270257a Improve the scalability of certain pmap operations. 1996-09-08 16:57:53 +00:00
jfieber
21e98ea815 Add missing share/groff_font/devlj4 1996-09-08 16:24:41 +00:00
dg
da0f124b9e 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>
1996-09-08 13:45:49 +00:00
dg
e27a5690fe Added description of "noatime" option. 1996-09-08 13:28:12 +00:00
phk
367da4b2c8 Various cleanups for remanents of devconf. 1996-09-08 10:44:18 +00:00
sos
4037496077 Fixed another little both in the devconf removal. 1996-09-08 10:28:23 +00:00
adam
84c0874422 let the "exit" command return status when it is implicit 1996-09-08 03:12:22 +00:00
jfieber
c748892b58 A catalog for sgmls(1). This maps public identifiers to system
identifiers.
1996-09-08 02:58:28 +00:00
jkh
43a63d9cff Correct a bogon.
Submitted-by: jmb
1996-09-08 02:50:17 +00:00
jfieber
c7663f785b Turn on ISO and transpec. 1996-09-08 02:43:39 +00:00
jfieber
67e962a95f Add usr/share/sgml/transpec 1996-09-08 02:41:51 +00:00
jfieber
a9173b3760 This commit was generated by cvs2svn to compensate for changes in r18148,
which included commits to RCS files with non-trunk default branches.
1996-09-08 02:37:40 +00:00
jfieber
ecd88d3607 Translation specifications for instant(1). 1996-09-08 02:37:40 +00:00
jfieber
c6f20da17c Turn on instant. 1996-09-08 02:00:37 +00:00