Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retire piixpcib(4). | 2019-12-06 | 2 | -76/+2 | |
| | | | | | | | When PAE came back in 2015 the use of kvm86, required for SpeedStep on such machine, got disabled. So there's no loss of functionality. ok stsp@ | ||||
* | Cleanup things that missed removal during vmm(4) i386 purge a few months | 2019-05-06 | 2 | -85/+2 | |
| | | | | | | ago. ok kn, deraadt | ||||
* | machdep.apmwarn and machdep.apmhalt were removed in 2017 | 2019-01-23 | 1 | -40/+3 | |
| | |||||
* | Adjust references for sysctl(3) to sysctl(2) | 2018-01-12 | 2 | -7/+7 | |
| | |||||
* | some minor fixes; | 2018-01-05 | 1 | -18/+18 | |
| | |||||
* | link to mtrr(4) because the mem(4) driver supports ioctl(2) | 2017-09-17 | 1 | -2/+3 | |
| | | | | | | in addition to read(2) and write(2) and because that ioctl(2) support is documented in mtrr(4); OK jmc@ | ||||
* | Update the documentation regarding /dev/mem and /dev/kmem; | 2017-09-12 | 1 | -4/+9 | |
| | | | | | | Theo already clamped down on these devices last year. Triggered by a question from Nan Xiao <xiaonan830818 at gmail dot com>. OK deraadt@ | ||||
* | add openbsd id; | 2016-10-21 | 1 | -0/+1 | |
| | |||||
* | man pages for vmm(4) i386 | 2016-10-21 | 2 | -2/+84 | |
| | |||||
* | remove Xrs to ym, sea, and wss; | 2016-08-31 | 1 | -4/+3 | |
| | |||||
* | remove ym, wss, and sea drivers | 2016-08-31 | 3 | -120/+2 | |
| | |||||
* | for some time now mandoc has not required MLINKS to function | 2016-03-30 | 1 | -2/+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/+7 | |
| | | | | tweaks and ok jmc@ | ||||
* | replace "can not" with "cannot"; | 2015-11-01 | 1 | -3/+3 | |
| | |||||
* | typo. | 2015-10-22 | 1 | -3/+3 | |
| | | | | ok jmc@ | ||||
* | Use .An in the AUTHORS section where appropriate; | 2015-01-15 | 2 | -7/+11 | |
| | | | | from Kaspars at Bankovskis dot net | ||||
* | Add skgpio(4) a driver for the Soekris net6501 GPIO and LEDs | 2014-12-10 | 2 | -2/+59 | |
| | | | | from Matt Dainty. | ||||
* | Reduce instances of `` '' in manuals. | 2014-11-15 | 1 | -3/+5 | |
| | | | | | | | | | | | | troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@ | ||||
* | Restore the true Copyright notice and license of intro(4) that various | 2014-09-19 | 1 | -18/+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@ | ||||
* | Remove userland bits related to the crypto(4) interface; ok deraadt | 2014-08-20 | 1 | -4/+4 | |
| | |||||
* | say more explicitly where the .Er values show up, and fix the .Sh title; | 2014-02-15 | 1 | -3/+8 | |
| | | | | | | triggered because Jan Stary noticed that .Sh RETURN VALUES is strange to have in section 4 manuals; ok matthieu@ | ||||
* | obvious .Pa fixes; found with mandocdb(8) | 2014-01-21 | 4 | -12/+12 | |
| | |||||
* | Remove reference to "busy ranges" which were never implemented (and now | 2013-08-24 | 1 | -8/+3 | |
| | | | | removed) | ||||
* | no longer any need to quote macro lines with >9 args; | 2013-08-14 | 2 | -6/+6 | |
| | | | | From: Jan Stary | ||||
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | 2013-07-16 | 8 | -26/+26 | |
| | |||||
* | do not use Sx for sections outwith the man page; | 2013-06-29 | 1 | -8/+4 | |
| | |||||
* | tweak previous; | 2012-09-06 | 1 | -2/+2 | |
| | |||||
* | mention SMBus support in glxpcib(4) | 2012-09-06 | 1 | -3/+5 | |
| | |||||
* | kernel configs dont need "scsibus* at foo?" anymore. | 2012-08-14 | 3 | -9/+6 | |
| | | | | "guess you get more commits" deraadt@ | ||||
* | Add support for the HPET on this device. | 2012-06-04 | 1 | -5/+9 | |
| | | | | | | From Matt Dainty. ok deraadt@ | ||||
* | tweak tcpcib.4 Nd a little, and add it to pci.4; ok jsg | 2012-05-28 | 1 | -3/+3 | |
| | |||||
* | tweak previous; | 2012-05-27 | 1 | -5/+6 | |
| | |||||
* | Add tcpcib(4) to support Intel Atom E600 watchdog. | 2012-05-27 | 2 | -2/+66 | |
| | | | | From Matt Dainty. ok kettenis@ | ||||
* | remove pss | 2011-06-29 | 2 | -78/+2 | |
| | |||||
* | delete references to mcd | 2011-06-26 | 2 | -48/+2 | |
| | |||||
* | Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@. | 2010-09-26 | 2 | -6/+4 | |
| | |||||
* | - remove some silly .Tn/.Tm | 2010-09-19 | 1 | -22/+12 | |
| | | | | - supply a missing -width to one of the lists | ||||
* | remove the ``midisyn'' framework and anything using it, i.e., the opl | 2010-07-31 | 1 | -4/+2 | |
| | | | | device and the midi interface to pcppi. | ||||
* | Nuke missed .Xr ss. Pointed out by jmc@. | 2010-07-03 | 2 | -6/+4 | |
| | |||||
* | Add missing text from license. Originally found in safte(4) in July | 2010-03-22 | 1 | -4/+4 | |
| | | | | | | 2005, this was copied around quite a bit. ok jmc@ deraadt@ dlg@ claudio@ grange@ marco@ | ||||
* | move man page for auglx(4) to MI as well | 2010-02-19 | 2 | -42/+2 | |
| | | | | OK miod@ | ||||
* | Comment lines must start with '.\"', not '.\' or '..\"'. | 2010-01-02 | 1 | -3/+3 | |
| | | | | | Syntax errors found by mandoc(1), also required to fix the mandoc build. ok jmc@ | ||||
* | clarify the last entry in BUGS somewhat, since not all mp machines | 2009-07-13 | 1 | -3/+4 | |
| | | | | | will have more than one temperature sensor; ok tedu | ||||
* | mpbios(4) | 2009-01-13 | 2 | -3/+62 | |
| | |||||
* | (oops, forgot to grep for "ifconfig -M/m") | 2008-09-07 | 1 | -4/+4 | |
| | | | | -Mm now unsupported, use "media" without args; | ||||
* | Remove clauses 3 and 4 from BSD license owned by mickey and NetBSD. | 2008-07-01 | 1 | -9/+2 | |
| | | | | OK mickey, deraadt. | ||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 3 | -27/+6 | |
| | | | | | | | | | 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@ | ||||
* | auglx(4) is an audio(4) driver for the AC'97 audio codec found on | 2008-06-25 | 2 | -3/+43 | |
| | | | | | | | | | | | some AMD Geode LX systems with CS5536 companion chip. It works similar to auich(4) and auixp(4), but the hardware dependent parts are quite different. Tested with various PC-Engines ALIX boards (1B, 3C3) and a WebDT 186 board. feedback many, ok deraadt & jmc (documentation) | ||||
* | Sync with reality and fix some typos/wording. | 2008-06-19 | 1 | -8/+8 | |
| | |||||
* | missing full stops; | 2008-06-16 | 1 | -3/+3 | |
| |