summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Honor MK_ACPI in etc/devd and etc/rc.dngie2015-01-263-1/+10
* Regen src.conf(5)ngie2015-01-261-1/+18
* Add MK_AUTOFS knob for building and installing autofs(4), et alngie2015-01-269-8/+52
* Add MK_BHYVE knob for building and installing bhyve(4), et alngie2015-01-269-3/+36
* Build sbin/iscontrol again if MK_ISCSI != nongie2015-01-261-0/+4
* Add MK_HAST knob for building and installing hastd(8), et alngie2015-01-266-9/+37
* Call WITNESS_WARN() in callout_drain() to check whether any locks areadrian2015-01-261-0/+4
* - Increase default i2c bus timeout to 5 seconds from 1 second. Sometimesgonzo2015-01-251-5/+39
* Fix the ioctl interface to properly support fetching the header of regularscottl2015-01-252-4/+14
* Add vt(4) support to AM335x LCDC drivergonzo2015-01-252-4/+49
* natd(8) will work with an unconfigured interface and effectively not dojhb2015-01-251-3/+3
* If the boot-time memory test is enabled, output a dot ('.') forjhb2015-01-251-0/+16
* Change the default VFS timestamp precision from seconds to microseconds.jhb2015-01-251-1/+1
* Pass a valid Dx state variable to PCIB_POWER_FOR_SLEEP() in pcib_resume()jhb2015-01-251-2/+4
* Use an sbuf to generate the output of the net.inet.tcp.hostcache.listjhb2015-01-251-13/+11
* Allow the user to specify the location of control.conf.des2015-01-251-0/+2
* Allow tracing dlfunc() / dlsym() events.des2015-01-252-4/+22
* Remove ISA NICs. Anyone still using these on amd64 can build theirdes2015-01-251-10/+0
* Fix the font in the text version. This has bothered me for a long time...des2015-01-252-8/+6
* Build lib/libgpio if MK_GPIO != nongie2015-01-252-1/+30
* Fill in entries for MK_BSNMP == nongie2015-01-251-0/+93
* Install bsnmp rc.d script if MK_BSNMP != nongie2015-01-251-1/+4
* Fill in some dtrace entries when MK_CDDL == nongie2015-01-251-2/+15
* Fill in entries for MK_CUSE == nongie2015-01-251-0/+37
* Make install cuse headers if MK_CUSE != nongie2015-01-251-1/+4
* Build cuse(4) if MK_CUSE != nongie2015-01-252-1/+5
* spl man page hasn't been relevant for a while, retire it.imp2015-01-253-241/+14
* Regen src.conf(5)ngie2015-01-251-3/+31
* Add MK_CCD knob for building and installing ccd(4), ccdconfig, etcngie2015-01-258-4/+33
* Add MK_BSDINSTALL knob for building and installing bsdinstallngie2015-01-254-1/+43
* Add MK_TALK knob for building the talk and talkdngie2015-01-255-2/+21
* Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernelngie2015-01-2510-9/+48
* Fix building rcorder with -DDEBUG by using libutil.h instead of util.h fromngie2015-01-252-8/+3
* gr_equal(): Fix a crash that could occur if the first group's member listmarkj2015-01-251-15/+10
* Document the fact that modules declared with SYSCALL_MODULE(9) have theirmarkj2015-01-251-3/+3
* Ensure that we don't try to demangle a symbol name if we failed to lookmarkj2015-01-252-3/+41
* Only build share/dtrace if MK_CDDL != nongie2015-01-251-1/+5
* Only build vi support into rescue if MK_VI != nongie2015-01-251-0/+2
* Add MK_EE knob to control installing edit, ee, etcngie2015-01-254-1/+27
* MFV r277658:pfg2015-01-241-3/+4
* MFV: r277654pfg2015-01-241-0/+2
* Reimplement fdt_clock_register_provider() correctly. It turns out youian2015-01-241-1/+2
* Change the permissions from 0660 to 0600.adrian2015-01-241-2/+2
* Allow negative numbers in -u and -g optionsbapt2015-01-245-3/+50
* Add vm.panic_on_oom sysctl, which enables those who would rather panic thanwill2015-01-241-0/+8
* Add tests/etc/rc.d to mtree.will2015-01-241-0/+2
* vmspace_release() may sleep if the last reference is being released,rstone2015-01-241-0/+3
* Enable utimensat tests from NetBSD.jilles2015-01-242-1/+5
* Fix wrong LUN reference in XCOPY block-to-block operation.mav2015-01-241-1/+1
* Avoid calling vmspace_free() while owning the process lock. Freeingkib2015-01-241-10/+16
OpenPOWER on IntegriCloud