Age | Commit message (Expand) | Author |
2016-10-07 | no more imx.4; | Jason McIntyre |
2016-10-07 | imx(4) is no more. | Mark Kettenis |
2016-10-07 | document BUILDUSER; ok tb | Jason McIntyre |
2016-10-07 | tweak previous; | Jason McIntyre |
2016-10-07 | Add a few tips on setting up hvn(4) interfaces | Mike Belopuhov |
2016-10-06 | Use BUILDUSER as the owner of new links/directories created in 'make obj' | Martin Natano |
2016-10-05 | De-escalate to an unprivileged users during 'make build' and 'make release'. | Martin Natano |
2016-10-05 | Overhaul the release(8) manual: the current version prompted some users | Theo Buehler |
2016-10-04 | Specify update rules, and add my home airport to the list | Frederic Cambus |
2016-10-03 | Add a manual page for ompinmux. | Jonathan Gray |
2016-10-01 | some minor tweaks; ok yasuoka | Jason McIntyre |
2016-09-28 | Update to tzdata2016g from from ftp.iana.org. | Todd C. Miller |
2016-09-28 | Add a sentence about BUILD_DEPENDS automatically set with EXTRACT_SUFX | Daniel Jakots |
2016-09-28 | group the sysctls; | Jason McIntyre |
2016-09-28 | document kern.allowkmem; reminded by deraadt | Jason McIntyre |
2016-09-27 | Small nit from kettenis@: -fstrict-aliasing is turned on if -Ofast. | Pascal Stumpf |
2016-09-27 | Add a clang-local(1) man page, similar to gcc-local(1). This documents | Pascal Stumpf |
2016-09-27 | missing colon; from Rob Pierce <rob at 2keys dot ca> | Ingo Schwarze |
2016-09-25 | Install the copyright notice as ${MANOWN}:${MANGRP} with ${MANMODE} and | Theo Buehler |
2016-09-25 | Some ownership fixes for /usr/share/. | Martin Natano |
2016-09-24 | jmc noticed a chunk failed to apply. actually document hashfree. | Ted Unangst |
2016-09-24 | introduce hashfree() function to free hash tables, with sizes. | Ted Unangst |
2016-09-24 | Specify "to" addresses in one of the examples that shows use of af-to for | Stuart Henderson |
2016-09-23 | Unhook sqlite3. | Stuart Henderson |
2016-09-22 | Introduce a new 'softclock' thread that will be used to execute timeout | Martin Pieuchot |
2016-09-21 | Loadable kernel modules are gone. | Martin Natano |
2016-09-20 | Rewrite awkward phrase, pointed out by Bryan Vyhmeister, wording tweak | Stuart Henderson |
2016-09-20 | sort; | Jason McIntyre |
2016-09-20 | mention SAS3 devices | Jonathan Matthew |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-18 | Add manual for octuctl(4); from Rafael Neves <rafael at diskless dot io>. | Ingo Schwarze |
2016-09-18 | there's no reason to point readers to options(4) now; | Jason McIntyre |
2016-09-18 | option INSECURE is obsolete | Theo de Raadt |
2016-09-18 | add some barebones manual pages | Jonathan Gray |
2016-09-17 | move the .SUNW_ctf section name definition to exec_elf.h and document it in e... | Jasper Lievisse Adriaanse |
2016-09-16 | Hook up Hyper-V man pages | Mike Belopuhov |
2016-09-15 | life is not a newspaper headline, and Nd follows suit... | Jason McIntyre |
2016-09-15 | add a manual page for omwugen | Jonathan Gray |
2016-09-15 | Drop references to FreeBSD driver names; I've got one wrong already... | Mike Belopuhov |
2016-09-15 | tweak previous; | Jason McIntyre |
2016-09-15 | Document the USB task API | Adam Wolk |
2016-09-15 | tweak previous; | Jason McIntyre |
2016-09-15 | Add Hyper-V devices | Mike Belopuhov |
2016-09-15 | hyper-v networking interface man page | Mike Belopuhov |
2016-09-15 | hyper-v guest nexus device man page | Mike Belopuhov |
2016-09-15 | some pool_setipl mop up; ok dlg | Jason McIntyre |
2016-09-15 | add RBT_POISON and RBT_CHECK so you can poison the pointers in RBT_ENTRYs | David Gwynne |
2016-09-15 | RBT_NEXT, PREV, LEFT, RIGHT, and PARENT take an element, not a tree. | David Gwynne |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-15 | remove m_copym2 as its use has been replaced by m_dup_pkt | David Gwynne |