Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-02 | Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code. | Martin Pieuchot | |
ttyB* minor numbers change; be sure to rerun MAKEDEV if you do not upgrade with bsd.rd Adapted from NetBSD by miod@ | |||
2017-11-01 | add missing El, though i'm sort of guessing as to its position; | Jason McIntyre | |
2017-11-01 | Update ruby-module.5 for default ruby version switch from 2.3 to 2.4 | Jeremy Evans | |
Also remove ruby 1.8, 2.1, and 2.2 information, as that support was removed. Additionally, extconf CONFIGURE_STYLE support was removed, so remove mention of that as well. | |||
2017-10-30 | List bwfm(4) in usb(4). | Patrick Wildt | |
Prompted by and ok jmc@ | |||
2017-10-30 | Fix grammar mistake I was supposed to fix before committing. | Patrick Wildt | |
2017-10-30 | Add bwfm(4) manpage. | Patrick Wildt | |
ok stsp@ | |||
2017-10-30 | Document {mtx,rw,rrw}_init_flags() and MUTEX_INITIALIZER_FLAGS(). | Visa Hankala | |
Input and OK jmc@, OK mpi@ | |||
2017-10-29 | Sync example with description. | Martin Pieuchot | |
From Bryan Linton. | |||
2017-10-27 | Allocate IPv6 reassembly structs using pools instead of malloc(), | Visa Hankala | |
and drop the now redundant allocation type M_FTABLE. OK mikeb@, bluhm@, mpi@ | |||
2017-10-27 | Mention <elf.h> rather than <elf_abi.h> which is not portable. | Martin Pieuchot | |
2017-10-26 | Build clang on armv7. | Mark Kettenis | |
ok jsg@, patrick@, deraadt@ | |||
2017-10-25 | Remove the TCP_FACK option and associated #if{,n}def code. | job | |
TCP_FACK was disabled by provos@ in June 1999. TCP_FACK is an algorithm that decides that when something is lost, all not SACKed packets until the most forward SACK are lost. It may be a correct estimate, if network does not reorder packets. OK visa@ mpi@ mikeb@ | |||
2017-10-24 | remove defines for ioctls the kernel doesn't recognise | Jonathan Gray | |
ok mpi@ | |||
2017-10-23 | Update to tzdata2017c from ftp.iana.org | Todd C. Miller | |
2017-10-23 | Modernize documentation of .Ao and .Aq. | Ingo Schwarze | |
I looked through our whole tree and failed to find a single use that is really convincing, except those with .Mt. Putting it around character and key names is somewhat widespread and maybe acceptable, even if hardly useful. So for now, delete the bogus examples and explain what these macros are really used for. Discourage the most common abuses. Triggered by a question from Raf Czlonka <rczlonka at gmail dot com>. | |||
2017-10-23 | remove mention of unused MACOBIOVERBOSE and NBUF options | Jonathan Gray | |
2017-10-22 | TCP_SACK is no longer optional. | job | |
OK mikeb@ | |||
2017-10-17 | add missing HISTORY; based on CVS logs and release announcements | Ingo Schwarze | |
2017-10-17 | Full rewrite: | Ingo Schwarze | |
Remove much that was outdated, misleading, or irrelevant. Add some lacking information instead. Joint work with deraadt@, using much feedback from guenther@ and naddy@, OK deraadt@ jmc@ naddy@. | |||
2017-10-17 | remove the remaining references to .depend files since nothing creates them | Christian Weisgerber | |
any longer; ok espie@ deraadt@ | |||
2017-10-16 | ifconfig's tunnel command has been using the SIOCSLIFPHYADDR ioctl(2) | Martin Pieuchot | |
since 2001. Never too late to correct a lie. | |||
2017-10-14 | tweak previous; | Jason McIntyre | |
2017-10-13 | Integrate the description of flow queues into the main body of text | Mike Belopuhov | |
2017-10-12 | Copy comment for M_LOOP from header file to mbuf(9). | Alexander Bluhm | |
2017-10-12 | some style fixes from ross l richardson; | Jason McIntyre | |
checked by/ok bluhm | |||
2017-10-11 | add em7345; from christoph r. murauer | Jason McIntyre | |
2017-10-06 | Kill the divert-packet socket option IP_DIVERTFL to filter packets. | Alexander Bluhm | |
It used a loop over the global list divbtable that would be hard to make MP safe. The port net/dnsfilter does not work without this, it should be converted to divert-to. Neither other ports nor base use this filter feature. ports checked by sthen@; OK mpi@ benno@ | |||
2017-10-06 | Use the modern POSIX idiom "-exec ... {} +" instead of find|xargs and | Christian Weisgerber | |
combine the two find(1) invocations into one. From Klemens Nanni; ok tb@ | |||
2017-10-06 | missing quote in previous; | Jason McIntyre | |
2017-10-05 | Add support for the "TEMPer1F_H1V1.5F" USB temperature and humidity | Stefan Sperling | |
sensor to the ugold(4) driver. Patch by Jan Klemkow Tested by Remi Locherer ok mpi@ patrick@ | |||
2017-10-05 | clang does not search /usr/local; | Jason McIntyre | |
from janne johansson ok patrick | |||
2017-09-29 | New ddb(4) command: kill. | Martin Pieuchot | |
Send an uncatchable SIGABRT to the process specified by the pid argument. Useful in case of CPU exhaustion to kill the DoSing process and generate a core for later inspection. ok phessler@, visa@, kettenis@, miod@ | |||
2017-09-25 | the Alea I works fine with urng(4) so update the manpage accordingly | Jasper Lievisse Adriaanse | |
2017-09-23 | F changed meaning a bit; ok tb@ | Otto Moerbeek | |
2017-09-21 | Add missing new line; ok jmc@ | anton | |
2017-09-18 | Mention that Generation 2 Virtual Machines are currently not supported | Mike Belopuhov | |
2017-09-17 | link to mtrr(4) because the mem(4) driver supports ioctl(2) | Ingo Schwarze | |
in addition to read(2) and write(2) and because that ioctl(2) support is documented in mtrr(4); OK jmc@ | |||
2017-09-13 | Fix typo; ok benno@ jmc@ sthen@ tb@ | anton | |
2017-09-12 | use .Dv for ioctl(2) request names; | Ingo Schwarze | |
from <ScottCheloha at gmail dot com> | |||
2017-09-12 | use the standard .Fa idiom for ioctl(2) args, and kill .Tn | Ingo Schwarze | |
2017-09-12 | use the standard .Fa idiom for ioctl(2) args | Ingo Schwarze | |
2017-09-12 | minor markup corrections: Cd for options(4), Vt for data types | Ingo Schwarze | |
2017-09-12 | standard .Fa markup for ioctl(2) args, and add one missing .Dv; | Ingo Schwarze | |
from <ScottCheloha at gmail dot com> | |||
2017-09-12 | option DDB_STRUCT is gone, 'show struct' now work in GENERIC. | Martin Pieuchot | |
2017-09-12 | Update the documentation regarding /dev/mem and /dev/kmem; | Ingo Schwarze | |
Theo already clamped down on these devices last year. Triggered by a question from Nan Xiao <xiaonan830818 at gmail dot com>. OK deraadt@ | |||
2017-09-09 | fix capitalization of "Altus Metrum" | Jasper Lievisse Adriaanse | |
from Raf Czlonka | |||
2017-09-07 | Update hardware list. | Visa Hankala | |
2017-09-07 | rework "Errata" to mention syspatch(8); | Jason McIntyre | |
based on a diff from jesper wallin ok aja | |||
2017-09-06 | add support for the Realtek RTS525A | Joshua Stein | |
ok stsp | |||
2017-09-05 | bring mi_switch() manpage up to date | Jonathan Matthew | |
ok mpi@ guenther@ |