Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2016-11-08 | Set permissions of src.db and mandoc.db explicitly to 644 so | Theo Buehler | |
they don't depend on the umask during make build. ok deraadt | |||
2016-11-08 | Use sed -i to post-process .depend. This avoids permission issues caused | Martin Natano | |
by the file being created in /tmp. tweaks and ok tb | |||
2016-11-03 | Add a proper annotation for portroach documentation link | Daniel Jakots | |
OK schwarze@ | |||
2016-11-03 | Re-add the Xr macro to syspatch now that it's hooked up. | Antoine Jacoutot | |
2016-11-03 | Document the KVP interface | Mike Belopuhov | |
2016-10-31 | Update to reflect the changes necessary for noperm releases. Trim some | Theo Buehler | |
more fat and avoid introducing unnecessary variables. with & ok tj, ok deraadt, prodded by robert | |||
2016-10-31 | P is not settable enymore | Otto Moerbeek | |
2016-10-29 | Update the man page after the addition of MODPY_ABI_TAG | Daniel Jakots | |
From sthen@ | |||
2016-10-28 | H is no more | Otto Moerbeek | |
2016-10-26 | Section name references are case sensitive | Mike Belopuhov | |
2016-10-25 | minor tweaks; | Jason McIntyre | |
2016-10-25 | provide an example based on the mbuf code | David Gwynne | |
2016-10-25 | bluhm@ suggested pointing out that cpumem_malloc_ncpus and | David Gwynne | |
counters_alloc_ncpus preserve the contents of memory used by the boot cpu. | |||
2016-10-25 | bluhm@ suggests that it is enough to say that the allocations will | David Gwynne | |
be zeroed, and how they're zeroed is an implementation detail that doesnt really help the reader. | |||
2016-10-25 | start documenting allocating per cpu data at boot time, and adding | David 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-24 | fix SEE ALSO; | Jason McIntyre | |
2016-10-24 | Make mfii(4) bio(4) capable. | YASUOKA Masahiko | |
ok dlg | |||
2016-10-21 | Add missing dot at beginning of macro line. | Alexander Bluhm | |
2016-10-21 | more tweaks; ok dlg | Jason McIntyre | |
2016-10-21 | first stab at describing the per cpu counters api | David Gwynne | |
2016-10-21 | provos didnt write any of this | David Gwynne | |
2016-10-21 | tweak previous; | Jason McIntyre | |