summaryrefslogtreecommitdiffstats
path: root/share/man/man4/man4.sparc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* retire sparc manualstedu2016-09-0151-4551/+0
|
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-7/+1
| | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
* Add documentation for the APM_IOC_HIBERNATE ioctl.natano2016-02-271-2/+8
| | | | tweaks and ok jmc@
* fix NAME; ok schwarzejmc2015-11-215-15/+23
|
* replace "can not" with "cannot";jmc2015-11-015-15/+15
|
* use .In rather than .Fd #includeschwarze2015-09-101-3/+3
|
* reduce .Nd to one line and kill .Tn while hereschwarze2015-09-101-19/+9
|
* isp -> qlwmiod2015-03-301-4/+4
|
* Use "In" to mark up include files, instead of wrongly wrapping with Aq.bentley2015-02-151-3/+3
| | | | | | | Aq is not the same as <> in non-ASCII situations, so this caused incorrect output in some places. And it provided no semantics besides. ok schwarze@
* s/occuring/occurring/jmc2014-11-221-2/+2
|
* Boiler-plate manpage for memreg(4/sparc) as well.miod2014-11-223-5/+42
|
* Driver for the ECC memory controller found on some sun4m (ss20), so thatmiod2014-11-222-6/+54
| | | | | recoverable memory errors no longer panic the kernel. From NetBSD but the manual page.
* Restore the true Copyright notice and license of intro(4) that variousschwarze2014-09-191-4/+30
| | | | | | | | | people illegally replaced with their own fabrications. Use the correct years when the original file was actually written and changed; the original in part listed wrong years. Some of the notices regarding later changes can be dropped because none of the respective text remains. ok sobrado@ jmc@ miod@
* fix HISTORY: NetBSD had intro(4/sparc) slightly before OpenBSD, bothschwarze2014-09-181-2/+4
| | | | | | with respect to commit and release, see http://cvsweb.netbsd.org/bsdweb.cgi/src/share/man/man4/man4.sparc/intro.4 ok sobrado@ jmc@ miod@
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-213-9/+9
|
* Some missing .Pa macros in FILES sections;schwarze2013-09-151-3/+3
| | | | | from Jan Stary <hans at stare dot cz>; discussed with jmc@.
* Mention the SBus slot #2 in sun4e is `slave only', just as slot #3 in sun4c.miod2013-09-151-3/+6
|
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-164-13/+13
|
* do not use Sx for sections outwith the man page;jmc2013-06-291-8/+4
|
* Support for the SS10/SS20 NVSIMM as block devices; tested by nick@miod2013-06-041-8/+5
|
* first stab are replacing format strings in MD pagestedu2013-06-022-8/+8
|
* Add a files section to the sparc zs driver, pointing to thesebastia2013-04-211-2/+9
| | | | | | tty devices OK miod@
* within Rs/Re reference blocks, use %U instead of %O (or any otherjmc2012-08-183-9/+9
| | | | | | | | | variants) for URLs, allowing mandoc -Thtml to properly generate links; (sendmail.8 changes are simply using Lk, which i somehow missed in previous) ingo reminded me to verify that gnu groff recognises %U: 1.20.1 does not, but 1.21 does;
* kernel configs dont need "scsibus* at foo?" anymore.dlg2012-08-142-6/+4
| | | | "guess you get more commits" deraadt@
* Remove an OpenBSD-specific tweak regarding .Xr spacingschwarze2011-12-032-6/+6
| | | | | | | | and make it compatible with bsd.lv mandoc and with groff-1.21. This tweak was originally added for compatibility with groff-1.15, which is no longer needed. ok jmc@ kristaps@
* make -column lists pretty again;jmc2011-09-038-93/+81
| | | | | | | | | | specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense.
* The various cleanups of the last few years have fixed pnozz(4) accelerationmiod2011-05-311-17/+3
| | | | | | | code operation in 640x480 mode (very likely p9100.c r1.47), so enable it again by default. Verified to work on a SPARCbook 3XP (with a 640x480 LCD panel), thanks to Thibaud Bordier.
* wsconsctl -w is out of fashion; from Henri Kemppainenjmc2011-01-301-3/+3
|
* sort SEE ALSO;jmc2010-07-111-4/+4
|
* sun4e bitsmiod2010-07-1016-57/+57
|
* Nuke missed .Xr ss. Pointed out by jmc@.krw2010-07-032-6/+4
|
* Rework the way onboard devices attach on Sun 4/110 systems (which only have amiod2010-06-078-33/+25
| | | | | | | | | | 28 bit address bus) by reusing the regular sun4 configuration stanzas (with the upper four bits set in the device addresses), and clearing them when searching for a PROM mapping. This makes the obio autoconf code simpler, and all knowledge of the 4/110 specifics is now contained in a single file (dev/obio.c). ok todd@ deraadt@
* This is the sparc clock manpage, not the sparc64 one, bad jason@ (and bad memiod2010-06-072-7/+7
| | | | for not noticing earlier)
* Various syntax errors in list headers, found by mandoc(1),schwarze2010-01-021-3/+3
| | | | | | | also required to fix the mandoc build. "fine. even if mandoc goes nowhere, it has found some bugs ;)" jmc@ ok sobrado@
* grammar;jmc2009-11-261-3/+3
|
* s/hz/Hz/ on multiples of the SI unit hertz other than MHz.sobrado2009-11-021-5/+5
| | | | reminded by STeve Andre.
* macro tweak previous;jmc2009-05-201-2/+2
|
* Add code to attach sun mice on sparc and sparc64 as wsmouse devices. Sincemiod2009-05-202-4/+11
| | | | | | | | | | | | not all Sun mice run at the canonical 1200 bps, hop between 1200, 4800 and 9600 bps by paying attention to breaks on the line. Attachement and engine code written 7 years ago for OpenBSD/sparc, except for sparc64 com(4) attachment. Speed hop idea borrowed from Opensolaris. This allows sparc and sparc64 users to run X11 without needing a configuration file anymore, as it was in the XFree86 3.x days. Multihead configurations will still need a minimal configuration file, though.
* Document video modes, and how to change them (which is tricky on the SS4,miod2008-12-241-3/+116
| | | | for no good reason).
* Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from hisray2008-11-291-7/+3
| | | | | | licenses as well. Thanks! "Groovy" deraadt
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-264-36/+8
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* Do not use spaces for holes in jumper layouts, as this causes the htmlmiod2008-06-071-11/+13
| | | | rendering of the manual pages to be useless.
* It turns out the mysterious chip with the heatsink glued on, found on mgxmiod2008-04-151-3/+3
| | | | | | | | video boards, is a known entity, so add support for 2d acceleration with the help of the X code (which makes baby Jesus cry). The blitter is fast enough to make a cgsix feel as slow as a cgthree in comparison.
* no sense for devices to reference other (same type) devices;jmc2008-03-3121-351/+58
| | | | | requested by deraadt/miod help/ok miod
* tweak previous;jmc2008-03-151-5/+5
|
* Document video modes.miod2008-03-151-5/+35
|
* Qlogic -> QLogic;jmc2008-01-211-3/+3
|
* {dip,DIP-} -> DIP; now they're all the same...jmc2007-12-232-7/+7
|
* a 8 -> an 8jmc2007-12-101-3/+3
|
* Reenable accelerated text console primitives on pnozz if running with amiod2007-07-132-38/+27
| | | | | 800x600 panel, and document the acceleration code as currently broken on 640x480 panels.