| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly mark up author name. | brueffer | 2015-02-20 | 1 | -1/+1 |
* | Apply mdoc style. | brueffer | 2015-02-20 | 1 | -8/+13 |
* | Add rudimentary man page for llan(4) virtualized ethernet controllers. | nwhitehorn | 2015-02-20 | 2 | -0/+62 |
* | Add myself to committers-doc.dot | bhd | 2015-02-19 | 1 | -0/+2 |
* | Only disable gvn on clang 3.5 and newer. | imp | 2015-02-19 | 1 | -1/+4 |
* | Add LIBXO. | marcel | 2015-02-18 | 1 | -0/+1 |
* | Remove drti.o's dependency on libelf. This makes it possible to add DTrace | markj | 2015-02-18 | 1 | -3/+0 |
* | release: use xz via pipe when compressing the tarballs. | rpaulo | 2015-02-17 | 1 | -0/+9 |
* | Xref the following in wlan(4): | kevlo | 2015-02-16 | 1 | -1/+3 |
* | Import USB display link driver from OpenBSD. Support for compression | hselasky | 2015-02-15 | 2 | -0/+68 |
* | Make the extra dependencies in DPADD be dependencies of PROG_FULL and | jhb | 2015-02-13 | 2 | -5/+5 |
* | Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin; | cperciva | 2015-02-12 | 7 | -11/+14 |
* | Remove remnant from texinfo | bapt | 2015-02-11 | 2 | -38/+0 |
* | Add preliminary support for the Ralink RT5390 and RT5392 chipsets. | kevlo | 2015-02-11 | 1 | -1/+9 |
* | Fix a rendering issue in the nullfs(5) manual page. | gjb | 2015-02-10 | 1 | -3/+2 |
* | Move these definitions to bsd.own.mk along side the kernel directory / | imp | 2015-02-09 | 1 | -1/+5 |
* | Enforce that MK_foo options shall be either "yes" or "no" and nothing | imp | 2015-02-09 | 1 | -0/+8 |
* | Merge xz 5.2.0. | rpaulo | 2015-02-09 | 1 | -0/+1 |
* | Bump .Dd per r278329 | ngie | 2015-02-06 | 1 | -1/+1 |
* | Document WITNESS_COUNT and WITNESS_NO_VNODE | ngie | 2015-02-06 | 1 | -0/+24 |
* | Add a new device control utility for new-bus devices called devctl. This | jhb | 2015-02-06 | 2 | -0/+2 |
* | Clean up more usb related files when MK_USB == no when dealing with | ngie | 2015-02-04 | 4 | -66/+86 |
* | Regen src.conf(5) | ngie | 2015-02-04 | 1 | -1/+55 |
* | Add MK_FILE to control whether or not to build file(1), libmagic(3), etc | ngie | 2015-02-04 | 1 | -0/+1 |
* | Add the following options to enable/disable several features in the base system | ngie | 2015-02-04 | 1 | -0/+9 |
* | Conditionalize building radius support into libpam, ppp, etc via | ngie | 2015-02-04 | 1 | -0/+1 |
* | Add myself (erj) to committers-src.dot. | erj | 2015-01-30 | 1 | -0/+4 |
* | Add note that contigfree(9) does not accept NULL | emaste | 2015-01-30 | 1 | -1/+8 |
* | sfxge: Separate software Tx queue limit for non-TCP traffic | arybchik | 2015-01-29 | 1 | -4/+12 |
* | sfxge: implemented parameter to restrict RSS channels | arybchik | 2015-01-29 | 1 | -0/+4 |
* | Update release(7) to reflect renaming the 'system' target | gjb | 2015-01-28 | 1 | -2/+2 |
* | Rewrite pmap_enter(9) man page. | kib | 2015-01-27 | 1 | -22/+118 |
* | Regen src.conf(5) | ngie | 2015-01-26 | 1 | -1/+18 |
* | Add MK_AUTOFS knob for building and installing autofs(4), et al | ngie | 2015-01-26 | 2 | -1/+5 |
* | Add MK_BHYVE knob for building and installing bhyve(4), et al | ngie | 2015-01-26 | 3 | -3/+12 |
* | Add MK_HAST knob for building and installing hastd(8), et al | ngie | 2015-01-26 | 2 | -6/+10 |
* | spl man page hasn't been relevant for a while, retire it. | imp | 2015-01-25 | 2 | -241/+0 |
* | Regen src.conf(5) | ngie | 2015-01-25 | 1 | -3/+31 |
* | Add MK_CCD knob for building and installing ccd(4), ccdconfig, etc | ngie | 2015-01-25 | 2 | -1/+6 |
* | Add MK_BSDINSTALL knob for building and installing bsdinstall | ngie | 2015-01-25 | 1 | -0/+1 |
* | Add MK_TALK knob for building the talk and talkd | ngie | 2015-01-25 | 1 | -0/+1 |
* | Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernel | ngie | 2015-01-25 | 2 | -2/+7 |
* | Document the fact that modules declared with SYSCALL_MODULE(9) have their | markj | 2015-01-25 | 1 | -3/+3 |
* | Only build share/dtrace if MK_CDDL != no | ngie | 2015-01-25 | 1 | -1/+5 |
* | Add MK_EE knob to control installing edit, ee, etc | ngie | 2015-01-25 | 1 | -0/+1 |
* | Provide individual prototype and generate macros for the red-black tree. | kib | 2015-01-24 | 1 | -1/+70 |
* | Add futimens and utimensat system calls. | jilles | 2015-01-23 | 1 | -2/+6 |
* | Fix usage example in kvprintf(9) and its copy in libstand(3): trailing '\n' | danfe | 2015-01-23 | 1 | -1/+1 |
* | Revert for r277213: | hselasky | 2015-01-22 | 2 | -402/+459 |
* | "softc" is short for "software context", use that phrase in the | gavin | 2015-01-21 | 1 | -2/+2 |