| Commit message (Expand) | Author | Age | Files | Lines |
* | Honor MK_ACPI in etc/devd and etc/rc.d | ngie | 2015-01-26 | 3 | -1/+10 |
* | 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 | 9 | -8/+52 |
* | Add MK_BHYVE knob for building and installing bhyve(4), et al | ngie | 2015-01-26 | 9 | -3/+36 |
* | Build sbin/iscontrol again if MK_ISCSI != no | ngie | 2015-01-26 | 1 | -0/+4 |
* | Add MK_HAST knob for building and installing hastd(8), et al | ngie | 2015-01-26 | 6 | -9/+37 |
* | Call WITNESS_WARN() in callout_drain() to check whether any locks are | adrian | 2015-01-26 | 1 | -0/+4 |
* | - Increase default i2c bus timeout to 5 seconds from 1 second. Sometimes | gonzo | 2015-01-25 | 1 | -5/+39 |
* | Fix the ioctl interface to properly support fetching the header of regular | scottl | 2015-01-25 | 2 | -4/+14 |
* | Add vt(4) support to AM335x LCDC driver | gonzo | 2015-01-25 | 2 | -4/+49 |
* | natd(8) will work with an unconfigured interface and effectively not do | jhb | 2015-01-25 | 1 | -3/+3 |
* | If the boot-time memory test is enabled, output a dot ('.') for | jhb | 2015-01-25 | 1 | -0/+16 |
* | Change the default VFS timestamp precision from seconds to microseconds. | jhb | 2015-01-25 | 1 | -1/+1 |
* | Pass a valid Dx state variable to PCIB_POWER_FOR_SLEEP() in pcib_resume() | jhb | 2015-01-25 | 1 | -2/+4 |
* | Use an sbuf to generate the output of the net.inet.tcp.hostcache.list | jhb | 2015-01-25 | 1 | -13/+11 |
* | Allow the user to specify the location of control.conf. | des | 2015-01-25 | 1 | -0/+2 |
* | Allow tracing dlfunc() / dlsym() events. | des | 2015-01-25 | 2 | -4/+22 |
* | Remove ISA NICs. Anyone still using these on amd64 can build their | des | 2015-01-25 | 1 | -10/+0 |
* | Fix the font in the text version. This has bothered me for a long time... | des | 2015-01-25 | 2 | -8/+6 |
* | Build lib/libgpio if MK_GPIO != no | ngie | 2015-01-25 | 2 | -1/+30 |
* | Fill in entries for MK_BSNMP == no | ngie | 2015-01-25 | 1 | -0/+93 |
* | Install bsnmp rc.d script if MK_BSNMP != no | ngie | 2015-01-25 | 1 | -1/+4 |
* | Fill in some dtrace entries when MK_CDDL == no | ngie | 2015-01-25 | 1 | -2/+15 |
* | Fill in entries for MK_CUSE == no | ngie | 2015-01-25 | 1 | -0/+37 |
* | Make install cuse headers if MK_CUSE != no | ngie | 2015-01-25 | 1 | -1/+4 |
* | Build cuse(4) if MK_CUSE != no | ngie | 2015-01-25 | 2 | -1/+5 |
* | spl man page hasn't been relevant for a while, retire it. | imp | 2015-01-25 | 3 | -241/+14 |
* | 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 | 8 | -4/+33 |
* | Add MK_BSDINSTALL knob for building and installing bsdinstall | ngie | 2015-01-25 | 4 | -1/+43 |
* | Add MK_TALK knob for building the talk and talkd | ngie | 2015-01-25 | 5 | -2/+21 |
* | Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernel | ngie | 2015-01-25 | 10 | -9/+48 |
* | Fix building rcorder with -DDEBUG by using libutil.h instead of util.h from | ngie | 2015-01-25 | 2 | -8/+3 |
* | gr_equal(): Fix a crash that could occur if the first group's member list | markj | 2015-01-25 | 1 | -15/+10 |
* | Document the fact that modules declared with SYSCALL_MODULE(9) have their | markj | 2015-01-25 | 1 | -3/+3 |
* | Ensure that we don't try to demangle a symbol name if we failed to look | markj | 2015-01-25 | 2 | -3/+41 |
* | Only build share/dtrace if MK_CDDL != no | ngie | 2015-01-25 | 1 | -1/+5 |
* | Only build vi support into rescue if MK_VI != no | ngie | 2015-01-25 | 1 | -0/+2 |
* | Add MK_EE knob to control installing edit, ee, etc | ngie | 2015-01-25 | 4 | -1/+27 |
* | MFV r277658: | pfg | 2015-01-24 | 1 | -3/+4 |
* | MFV: r277654 | pfg | 2015-01-24 | 1 | -0/+2 |
* | Reimplement fdt_clock_register_provider() correctly. It turns out you | ian | 2015-01-24 | 1 | -1/+2 |
* | Change the permissions from 0660 to 0600. | adrian | 2015-01-24 | 1 | -2/+2 |
* | Allow negative numbers in -u and -g options | bapt | 2015-01-24 | 5 | -3/+50 |
* | Add vm.panic_on_oom sysctl, which enables those who would rather panic than | will | 2015-01-24 | 1 | -0/+8 |
* | Add tests/etc/rc.d to mtree. | will | 2015-01-24 | 1 | -0/+2 |
* | vmspace_release() may sleep if the last reference is being released, | rstone | 2015-01-24 | 1 | -0/+3 |
* | Enable utimensat tests from NetBSD. | jilles | 2015-01-24 | 2 | -1/+5 |
* | Fix wrong LUN reference in XCOPY block-to-block operation. | mav | 2015-01-24 | 1 | -1/+1 |
* | Avoid calling vmspace_free() while owning the process lock. Freeing | kib | 2015-01-24 | 1 | -10/+16 |