summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* Bring in some MASTER_SITE_{AFTERSTEP,WINDOWMAKER} from bsd.port.mkbillf1999-03-141-1/+3
|
* Clarify the undesirability of static configuration.grog1999-03-131-44/+48
| | | | | | Describe the problems of synchronization between userland and driver. Tripped-over-by: Chris Foote <chris@senet.com.au>
* Oops, syscons.4 hasn't been added to Makefile!yokota1999-03-111-2/+3
|
* erst0 -> ersa0ghelmer1999-03-071-2/+2
| | | | PR: docs/9860
* MAKEDEV pty# makes 32 pty pairs, not 16.ghelmer1999-03-072-4/+4
| | | | PR: docs/9879
* update misc i4b documentation to i4b release 0.71.00hm1999-03-073-23/+128
|
* Removed old scsi section 9 man pages. Only cd.9 has been converted tobde1999-03-064-381/+2
| | | | | | cam. scsiconf.9, sd.9, and st.9 can now be found in the Attic. Reviewed by: ken
* Fixed bitrot in synopsis (devfs_link was renamed to devfs_makelink).bde1999-03-062-5/+6
| | | | Didn't fix bitrot in this page's name; just install a link.
* Fixed wrong function prototype(s) in synopsis.bde1999-03-066-14/+12
|
* Fixed bitrot in synopsis (u_long changed to uintptr_t for portability).bde1999-03-062-6/+6
|
* Fixed C syntax error in synopsis.bde1999-03-061-2/+2
|
* Fixed bitrot in synopsis (const poisoning hadn't reached here).bde1999-03-061-2/+2
|
* Fixed missing headers in synopsis.bde1999-03-062-1/+5
|
* Fixed bitrot in synopsis (fuword() and suword() changed to support alpha).bde1999-03-062-2/+2
|
* Allocate a target mode instance to handle our target mode session, cleangibbs1999-03-051-16/+79
| | | | | | it up on exit. The address for attaching the emulator (path, target id, lun) is now specified on the command line. Some attempt at cathing signals and cleaning up target mode instances is now made.
* Fixed bitrot in synopsis (some const poisoning hadn't reached here).bde1999-03-051-2/+2
|
* Typo fix.jkoshy1999-03-022-4/+4
| | | | | PR: docs/10348 Submitted by: Chris Costello <chris@holly.dyndns.org>
* Change some .Ar macros to .Pa.grog1999-03-021-20/+40
| | | | | | | | | | Describe /dev/vinum/control* Describe drive "referenced" state. Remove warning about kldunload; it seems to work now. Still more descriptions of how to debug things.
* Add a missing word and change a "then" to "than".ghelmer1999-03-021-3/+3
| | | | PR: docs/9304 docs/9822
* Apply mdoc macros, remove some spacing that caused unexpected line breaking,ghelmer1999-03-021-78/+221
| | | | | | | and fix some spelling errors. (I also took the liberty of converting the reference to LKMs to KLDs.) PR: docs/9238 docs/9305
* Fix disorder introduced by me in the Euro part 2 locale commit.imp1999-03-011-15/+15
| | | | | Submited by: bde (This was uncommitted for too long in my tree, but is well tested)
* Fix misspelling of Julian's last name. Oops.ken1999-02-271-2/+2
|
* The fe driver supports bridging, so added it to lists.kato1999-02-251-2/+2
|
* Minor updates for the ASIX AX88141, which is a newer version of thewpaul1999-02-232-8/+12
| | | | | | | | | | AX88140A with power management and magic packet support. Correct the addresses of the PCI power management registers and add some code to detect the revision ID of the AX88141 and identify it in the probe messages. No other changes are needed since the AX88141 is functionally identical to the AX88140A.
* Added man page usb uhci ohcin_hibma1999-02-217-3/+875
|
* Fix <back quote>/<logical not>/<vertical bar> key.yokota1999-02-202-2/+2
| | | | PR: i386/10130
* Spell ".Fx" properly.fenner1999-02-181-2/+2
|
* Document forward(1) better.jkoshy1999-02-171-1/+18
| | | | | PR: docs/10126 Submitted by: Sue Blake <sue@welearn.com.au>
* back out obj/colldef PATH hack, it breaks cross-compiling per Bruceache1999-02-151-4/+1
| | | | There is _BUILD_TOOLS hack for. Plase all targets under it.
* away go lkms, in come klds.jkh1999-02-151-5/+3
|
* Move lp.4 to man4. It is not i386 dependent.nsouch1999-02-144-10/+16
| | | | | Fix ppbus and lpt declaration ('0' forgotten). Add info about retrieving printer status with 'cat /dev/lpt0'.
* Create new lpt manpage with ppbus info and the original lpt info.nsouch1999-02-144-82/+115
| | | | Fix lp.4 ppbus terminology.
* Fix .Fx usage.fenner1999-02-131-2/+2
|
* Fix the date and add an smbus declarationnsouch1999-02-131-2/+3
|
* Add alpm.4, Aladdin Power Management SMBus support for the SMBus framework.nsouch1999-02-132-2/+67
|
* syntax change: allow symbolic names as substitute first argache1999-02-136-11/+12
| | | | use this to substitute <ss>
* Clarify more of what VOP_LINK expects.dillon1999-02-131-5/+10
|
* Update man page - directory vnode should not be unlocked or releaseddillon1999-02-131-4/+6
| | | | by the VOP routine. The caller does it.
* Add some examples of how to throw a window up on your display whenbrian1999-02-133-64/+313
| | | | | | | | the peer demands authentication, and add some more detail to the example configurations. This is the first time I've written any TCL, so I'd appreciate it if someone eyeballed the *-auth stuff and fixed any glaring problems.
* substitute ssache1999-02-125-10/+15
| | | | Submitted by: "D. Rock" <rock@cs.uni-sb.de>
* Removed occurrences of consecutive repeated words (such as "the the").alex1999-02-124-7/+7
|
* Use the fictional server "CHANGE_THIS.FreeBSD.org". Add commentsjdp1999-02-115-35/+55
| | | | telling the user to (duh) change it.
* RELENG_3 is now "the" stable branch.jdp1999-02-112-11/+10
|
* Replace the out-of-date list of mirror sites with a reference to thejdp1999-02-111-55/+5
| | | | list in the FreeBSD Handbook.
* Add ppp example files.brian1999-02-114-0/+554
|
* - Revise text, and fix typos and grammatical errors.yokota1999-02-1010-238/+1116
| | | | | | | | | - Add syscons.4. If there still are errors, whether technical or grammatical, they are entirely mine, not the reviewers'. Reviewed by: sos, jkh, archie, Nick Hilliard <nick@iol.ie>
* Remove the lpt(4) page, and fix references in the lp(4) and rdp(4) pages.des1999-02-104-111/+22
| | | | Also fix a language nit in the rdp(4) page.
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-3/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | peripheral drivers can determine where in the devstat(9) list they are inserted. This requires recompilation of libdevstat, systat, vmstat, rpc.rstatd, and any ports that depend on the devstat code, since the size of the devstat structure has changed. The devstat version number has been incremented as well to reflect the change. This sorts devices in the devstat list in "more interesting" to "less interesting" order. So, for instance, da devices are now more important than floppy drives, and so will appear before floppy drives in the default output from systat, iostat, vmstat, etc. The order of devices is, for now, kept in a central table in devicestat.h. If individual drivers were able to make a meaningful decision on what priority they should be at attach time, we could consider splitting the priority information out into the various drivers. For now, though, they have no way of knowing that, so it's easier to put them in an easy to find table. Also, move the checkversion() call in vmstat(8) to a more logical place. Thanks to Bruce and David O'Brien for suggestions, for reviewing this, and for putting up with the long time it has taken me to commit it. Bruce did object somewhat to the central priority table (he would rather the priorities be distributed in each driver), so his objection is duly noted here. Reviewed by: bde, obrien
* Update diskless and templated booting examplesdillon1999-02-0912-90/+259
|
* Copy from vendor branch. This mainly undoes most of the backing out ofbde1999-02-081-54/+54
| | | | | | | | Russian zones/rules in rev.1.12. ache objected mainly to the changes in the Moscow zone names in rev.1.11 and those changes have been backed out in the vendor branch. Reviewed by: ache
OpenPOWER on IntegriCloud