summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ddb: ANSI-fy function declarations.pfg2014-10-1211-227/+89
* Only allow ZFS boot on GPT; the MBR ZFS bootblocks cannot be installed usingnwhitehorn2014-10-121-1/+3
* Use the FIFOs in the imx5/imx6 uart hardware instead of interrupting onian2014-10-121-31/+75
* Centralize determination of boot firmware (UEFI vs. BIOS/CSM) into anwhitehorn2014-10-121-32/+35
* When deciding whether to call m_pullup() even though there is adequaterwatson2014-10-126-16/+14
* sh: Fix break/continue/return in multiline eval.jilles2014-10-124-0/+20
* #include libutil.h for fparseln on FreeBSDngie2014-10-121-0/+3
* Only #include <sys/tls.h> on NetBSDngie2014-10-126-0/+12
* Improve and document `ctladm portlist` subcommand.mav2014-10-123-26/+142
* Add env and prepend to _rc_namevarlist.hrs2014-10-121-1/+1
* Add ${name}_env and ${name}_prepend. ${name}_env is an argument list whichhrs2014-10-112-2/+36
* Check buffer length more strictly.hrs2014-10-111-4/+15
* Fix off-by-one.hrs2014-10-111-2/+2
* pstat(8): Correct description of the SESS column in pstat -t.jilles2014-10-111-2/+2
* Add a new option, -P, to pkt-gen which reads a single packet from a storedgnn2014-10-111-6/+39
* Fix buffer overrun.hrs2014-10-111-1/+2
* Rename s/network/netif/ and set netif_enable for namespace consistency.hrs2014-10-112-15/+17
* ddb: space/tab fixes.pfg2014-10-1111-19/+19
* Add locking and mark MPSAFE.jhb2014-10-114-208/+220
* Do not set IN_ACCESS flag for read-only mounts. The IN_ACCESSkib2014-10-113-3/+3
* Bump FreeBSD_version due to cleanup of tcp wrapper header.pfg2014-10-111-1/+1
* tcpd.h: add prototype for hosts_ctlpfg2014-10-111-0/+1
* tcpd: complete function prototypes.pfg2014-10-114-48/+48
* Give physical and virtual ports numbers some more meaning.mav2014-10-113-4/+10
* Fix nits in previous commit:marcel2014-10-111-12/+11
* MFi386 r272761.kib2014-10-111-8/+12
* Update ip_divert.ko to depend on version 3 of ipfw.jhb2014-10-111-1/+1
* Fix KASSERT typo.melifaro2014-10-111-2/+2
* Shorten frontend name.mav2014-10-111-1/+1
* Filter out duplicate AC_PATH_REGISTERED async events.mav2014-10-111-45/+39
* Fix r272936 build with old GCC.mav2014-10-111-1/+2
* Update isp_tgt_map and send new arrival notification if target that departedmav2014-10-111-0/+5
* Mark CTL frontend's CAM driver as CAM_PERIPH_DRV_EARLY.mav2014-10-111-1/+2
* Mark iscontrol(8) and iscsi_initiator(4) obsolete.trasz2014-10-112-2/+21
* Add assertion to catch duplicated notes.trasz2014-10-111-1/+5
* Turn WITNESS_COUNT into a tunable and sysctl. This allows adjustingmarcel2014-10-111-11/+27
* Add LDFLAGS to PROG_VARS so it can be overridden on a per-PROG basisngie2014-10-101-1/+1
* Port the testcase to FreeBSDngie2014-10-101-0/+14
* Skip over t_spawn_open_nonexistent_diag because it requires NetBSD specificngie2014-10-101-0/+7
* Remove redundant if_notifier declaration.melifaro2014-10-101-1/+0
* Make ctld start even if some LUNs are unable to open backing storage.mav2014-10-107-127/+168
* SIGPWR does not exist on FreeBSDngie2014-10-101-0/+4
* Handle getting/setting niceness/priority correctly on FreeBSD vs NetBSDngie2014-10-101-0/+23
* Disable the invalid pointer test on FreeBSDngie2014-10-101-0/+2
* Make MAP_NOSYNC handling in the vm_fault() read-locked object pathkib2014-10-101-41/+67
* Change the PF hash from Jenkins to Murmur3. In forwarding testsgnn2014-10-104-7/+85
* FreeBSD doesn't support strings greater than MAXHOSTNAMELEN-1 inngie2014-10-102-0/+32
* Don't pass RF_ALLOCATED to bus_alloc_resource().jhb2014-10-103-5/+3
* FreeBSD returns ENOTTY instead of EBADF in ttyname_r; mark it as an expectedngie2014-10-101-0/+3
* Add missing #include <sys/time.h> for gettimeofdayngie2014-10-101-0/+3
OpenPOWER on IntegriCloud