summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2016-12-18Introduce a list of architectures that use clang as compiler. ThePatrick Wildt
first arch on that list is aarch64. ok kettenis@
2016-12-13one more `e' required to mark up correctly; ok millertJason McIntyre
2016-12-13Document MODFOO_post-extract.Landry Breuil
From semarie@, ok espie@
2016-12-13In troff, a literal backslash character needs an 'e' at the end.Todd C. Miller
The nixspam example was missing this. From Larry Hynes.
2016-12-12Add support for Option iCON 505 from Piotr Isajew and consistentlyJonathan Gray
name other iCON devices the way Option does.
2016-12-11Document how an MCS index is represented in ieee80211_radiotap(9).Stefan Sperling
2016-12-10Update iwm(4) CAVEATS section; MIMO is now supportedStefan Sperling
2016-12-07tweak previous;Jason McIntyre
2016-12-07Mention X552, don't mention X557 which is a PHYMike Belopuhov
2016-12-07Add xbf(4)Mike Belopuhov
2016-12-07xbf(4) manual pageMike Belopuhov
2016-12-05Add missing area codes for Poland, and fix an erroneous entry.Frederic Cambus
2016-11-30list 'StarTech USB31000S' as supported; the driver already attached to it ↵Jasper Lievisse Adriaanse
for a while also tested by yours truly
2016-11-30better text for makeoptions DEBUG; help/ok mpiJason McIntyre
2016-11-30update the ix(4) entry;Jason McIntyre
2016-11-30Update the manual page regarding recent changesMike Belopuhov
This adds a few new devices from the X550 family as well as a note that fiber optics modules must be removed after the interface is brought down as discussed on ICB.
2016-11-29Some tweaks reflecting that DEBUG=-g is the default for building kernels.Martin Pieuchot
With jmc@
2016-11-28catch up with ioctl rename; ok reykJason McIntyre
2016-11-27Remove some more verbiage.Theo Buehler
looks alright to tj
2016-11-26Tighten some sentences.Theo Buehler
help & ok tj
2016-11-26belatedly add an entry for mfii(4);Jason McIntyre
2016-11-26Remove leftovers of line disciplines that are no more.Martin Pieuchot
ok mikeb@
2016-11-25H531gw also works nowOtto Moerbeek
2016-11-24add em7455; from brian vyhmeisterJason McIntyre
2016-11-24Remove the solar files; they were removed from upstream in 2013.Todd C. Miller
OK deraadt@
2016-11-24Update to tzdata2016j from ftp.iana.orgTodd C. Miller
2016-11-23Clean up some abuse of the .Va macro to achieve a visual effect: omit it orTheo Buehler
replace it with more appropriate macros where possible or necessary. input & ok schwarze
2016-11-23Add Ericsson N5321gwIngo Feinerer
OK jmc@
2016-11-21jmc@ pointed out i forgot to fix the missing SRPL_LEAVE in the synopsis.David Gwynne
sprinkle some .Ft on the things that act like functions while here.
2016-11-21tweak the pages based on feedback from jmc@David Gwynne
they could do with some examples too.
2016-11-20Move LOCKED macros to teir own manual.Martin Pieuchot
This will allow us to better document them and add examples. Disccussed with dlg@
2016-11-20Rename SRPL_ENTER() to SRPL_FIRST() and SRPL_NEXT() to SRPL_FOLLOW().Martin Pieuchot
This allows us to introduce SRPL_NEXT() that can be used to start iterating on an arbitrary member of an srp list, hence without calling SRPL_ENTER(). ok dlg@, jmatthew@
2016-11-20Document a limitation on interrupt routing.Visa Hankala
2016-11-19Add that RELEASEDIR must be writable by the build user.Theo Buehler
ok tj
2016-11-19Update for builds with a dedicated user: BUILDUSER now defaults to buildTheo Buehler
and document WOBJGROUP and WOBJUMASK. Also: more consistent quotes. ok jmc
2016-11-19Update for builds with a dedicated build user. Eliminate some moreTheo Buehler
customization variables and refer to mk.conf(5) instead. input & ok tj
2016-11-19Enable builds with a dedicated user that cannot elevate privileges or writeTheo Buehler
to /usr/src or /usr/xenocara. Change /usr/{,x}obj to owner build:wobj with mode 770 and install the systemwide makefiles before starting a build. The root of the noperm fs containing DESTDIR should also be owned by build:wobj. Developers will need to add their users to group wobj to be able to write to /usr/{,x}obj/. "push forward" deraadt; testing, input & ok rpe
2016-11-17Add loongson references.Visa Hankala
2016-11-17Add htb(4) and leioc(4).Visa Hankala
2016-11-15Add support for lid state detection in ykbec(4).Frederic Cambus
Tested on a Lemote Yeeloong 8101B. OK visa@, looks good to deraadt@
2016-11-14Update the switch(4) man page to tell that the device handles streams andRafael Zalamena
not packets anymore. ok reyk@, jmc@
2016-11-14tweak previous;Jason McIntyre
2016-11-14Automatically create a default lo(4) interface per rdomain.Martin Pieuchot
In order to stop abusing lo0 for all rdomains, a new loopback interface will be created every time a rdomain is created. The unit number will be the same as the rdomain, i.e. lo1 will be attached to rdomain 1. If this loopback interface is already in use it wont be possible to create the corresponding rdomain. In order to know which lo(4) interface is attached to a rdomain, its index is stored in the rtable/rdomain map. This is a long overdue since the introduction of rtable/rdomain. It also fixes a recent regression due to resetting the rdomain of an incoming packet reported by semarie@, Andreas Bartelt and Nils Frohberg. ok claudio@
2016-11-14grammar;Jason McIntyre
2016-11-14document counters_inc, counters_add, and counters_pkt.David Gwynne
2016-11-14M_COUNTERS is a thingDavid Gwynne
2016-11-13Improve the description of the hostname information.Robert Peichaer
OK landry@ krw@
2016-11-13Change the hash version string from $2a$ to $2b$.Theo Buehler
ok rpe
2016-11-13update the link for communication devices; the actual document linkJason McIntyre
is quite lengthy and the original doc has been split into five parts, so i've just linked to the man doc page;
2016-11-08Most directories in /usr/share/zoneinfo are created by zic(8), hence theirTheo Buehler
permissions are subject to the umask. Set them explicitly to a=rx. ok millert