aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-221-0/+2
* This is a white-space/comment cleanup commit as a precursor forPoul-Henning Kamp2014-09-191-149/+81
* The vm_mmap_cdev() explicitely converts absence of both MAP_SHARED andKonstantin Belousov2014-09-171-1/+2
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratherAdrian Chadd2014-09-171-4/+4
* drm/i915: Add HW context supportJean-Sébastien Pédron2014-09-171-1/+1
* Bump __FreeBSD_version after SA-14:19.tcpGlen Barber2014-09-161-1/+1
* Modify cpuset_setithread() to take a CPU ID as an integer, not a char.Adrian Chadd2014-09-161-1/+1
* Bump __FreeBSD_version for the change made in r271655Enji Cooper2014-09-161-1/+1
* Fix various issues with invalid file operations:John Baldwin2014-09-121-1/+5
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andAlan Somers2014-09-111-1/+1
* Add new a M_START() mbuf macro that returns a pointer to the start ofRobert Watson2014-09-111-8/+29
* Bump __FreeBSD_version after SA-14:18Glen Barber2014-09-101-1/+1
* Clarify a diagnostic printf() in the mbuf code: M_EXT doesn't necessarilyRobert Watson2014-09-051-2/+2
* Add support for gdb's memory searching capabilities to our in-kernel gdbBenno Rice2014-09-051-0/+1
* Roll back r271012 even more aggressively.Ed Schouten2014-09-051-5/+3
* Partially revert r271012.Ed Schouten2014-09-051-3/+1
* Allow multiple image activators to run on the same execution by changingSean Bruno2014-09-041-1/+3
* Provide m_catpkt(), a wrapper around m_cat() that deals with M_PKTHDR mbufs.Gleb Smirnoff2014-09-041-0/+1
* Leave the C11 keywords alone when we have a recent version of GCC.Ed Schouten2014-09-031-4/+9
* Retire thread_unthread(), it has only one caller. Update comment inKonstantin Belousov2014-09-031-1/+0
* Clean up unused CSUM_FRAGMENT.Gleb Smirnoff2014-09-031-1/+0
* Partially revert r270964. Don't test for C++11 to define _Thread_local.Ed Schouten2014-09-031-1/+6
* Define _DTRACE_VERSION in sdt.h rather than setting it manually. This isMark Johnston2014-09-021-0/+2
* Clean up <sys/cdefs.h> slightly.Ed Schouten2014-09-021-3/+2
* Enable lock annotations on HEAD when using Clang.Ed Schouten2014-09-011-3/+4
* Add lock annotations to <sys/cdefs.h>.Ed Schouten2014-09-011-0/+56
* Make SOCK_RAW sockets to be truly raw, not modifying received and sentGleb Smirnoff2014-09-011-1/+1
* Add a few defines and packet types for SATA 3.2 and FPDMA (First PartyWarner Losh2014-08-301-0/+1
* Add the new shm_ino field to struct shmfd. Missed in 270823.John Baldwin2014-08-291-0/+1
* * Add SIOCGI2C driver ioctl used to retrieve i2c info.Alexander V. Chernikov2014-08-291-0/+1
* Add function and wrapper to switch lockmgr and vnode lock back toKonstantin Belousov2014-08-292-0/+2
* Return real parent pid in kinfo (used by e.g. ps)Mateusz Guzik2014-08-281-1/+2
* vt(4): Add cngrab() and cnungrab() callbacksJean-Sébastien Pédron2014-08-271-0/+7
* - Remove socket file operations declaration from sys/file.h.Gleb Smirnoff2014-08-261-14/+1
* Fix up races with f_seqcount handling.Mateusz Guzik2014-08-261-1/+2
* Fix getppid for traced processes.Mateusz Guzik2014-08-241-0/+1
* Rename DT_FEATURE_1 to DT_FEATUREEd Maste2014-08-211-1/+1
* Revert r270227. GCC doesn't like the lack of LL suffix,Davide Italiano2014-08-211-3/+3
* Add a missing brace to callout_init_rm() to fix syntax.Gavin Atkinson2014-08-211-1/+1
* Make Bruce happy removing the "LL abomination" from time.hDavide Italiano2014-08-201-3/+3
* Bump the default size of cpuset_t masks in userland from 128 bits to 256.John Baldwin2014-08-201-1/+1
* Add arch-specific macro SFBUF_PHYS_DMAP(), which should translate theKonstantin Belousov2014-08-201-1/+1
* Bump __FreeBSD_version after r269489 so ports can use it.Bryan Drewery2014-08-191-1/+1
* For vendors like Juniper, extensibility for sockets is important. AMarcel Moolenaar2014-08-183-0/+24
* Expand the elf brandelf infrastructure to give access to the whole ELFWarner Losh2014-08-181-0/+1
* Bring in the new automounter, similar to what's provided in most otherEdward Tomasz Napierala2014-08-172-2/+5
* Change pr_output's prototype to avoid the need for explicit casts.Kevin Lo2014-08-151-1/+1
* Provide sf_buf_ref() to optimize refcounting of already allocatedGleb Smirnoff2014-08-111-0/+6
* Update the comments in exec.h with help from jilles.Warren Block2014-08-081-6/+12
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-2/+1