summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Nullterminate strings returned via sysctl.ian2015-03-122-0/+2
* Nullterminate strings returned via sysctl.ian2015-03-121-0/+1
* Nullterminate strings returned via sysctl.ian2015-03-122-0/+3
* Spin the twiddle in dosfs to give visual feedback for disk I/O onjhb2015-03-121-1/+2
* Allow the EFI loader to work with large kernels and/or modulesjhb2015-03-122-2/+25
* The H_VIO_SIGNAL hypercall only enables interrupts for future receivednwhitehorn2015-03-121-0/+13
* Make DIOCGATTR in device mode handle "GEOM::candelete".mav2015-03-121-1/+3
* Add -p parameter to list PCI device to pass through to the guest.glebius2015-03-121-1/+15
* Fix 'make depend' by moving the LDSCRIPT dependency into DPADD.jhb2015-03-121-3/+1
* Revert r279381. The EFI loader needs to use a separate libstand thatjhb2015-03-121-1/+0
* Add if_input_default() method, that will be used for if_inputae2015-03-121-0/+10
* Using parent DMA tag in drm_pci_alloc(). This can allow drm2 devices to work...jah2015-03-121-1/+3
* Make "automount -LL -o whatever" present options in the same ordertrasz2015-03-123-9/+16
* Make concat() accept NULL arguments.trasz2015-03-123-17/+8
* Options from auto_master must be appended to options from maps,trasz2015-03-121-1/+5
* Fix couple BIO_DELETE bugs in geom_mirror.mav2015-03-121-2/+24
* Reset mbuf pointer to NULL in fastroute case to indicate that mbuf wasae2015-03-121-0/+1
* Add aarch64 (arm64) #define for jemallocemaste2015-03-121-0/+3
* Provide automatic cross-binutils path if no BINUTILS_BOOTSTRAPemaste2015-03-121-0/+13
* TARGET_* shouldn't be used here. Use MACHINE_* instead.imp2015-03-121-11/+3
* These local variables are unused. gc them.imp2015-03-121-3/+0
* It appears that xlint isn't used in the build process, so it certainlyimp2015-03-121-1/+0
* Add RTL8211F gigabit PHY support.yongari2015-03-122-60/+126
* File names with commas in them cause issues for freebsd-update. Weimp2015-03-1279-12867/+0
* - Include commas in valid file-name chars freebsd-update will supportkmoore2015-03-121-1/+1
* Categorize certain kernel builds as being broken in certain places.imp2015-03-121-0/+27
* Add support for specifying unsupported / broken options that overrideimp2015-03-122-3/+22
* Document m_collapse().markj2015-03-121-1/+17
* You need to have the capabilities and not skip it if you arerrs2015-03-111-4/+3
* Resize receive socket buffers that support autosizing when receivingjhb2015-03-111-0/+22
* Factor out mbuf hashing code from LAGG driver so that other networkhselasky2015-03-119-263/+106
* Update a comment to get it aligned with the code change.tuexen2015-03-111-1/+4
* It seems that sb_acc is a better replacement for sb_cc than sb_ccc. Attuexen2015-03-111-1/+1
* Fix the adaptation of the path state when thresholds are changedtuexen2015-03-111-16/+16
* Adding myself (jah) to committers-src.dotjah2015-03-111-0/+2
* Fix a typo and update the date in the man page.scottl2015-03-112-2/+2
* When copying a type from a source CTF container to a destination container,markj2015-03-111-4/+7
* Fix SR-IOV passthrough devices to allow ppt to attachrstone2015-03-103-1/+21
* Keep track on the socket lock state. This fixes a bug showing up ontuexen2015-03-101-8/+12
* Ensure setting promiscious mode when a network interface is up, ishselasky2015-03-101-5/+8
* CTF containers use the ctf_dtoldid field as a threshold type index whichmarkj2015-03-101-2/+2
* Unlock the stcb when using setsockopt() for the SCTP_PEER_ADDR_THLDS option.tuexen2015-03-101-0/+1
* ctf_discard(): fetch the next list element before restarting the loop. Ifmarkj2015-03-101-1/+1
* MFV r279822:markj2015-03-101-2/+0
* Replace the DEV_NETMAP code that accidentally got removed in thejfv2015-03-102-1/+92
* Add a SCTP socket option to limit the cwnd for each path.tuexen2015-03-1010-11/+107
* This delta introduces SRIOV support, thanks to Ryan Stone of Sandvine forjfv2015-03-1011-455/+1983
* Add myself to the src committers graph, with kib as my mentor.vangyzen2015-03-101-0/+2
* According to POSIX.1-2008, the Bessel functions of second kindkargl2015-03-107-47/+77
* Let unchangeable 8-bit frame buffers have vaguely correct colors.nwhitehorn2015-03-101-2/+20
OpenPOWER on IntegriCloud