summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* DISTDIR is a reserved variable for make releasephk1996-09-0919-46/+46
| | | | s/DISTDIR/DIST_DIR/g
* Doh! Actually read the patch I applied and see what it was *trying* to do,jkh1996-09-091-4/+5
| | | | | then make it do that. Error-of-my-ways-pointed-out-by: Bob Willcox <bob@luke.pmr.com>
* Document the -f ps option.jfieber1996-09-092-3/+7
| | | | Suggested by: Jordan Hubbard <jkh@freebsd.org>
* Remove the portion of revision 1.36 that added the #ifdef's for CPUrgrimes1996-09-091-19/+1
| | | | types as per discussions with Stefan Esser.
* Mention the fact that HP NICs are now supported.jkh1996-09-092-3/+5
| | | | Submitted-by: "A JOSEPH KOSHY <koshy@india.hp.com> "
* Add ISBN number.jkh1996-09-091-4/+5
| | | | Submitted-by: Steve Price <sprice@hiwaay.net>
* Close PR#1587 and 1586jkh1996-09-097-47/+138
| | | | | | | | | 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
* Use real device for mousedport, because /dev/mouse usually linkedache1996-09-091-2/+3
| | | | | with /dev/sysmouse when moused is active Add comment about this fact
* Use the same perm/owner for sysmouse as for others mouse devicesache1996-09-092-4/+4
|
* Make sysmouse device for sysconsache1996-09-082-4/+18
|
* Fix some buffer overflow problems...pst1996-09-081-3/+3
|
* Fixed the use of the wrong variable in vm_map_madvise.dyson1996-09-081-4/+4
|
* Correct a typo of mine in INN link.roberto1996-09-081-2/+2
|
* Fix the link to the INN FAQ. It is now a link to Dave Barr's page whichroberto1996-09-081-2/+2
| | | | has the FAQ locally mirrored from the main FTP site.
* Fix &star; mapping.jfieber1996-09-081-2/+2
|
* Make syscons replicate a mousesystems mouse on minor 128..sos1996-09-083-54/+108
| | | | | | | | | | | | 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...
* Turn the FAQ and handbook back on.jfieber1996-09-081-2/+2
|
* &ero; -> &amp;jfieber1996-09-081-3/+4
| | | | Put "ascii art" in <verb></verb> so it doesn't get munched.
* Tweak. (troff is oh-so-sensitive about that whitespace!)jfieber1996-09-081-4/+4
|
* Bye Bye sgmlsasp (and rast)! Frankly, I won't miss you.jfieber1996-09-0810-1549/+2
|
* Addition of page coloring support. Various levels of coloring are afforded.dyson1996-09-0815-134/+472
| | | | | | 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.)
* This now uses instant(1) instead of sgmlsasp(2).jfieber1996-09-082-166/+112
| | | | It now supports the latin1 and koi8-r groff devices for output.
* Add last bits of instant(1).jfieber1996-09-0821-3439/+76
| | | | Remove sgmlsasp(1) stuff.
* Turn off the FAQ and handbook for a bit.jfieber1996-09-081-2/+2
|
* * Disguise dollar signs in HTML outputjfieber1996-09-083-5/+5
| | | | | * fix botched URL rul for latex * Alias font C to font R for nroff
* . make vgrind 8-bit clean; note that it still implicitly assumesjoerg1996-09-083-9/+30
| | | | | | | | 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
* Improve the scalability of certain pmap operations.dyson1996-09-085-586/+1223
|
* Add missing share/groff_font/devlj4jfieber1996-09-081-1/+3
|
* Dequeue mbuf before freeing it. Fixes mbuf leak and a potential crash whendg1996-09-081-2/+5
| | | | | | handling IP fragments. Submitted by: Darren Reed <avalon@coombs.anu.edu.au>
* Added description of "noatime" option.dg1996-09-082-2/+14
|
* Various cleanups for remanents of devconf.phk1996-09-0816-98/+16
|
* Fixed another little both in the devconf removal.sos1996-09-081-1/+1
|
* let the "exit" command return status when it is implicitadam1996-09-081-2/+4
|
* A catalog for sgmls(1). This maps public identifiers to systemjfieber1996-09-082-1/+74
| | | | identifiers.
* Correct a bogon.jkh1996-09-081-8/+9
| | | | Submitted-by: jmb
* Turn on ISO and transpec.jfieber1996-09-082-3/+7
|
* Add usr/share/sgml/transpecjfieber1996-09-081-1/+3
|
* This commit was generated by cvs2svn to compensate for changes in r18148,jfieber1996-09-0811-0/+5250
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Translation specifications for instant(1).jfieber1996-09-0811-0/+5250
| |
* | Turn on instant.jfieber1996-09-081-2/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r18145,jfieber1996-09-0815-0/+8265
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Tool for manipulating SGML document instances. Replaces sgmlsasp.jfieber1996-09-0815-0/+8265
|
* Various minor improvements.jkh1996-09-0810-25/+100
|
* Finish what phk started here in removing devconf. The ATAPI_STATIC casejkh1996-09-081-3/+2
| | | | | was still broken, as was the normal case since atapi_attach() was called internally.
* long live groffpst1996-09-082-0/+18
|
* ...long live groffpst1996-09-0838-0/+833
|
* Initial revisionpst1996-09-083-0/+47
|
* Groff is dead...pst1996-09-08540-160326/+0
|
* Look for old "man" macros in tmac.groff_anpst1996-09-081-1/+1
|
* Add setlocale LC_CTYPE and 8 bit clean ctype support.pst1996-09-084-4/+28
| | | | Original author: ache
OpenPOWER on IntegriCloud