Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-18 | Introduce a list of architectures that use clang as compiler. The | Patrick Wildt | |
first arch on that list is aarch64. ok kettenis@ | |||
2016-12-13 | one more `e' required to mark up correctly; ok millert | Jason McIntyre | |
2016-12-13 | Document MODFOO_post-extract. | Landry Breuil | |
From semarie@, ok espie@ | |||
2016-12-13 | In 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-12 | Add support for Option iCON 505 from Piotr Isajew and consistently | Jonathan Gray | |
name other iCON devices the way Option does. | |||
2016-12-11 | Document how an MCS index is represented in ieee80211_radiotap(9). | Stefan Sperling | |
2016-12-10 | Update iwm(4) CAVEATS section; MIMO is now supported | Stefan Sperling | |
2016-12-07 | tweak previous; | Jason McIntyre | |
2016-12-07 | Mention X552, don't mention X557 which is a PHY | Mike Belopuhov | |
2016-12-07 | Add xbf(4) | Mike Belopuhov | |
2016-12-07 | xbf(4) manual page | Mike Belopuhov | |
2016-12-05 | Add missing area codes for Poland, and fix an erroneous entry. | Frederic Cambus | |
2016-11-30 | list 'StarTech USB31000S' as supported; the driver already attached to it ↵ | Jasper Lievisse Adriaanse | |
for a while also tested by yours truly | |||
2016-11-30 | better text for makeoptions DEBUG; help/ok mpi | Jason McIntyre | |
2016-11-30 | update the ix(4) entry; | Jason McIntyre | |
2016-11-30 | Update the manual page regarding recent changes | Mike 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-29 | Some tweaks reflecting that DEBUG=-g is the default for building kernels. | Martin Pieuchot | |
With jmc@ | |||
2016-11-28 | catch up with ioctl rename; ok reyk | Jason McIntyre | |
2016-11-27 | Remove some more verbiage. | Theo Buehler | |
looks alright to tj | |||
2016-11-26 | Tighten some sentences. | Theo Buehler | |
help & ok tj | |||
2016-11-26 | belatedly add an entry for mfii(4); | Jason McIntyre | |
2016-11-26 | Remove leftovers of line disciplines that are no more. | Martin Pieuchot | |
ok mikeb@ | |||
2016-11-25 | H531gw also works now | Otto Moerbeek | |
2016-11-24 | add em7455; from brian vyhmeister | Jason McIntyre | |
2016-11-24 | Remove the solar files; they were removed from upstream in 2013. | Todd C. Miller | |
OK deraadt@ | |||
2016-11-24 | Update to tzdata2016j from ftp.iana.org | Todd C. Miller | |
2016-11-23 | Clean up some abuse of the .Va macro to achieve a visual effect: omit it or | Theo Buehler | |
replace it with more appropriate macros where possible or necessary. input & ok schwarze | |||
2016-11-23 | Add Ericsson N5321gw | Ingo Feinerer | |
OK jmc@ | |||
2016-11-21 | jmc@ 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-21 | tweak the pages based on feedback from jmc@ | David Gwynne | |
they could do with some examples too. | |||
2016-11-20 | Move LOCKED macros to teir own manual. | Martin Pieuchot | |
This will allow us to better document them and add examples. Disccussed with dlg@ | |||
2016-11-20 | Rename 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-20 | Document a limitation on interrupt routing. | Visa Hankala | |
2016-11-19 | Add that RELEASEDIR must be writable by the build user. | Theo Buehler | |
ok tj | |||
2016-11-19 | Update for builds with a dedicated user: BUILDUSER now defaults to build | Theo Buehler | |
and document WOBJGROUP and WOBJUMASK. Also: more consistent quotes. ok jmc | |||
2016-11-19 | Update for builds with a dedicated build user. Eliminate some more | Theo Buehler | |
customization variables and refer to mk.conf(5) instead. input & ok tj | |||
2016-11-19 | Enable builds with a dedicated user that cannot elevate privileges or write | Theo 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-17 | Add loongson references. | Visa Hankala | |
2016-11-17 | Add htb(4) and leioc(4). | Visa Hankala | |
2016-11-15 | Add support for lid state detection in ykbec(4). | Frederic Cambus | |
Tested on a Lemote Yeeloong 8101B. OK visa@, looks good to deraadt@ | |||
2016-11-14 | Update the switch(4) man page to tell that the device handles streams and | Rafael Zalamena | |
not packets anymore. ok reyk@, jmc@ | |||
2016-11-14 | tweak previous; | Jason McIntyre | |
2016-11-14 | Automatically 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-14 | grammar; | Jason McIntyre | |
2016-11-14 | document counters_inc, counters_add, and counters_pkt. | David Gwynne | |
2016-11-14 | M_COUNTERS is a thing | David Gwynne | |
2016-11-13 | Improve the description of the hostname information. | Robert Peichaer | |
OK landry@ krw@ | |||
2016-11-13 | Change the hash version string from $2a$ to $2b$. | Theo Buehler | |
ok rpe | |||
2016-11-13 | update the link for communication devices; the actual document link | Jason 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-08 | Most directories in /usr/share/zoneinfo are created by zic(8), hence their | Theo Buehler | |
permissions are subject to the umask. Set them explicitly to a=rx. ok millert |