Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-29 | Delete 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-28 | provide some examples. | David Gwynne | |
encouragement and reminders from jmc@ | |||
2016-04-28 | Only one bpf device is required; pointed out by and ok jmc | Martin Natano | |
2016-04-28 | Replace /dev/bpf[0-9] with /dev/bpf and /dev/bpf0. The /dev/bpf node is | Martin 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-26 | unwanted .El; | Jason McIntyre | |
2016-04-26 | Document recent rc.subr/rc.d changes. | Antoine Jacoutot | |
ok sthen@ robert@ | |||
2016-04-26 | some minor cleanup; | Jason McIntyre | |
2016-04-26 | We use MODPY_COMMENT, not MODPY_PYCOMMENT. | Giannis Tsaraias | |
OK jasper@ danj@ | |||
2016-04-26 | add stub for font.port.mk | Jasper Lievisse Adriaanse | |
2016-04-26 | Match on RTS522A. Found in 2016 thinkpads. | Jonathan Gray | |
Tested by Bryan Vyhmeister on x260. | |||
2016-04-25 | regen | Ted Unangst | |
2016-04-25 | remove systrace | Ted Unangst | |
2016-04-24 | Remove mention of COMPAT_PCVT. Reminder by guenther@, thanks. | Matthieu Herrb | |
2016-04-23 | remove errant Pp; | Jason McIntyre | |
2016-04-23 | update 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-21 | Remove some incorrect and outdated references to pool debugging from pool.h | Mike Larkin | |
and pool(9) manpage ok dlg | |||
2016-04-17 | all archs support shared libs; from bob nw8l | Jason McIntyre | |
ok sthen | |||
2016-04-17 | document text editors and use some Ar; from rob pierce | Jason McIntyre | |
2016-04-15 | remove ml_filter, mq_filter, niq_filter. | David Gwynne | |
theyre currently unused, so no functional change. | |||
2016-04-14 | nvme tweaks; | Jason McIntyre | |
2016-04-14 | add nvme(4) | David Gwynne | |
2016-04-14 | nvme(4) is a driver | David Gwynne | |
2016-04-10 | Add octeon. | Visa Hankala | |
2016-04-08 | bare .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-08 | tweak previous; | Jason McIntyre | |
2016-04-08 | may as well put words around bpf_validate while here | David Gwynne | |
2016-04-08 | document bpf_filter and bpf_mfilter | David Gwynne | |
2016-04-08 | document m_purge. | David Gwynne | |
2016-04-08 | m_freem returns an mbuf like m_free now | David Gwynne | |
this steals the m_free words to describe what m_freem does now. | |||
2016-04-08 | document m_dup_pkt() | David Gwynne | |
2016-04-07 | Link to faq15.html#Ports instead of just faq15.html. This matches the | Theo 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-07 | update the ports link; from solene rapenne | Jason McIntyre | |
2016-04-05 | Remove mention of Turbo Mode from ath(4) since the driver doesn't support it | Ricardo Mestre | |
Discussed with and OK from sthen@ stsp@ kettenis@ jsg@ | |||
2016-04-03 | double word; | Jason McIntyre | |
2016-04-03 | Long overdue updates for timecounter changes. | Jonathan Gray | |
Feedback from jmc@, ok guenther@ for an earlier version. | |||
2016-04-03 | ath(4) 11g support code is broken and not enabled. Document this limitation. | Stefan Sperling | |
2016-04-01 | no Pp before Sh; | Jason McIntyre | |
2016-04-01 | Building kernels with PPPOE_SERVER enabled has been broken for at least | Jonathan 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-31 | Don'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-31 | The USB console port on Aruba 7xxx wireless controllers shows up as | Reyk 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-30 | some Xr adjustment to catch up with MLINKS removal; | Jason McIntyre | |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason 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-29 | all the bpf_mtap functions now return whether to drop the packet or not | David Gwynne | |
2016-03-29 | tweak previous; | Jason McIntyre | |
2016-03-29 | IPL_NET, not IPL_HIGH. | David Gwynne | |
too much reading task_add.9 as a reference | |||
2016-03-29 | some basic doco for the bpf_mtap family of functions. | David Gwynne | |
yes yes deraadt@ | |||
2016-03-28 | some bytgpio bits; | Jason McIntyre | |
2016-03-28 | btgpio(4) | Mark Kettenis | |
2016-03-26 | Add devel/qmake and x11/qt5 modules documentation. | Vadim Zhukov | |
2016-03-24 | no more i386_get_ioperm(2); | Jason McIntyre | |