Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | End sentence and add .Pp after (all) "NOT SUPPORTED" lines | 2021-03-20 | 1 | -7/+13 | |
| | |||||
* | Move PowerBook5,4 audio from aoa(4) to snapper(4). | 2020-06-06 | 2 | -6/+6 | |
| | | | | | | | | | | | This adds the missing TAS3004 volume control. Before, I put my ear near the speaker (to hear audio), because I had no way to turn up the volume. Now, the default volume is much louder, so I use sndioctl(1) to turn it down. Check for the model string "PowerBook5,4". This model's device tree has compatible = "AOAKeylargo" for the audio, doesn't show the TAS3004 in the same way as other models. | ||||
* | mesh(4) is old world and only new world macppc hardware is supported. | 2020-01-24 | 1 | -63/+0 | |
| | | | | ok tedu@ jsg@ | ||||
* | mesh(4) is old world and only new world macppc hardware is supported. | 2020-01-24 | 2 | -6/+4 | |
| | | | | ok tedu@ jsg@ | ||||
* | remove entry for esp(4); | 2020-01-21 | 1 | -4/+2 | |
| | |||||
* | remove unfinished macppc esp driver. | 2020-01-21 | 2 | -35/+2 | |
| | | | | ok deraadt krw | ||||
* | Make openprom.4 platform independent. | 2019-04-25 | 2 | -155/+2 | |
| | | | | | | Suggested by deraadt@ OK ingo@ jmc@ visa@ | ||||
* | machdep.apmwarn and machdep.apmhalt were removed in 2017 | 2019-01-23 | 1 | -41/+3 | |
| | |||||
* | consistently spell "real-time clock"; | 2018-06-18 | 1 | -3/+3 | |
| | | | | ok deraadt bentley schwarze | ||||
* | Adjust references for sysctl(3) to sysctl(2) | 2018-01-12 | 1 | -3/+3 | |
| | |||||
* | add some missing markup; from artturi alm | 2017-11-17 | 1 | -3/+3 | |
| | |||||
* | Update the documentation regarding /dev/mem and /dev/kmem; | 2017-09-12 | 1 | -7/+10 | |
| | | | | | | Theo already clamped down on these devices last year. Triggered by a question from Nan Xiao <xiaonan830818 at gmail dot com>. OK deraadt@ | ||||
* | fix broken cross references; found with mandoc -Tlint | 2017-07-06 | 1 | -3/+3 | |
| | |||||
* | Get 'AOAShasta' soundchip working found on PowerMac9,1. | 2016-07-02 | 1 | -2/+4 | |
| | | | | ok deraadt | ||||
* | for some time now mandoc has not required MLINKS to function | 2016-03-30 | 1 | -3/+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. | 2016-02-27 | 1 | -2/+8 | |
| | | | | tweaks and ok jmc@ | ||||
* | no need for zsc mlink now; | 2015-11-24 | 1 | -2/+2 | |
| | |||||
* | zs(4) is now called zs, from jmc@ | 2015-11-23 | 1 | -5/+6 | |
| | |||||
* | replace "can not" with "cannot"; | 2015-11-01 | 1 | -3/+3 | |
| | |||||
* | fix spelling mess. | 2015-10-22 | 1 | -3/+3 | |
| | | | | ok jmc@ | ||||
* | use .In rather than .Fd #include | 2015-09-10 | 1 | -3/+3 | |
| | |||||
* | Unify .Nd blocks, prodded by and ok jmc@ | 2015-06-03 | 1 | -3/+3 | |
| | |||||
* | Man page for hpb(4). | 2015-06-02 | 2 | -2/+42 | |
| | |||||
* | Use .An in the AUTHORS section where appropriate; | 2015-01-15 | 11 | -38/+64 | |
| | | | | from Kaspars at Bankovskis dot net | ||||
* | Restore the true Copyright notice and license of intro(4) that various | 2014-09-19 | 1 | -14/+17 | |
| | | | | | | | | | 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@ | ||||
* | obvious .Pa fixes; found with mandocdb(8) | 2014-01-21 | 1 | -3/+3 | |
| | |||||
* | Some missing .Pa macros in FILES sections; | 2013-09-15 | 1 | -3/+3 | |
| | | | | | from Jan Stary <hans at stare dot cz>; discussed with jmc@. | ||||
* | the PowerBook5,6 uses snapper(4), while the PowerBook6,8 uses onyx(4) instead, according to dmesglog | 2013-07-20 | 2 | -6/+12 | |
| | | | | while there, add PowerBook5,8 and 5,9 for onyx(4) | ||||
* | my PowerBook5,8 currently does not support asms, but the PowerBook5,6 does, as found in dmesglog | 2013-07-17 | 1 | -3/+3 | |
| | |||||
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | 2013-07-16 | 5 | -15/+15 | |
| | |||||
* | do not use Sx for sections outwith the man page; | 2013-06-29 | 1 | -8/+4 | |
| | |||||
* | Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and move | 2013-05-31 | 2 | -59/+2 | |
| | | | | | | it to dev/usb because it could be used on intel based mac laptops. Discussed with jcs@, ok deraadt@ | ||||
* | kernel configs dont need "scsibus* at foo?" anymore. | 2012-08-14 | 2 | -6/+4 | |
| | | | | "guess you get more commits" deraadt@ | ||||
* | update the hardware list; | 2011-05-25 | 1 | -2/+6 | |
| | |||||
* | no comma desired for last Xr in SEE ALSO; | 2011-05-25 | 1 | -2/+2 | |
| | |||||
* | Manpage for dfs(4) with tweaks from jmc@ | 2011-05-25 | 2 | -2/+55 | |
| | | | | ok sthen@, kettenis@, miod@ | ||||
* | - remove some silly .Tn/.Tm | 2010-09-19 | 1 | -20/+11 | |
| | | | | - supply a missing -width to one of the lists | ||||
* | - tweak | 2010-04-10 | 1 | -3/+4 | |
| | | | | ok jmc@ | ||||
* | - bump release in HISTORY | 2010-04-09 | 1 | -2/+2 | |
| | |||||
* | - add pgs.4 | 2010-04-09 | 2 | -3/+51 | |
| | | | | tweaks and ok jmc@ | ||||
* | fix some more dodgy "-indent"; aucat.1 has some too, but i'll leave that for | 2010-04-06 | 1 | -3/+3 | |
| | | | | ratchov, to avoid messing up his current diff... | ||||
* | - there's just no volume control here. | 2010-02-26 | 1 | -4/+3 | |
| | | | | discussed with and ok jakemsr@ jmc@ | ||||
* | - use proper capitalization and add two more .Xr's | 2010-02-24 | 1 | -3/+5 | |
| | |||||
* | - add more machines these devices are found on. | 2010-02-23 | 3 | -6/+16 | |
| | |||||
* | sync abtn Nd; | 2009-01-10 | 1 | -3/+3 | |
| | |||||
* | eject and volume controles are supported from now on | 2009-01-10 | 1 | -7/+9 | |
| | |||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 2 | -18/+4 | |
| | | | | | | | | | 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@ | ||||
* | This one was not supposed to go in. Revert. | 2008-05-08 | 1 | -3/+1 | |
| | |||||
* | Sync supported machines list. | 2008-05-08 | 2 | -4/+8 | |
| | |||||
* | macobio(4): add openpic(4) | 2008-05-04 | 2 | -4/+6 | |
| | | | | openpic(4): tweak previous |