summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move ip_reassemble()'s use of the global M_FRAG mbuf flag to a protocol layerandre2013-08-192-3/+4
* Remove unused M_FRAG, M_FIRSTFRAG and M_LASTFRAG tagging from ip_fragment().andre2013-08-191-8/+3
* Remove unused and incomplete support for delayed fragment checksumsandre2013-08-194-27/+3
* Enable VFP on the Arndale Board.andrew2013-08-191-0/+1
* Style changes and typos fixed.rpaulo2013-08-191-8/+13
* Pass pidfile to bsnmpd if it's been changed (parts cut/pasted frompeter2013-08-191-1/+2
* Revert r254508.peter2013-08-191-11/+1
* Fix some ppc64 dtrace bugs, and enable systrace_freebsd32 for ppc64.jhibbits2013-08-193-1/+16
* Add the optional ability to run as a different user.peter2013-08-191-1/+11
* Allow a hardware driver to pass clock frequencies into the sdhci driver.ian2013-08-191-8/+18
* Don't return ENOTSUPP here - the net80211 pluggable ioctl API will treatadrian2013-08-181-2/+2
* When code from r254064 in pmap_ts_referenced() drops pv lock andkib2013-08-181-0/+3
* Return the correct status if ieee80211_ff_check() consumes the mbuf.adrian2013-08-181-2/+1
* Implement fdclosedir(3) function, which is equivalent to the closedir(3)pjd2013-08-184-3/+25
* Remove redundant space.pjd2013-08-181-1/+1
* Change the return type of the fallback implementation of thetijl2013-08-181-2/+2
* Add a new SDHCI_QUIRK_DONT_SHIFT_RESPONSE for hardware that pre-shiftsian2013-08-182-2/+9
* Increase the max KVA available for general consumption on the Exynos 5.cognet2013-08-181-2/+2
* Enable VFP in the Versatile PB (QEMU) kernel. Tested on QEMU 1.6.0.andrew2013-08-181-0/+1
* Enable VFP on the CubieBoard and CubieBoard 2.andrew2013-08-182-0/+2
* Regenerate after r254491.pjd2013-08-185-17/+73
* The cap_rights_limit(2) system calls needs a wrapper for 32bit binariespjd2013-08-182-2/+28
* Move the PAIR32TO64() macro and the RETVAL_HI/RETVAL_LO defines to apjd2013-08-182-10/+48
* Disallow opening a POSIX message queue for execute.jilles2013-08-181-2/+2
* dup3(3): Replace copyright notice.jilles2013-08-181-8/+4
* Enable VFP support on EFIKA MX.andrew2013-08-181-0/+1
* Cast argument of is*() ctype functions to unsigned char.pjd2013-08-181-1/+4
* Make the "FD" column one character wider, so that "trace" can also alignpjd2013-08-181-6/+6
* Consistently use 'af' as an argument name for address family.pjd2013-08-181-2/+2
* Make example more correct (errstr is a pointer, not boolean).pjd2013-08-181-1/+1
* Regenerate after r254481.pjd2013-08-185-22/+36
* Implement 32bit versions of the cap_ioctls_limit(2) and cap_ioctls_get(2)pjd2013-08-185-25/+192
* Add process descriptors support to the GENERIC kernel. It is already beingpjd2013-08-186-2/+8
* Better organize the filecaps structure, which reduces its size from 32 bytespjd2013-08-181-1/+1
* Add in missing events for Sandy Bridge Xeon.adrian2013-08-182-5/+27
* Use sysctl(ICMPV6CTL_ND6_DRLIST) instead of SIOCGDRLST_IN6 ioctl.hrs2013-08-171-28/+39
* Update the SDT(9) man page with the macros added in 254468. Also change themarkj2013-08-171-10/+79
* Add a "translated type" argument to SDT_PROBE_ARGTYPE() and add some macrosmarkj2013-08-172-37/+116
* Remove a couple of unused macros.markj2013-08-171-5/+0
* Bump up the maximum addressable memory on amd64 systems from 1TB to 4TB.neel2013-08-173-24/+68
* Correct implementation of atomic_flag_test_and_setemaste2013-08-171-5/+1
* Enable VFP support for BeagleBone.ian2013-08-171-0/+1
* libc: Access _logname_valid more efficiently.jilles2013-08-175-16/+4
* - Remove struct ifinfo *iflist. It is no longer used.hrs2013-08-177-17/+14
* Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. Thisandrew2013-08-1711-19/+21
* - Use getnameinfo(3) instead of gethostbyaddr(3) or inet_ntop(3).hrs2013-08-171-18/+25
* Do not use potentially stale thread in kthread_add()bryanv2013-08-171-6/+4
* Remove the armfpe config options. These files don't exist on FreeBSD.andrew2013-08-171-3/+0
* Remove the ARMFPE option. It is unsupported, and appears to be broken asandrew2013-08-172-10/+0
* Correct function name and return value.pjd2013-08-171-2/+2
OpenPOWER on IntegriCloud