aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Improve reference counting of EXT_SFBUF pages attached to mbufs.Gleb Smirnoff2014-07-112-4/+6
* Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchGleb Smirnoff2014-07-111-7/+7
* All mbuf external free functions never fail, so let them be void.Gleb Smirnoff2014-07-113-10/+5
* Implement Short/Small String Optimization in SBUF(9) and change lengths andPietro Cerutti2014-07-101-3/+6
* Bump __FreeBSD_version after last SA-14:17.kmem so we have somethingPeter Wemm2014-07-091-1/+1
* Fix typo in flag name.Warner Losh2014-07-071-1/+1
* Naughty NANDFS was using hidden unused flag, hiding the fact that theWarner Losh2014-07-071-1/+1
* Remove ia64.Marcel Moolenaar2014-07-076-28/+4
* After EFI support was added to the installer, it needed to allow bootNathan Whitehorn2014-07-041-0/+2
* Prefer vt(4) for UEFI bootEd Maste2014-07-021-0/+1
* Add support for empty data sets. Data set begin and end pointersHans Petter Selasky2014-07-021-3/+3
* Define a "__weak" macro for declaring symbols "weak".Hans Petter Selasky2014-07-021-0/+2
* Bump __FreeBSD_version since r268115 changed the internalRick Macklem2014-07-011-1/+1
* Linux uses its own UUID for data partitions.Andrey V. Elsukov2014-07-011-1/+2
* regex(3): Add support for \< and \> word delimitersPedro F. Giffuni2014-06-301-1/+1
* Workaround for bug in GCC on powerpc64. Symbols that are exported areHans Petter Selasky2014-06-301-5/+16
* Compile fixes:Hans Petter Selasky2014-06-281-0/+4
* Make fdunshare accept only td parameter.Mateusz Guzik2014-06-281-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-283-19/+41
* Revert r267961, r267973:Glen Barber2014-06-273-41/+19
* In order to get vt(4) a bit closer to the feature set provided by sc(4),Marius Strobl2014-06-271-2/+65
* Use a common tunable to choose between vt(4)/sc(4)Ed Maste2014-06-271-0/+5
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-273-19/+41
* Improve r264388 removing namespace pollution previously introduced inDavide Italiano2014-06-261-1/+1
* Permit changing cpu mask for cpu set 1 in presence of driversAlexander V. Chernikov2014-06-221-0/+1
* fd: replace fd_nfiles with fd_lastfile where appropriateMateusz Guzik2014-06-221-1/+1
* Restore the ABI of the cpuctl(4) ioctl request CPUCTL_CPUID, useKonstantin Belousov2014-06-201-2/+7
* Following comments in r242565 add the possibility to specify ecx whenAttilio Rao2014-06-191-1/+3
* Initialize sysctl OID structure by record.Hans Petter Selasky2014-06-191-13/+10
* Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED,Konstantin Belousov2014-06-191-0/+1
* In msdosfs_setattr(), add a check for result of the utimes(2)Konstantin Belousov2014-06-171-0/+2
* Revert r266925 as it can lead to instant panic at fexecve():Dmitry Chagin2014-06-171-1/+0
* Attach the CUSE library and kernel module to the default FreeBSDHans Petter Selasky2014-06-131-1/+1
* Add DragonFlyBSD's Hammer FS types and type names.Andrey V. Elsukov2014-06-111-2/+4
* Add UUIDs for DragonFlyBSD's partition types.Andrey V. Elsukov2014-06-111-0/+19
* For Xeon 7500 and 48XX (Nehalem EX and Westmere EX) variants of theKonstantin Belousov2014-06-041-0/+2
* To allow to run the interpreter itself add a new ELF branding type.Dmitry Chagin2014-05-311-0/+1
* Bump FreeBSD_version due to changed header for strcasecmp(3) family.Pedro F. Giffuni2014-05-301-1/+1
* Move some duplicated hook definitions from machine-dependent files toMark Johnston2014-05-291-3/+5
* Garbage-collect a couple of unused identifiers.Mark Johnston2014-05-271-2/+0
* Add a new taskqueue setup method that takes a cpuid to pin theAdrian Chadd2014-05-241-0/+4
* Fix the comment. This really isn't just a 4.x compatibility thing, butWarner Losh2014-05-231-2/+1
* When exec_new_vmspace() decides that current vmspace cannot be reusedKonstantin Belousov2014-05-201-0/+1
* Upgrade the default callchain depthGeorge V. Neville-Neil2014-05-151-1/+1
* Update the amount of data we can collect for hwpmc(4) by defaultGeorge V. Neville-Neil2014-05-151-4/+4
* Bump FreeBSD_version for src.opts.mk changes (about a week late).Warner Losh2014-05-151-1/+1
* include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker2014-05-111-2/+2
* Spell raccdt in a more conventional way in a comment.Robert Watson2014-05-061-1/+1
* Garbage collect two more unused sysinit subsystems: SI_SUB_KVM_RSRC andRobert Watson2014-05-051-2/+0
* The FreeBSD-SA-14:08.tcp was a lesson on not doing acrobatics withGleb Smirnoff2014-05-041-0/+1