summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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
2016-11-08Set permissions of src.db and mandoc.db explicitly to 644 soTheo Buehler
they don't depend on the umask during make build. ok deraadt
2016-11-08Use sed -i to post-process .depend. This avoids permission issues causedMartin Natano
by the file being created in /tmp. tweaks and ok tb
2016-11-03Add a proper annotation for portroach documentation linkDaniel Jakots
OK schwarze@
2016-11-03Re-add the Xr macro to syspatch now that it's hooked up.Antoine Jacoutot
2016-11-03Document the KVP interfaceMike Belopuhov
2016-10-31Update to reflect the changes necessary for noperm releases. Trim someTheo Buehler
more fat and avoid introducing unnecessary variables. with & ok tj, ok deraadt, prodded by robert
2016-10-31P is not settable enymoreOtto Moerbeek
2016-10-29Update the man page after the addition of MODPY_ABI_TAGDaniel Jakots
From sthen@
2016-10-28H is no moreOtto Moerbeek
2016-10-26Section name references are case sensitiveMike Belopuhov
2016-10-25minor tweaks;Jason McIntyre
2016-10-25provide an example based on the mbuf codeDavid Gwynne
2016-10-25bluhm@ suggested pointing out that cpumem_malloc_ncpus andDavid Gwynne
counters_alloc_ncpus preserve the contents of memory used by the boot cpu.
2016-10-25bluhm@ suggests that it is enough to say that the allocations willDavid Gwynne
be zeroed, and how they're zeroed is an implementation detail that doesnt really help the reader.
2016-10-25start documenting allocating per cpu data at boot time, and addingDavid Gwynne
memory for new cpus after theyve attached. some tweaks from jmc@ who will probably find more things wrong after this. im putting some suggestions in from bluhm@ shortly
2016-10-24fix SEE ALSO;Jason McIntyre
2016-10-24Make mfii(4) bio(4) capable.YASUOKA Masahiko
ok dlg
2016-10-21Add missing dot at beginning of macro line.Alexander Bluhm
2016-10-21more tweaks; ok dlgJason McIntyre
2016-10-21first stab at describing the per cpu counters apiDavid Gwynne
2016-10-21provos didnt write any of thisDavid Gwynne
2016-10-21tweak previous;Jason McIntyre