summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2016-04-29Delete invocation of mailq(1) that was present for historical reasons.Ingo Schwarze
On a real mailserver, it's too noisy and may be a privacy concern. On a machine that's not a mailserver, it's pointless. Besides, Theo points out that running subsystems that potentially parse untrusted user data daily, at a predictable time, as root is not a very good idea in the first place. Suggested by millert@; gilles@ matthieu@ deraadt@ sthen@ agree
2016-04-28provide some examples.David Gwynne
encouragement and reminders from jmc@
2016-04-28Only one bpf device is required; pointed out by and ok jmcMartin Natano
2016-04-28Replace /dev/bpf[0-9] with /dev/bpf and /dev/bpf0. The /dev/bpf node isMartin Natano
unused for now, but I plan to convert all programs in base to use it in a future diff. /dev/bpf0 is for compatibility with existing binaries and is to be removed after a transition period. ok rpe krw, for the installer part "Let's see it hit the tree." deraadt
2016-04-26unwanted .El;Jason McIntyre
2016-04-26Document recent rc.subr/rc.d changes.Antoine Jacoutot
ok sthen@ robert@
2016-04-26some minor cleanup;Jason McIntyre
2016-04-26We use MODPY_COMMENT, not MODPY_PYCOMMENT.Giannis Tsaraias
OK jasper@ danj@
2016-04-26add stub for font.port.mkJasper Lievisse Adriaanse
2016-04-26Match on RTS522A. Found in 2016 thinkpads.Jonathan Gray
Tested by Bryan Vyhmeister on x260.
2016-04-25regenTed Unangst
2016-04-25remove systraceTed Unangst
2016-04-24Remove mention of COMPAT_PCVT. Reminder by guenther@, thanks.Matthieu Herrb
2016-04-23remove errant Pp;Jason McIntyre
2016-04-23update this to reflect the current state of the driver.David Gwynne
while here remove a lot of cruft, namely stuff about how packets are laid out. i dislike documenting the ioctls instead of what to do with ifconfig. most people arent programming against devices, they just want to configure the things using the existing tools. oh well. an examples section would be welcome if someone can tell me what's useful. ok sthen@ jmc@
2016-04-21Remove some incorrect and outdated references to pool debugging from pool.hMike Larkin
and pool(9) manpage ok dlg
2016-04-17all archs support shared libs; from bob nw8lJason McIntyre
ok sthen
2016-04-17document text editors and use some Ar; from rob pierceJason McIntyre
2016-04-15remove ml_filter, mq_filter, niq_filter.David Gwynne
theyre currently unused, so no functional change.
2016-04-14nvme tweaks;Jason McIntyre
2016-04-14add nvme(4)David Gwynne
2016-04-14nvme(4) is a driverDavid Gwynne
2016-04-10Add octeon.Visa Hankala
2016-04-08bare .Nm gets turned into m_copym2, which is wrong when describing mbufs.David Gwynne
use explicit .Nm mbuf where appropriate. discussed with jmc@
2016-04-08tweak previous;Jason McIntyre
2016-04-08may as well put words around bpf_validate while hereDavid Gwynne
2016-04-08document bpf_filter and bpf_mfilterDavid Gwynne
2016-04-08document m_purge.David Gwynne
2016-04-08m_freem returns an mbuf like m_free nowDavid Gwynne
this steals the m_free words to describe what m_freem does now.
2016-04-08document m_dup_pkt()David Gwynne
2016-04-07Link to faq15.html#Ports instead of just faq15.html. This matches theTheo Buehler
DESCRIPTION section that sthen@ fixed in November and reflects the content of the former faq/ports/ports.html better. discussed with jmc@
2016-04-07update the ports link; from solene rapenneJason McIntyre
2016-04-05Remove mention of Turbo Mode from ath(4) since the driver doesn't support itRicardo Mestre
Discussed with and OK from sthen@ stsp@ kettenis@ jsg@
2016-04-03double word;Jason McIntyre
2016-04-03Long overdue updates for timecounter changes.Jonathan Gray
Feedback from jmc@, ok guenther@ for an earlier version.
2016-04-03ath(4) 11g support code is broken and not enabled. Document this limitation.Stefan Sperling
2016-04-01no Pp before Sh;Jason McIntyre
2016-04-01Building kernels with PPPOE_SERVER enabled has been broken for at leastJonathan Gray
eleven years, remove it. Despite what the wildly outdated time(9) claims, there is no longer globally visible "struct timeval mono_time" or "struct timeval time". ok mpi@ sthen@ mikeb@
2016-03-31Don't use .Aq for syntax elements that require ASCII "<>".Ingo Schwarze
Patch from Christian Heckendorf <mbie at ulmus dot me>. OK jmc@ bentley@
2016-03-31The USB console port on Aruba 7xxx wireless controllers shows up asReyk Floeter
"Aruba Networks USB to UART Bridge Controller". It uses a Silabs CP210x chip with a modified vendor Id that is supported by uslcom(4). OK jsg@
2016-03-30some Xr adjustment to catch up with MLINKS removal;Jason McIntyre
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
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
2016-03-29all the bpf_mtap functions now return whether to drop the packet or notDavid Gwynne
2016-03-29tweak previous;Jason McIntyre
2016-03-29IPL_NET, not IPL_HIGH.David Gwynne
too much reading task_add.9 as a reference
2016-03-29some basic doco for the bpf_mtap family of functions.David Gwynne
yes yes deraadt@
2016-03-28some bytgpio bits;Jason McIntyre
2016-03-28btgpio(4)Mark Kettenis
2016-03-26Add devel/qmake and x11/qt5 modules documentation.Vadim Zhukov
2016-03-24no more i386_get_ioperm(2);Jason McIntyre