Julian Elischer
b0a76b8898
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?
1996-09-10 07:10:05 +00:00
John Dyson
9fea9a6f5b
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.
1996-09-10 05:28:23 +00:00
John Fieber
1e76740a30
Add usr.bin/sgmls to the build-tools target.
...
This should prevent make world from falling over in share/doc.
1996-09-10 04:21:36 +00:00
Peter Wemm
73b2606378
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)
1996-09-10 03:38:20 +00:00
Peter Wemm
5c817731db
Ok, lets try this again, shall we? It was definatly my mistake, not
...
Steve's.. :-]
1996-09-10 02:42:33 +00:00
John Fieber
7006eca8ae
Remove obsolete subdirs of usr/share/sgml/FreeBSD.
1996-09-10 02:26:28 +00:00
Peter Wemm
1018bd8d3c
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.
1996-09-10 02:07:27 +00:00
John Dyson
ae9b8c3a66
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 Wemm
18e4c9579e
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
Bill Fenner
83fa788e4d
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
John Fieber
937dec3f90
Fix an incorrect mailing list name.
...
Submitted by: Dan Janowski <danj@netcom.com>
1996-09-09 23:21:27 +00:00
Paul Traina
a7c2b4b01a
Turn off KTRACE on MFS boot floppy.
1996-09-09 21:25:40 +00:00
Søren Schmidt
fa1e8cdd2f
Fix the bug that caused switch to ttyv02 when pressing the numpad enter.
1996-09-09 20:54:02 +00:00
Garrett Wollman
f87313106d
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
Andrey A. Chernov
02601dae20
Remove sleep before moused, problem fixed with new consolectl device
1996-09-09 19:59:14 +00:00
Søren Schmidt
b1538b1658
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
Søren Schmidt
a41cbc45be
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
Poul-Henning Kamp
b6b34a5e0f
DISTDIR is a reserved variable for make release
...
s/DISTDIR/DIST_DIR/g
1996-09-09 18:05:29 +00:00
Jordan K. Hubbard
2252262f79
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
John Fieber
eec8e73501
Document the -f ps option.
...
Suggested by: Jordan Hubbard <jkh@freebsd.org>
1996-09-09 14:15:28 +00:00
Rodney W. Grimes
8b3cbd0cef
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
Jordan K. Hubbard
99949bf4d9
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
Jordan K. Hubbard
2ef1ee1df9
Add ISBN number.
...
Submitted-by: Steve Price <sprice@hiwaay.net>
1996-09-09 03:43:29 +00:00
Jordan K. Hubbard
7a7ca10a0d
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
Andrey A. Chernov
df28808d40
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
Andrey A. Chernov
d71651da35
Use the same perm/owner for sysmouse as for others mouse devices
1996-09-09 00:02:44 +00:00
Andrey A. Chernov
814c1905ad
Make sysmouse device for syscons
1996-09-08 23:56:27 +00:00
Paul Traina
30aaae26c6
Fix some buffer overflow problems...
1996-09-08 23:50:23 +00:00
John Dyson
4334b0d815
Fixed the use of the wrong variable in vm_map_madvise.
1996-09-08 23:49:47 +00:00
Ollivier Robert
369e217166
Correct a typo of mine in INN link.
1996-09-08 22:12:40 +00:00
Ollivier Robert
89a487fd4e
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
John Fieber
678f40c2fe
Fix ☆ mapping.
1996-09-08 21:37:42 +00:00
Søren Schmidt
47382cd1e0
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
John Fieber
a136fdc089
Turn the FAQ and handbook back on.
1996-09-08 21:24:15 +00:00
John Fieber
11c88b32f6
&ero; -> &
...
Put "ascii art" in <verb></verb> so it doesn't get munched.
1996-09-08 21:22:54 +00:00
John Fieber
ec3d0d067d
Tweak. (troff is oh-so-sensitive about that whitespace!)
1996-09-08 21:12:54 +00:00
John Fieber
7d8bedeaf8
Bye Bye sgmlsasp (and rast)! Frankly, I won't miss you.
1996-09-08 20:44:50 +00:00
John Dyson
5070c7f8c5
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
John Fieber
49ee17cbb8
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
John Fieber
e7fefb3ef5
Add last bits of instant(1).
...
Remove sgmlsasp(1) stuff.
1996-09-08 20:37:40 +00:00
John Fieber
11b4691989
Turn off the FAQ and handbook for a bit.
1996-09-08 20:14:33 +00:00
John Fieber
97f7bd91dd
* 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 Wunsch
71503758d4
. 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
John Dyson
b8e251a56d
Improve the scalability of certain pmap operations.
1996-09-08 16:57:53 +00:00
John Fieber
fe134be8f8
Add missing share/groff_font/devlj4
1996-09-08 16:24:41 +00:00
David Greenman
e7c819442a
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
David Greenman
fa9471546d
Added description of "noatime" option.
1996-09-08 13:28:12 +00:00
Poul-Henning Kamp
40f3771f7f
Various cleanups for remanents of devconf.
1996-09-08 10:44:18 +00:00
Søren Schmidt
fa630ea6eb
Fixed another little both in the devconf removal.
1996-09-08 10:28:23 +00:00
Adam David
279de1f97b
let the "exit" command return status when it is implicit
1996-09-08 03:12:22 +00:00